.syntaxhighlighter {
  background-color: #282C34 !important;
}
.syntaxhighlighter .line.alt1 {
  background-color: #282C34 !important;
}
.syntaxhighlighter .line.alt2 {
  background-color: #282C34 !important;
}
.syntaxhighlighter .line.highlighted.alt1,
.syntaxhighlighter .line.highlighted.alt2 {
  background-color: #253e5a !important;
}
.syntaxhighlighter .line.highlighted.number {
  color: #38566f !important;
}
.syntaxhighlighter table caption {
  color: #d1edff !important;
}
.syntaxhighlighter .gutter {
  color: #afafaf !important;
}
.syntaxhighlighter .gutter .line {
  border-right: 3px solid #435a5f !important;
}
.syntaxhighlighter .gutter .line.highlighted {
  background-color: #435a5f !important;
  color: #0f192a !important;
}
.syntaxhighlighter.printing .line .content {
  border: none !important;
}
.syntaxhighlighter.collapsed {
  overflow: visible !important;
}
.syntaxhighlighter.collapsed .toolbar {
  color: #428bdd !important;
  background: black !important;
  border: 1px solid #435a5f !important;
}
.syntaxhighlighter.collapsed .toolbar a {
  color: #428bdd !important;
}
.syntaxhighlighter.collapsed .toolbar a:hover {
  color: #1dc116 !important;
}
.syntaxhighlighter .toolbar {
  color: #d1edff !important;
  background: #435a5f !important;
  border: none !important;
}
.syntaxhighlighter .toolbar a {
  color: #d1edff !important;
}
.syntaxhighlighter .toolbar a:hover {
  color: #8aa6c1 !important;
}
.syntaxhighlighter .plain,
.syntaxhighlighter .plain a {
  color: #d1edff !important;
}
.syntaxhighlighter .comments,
.syntaxhighlighter .comments a {
  color: #428bdd !important;
}
.syntaxhighlighter .string,
.syntaxhighlighter .string a {
  color: #1dc116 !important;
}
.syntaxhighlighter .keyword {
  color: #b43d3d !important;
}
.syntaxhighlighter .preprocessor {
  color: #8aa6c1 !important;
}
.syntaxhighlighter .variable {
  color: #ffaa3e !important;
}
.syntaxhighlighter .value {
  color: #f7e741 !important;
}
.syntaxhighlighter .functions {
  color: #ffaa3e !important;
}
.syntaxhighlighter .constants {
  color: #e0e8ff !important;
}
.syntaxhighlighter .script {
  font-weight: bold !important;
  color: #b43d3d !important;
  background-color: none !important;
}
.syntaxhighlighter .color1,
.syntaxhighlighter .color1 a {
  color: #f8bb00 !important;
}
.syntaxhighlighter .color2,
.syntaxhighlighter .color2 a {
  color: white !important;
}
.syntaxhighlighter .color3,
.syntaxhighlighter .color3 a {
  color: #ffaa3e !important;
}
html {
  min-height: 100%;
}
body.apidoc {
  margin: 0;
  font-family: 'Open Sans';
  background-image: url(/images/apidoc/isogrid-pattern.png), linear-gradient(153.31deg, #223e67 1.83%, #14243b 71.58%, #203b62 100%);
  min-height: 100%;
}
.a,
a:visited,
a:active {
  color: #0065c9;
}
.wrapline:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
}
.topmenu {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}
.cta-btn,
a.cta-btn {
  background-color: #335C99;
  color: #fff !important;
  border-radius: 4px;
  border: 2px solid #fff;
  text-decoration: none;
  display: inline-block;
  padding: 14px 16px 14px 50px;
  position: relative;
  margin: 30px 0;
}
.cta-btn:before,
a.cta-btn:before {
  content: url(/images/apidoc/icon-doc.png);
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -17px;
}
.sec-tagline {
  text-align: center;
  color: #fff;
  margin: 40px 0;
}
.sec-tagline a {
  color: #fff !important;
}
.sec-tagline .tagline {
  font-size: 42px;
  font-weight: 300;
}
.sec-examples {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 4;
}
.sec-examples .example {
  background-color: #EBEDF0;
  padding: 30px 0;
}
.sec-examples .example:last-child {
  border-radius: 0 0 5px 5px;
}
.sec-examples .example:nth-child(2) {
  border-top: 1px solid #ccc;
}
.example-title {
  font-size: 22px;
  color: #666;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}
.example-title select {
  font-size: 18px;
  vertical-align: middle;
}
.example-title .method-highlight {
  color: #000;
}
.method-link {
  font-size: 14px;
  padding-left: 22px;
  display: inline-block;
  margin-top: 10px;
  background: url(/images/apidoc/icon-doc-link.png) no-repeat 0 50%;
}
.source-link {
  font-size: 14px;
  padding-left: 22px;
  display: inline-block;
  margin-top: 10px;
}
.examples-header {
  background-color: #335C99;
  border-radius: 5px 5px 0 0;
  color: rgba(255, 255, 255, 0.5);
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  padding: 16px 0;
  align-items: baseline;
}
.examples-header button {
  border: 0;
  background: none;
  font-family: inherit;
  font-size: inherit;
  color: #fff;
  padding: 1px 0;
  border-bottom: 1px dashed #fff;
  margin: 0 10px;
  cursor: pointer;
  outline: none;
}
.examples-header button.active {
  background-color: #fff;
  color: #000;
  border-radius: 4px;
  padding: 5px 10px;
}
.or-div {
  font-size: 14px;
  color: #666;
  flex: 1;
  margin-bottom: 8px;
  padding: 0;
    text-align: center;
}
.method-description {
  text-align: left;
  font-size: 14px;
  color: #666;
  flex: 1;
  margin-bottom: 20px;
  padding: 0 60px;
}
.example-content {
  padding: 0 30px;
  position: relative;
}
.example-content .method-arrow {
  position: absolute;
  bottom: 48px;
  left: 50%;
  margin-left: -140px;
}
.example-content .code-side-icon img {
  vertical-align: middle;
}
.example-content .side-label {
  display: inline-block;
  vertical-align: middle;
}
.example-content .code-pointer {
  align-self: center;
  margin-bottom: -16px;
  vertical-align: middle;
}
.example-content .app-request,
.example-content .api-response {
  margin: 0 30px;
  justify-content: flex-end;
  flex-direction: column;
}
.example-content .app-request .code-side-icon {
  margin-left: 10px;
}
.example-content .app-request .code-pointer {
  margin-left: 17px;
}
.example-content .api-response {
  margin-top: 50px;
  text-align: right;
}
.example-content .api-response .code-side-icon {
  margin-right: 10px;
}
.example-content .api-response .code-pointer {
  margin-right: 17px;
}
.example-content .example-code {
  font-size: 12px;
  color: #fff;
  text-align: left;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #282C34;
  margin-top: -5px;
  overflow: auto;
  white-space: nowrap;
}
.apidoc-footer {
  position: relative;
  text-align: center;
  padding: 50px 0;
  background: none !important;
  height: auto !important;
}
.apidoc-footer .cta-btn {
  position: relative;
  z-index: 2;
}
.apidoc-footer .streaks {
  overflow: hidden;
  position: absolute;
  height: 337px;
  top: -50px;
  left: 0;
  right: 0;
  z-index: 1;
  background: url(/images/apidoc/streaks.png) no-repeat 50% 50%;
}


.adropdown {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  background-color: #fff;
  width: 100%;
}
.adropdown .trigger {
  padding: 8px 10px;
  display: block;
  border: 2px solid #477ed2;
  transition: all 0.5s ease;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
  color: #477ed2;
  width: calc(100% - 20px);
}
.adropdown .trigger:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border: 2px solid #477ed2;
  border-width: 0 2px 2px 0;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  transform: rotate(45deg);
}
.adropdown-selected {
    background: #DDD;
}
.adropdown option {
    display: none;
}
.adropdown .drop-hidden {
  display: none;
}
.adropdown .drop-visible {
  height: 200px;
  overflow-y: scroll;
  color: #000;
}
.adropdown ul {
  border: 2px solid #477ed2;
  border-top: none;
  background: #fff;
  width: 50%;
  z-index: 100;
  position: absolute;
  padding: 0;
  margin: 0;
  list-style: none;
}
.adropdown ul li {
  padding: 5px 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0;
  list-style: none;
}
.adropdown ul li:hover {
  background: #f4f4f4;
  outline: none;
}


@media screen and (max-width: 768px) {
  .sec-tagline .tagline {
    font-size: 6vw;
    margin-bottom: 0;
    margin-top: 68px;
  }
  .cta-btn,
  a.cta-btn {
    font-size: 3vw;
    margin: 2em 0;
  }
  .sec-examples {
    margin-left: 10px;
    margin-right: 10px;
  }
  .sec-examples .examples-header {
    display: block;
    padding-left: 10px;
    padding-right: 50px;
  }
  .sec-examples .examples-header .title {
    padding-left: 10px;
    font-size: 20px;
  }
  .sec-examples .examples-header button {
    margin-bottom: 10px;
  }
  .sec-examples .example-title {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sec-examples .example-title select {
    display: block;
    margin: 10px auto;
  }
  .sec-examples .example-title .method-highlight {
    display: block;
  }
  .sec-examples .example-title .method-link {
    position: static;
  }
  .sec-examples .example-content {
    display: block;
    padding: 0;
  }
  .sec-examples .example-content .app-request,
  .sec-examples .example-content .api-response {
    margin-left: 10px;
    margin-right: 10px;
  }
  .sec-examples .example-content .example-code {
    font-size: 9px;
    letter-spacing: -0.5px;
  }
  .sec-examples .example-content .method-arrow {
    position: static;
    margin-left: 0;
    margin-top: 50px;
    margin-bottom: 50px;
    transform: rotate(90deg) scale(0.3, 0.5);
  }
  .apidoc-footer .streaks {
    height: 200px;
  }
}

.table {
  border-collapse: collapse;
  border: 2px solid #d9d9d9;
}
.table tr.hover {
  cursor: pointer;
}
.table tr.hover:hover td,
.table tr.hover:hover th {
  background-color: #f9f9f9;
}
.table tr.hover:hover .more-text {
  background-color: #477ed2;
  color: #fff;
}
.table th,
.table thead > tr > td {
  background-color: #ebedf0;
  font-weight: bold;
  text-align: left;
  color: #908c88;
  padding: 10px 12px;
  border-bottom: 1px solid #d6d6d5;
}
.table td {
  background-color: #fff;
  padding: 10px 12px;
  border-bottom: 1px solid #d6d6d5;
}/*

Darcula color scheme from the JetBrains family of IDEs

*/


.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #2b2b2b;
}

.hljs {
  color: #e2d6b4;
}

.hljs-strong,
.hljs-emphasis {
  color: #a8a8a2;
}

.hljs-bullet,
.hljs-quote,
.hljs-link,
.hljs-number,
.hljs-regexp,
.hljs-literal {
  color: #6896ba;
}

.hljs-code,
.hljs-selector-class {
  color: #a6e22e;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-section,
.hljs-attribute,
.hljs-name,
.hljs-variable {
  color: #6ecbc3;
}

.hljs-params {
  color: #b9b9b9;
}

.hljs-string {
  color: #3dd43f;
}

.hljs-subst,
.hljs-type,
.hljs-built_in,
.hljs-builtin-name,
.hljs-symbol,
.hljs-selector-id,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-template-tag,
.hljs-template-variable,
.hljs-addition {
  color: #e0c46c;
}

.hljs-comment,
.hljs-deletion,
.hljs-meta {
  color: #7f7f7f;
}
.factories-landing {
  background: #FBFCFD;
  overflow: hidden;
  padding-top: 60px;
}
.factories-landing .ill-wrap {
  position: relative;
}
.factories-landing .big-title {
  font-family: 'Exo 2', sans-serif;
  font-size: 5vh;
  font-weight: bold;
  color: #1485F9;
  line-height: 1;
  margin-bottom: 24px;
}
.factories-landing .factory-section {
  padding: 0 30px;
  height: 70vh;
  max-height: 700px;
  min-height: 650px;
  border-top: 1px solid #ccc;
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.factories-landing .factory-section:first-child {
  border-top: none;
}
.factories-landing .factory-section:first-child .colm-text {
  padding-right: 30px;
}
.factories-landing .factory-section .colm-text {
  position: relative;
  z-index: 2;
  font-size: 22px;
  line-height: 1.5;
  width: 490px;
  margin-left: 490px;
}
.factories-landing .factory-section .colm-illustration {
  z-index: 1;
}
.factories-screen1 .colm-text {
  align-self: center;
  margin-left: 0 !important;
  margin-right: 530px;
}
.factories-screen1 .colm-illustration {
  position: absolute;
  top: 50%;
  margin-top: -243.5px;
  left: 50%;
  margin-left: 215px;
  transform: translateX(-50%);
}
.platform-cap {
  position: absolute;
  transition: transform 1s;
}
.factories-screen2 {
  justify-content: flex-end;
}
.factories-screen2 .colm-text {
  align-self: center;
  margin-top: 160px;
}
.factories-screen2 .colm-illustration {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -100px;
  transform: translate(-50%, -50%);
}
.factories-screen3 {
  justify-content: flex-end;
}
.factories-screen3 .cube-bubble {
  position: absolute;
  transition: transform 0.5s;
  transform-origin: 188px 225px;
}
.factories-screen3 .colm-text {
  align-self: center;
  margin-top: 190px;
}
.factories-screen3 .colm-illustration {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -105px;
  transform: translate(-50%, -50%);
}
.worker-can-do .title {
  color: #6D6D6D;
  margin-top: 16px;
}
.worker-can-do .dos {
  margin-top: 16px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  font-size: 16px;
  color: #1484F9;
  text-align: center;
}
.worker-can-do .dos > * {
  width: 95px;
  margin-right: 16px;
}
.factories-screen4 {
  justify-content: flex-end;
}
.factories-screen4 .colm-text {
  align-self: center;
  margin-top: 280px;
}
.factories-screen4 .colm-illustration {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -180px;
  transform: translate(-50%, -50%);
}
.screen4-base {
  position: relative;
  z-index: 2;
}
.screen4-arrow1,
.screen4-arrow2,
.screen4-arrow3,
.screen4-arrow4,
.screen4-arrow5 {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.factories-screen-stats {
  height: 500px !important;
  min-height: 400px !important;
}
.factories-screen-stats .colm-illustration {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  transform: translate(-50%, -50%);
}
.factories-screen-stats .colm-text {
  align-self: center;
}
.factories-screen5 {
  justify-content: flex-end;
}
.factories-screen5 .colm-text {
  align-self: center;
  margin-top: 280px;
}
.factories-screen5 .colm-illustration {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  transform: translate(-50%, -50%);
}
.factories-screen6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(/images/footer-pattern.png) no-repeat 50% 100%;
  max-height: 550px !important;
}
.factories-screen6 .colm-text {
  width: 600px !important;
  text-align: center;
  color: #006CE3;
}
.factories-footer-buttons {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.factories-btn {
  background: linear-gradient(180deg, #307835 0%, #3ba241 100%);
  text-decoration: none;
  color: #fff;
  padding: 12px 20px;
  border-radius: 5px;
  margin: 0 16px;
  font-size: 28px;
}
.factories-btn a, .factories-btn a:visited, .factories-btn:visited {
    color: #fff !important;
  font-size: 28px;
}
.factories-features {
  border-top: 1px solid #ccc;
  padding-bottom: 40px;
}
.factories-features .big-title {
  padding: 60px 0 0;
  background-color: #DFF6FB;
  margin: 0;
}
.factories-feature-wrap:nth-child(2) {
  background: linear-gradient(180deg, #dff6fb 0%, #e7fffe 100%);
}
.factories-feature-wrap:nth-child(3) {
  background: linear-gradient(180deg, #e7fffe 0%, #dfedfb 100%);
}
.factories-feature-wrap:nth-child(4) {
  background: linear-gradient(180deg, #dfedfb 0%, #f2e7ff 100%);
}
.factories-feature-wrap:nth-child(5) {
  background: linear-gradient(180deg, #f2e7ff 0%, #f6fbdf 100%);
}
.factories-feature-wrap:nth-child(6) {
  background: linear-gradient(180deg, #f6fbdf 0%, #ffe7f1 100%);
}
.factories-feature-wrap:nth-child(7) {
  background: linear-gradient(180deg, #ffe7f1 0%, #dfeffb 100%);
}
.factories-feature-wrap:nth-child(8) {
  background: linear-gradient(180deg, #dfeffb 0%, #e7ffe9 100%);
}
.factories-feature-wrap:nth-child(9) {
  background: linear-gradient(180deg, #e7ffe9 0%, #61ece6 100%);
}
.factories-feature {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  min-height: 400px;
  max-width: 960px;
  margin: 0 auto;
  justify-content: center;
}
.factories-feature .feature-icon,
.factories-feature .feature-desc {
  padding: 0 20px;
}
.factories-feature .feature-desc {
  flex-basis: 50%;
  font-size: 17px;
  line-height: 1.5;
}
.factories-feature .feature-desc .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}
.last-feature {
  font-size: 33px;
  text-align: center;
  color: #2871BE;
  font-weight: bold;
  margin-bottom: 68px;
}
.last-feature .title {
  margin: 0 auto;
  max-width: 640px;
  margin-bottom: 20px;
}
.last-feature img {
  margin-bottom: -68px;
}
.factories-policy {
  margin-top: 80px;
}
.factories-policy .big-title {
  margin-bottom: 60px;
}
.policy-row {
  display: flex;
  max-width: 680px;
  margin: 40px auto;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 30px;
}
.policy-row .policy-icon {
  padding-right: 30px;
}
@media screen and (max-width: 1080px) {
  .factories-landing .big-title {
    font-size: 40px;
  }
  .factories-landing .colm-text {
    font-size: 20px !important;
    width: 400px !important;
  }
  .factories-screen1 .colm-illustration {
    transform: scale(0.8) translateX(-70%);
  }
  .factories-screen2 .colm-illustration {
    transform: scale(0.8) translate(-60%, -50%);
  }
  .factories-screen3 .colm-illustration {
    transform: scale(0.8) translate(-60%, -60%);
  }
  .factories-screen4 .colm-illustration {
    transform: scale(0.8) translate(-60%, -70%);
  }
  .factories-screen5 .colm-illustration {
    transform: scale(0.8) translate(-60%, -70%);
  }
}
@media screen and (max-width: 910px) {
  .factories-feature {
    flex-direction: column;
    padding: 32px 0;
  }
  .factories-feature .feature-icon {
    order: 0;
  }
  .factories-feature .feature-icon img {
    max-width: 100%;
  }
  .factories-feature .feature-desc {
    order: 1;
  }
  .factories-landing .factory-section {
    flex-direction: column;
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 30px;
  }
  .factories-landing .factory-section .colm-text {
    width: auto !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    order: 1;
  }
  .factories-landing .factory-section .colm-illustration {
    order: 2;
    position: relative !important;
    transform: none;
    margin: 0;
    margin-top: 32px;
    left: auto;
    top: auto !important;
    text-align: center;
  }
  .factories-landing .factory-section .colm-illustration img {
    max-width: 100%;
  }
  .factories-landing .factory-section.factories-screen1 .colm-illustration {
    margin-top: 70px !important;
  }
  .factories-landing .factory-section.factories-screen6 {
    padding: 100px 0;
    background-position: 50% 60%;
    background-size: contain;
  }
  .factories-landing .factory-section.factories-screen6 .colm-text {
    padding: 0 30px;
  }
  .factories-landing .factory-section.factories-screen6 .factories-footer-buttons {
    order: 2;
  }
  .factories-landing .factory-section.factories-screen-stats .colm-illustration {
    display: none;
  }
  .factories-landing .ill-wrap {
    display: inline-block;
  }
  .factories-landing .factories-btn {
    font-size: 14px;
    text-align: center;
    margin: 0 8px;
  }
}

.hdg1 {
  font-family: 'Exo 2', sans-serif;
  font-size: 1.5rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.dn {
  display: none !important;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}
.nowrap {
  white-space: nowrap;
}
.mauto0 {
    margin: 0 auto;
}
.dash-button {
    color: #24556f;
    border-bottom: 1px dashed #24556f;
    cursor: pointer;
}


@media (max-width: 800px) {
    .colm-illustration {
        opacity:0.3;
    }
}/* Generated by less 2.5.1 */
/*! ==========================================================================
    GRIDLEX
    Just a Flexbox Grid System
========================================================================== */
[class*="grid"] {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -1rem;
}
.col,
[class*="col-"] {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding: 0 1rem 2rem;
}
.col {
  flex: 1 1 0%;
}
.grid.col,
.grid[class*="col-"] {
  margin: 0;
  padding: 0;
}
/************************
    HELPERS SUFFIXES
*************************/
[class*="grid-"][class*="-noGutter"] {
  margin: 0;
}
[class*="grid-"][class*="-noGutter"] > [class*="col"] {
  padding: 0;
}
[class*="grid-"][class*="-noBottomGutter"] {
  margin: 0;
}
[class*="grid-"][class*="-noBottomGutter"] > [class*="col"] {
  padding-bottom: 0;
}
[class*="grid-"][class*="-center"] {
  justify-content: center;
}
[class*="grid-"][class*="-right"] {
  justify-content: flex-end;
  align-self: flex-end;
  margin-left: auto;
}
[class*="grid-"][class*="-top"] {
  align-items: flex-start;
}
[class*="grid-"][class*="-middle"] {
  align-items: center;
}
[class*="grid-"][class*="-bottom"] {
  align-items: flex-end;
}
[class*="grid-"][class*="-reverse"] {
  flex-direction: row-reverse;
}
[class*="grid-"][class*="-column"] {
  flex-direction: column;
}
[class*="grid-"][class*="-column"] > [class*="col-"] {
  flex-basis: auto;
}
[class*="grid-"][class*="-column-reverse"] {
  flex-direction: column-reverse;
}
[class*="grid-"][class*="-spaceBetween"] {
  justify-content: space-between;
}
[class*="grid-"][class*="-spaceAround"] {
  justify-content: space-around;
}
[class*="grid-"][class*="-equalHeight"] > [class*="col"] {
  display: flex;
}
[class*="grid-"][class*="-noBottom"] > [class*="col"] {
  padding-bottom: 0;
}
[class*="col-"][class*="-top"] {
  align-self: flex-start;
}
[class*="col-"][class*="-middle"] {
  align-self: center;
}
[class*="col-"][class*="-bottom"] {
  align-self: flex-end;
}
[class*="col-"][class*="-first"] {
  order: -1;
}
[class*="col-"][class*="-last"] {
  order: 1;
}
/************************
    GRID BY NUMBER
*************************/
[class*="grid-1"] > .col,
[class*="grid-1"] > [class*="col-"] {
  flex-basis: 100%;
  max-width: 100%;
}
[class*="grid-2"] > .col,
[class*="grid-2"] > [class*="col-"] {
  flex-basis: 50%;
  max-width: 50%;
}
[class*="grid-3"] > .col,
[class*="grid-3"] > [class*="col-"] {
  flex-basis: 33%;
  max-width: 33%;
}
[class*="grid-4"] > .col,
[class*="grid-4"] > [class*="col-"] {
  flex-basis: 25%;
  max-width: 25%;
}
[class*="grid-5"] > .col,
[class*="grid-5"] > [class*="col-"] {
  flex-basis: 20%;
  max-width: 20%;
}
[class*="grid-6"] > .col,
[class*="grid-6"] > [class*="col-"] {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
[class*="grid-7"] > .col,
[class*="grid-7"] > [class*="col-"] {
  flex-basis: 14.28571429%;
  max-width: 14.28571429%;
}
[class*="grid-8"] > .col,
[class*="grid-8"] > [class*="col-"] {
  flex-basis: 12.5%;
  max-width: 12.5%;
}
[class*="grid-9"] > .col,
[class*="grid-9"] > [class*="col-"] {
  flex-basis: 11.11111111%;
  max-width: 11.11111111%;
}
[class*="grid-10"] > .col,
[class*="grid-10"] > [class*="col-"] {
  flex-basis: 10%;
  max-width: 10%;
}
[class*="grid-11"] > .col,
[class*="grid-10"] > [class*="col-"] {
  flex-basis: 9.09090909%;
  max-width: 9.09090909%;
}
[class*="grid-12"] > .col,
[class*="grid-11"] > [class*="col-"] {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
@media screen and (max-width: 80em) {
  [class*="_lg-1"] > .col,
  [class*="_lg-1"] > [class*="col-"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_lg-2"] > .col,
  [class*="_lg-2"] > [class*="col-"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_lg-3"] > .col,
  [class*="_lg-3"] > [class*="col-"] {
    flex-basis: 33%;
    max-width: 33%;
  }
  [class*="_lg-4"] > .col,
  [class*="_lg-4"] > [class*="col-"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_lg-5"] > .col,
  [class*="_lg-5"] > [class*="col-"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_lg-6"] > .col,
  [class*="_lg-6"] > [class*="col-"] {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*="_lg-7"] > .col,
  [class*="_lg-7"] > [class*="col-"] {
    flex-basis: 14.28571429%;
    max-width: 14.28571429%;
  }
  [class*="_lg-8"] > .col,
  [class*="_lg-8"] > [class*="col-"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_lg-9"] > .col,
  [class*="_lg-9"] > [class*="col-"] {
    flex-basis: 11.11111111%;
    max-width: 11.11111111%;
  }
  [class*="_lg-10"] > .col,
  [class*="_lg-10"] > [class*="col-"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_lg-11"] > .col,
  [class*="_lg-10"] > [class*="col-"] {
    flex-basis: 9.09090909%;
    max-width: 9.09090909%;
  }
  [class*="_lg-12"] > .col,
  [class*="_lg-11"] > [class*="col-"] {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
}
@media screen and (max-width: 64em) {
  [class*="_md-1"] > .col,
  [class*="_md-1"] > [class*="col-"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_md-2"] > .col,
  [class*="_md-2"] > [class*="col-"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_md-3"] > .col,
  [class*="_md-3"] > [class*="col-"] {
    flex-basis: 33%;
    max-width: 33%;
  }
  [class*="_md-4"] > .col,
  [class*="_md-4"] > [class*="col-"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_md-5"] > .col,
  [class*="_md-5"] > [class*="col-"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_md-6"] > .col,
  [class*="_md-6"] > [class*="col-"] {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*="_md-7"] > .col,
  [class*="_md-7"] > [class*="col-"] {
    flex-basis: 14.28571429%;
    max-width: 14.28571429%;
  }
  [class*="_md-8"] > .col,
  [class*="_md-8"] > [class*="col-"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_md-9"] > .col,
  [class*="_md-9"] > [class*="col-"] {
    flex-basis: 11.11111111%;
    max-width: 11.11111111%;
  }
  [class*="_md-10"] > .col,
  [class*="_md-10"] > [class*="col-"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_md-11"] > .col,
  [class*="_md-10"] > [class*="col-"] {
    flex-basis: 9.09090909%;
    max-width: 9.09090909%;
  }
  [class*="_md-12"] > .col,
  [class*="_md-11"] > [class*="col-"] {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
}
@media screen and (max-width: 960px) {
  [class*="_sm-1"] > .col,
  [class*="_sm-1"] > [class*="col-"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_sm-2"] > .col,
  [class*="_sm-2"] > [class*="col-"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_sm-3"] > .col,
  [class*="_sm-3"] > [class*="col-"] {
    flex-basis: 33%;
    max-width: 33%;
  }
  [class*="_sm-4"] > .col,
  [class*="_sm-4"] > [class*="col-"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_sm-5"] > .col,
  [class*="_sm-5"] > [class*="col-"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_sm-6"] > .col,
  [class*="_sm-6"] > [class*="col-"] {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*="_sm-7"] > .col,
  [class*="_sm-7"] > [class*="col-"] {
    flex-basis: 14.28571429%;
    max-width: 14.28571429%;
  }
  [class*="_sm-8"] > .col,
  [class*="_sm-8"] > [class*="col-"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_sm-9"] > .col,
  [class*="_sm-9"] > [class*="col-"] {
    flex-basis: 11.11111111%;
    max-width: 11.11111111%;
  }
  [class*="_sm-10"] > .col,
  [class*="_sm-10"] > [class*="col-"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_sm-11"] > .col,
  [class*="_sm-10"] > [class*="col-"] {
    flex-basis: 9.09090909%;
    max-width: 9.09090909%;
  }
  [class*="_sm-12"] > .col,
  [class*="_sm-11"] > [class*="col-"] {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
}
@media screen and (max-width: 767px) {
  [class*="_xs-1"] > .col,
  [class*="_xs-1"] > [class*="col-"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_xs-2"] > .col,
  [class*="_xs-2"] > [class*="col-"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_xs-3"] > .col,
  [class*="_xs-3"] > [class*="col-"] {
    flex-basis: 33%;
    max-width: 33%;
  }
  [class*="_xs-4"] > .col,
  [class*="_xs-4"] > [class*="col-"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_xs-5"] > .col,
  [class*="_xs-5"] > [class*="col-"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_xs-6"] > .col,
  [class*="_xs-6"] > [class*="col-"] {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*="_xs-7"] > .col,
  [class*="_xs-7"] > [class*="col-"] {
    flex-basis: 14.28571429%;
    max-width: 14.28571429%;
  }
  [class*="_xs-8"] > .col,
  [class*="_xs-8"] > [class*="col-"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_xs-9"] > .col,
  [class*="_xs-9"] > [class*="col-"] {
    flex-basis: 11.11111111%;
    max-width: 11.11111111%;
  }
  [class*="_xs-10"] > .col,
  [class*="_xs-10"] > [class*="col-"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_xs-11"] > .col,
  [class*="_xs-10"] > [class*="col-"] {
    flex-basis: 9.09090909%;
    max-width: 9.09090909%;
  }
  [class*="_xs-12"] > .col,
  [class*="_xs-11"] > [class*="col-"] {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
}
/************************
    COLS SIZES
*************************/
[class*='grid'] > [class*="col-1"] {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
[class*='grid'] > [class*="col-2"] {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
[class*='grid'] > [class*="col-3"] {
  flex-basis: 25%;
  max-width: 25%;
}
[class*='grid'] > [class*="col-4"] {
  flex-basis: 33%;
  max-width: 33%;
}
[class*='grid'] > [class*="col-5"] {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
[class*='grid'] > [class*="col-6"] {
  flex-basis: 50%;
  max-width: 50%;
}
[class*='grid'] > [class*="col-7"] {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
[class*='grid'] > [class*="col-8"] {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
[class*='grid'] > [class*="col-9"] {
  flex-basis: 75%;
  max-width: 75%;
}
[class*='grid'] > [class*="col-10"] {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
[class*='grid'] > [class*="col-11"] {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
[class*='grid'] > [class*="col-12"] {
  flex-basis: 100%;
  max-width: 100%;
}
[class*="grid"] > [data-push-left*="off-0"] {
  margin-left: 0;
}
[class*="grid"] > [data-push-left*="off-1"] {
  margin-left: 8.33333333%;
}
[class*="grid"] > [data-push-left*="off-2"] {
  margin-left: 16.66666667%;
}
[class*="grid"] > [data-push-left*="off-3"] {
  margin-left: 25%;
}
[class*="grid"] > [data-push-left*="off-4"] {
  margin-left: 33%;
}
[class*="grid"] > [data-push-left*="off-5"] {
  margin-left: 41.66666667%;
}
[class*="grid"] > [data-push-left*="off-6"] {
  margin-left: 50%;
}
[class*="grid"] > [data-push-left*="off-6"] {
  margin-left: 50%;
}
[class*="grid"] > [data-push-left*="off-7"] {
  margin-left: 58.33333333%;
}
[class*="grid"] > [data-push-left*="off-8"] {
  margin-left: 66.66666667%;
}
[class*="grid"] > [data-push-left*="off-9"] {
  margin-left: 75%;
}
[class*="grid"] > [data-push-left*="off-10"] {
  margin-left: 83.33333333%;
}
[class*="grid"] > [data-push-left*="off-11"] {
  margin-left: 91.66666667%;
}
[class*="grid"] > [data-push-right*="off-0"] {
  margin-right: 0;
}
[class*="grid"] > [data-push-right*="off-1"] {
  margin-right: 8.33333333%;
}
[class*="grid"] > [data-push-right*="off-2"] {
  margin-right: 16.66666667%;
}
[class*="grid"] > [data-push-right*="off-3"] {
  margin-right: 25%;
}
[class*="grid"] > [data-push-right*="off-4"] {
  margin-right: 33%;
}
[class*="grid"] > [data-push-right*="off-5"] {
  margin-right: 41.66666667%;
}
[class*="grid"] > [data-push-right*="off-6"] {
  margin-right: 50%;
}
[class*="grid"] > [data-push-right*="off-6"] {
  margin-right: 50%;
}
[class*="grid"] > [data-push-right*="off-7"] {
  margin-right: 58.33333333%;
}
[class*="grid"] > [data-push-right*="off-8"] {
  margin-right: 66.66666667%;
}
[class*="grid"] > [data-push-right*="off-9"] {
  margin-right: 75%;
}
[class*="grid"] > [data-push-right*="off-10"] {
  margin-right: 83.33333333%;
}
[class*="grid"] > [data-push-right*="off-11"] {
  margin-right: 91.66666667%;
}
@media screen and (max-width: 80em) {
  [class*='grid'] > [class*="_lg-1"] {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  [class*='grid'] > [class*="_lg-2"] {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*='grid'] > [class*="_lg-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*='grid'] > [class*="_lg-4"] {
    flex-basis: 33%;
    max-width: 33%;
  }
  [class*='grid'] > [class*="_lg-5"] {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  [class*='grid'] > [class*="_lg-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*='grid'] > [class*="_lg-7"] {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  [class*='grid'] > [class*="_lg-8"] {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  [class*='grid'] > [class*="_lg-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*='grid'] > [class*="_lg-10"] {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  [class*='grid'] > [class*="_lg-11"] {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  [class*='grid'] > [class*="_lg-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="grid"] > [data-push-left*="_lg-0"] {
    margin-left: 0;
  }
  [class*="grid"] > [data-push-left*="_lg-1"] {
    margin-left: 8.33333333%;
  }
  [class*="grid"] > [data-push-left*="_lg-2"] {
    margin-left: 16.66666667%;
  }
  [class*="grid"] > [data-push-left*="_lg-3"] {
    margin-left: 25%;
  }
  [class*="grid"] > [data-push-left*="_lg-4"] {
    margin-left: 33%;
  }
  [class*="grid"] > [data-push-left*="_lg-5"] {
    margin-left: 41.66666667%;
  }
  [class*="grid"] > [data-push-left*="_lg-6"] {
    margin-left: 50%;
  }
  [class*="grid"] > [data-push-left*="_lg-6"] {
    margin-left: 50%;
  }
  [class*="grid"] > [data-push-left*="_lg-7"] {
    margin-left: 58.33333333%;
  }
  [class*="grid"] > [data-push-left*="_lg-8"] {
    margin-left: 66.66666667%;
  }
  [class*="grid"] > [data-push-left*="_lg-9"] {
    margin-left: 75%;
  }
  [class*="grid"] > [data-push-left*="_lg-10"] {
    margin-left: 83.33333333%;
  }
  [class*="grid"] > [data-push-left*="_lg-11"] {
    margin-left: 91.66666667%;
  }
  [class*="grid"] > [data-push-right*="_lg-0"] {
    margin-right: 0;
  }
  [class*="grid"] > [data-push-right*="_lg-1"] {
    margin-right: 8.33333333%;
  }
  [class*="grid"] > [data-push-right*="_lg-2"] {
    margin-right: 16.66666667%;
  }
  [class*="grid"] > [data-push-right*="_lg-3"] {
    margin-right: 25%;
  }
  [class*="grid"] > [data-push-right*="_lg-4"] {
    margin-right: 33%;
  }
  [class*="grid"] > [data-push-right*="_lg-5"] {
    margin-right: 41.66666667%;
  }
  [class*="grid"] > [data-push-right*="_lg-6"] {
    margin-right: 50%;
  }
  [class*="grid"] > [data-push-right*="_lg-6"] {
    margin-right: 50%;
  }
  [class*="grid"] > [data-push-right*="_lg-7"] {
    margin-right: 58.33333333%;
  }
  [class*="grid"] > [data-push-right*="_lg-8"] {
    margin-right: 66.66666667%;
  }
  [class*="grid"] > [data-push-right*="_lg-9"] {
    margin-right: 75%;
  }
  [class*="grid"] > [data-push-right*="_lg-10"] {
    margin-right: 83.33333333%;
  }
  [class*="grid"] > [data-push-right*="_lg-11"] {
    margin-right: 91.66666667%;
  }
}
@media screen and (max-width: 64em) {
  [class*='grid'] > [class*="_md-1"] {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  [class*='grid'] > [class*="_md-2"] {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*='grid'] > [class*="_md-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*='grid'] > [class*="_md-4"] {
    flex-basis: 33%;
    max-width: 33%;
  }
  [class*='grid'] > [class*="_md-5"] {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  [class*='grid'] > [class*="_md-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*='grid'] > [class*="_md-7"] {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  [class*='grid'] > [class*="_md-8"] {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  [class*='grid'] > [class*="_md-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*='grid'] > [class*="_md-10"] {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  [class*='grid'] > [class*="_md-11"] {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  [class*='grid'] > [class*="_md-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="grid"] > [data-push-left*="_md-0"] {
    margin-left: 0;
  }
  [class*="grid"] > [data-push-left*="_md-1"] {
    margin-left: 8.33333333%;
  }
  [class*="grid"] > [data-push-left*="_md-2"] {
    margin-left: 16.66666667%;
  }
  [class*="grid"] > [data-push-left*="_md-3"] {
    margin-left: 25%;
  }
  [class*="grid"] > [data-push-left*="_md-4"] {
    margin-left: 33%;
  }
  [class*="grid"] > [data-push-left*="_md-5"] {
    margin-left: 41.66666667%;
  }
  [class*="grid"] > [data-push-left*="_md-6"] {
    margin-left: 50%;
  }
  [class*="grid"] > [data-push-left*="_md-6"] {
    margin-left: 50%;
  }
  [class*="grid"] > [data-push-left*="_md-7"] {
    margin-left: 58.33333333%;
  }
  [class*="grid"] > [data-push-left*="_md-8"] {
    margin-left: 66.66666667%;
  }
  [class*="grid"] > [data-push-left*="_md-9"] {
    margin-left: 75%;
  }
  [class*="grid"] > [data-push-left*="_md-10"] {
    margin-left: 83.33333333%;
  }
  [class*="grid"] > [data-push-left*="_md-11"] {
    margin-left: 91.66666667%;
  }
  [class*="grid"] > [data-push-right*="_md-0"] {
    margin-right: 0;
  }
  [class*="grid"] > [data-push-right*="_md-1"] {
    margin-right: 8.33333333%;
  }
  [class*="grid"] > [data-push-right*="_md-2"] {
    margin-right: 16.66666667%;
  }
  [class*="grid"] > [data-push-right*="_md-3"] {
    margin-right: 25%;
  }
  [class*="grid"] > [data-push-right*="_md-4"] {
    margin-right: 33%;
  }
  [class*="grid"] > [data-push-right*="_md-5"] {
    margin-right: 41.66666667%;
  }
  [class*="grid"] > [data-push-right*="_md-6"] {
    margin-right: 50%;
  }
  [class*="grid"] > [data-push-right*="_md-6"] {
    margin-right: 50%;
  }
  [class*="grid"] > [data-push-right*="_md-7"] {
    margin-right: 58.33333333%;
  }
  [class*="grid"] > [data-push-right*="_md-8"] {
    margin-right: 66.66666667%;
  }
  [class*="grid"] > [data-push-right*="_md-9"] {
    margin-right: 75%;
  }
  [class*="grid"] > [data-push-right*="_md-10"] {
    margin-right: 83.33333333%;
  }
  [class*="grid"] > [data-push-right*="_md-11"] {
    margin-right: 91.66666667%;
  }
}
@media screen and (max-width: 960px) {
  [class*='grid'] > [class*="_sm-1"] {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  [class*='grid'] > [class*="_sm-2"] {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*='grid'] > [class*="_sm-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*='grid'] > [class*="_sm-4"] {
    flex-basis: 33%;
    max-width: 33%;
  }
  [class*='grid'] > [class*="_sm-5"] {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  [class*='grid'] > [class*="_sm-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*='grid'] > [class*="_sm-7"] {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  [class*='grid'] > [class*="_sm-8"] {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  [class*='grid'] > [class*="_sm-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*='grid'] > [class*="_sm-10"] {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  [class*='grid'] > [class*="_sm-11"] {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  [class*='grid'] > [class*="_sm-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="grid"] > [data-push-left*="_sm-0"] {
    margin-left: 0;
  }
  [class*="grid"] > [data-push-left*="_sm-1"] {
    margin-left: 8.33333333%;
  }
  [class*="grid"] > [data-push-left*="_sm-2"] {
    margin-left: 16.66666667%;
  }
  [class*="grid"] > [data-push-left*="_sm-3"] {
    margin-left: 25%;
  }
  [class*="grid"] > [data-push-left*="_sm-4"] {
    margin-left: 33%;
  }
  [class*="grid"] > [data-push-left*="_sm-5"] {
    margin-left: 41.66666667%;
  }
  [class*="grid"] > [data-push-left*="_sm-6"] {
    margin-left: 50%;
  }
  [class*="grid"] > [data-push-left*="_sm-6"] {
    margin-left: 50%;
  }
  [class*="grid"] > [data-push-left*="_sm-7"] {
    margin-left: 58.33333333%;
  }
  [class*="grid"] > [data-push-left*="_sm-8"] {
    margin-left: 66.66666667%;
  }
  [class*="grid"] > [data-push-left*="_sm-9"] {
    margin-left: 75%;
  }
  [class*="grid"] > [data-push-left*="_sm-10"] {
    margin-left: 83.33333333%;
  }
  [class*="grid"] > [data-push-left*="_sm-11"] {
    margin-left: 91.66666667%;
  }
  [class*="grid"] > [data-push-right*="_sm-0"] {
    margin-right: 0;
  }
  [class*="grid"] > [data-push-right*="_sm-1"] {
    margin-right: 8.33333333%;
  }
  [class*="grid"] > [data-push-right*="_sm-2"] {
    margin-right: 16.66666667%;
  }
  [class*="grid"] > [data-push-right*="_sm-3"] {
    margin-right: 25%;
  }
  [class*="grid"] > [data-push-right*="_sm-4"] {
    margin-right: 33%;
  }
  [class*="grid"] > [data-push-right*="_sm-5"] {
    margin-right: 41.66666667%;
  }
  [class*="grid"] > [data-push-right*="_sm-6"] {
    margin-right: 50%;
  }
  [class*="grid"] > [data-push-right*="_sm-6"] {
    margin-right: 50%;
  }
  [class*="grid"] > [data-push-right*="_sm-7"] {
    margin-right: 58.33333333%;
  }
  [class*="grid"] > [data-push-right*="_sm-8"] {
    margin-right: 66.66666667%;
  }
  [class*="grid"] > [data-push-right*="_sm-9"] {
    margin-right: 75%;
  }
  [class*="grid"] > [data-push-right*="_sm-10"] {
    margin-right: 83.33333333%;
  }
  [class*="grid"] > [data-push-right*="_sm-11"] {
    margin-right: 91.66666667%;
  }
}
@media screen and (max-width: 767px) {
  [class*='grid'] > [class*="_xs-1"] {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  [class*='grid'] > [class*="_xs-2"] {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  [class*='grid'] > [class*="_xs-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*='grid'] > [class*="_xs-4"] {
    flex-basis: 33%;
    max-width: 33%;
  }
  [class*='grid'] > [class*="_xs-5"] {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  [class*='grid'] > [class*="_xs-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*='grid'] > [class*="_xs-7"] {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  [class*='grid'] > [class*="_xs-8"] {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  [class*='grid'] > [class*="_xs-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*='grid'] > [class*="_xs-10"] {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  [class*='grid'] > [class*="_xs-11"] {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  [class*='grid'] > [class*="_xs-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="grid"] > [data-push-left*="_xs-0"] {
    margin-left: 0;
  }
  [class*="grid"] > [data-push-left*="_xs-1"] {
    margin-left: 8.33333333%;
  }
  [class*="grid"] > [data-push-left*="_xs-2"] {
    margin-left: 16.66666667%;
  }
  [class*="grid"] > [data-push-left*="_xs-3"] {
    margin-left: 25%;
  }
  [class*="grid"] > [data-push-left*="_xs-4"] {
    margin-left: 33%;
  }
  [class*="grid"] > [data-push-left*="_xs-5"] {
    margin-left: 41.66666667%;
  }
  [class*="grid"] > [data-push-left*="_xs-6"] {
    margin-left: 50%;
  }
  [class*="grid"] > [data-push-left*="_xs-6"] {
    margin-left: 50%;
  }
  [class*="grid"] > [data-push-left*="_xs-7"] {
    margin-left: 58.33333333%;
  }
  [class*="grid"] > [data-push-left*="_xs-8"] {
    margin-left: 66.66666667%;
  }
  [class*="grid"] > [data-push-left*="_xs-9"] {
    margin-left: 75%;
  }
  [class*="grid"] > [data-push-left*="_xs-10"] {
    margin-left: 83.33333333%;
  }
  [class*="grid"] > [data-push-left*="_xs-11"] {
    margin-left: 91.66666667%;
  }
  [class*="grid"] > [data-push-right*="_xs-0"] {
    margin-right: 0;
  }
  [class*="grid"] > [data-push-right*="_xs-1"] {
    margin-right: 8.33333333%;
  }
  [class*="grid"] > [data-push-right*="_xs-2"] {
    margin-right: 16.66666667%;
  }
  [class*="grid"] > [data-push-right*="_xs-3"] {
    margin-right: 25%;
  }
  [class*="grid"] > [data-push-right*="_xs-4"] {
    margin-right: 33%;
  }
  [class*="grid"] > [data-push-right*="_xs-5"] {
    margin-right: 41.66666667%;
  }
  [class*="grid"] > [data-push-right*="_xs-6"] {
    margin-right: 50%;
  }
  [class*="grid"] > [data-push-right*="_xs-6"] {
    margin-right: 50%;
  }
  [class*="grid"] > [data-push-right*="_xs-7"] {
    margin-right: 58.33333333%;
  }
  [class*="grid"] > [data-push-right*="_xs-8"] {
    margin-right: 66.66666667%;
  }
  [class*="grid"] > [data-push-right*="_xs-9"] {
    margin-right: 75%;
  }
  [class*="grid"] > [data-push-right*="_xs-10"] {
    margin-right: 83.33333333%;
  }
  [class*="grid"] > [data-push-right*="_xs-11"] {
    margin-right: 91.66666667%;
  }
}
body.mainpage {
    background: #fffef2;
    margin: 0;
    font-family: 'Open Sans';
    overflow-x: hidden;
}
.a , a:visited, a:active{
    color: #0065c9;
}
.api .loader {
    background-image: url('/images/mainpage/mainpage-loader.gif');
    background-position: center center;
    background-repeat: no-repeat;
    width: 300px;
    height: 300px;
    margin: 50px auto;
}
.topmenu {
    background: #224066;
    height:50px;
    white-space: nowrap;
    min-width: 1026px;
    position: relative;
    z-index:11;
}
.topmenu .container {
    display: inline-block;
    text-align: center;
    width:90%;
}
.topmenu .container .mobilemenu {
    display:none;
}
.topmenu .container .menu {
    display: inline-block;
    padding: 5px 15px;
    margin: 10px 5px;
    border-radius: 5px;
    color: #FFF;
    cursor: pointer;
}
.topmenu .container .menu:hover {
    text-shadow: 0px 0px 4px rgba(150, 150, 150, 1);
}
.topmenu .container .flag {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    height: 15px;
    width: 22px;
    margin: 5px 50px 10px 20px;
    border-radius: 3px;
    cursor: pointer;
    vertical-align: middle;
    -webkit-box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow:     0px 0px 4px 0px rgba(0, 0, 0, 1);
    box-shadow:          0px 0px 4px 0px rgba(0, 0, 0, 1);
}
/*
.topmenu .container .flag:hover .choice {
    display:block;
}*/
.topmenu .container .flag.russian, .topmenu .container .flag .choice .option.russian{
    background-image: url('/images/mainpage/flag_ru.png');
}
.topmenu .container .flag.english, .topmenu .container .flag .choice .option.english{
    background-image: url('/images/mainpage/flag_en.png');
}
.topmenu .container .flag.ukrainian, .topmenu .container .flag .choice .option.ukrainian{
    background-image: url('/images/flags/ua.png');
}
.topmenu .container .flag.spanish, .topmenu .container .flag .choice .option.spanish{
    background-image: url('/images/flags/es.png');
}
.topmenu .container .flag .choice {
    display:none;
    position: absolute;
    width: 60px;
    height: 100px;
    top: 0px;
    margin-left: -20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #13253d;
    z-index: 10;
}
.topmenu .container .flag .choice .option {
    width: 30px;
    height: 20px;
    margin: 20px 15px;
}
.topmenu .container .menu.active {
    background-color: #112033;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow:    inset 0px 0px 3px 0px rgba(0, 0, 0, 1);
    box-shadow:         inset 0px 0px 3px 0px rgba(0, 0, 0, 1);
}
.antilogo {
    background: url('/images/logo.png') no-repeat center center;
    height: 20px;
    width: 61px;
    padding: 15px 20px;
    display: inline-block;
    cursor: pointer;
    float:left;
}

.jumbotron {
    background: #0b1420; 
    min-width: 1076px;
    background: -moz-linear-gradient(top,  #0b1420 0%, #112033 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0b1420), color-stop(50%,#112033)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0b1420 0%,#112033 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0b1420 0%,#112033 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0b1420 0%,#112033 50%); /* IE10+ */
    background: linear-gradient(to bottom,  #0b1420 0%,#112033 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b1420', endColorstr='#112033',GradientType=0 ); /* IE6-9 */
    z-index: 2;
    position: relative;
}

.jumbotron .slide {
    width: 1040px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.jumbotron .slide .hero {
    width: 300px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    height: 200px;
    color: #fff;
    text-align: center;
    vertical-align: top;
    
}
/*
.jumbotron .slide .hero .herofront {
    background-image: url('/images/mainpage/herofront.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -250px center;
}
*/
.jumbotron .slide .hero .heroimg {
    margin-top: 80px; 
    margin-right: 50px;
    margin-left: -20px;
    width: 250px;
    position: absolute;
    z-index: 3;
    display: block;
}
/*
.jumbotron .slide .hero .heroimg.heroright  {
    background-image: url('/images/mainpage/heroright.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -250px center;
    height: 370px;
}
*/
.jumbotron .slide .hero .heroimg .herofront  {
    position: absolute;
    z-index:3;
    height: 358px;
}
.jumbotron .slide .hero .heroimg .capefront  {
    position: absolute;
    z-index:2;
    top:100px;
    left:56px;
}
.jumbotron .slide .hero .heroimg .caperight  {
    position: absolute;
    z-index:2;
    top:110px;
    left:31px;
}
.jumbotron .slide .hero .heroshadow {
    background-image: url('/images/mainpage/heroshadow.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width:250px;
    height:84px;
    position: absolute;
    z-index: 2;
    top: 380px;
    margin-left: -20px;
}
.jumbotron .slide .container {
    width: 740px;
    display: table-cell;
}
.jumbotron .slide .container .title {
    padding: 20px;
    color: #FFF;
}
.jumbotron .slide .container .title .mobiletitle {
    display:none;
}
.jumbotron .slide .container .title .beam {
    background-image: url('/images/mainpage/beam.png');
    background-repeat: no-repeat;
    width: 505px;
    height: 50px;
    position: absolute;
    z-index: 4;
    margin-top: 50px;
    margin-left: -340px;
    transform: scaleX(0.36);
    /*transform: scaleX(1.285);
    margin-left: -36px;
    
    */
    /*
    margin-left: -307px;
    transform: scaleX(0.22);
    */
    opacity: 0;
}

.jumbotron .slide .container .title .burner {
    height: 50px;
    width: 5px;
    position: absolute;
    z-index: 3;
    background-color: #f8eb00;
    border-radius: 3px;
    margin-top: 50px;
    margin-left: 0px;
    opacity: 0;
    box-shadow: 0px 0px 10px 0px rgba(246, 228, 0, 1);
}
.jumbotron .slide .container .title .burnover {
    width: 536px;
    height: 100px;
    position: absolute;
    z-index: 2;
    clip: rect(0px, 536px, 100px, 0px); 
}


.jumbotron .slide .container .title .burnunder {
    width: 536px;
    height: 100px;
    position: absolute;
    z-index: 1;
    opacity:0;
    /*clip: rect(0px, 536px, 100px, 536px);*/
}




.jumbotron .slide .container .columns {
    display: table;
    margin-top:100px;
}
.jumbotron .slide .container .columns .features {
    display:table-cell;
}
.jumbotron .slide .container .columns .features {
    display:table-cell;
}
.jumbotron .slide .container .columns .features .feature {
    width: 345px;
    margin-top: 15px;
}
.jumbotron .slide .container .columns .features .feature .feature-title {
    font-family: 'Open Sans';
    font-size: 20px;
    color: #FFF;
    font-weight: 500;
    padding-bottom: 5px;
}
.jumbotron .slide .container .columns .features .feature .feature-title:before {
    content: url('/images/mainpage/icon-tick.png');
    position: absolute;
    margin-left: -40px;
    margin-top: 8px;
}
.jumbotron .slide .container .columns .features .feature .description {
    font-family: 'Open Sans';
    font-size: 15px;
    color: #d6e5ff;
}
.jumbotron .slide .container .columns .login {
    display:table-cell;
    vertical-align: middle;
}
.jumbotron .slide .container .columns .login .register-button {
    font-family: 'Open Sans';
    font-size: 18px;
    color: #FFF;
    background-color: #ea256a;
    border-radius: 5px;
    padding: 9px 50px;
    margin: 0 20px 0 30px;
    cursor: pointer;
    text-align: center;
}
.jumbotron .slide .container .columns .login .register-button:hover {
    background-color: #d32361;
}
.jumbotron .slide .container .columns .login .login-button {
    font-family: 'Neucha';
    font-size: 22px;
    color: #daecff;
    font-weight: 100;
    margin: 30px 20px 0 100px;
    text-decoration: underline;
    cursor: pointer;
}
.jumbotron .slide .container .columns .login .login-button:before {
    content: url('/images/mainpage/icon-lock.png');
    position: absolute;
    margin-left: -40px;
    margin-top: -3px;
}

.mobilefeatures {
    display: none;
}
.mobilefeatures .title {
    font-family: 'Neucha';
    font-size: 40px;
    padding: 40px 20px 20px;
    text-align: center;
}
.mobilefeatures .step {
    text-align: center;
    margin: 20px auto;
}
.mobilefeatures  .step .icon {
    background-image: url('/images/mainpage/step-cir.png');
    height: 47px;
    width: 47px;
    padding: 4px 0 0 0;
    font-family: 'Open Sans';
    font-size: 25px;
    color: #000;
    background-repeat: no-repeat;
    margin: 0 auto;
    vertical-align: top;
    margin-top: 10px;
    display: inline-block;
}
.mobilefeatures  .step .desc {
    font-family: 'Neucha';
    font-size: 32px;
    color: #ea256a;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    display: inline-block;
}


.mobilefeatures .feature {
    padding: 10px 15px 10px 60px;
    display: inline-block;
    vertical-align: top;
    /*white-space:nowrap; */
}
.mobilefeatures .feature .cell {
    display: table-cell;
    vertical-align: top;
}
.mobilefeatures .feature .icon {
    background-color: #e5f2d6;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: 0 0 0 3px rgba(255,255,255,1),
                0 0 0 6px rgba(240,240,240,1);
}
.mobilefeatures .feature .desc {
    font-family: 'Neucha';
    font-size: 20px;
    color: #626870;
    text-align: left;
    vertical-align: middle;
    height: 50px;
    margin-left: 20px;
}
.mobilefeatures .featureline {
    margin: 20px auto 0;
    display: table;
    text-align: center;
    background-color: #e5f2d6;
    padding: 0px 20px 5px;
    font-family: 'Neucha';
    font-size: 22px;
    color: #626870;
    border-radius: 30px;
    box-shadow: 0 0 0 3px rgba(255,255,255,1),
                0 0 0 6px rgba(240,240,240,1);
}


.show {
  margin: 0 auto;
  position: relative;
}
.show .poplayer {
  margin: 0 auto;
  margin-top: 36px;
  width: 1076px;
  z-index: 2;
  position: relative;
}
.show .poplayer .pop {
  display: inline-block;
  width: 212px;
  height: 88px;
  background-image: url('/images/mainpage/pop-sprite-big.png');
  animation: bigpop 0.3s steps(3) infinite;
  -webkit-animation: bigpop 0.3s steps(3) infinite;
}
.show .popsmall {
  position: absolute;
  width: 41px;
  height: 83px;
  z-index: 10;
  background-image: url('/images/mainpage/pop-sprite-small.png');
  animation: popsmall-animation 0.3s steps(3) infinite;
  -webkit-animation: popsmall-animation 0.3s steps(3) infinite;
}
.show .popsmall.pop1 {
  top: 219px;
  left: 300px;
}
.show .popsmall.pop2 {
  top: 219px;
  left: 800px;
}
.show .popsmall.pop3 {
  top: 439px;
  left: 995px;
  transform: rotate(90deg);
}
.show .popsmall.pop4 {
  top: 713px;
  left: 400px;
}
.show .runcaptcha {
  width: 130px;
  height: 42px;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 5;
}
.show .poplayer .arrow {
  display: inline-block;
  background-image: url('/images/mainpage/arrowleft.png');
  background-repeat: no-repeat;
  width: 151px;
  height: 128px;
}


.show .tube {
  position: relative;
  z-index: 2;
  background-image: url('/images/mainpage/tube.png');
  background-repeat: no-repeat;
  width: 1076px;
  height: 918px;
  margin: 20px auto 0;
}
.tube-clone {
  width: 1076px;
  height: 918px;
  background-image: url('/images/mainpage/tube.png');
  background-repeat: no-repeat;
  opacity: 0.5;
  position: absolute;
  left: 50%;
  margin-left: -538px;
  margin-top: 20px;
  z-index: 1;
}
.show .tube .feature:first-of-type {
  margin-left: 180px;
}
.show .tube .feature {
  width: 220px;
  padding: 30px 15px;
  display: inline-block;
  vertical-align: top;
  opacity: 0;
}
.show .tube .feature .icon {
  background-color: #e5f2d6;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto 15px;
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #f0f0f0;
}
.show .tube .feature .desc {
  font-family: 'Neucha';
  font-size: 22px;
  color: #626870;
  text-align: center;
}


.show .flow .wheels,
.factory .flow .wheels {
  margin: 472px 16px 0 16px;
  position: absolute;
  white-space: nowrap;
}
.show .flow .wheels .gear,
.factory .flow .wheels .gear {
  display: inline-block;
  height: 43px;
  width: 43px;
  margin: 0 14px 0 5px;
  background-image: url('/images/mainpage/gear.png');
  background-repeat: no-repeat;
  background-position: center center;
  animation-name: mainpagegear-animation;
  -webkit-animation-name: mainpagegear-animation;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.factory .factory-flow {
    position: absolute;
    width: 1100px;
    height: 500px;
    margin-left: -525px;
}
.show .flow .conveer,
.factory .flow .conveer {
  position: relative;
}
.show .flow .captchablock,
.factory .captchablock {
  background: #FFF;
  border: 1px solid #dfded4;
  border-radius: 10px;
  height: 250px;
  width: 300px;
  text-align: center;
  position: absolute;
  overflow: hidden;
  z-index: 2;
  transform-origin: center bottom;
  -webkit-transform-origin: center bottom;
}
.show .flow .captchablock .captcha,
.factory .captchablock .captcha {
  width: 250px;
  height: 80px;
  margin: 15px 25px 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.show .flow .captchablock .keyboard,
.factory .captchablock .keyboard {
  background-image: url('/images/mainpage/typing-sprite.png');
  width: 69px;
  height: 47px;
  margin: 10px auto;
  animation: keyboard-animation 0.3s steps(4) infinite;
  -webkit-animation: keyboard-animation 0.3s steps(4) infinite;
}
.show .flow .captchablock .answer,
.factory .captchablock .answer {
  height: 47px;
  margin: 10px auto;
  font-size: 32px;
  font-family: 'Neucha';
  color: #ea256a;
}
.show .flow .captchablock .winfo,
.factory .captchablock .winfo {
  color: #213143;
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 14px;
  font-weight: lighter;
}
.show .flow .captchablock .winfo .country,
.factory .captchablock .winfo .country {
  font-size: 24px;
  font-weight: bold;
}
.show .flow .captchablock .cinfo,
.factory .captchablock .cinfo {
  background: #f2d800;
  font-family: 'Open Sans';
  height: 80px;
  position: relative;
  bottom: -10px;
  width: 300px;
  padding: 10px 0 0 0;
}
.show .flow .captchablock .cinfo .block,
.factory  .captchablock .cinfo .block {
  display: table-cell;
  width: 150px;
}
.show .flow .captchablock .cinfo .block:first-of-type,
.factory .captchablock .cinfo .block:first-of-type {
  border-right: 2px solid #f8eb7a;
}
.show .flow .captchablock .cinfo .value,
.factory  .captchablock .cinfo .value {
  color: #ea256a;
  font-size: 24px;
  font-weight: bold;
}
.show .flow .captchablock .cinfo .name,
.factory  .captchablock .cinfo .name {
  color: #9c8c00;
  font-size: 14px;
  font-weight: lighter;
}

.finalinfo {
    height: 200px;
    color: #333c46;
    padding: 70px 0 100px;
    margin: 0 auto;
    background: #d3d1bd;
}
.screenshots {
    margin: 100px auto 0;
    display: block;
    width:100%;
    height: 660px;
    background: #fffef2;
    background: -moz-linear-gradient(top,  #fffef2 39%, #d3d1bd 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(39%,#fffef2), color-stop(100%,#d3d1bd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fffef2 39%,#d3d1bd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fffef2 39%,#d3d1bd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fffef2 39%,#d3d1bd 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fffef2 39%,#d3d1bd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffef2', endColorstr='#d3d1bd',GradientType=0 ); /* IE6-9 */

}
.screenshots .devices {
   position: relative;
   height: 660px;
   width: 960px;
    margin: 0 auto;
}
.screenshots .devices .device {
    position: absolute;
    opacity: 0;
    margin-bottom: 30px;
}
.screenshots .devices .device.mobile {
    z-index: 10;
    bottom: 132px;
    left: 195px;
}
.screenshots .devices .device.ipad {
    z-index: 9;
    bottom: 108px;
}
.screenshots .devices .device.imac {
    z-index: 8;
    bottom: 97px;
    left: 214px;
}
.screenshots .devices .device.laptop {
    z-index: 7;
    bottom: 166px;
    right:0;
}
.screenshots .description {
    color: #333c46;
    font-size:20px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}

.bigregister {
    font-family: 'Open Sans';
    font-size: 48px;
    color: #FFF;
    background-color: #ea256a;
    border-radius: 10px;
    padding: 9px 50px;
    margin: 0px auto 100px;
    cursor: pointer;
    display: table;
    opacity: 0;
}
.bigregister:hover {
    background-color: #d32361;
}
.mainpage-footer {
    height: 300px;
    width: 100%;
    vertical-align: top;
    background: #0b1420; 
    background: -moz-linear-gradient(top,  #0b1420 0%, #112033 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0b1420), color-stop(50%,#112033)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0b1420 0%,#112033 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0b1420 0%,#112033 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0b1420 0%,#112033 50%); /* IE10+ */
    background: linear-gradient(to bottom,  #0b1420 0%,#112033 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b1420', endColorstr='#112033',GradientType=0 ); /* IE6-9 */
}
.mainpage-footer .container {
    display: table;
    margin: 0 auto;
}

.mainpage-footer .container .hero2 {
    display: inline-block;
    width: 220px;
    height: 200px;
    color: #fff;
    text-align: center;
    vertical-align: top;
    padding-top: 50px;
    background-image: url('/images/mainpage/herofront_blue.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-top: 30px;
}
.mainpage-footer .container .paymethods {
    display: inline-block;
    padding: 50px 0 0 0px;
    width: 400px;
}
.mainpage-footer .container .paymethods .block {
    width: 400px;
    margin: 0 auto;
}
.mainpage-footer .container .paymethods .method {
    display: inline-block;
    width: 60px;
    height: 37px;
    background-size: contain;
    margin: 5px;
    border-radius: 5px;
}
.mainpage-footer .container .links {
    display: inline-block;
    width: 250px;
    padding-left: 30px;
    padding-top: 30px;
    vertical-align: top;
}
.mainpage-footer .container .links .link {
    padding: 15px 0 5px;
}
.mainpage-footer .container .links a {
    color: #f2d800;
}



.footline {
    height: 5px;
    background: #f2d800;
}


.neucha {
    font-family: Neucha;
}


.api {
    margin: 20px auto;
    display: table;
}

.api .flow {
    width: 768px;
    height: 618px;
    background: #FFF;
    position: relative;
    z-index: 10;
    opacity:1;
    cursor: pointer;
}
.api .flow .assembly {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
}
.api .flow .assembly .lenta {
    background-image: url('/images/mainpage/as_lenta.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 215px;
    height: 25px;
    top: 481px;
    left: 265px;
    position: absolute;
}
.api .flow .assembly .rotator {
    background-image: url('/images/mainpage/as_rotator.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    top: 474px;
    left: 250px;
    position: absolute;
    animation-name: api-rotator-frames;
    -webkit-animation-name: api-rotator-frames;	

    animation-duration: 1.2s;	
    -webkit-animation-duration: 1.2s;

    animation-timing-function: linear;	
    -webkit-animation-timing-function: linear;

    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.api .flow .assembly .hand {
    background-image: url('/images/mainpage/as_hand.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 46px;
    height: 114px;
    top: 279px;
    left: 403px;
    position: absolute;
}
.api-hand-animation {
    animation-name: api-hand-frames;
    -webkit-animation-name: api-hand-frames;	

    animation-duration: 1.2s;	
    -webkit-animation-duration: 1.2s;

    animation-timing-function: linear;	
    -webkit-animation-timing-function: linear;

    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}

.api .flow .assembly .gauge {
    background-image: url('/images/mainpage/as_gauge.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 7px;
    height: 32px;
    top: 418px;
    left: 331px;
    position: absolute;
    animation-name: api-gauge-frames;
    -webkit-animation-name: api-gauge-frames;	

    animation-duration: 3s;	
    -webkit-animation-duration: 3s;

    animation-timing-function: linear;	
    -webkit-animation-timing-function: linear;

    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}


.api .flow .assembly .button {
    background-image: url('/images/mainpage/as_button.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 6px;
    height: 8px;
    top: 561px;
    left: 439px;
    position: absolute;
    animation-name: api-button-frames;
    -webkit-animation-name: api-button-frames;

    animation-duration: 0.3s;	
    -webkit-animation-duration: 0.3s;

    animation-timing-function: linear;	
    -webkit-animation-timing-function: linear;

    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.api .flow .assembly .gears {
    width: 215px;
    height: 15px;
    top: 483px;
    left: 278px;
    position: absolute;
}
.api .flow .assembly .gears .gear {
    background-image: url('/images/mainpage/as_gear.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    animation-name: apigear-animation;
    -webkit-animation-name: apigear-animation;	

    animation-duration: 2s;	
    -webkit-animation-duration: 2s;

    animation-timing-function: linear;	
    -webkit-animation-timing-function: linear;

    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.api .flow .lightning {
    width: 85px;
    height: 130px;
    position: absolute;
    z-index: 26;
    top: 443px;
    left: 280px; /*up to 300-400*/
    opacity: 0;
}
.api .flow .wheels {
    top: 512px;
    left: 210px;
    position: absolute;
    white-space: nowrap;
    z-index: 5;
}
.api .flow .wheels .gear {
    display: inline-block;
    height: 21px;
    width: 21px;
    margin: 0 3px;
    background-image: url('/images/mainpage/gear.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.api .runanswer {
    position: absolute;
    top: 370px;
    left: 400px;
    z-index: 1;
    font-size: 25px;
    font-family: 'Neucha';
    color: #ea256a;
    text-align: left;
}
.runanswer-animation {
    animation-name: runanswer-animation-frames;
    -webkit-animation-name: runanswer-animation-frames;	

    animation-duration: 6s;	
    -webkit-animation-duration: 6s;

    animation-timing-function: linear;	
    -webkit-animation-timing-function: linear;

    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}
.api .runcaptcha {
    width: 130px;
    height: 42px;
    position: absolute;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size:contain;
    z-index: 1;
    top: 521px;
    border:1px solid #303134;
    left: 100px;
}
.apicaptcha-animation {
    animation-name: apicaptcha-animation-frames;
    -webkit-animation-name: apicaptcha-animation-frames;	

    animation-duration: 6s;	
    -webkit-animation-duration: 6s;

    animation-timing-function: linear;	
    -webkit-animation-timing-function: linear;

    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}


.api .svg {
    padding: 0px 20px 0 0;
    display:inline-block;
}
.api .content {
    vertical-align: top;
    display:inline-block;
}
.api .content .step {
    background-color: #FFF;
    border-radius: 20px;
    border: 1px solid #d5dee8;
    padding: 20px;
}
.api .content .step:hover {
    border: 1px solid #38516c;
}
.api .content .step .title {
    font-size: 20px;
}
.api .content .stepicon {
    width: 25px;
    height: 25px;
    padding: 15px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin: 5px;
    border-radius: 30px;
    background-color: #38516c;
    color: #FFF;
    font-size: 20px;
    user-select: none;
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none; 
}
.api .content .code {
    border-radius: 10px;
    border: 1px solid #b3c4d7;
    padding: 10px;
    background: #FFF;
    margin-top:20px;
    word-break: break-all;
}
.api .content .tabcontent .title {
    padding: 40px 0 0; 
    font-weight: 500;
}
.api .content .tabcontent .subtitle {
    padding: 20px 0 0; 
    font-weight: 500;
}
.api .content .example {
    background-position: center center;
    background-size: cover;
    height: 100px;
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
    cursor: pointer;
    border: 1px solid #b3c4d7;
    border-radius: 5px;
}
.api .content .table {
    margin: 20px auto;
    border-spacing: 0px;
    /*border-collapse:collapse;*/
    border: 1px solid #b3c4d7;
    border-radius: 10px;
    background: #FFF;
}

.api .content .table tr td {
    padding: 10px;
}
.api .content .table thead td {
    background-color: #38516c;
    color: #fff;
}
.api .content .table tr td:not(:first-child) {
    border-left: 1px solid #b3c4d7;
}
.api .content .table tr:not(:last-child) td {
    border-bottom: 1px solid #b3c4d7;
}
.api .content .table thead td:first-of-type {
    border-top-left-radius: 10px;
}
.api .content .table thead td:last-of-type {
    border-top-right-radius: 10px;
}
.apifooter {
    height: 30px; 
    width: 100%; 
    position: fixed; 
    bottom: 0px; 
    z-index: 50;
    background: #224066
}
.apiskip {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #FFF;
    background-color: #ea256a;
    border-radius: 5px;
    padding: 9px 50px;
    margin: 0 20px 0 50px;
    cursor: pointer;
    width: 110px;
    text-align: center;    
}

/* tabs start */
.tabs {
    display: block;
    vertical-align: bottom;
    margin-top: 20px;
}
.tab {
    display: inline-block;
    padding: 10px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top: 1px solid rgba(54, 79, 107, 0.4);
    border-left: 1px solid rgba(54, 79, 107, 0.4);
    border-right: 1px solid rgba(54, 79, 107, 0.4);
    margin: 0px;
    vertical-align: bottom;
    background-color: #4e7298;
    color: #FFF;
    cursor: pointer;
}
.tab:first-of-type {
    margin-left: 20px;
}
.tabs .active {
    padding: 15px 20px 10px 20px;
    background-color: #FFF;
    color: #000;
    border-bottom: 1px solid #FFF;
    margin-bottom: -1px;
}
.tabcontent {
    padding: 20px;
    font-weight: 300;
    border: 1px solid rgba(86, 117, 147, 0.4);
    border-radius: 5px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: left;
}

/* tabs end */



/* factory */
.show .step,
.factory .step {
  text-align: center;
  margin: 0 auto;
  opacity: 0;
}
.show .step .icon,
.factory .step .icon {
  background-image: url('/images/mainpage/step-cir.png');
  height: 47px;
  width: 47px;
  padding: 4px 0 0 0;
  font-family: 'Open Sans';
  font-size: 25px;
  color: #000;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.show .step .desc,
.factory .step .desc,
.recaptcha-solved .title {
  font-family: 'Neucha';
  font-size: 32px;
  color: #ea256a;
  text-align: center;
  max-width: 350px;
  margin: 0 auto;
}
.browser-plugs .title {
  font-family: 'Neucha';
  font-size: 32px;
  color: #ea256a;
  text-align: center;
  max-width: 350px;
  margin: 0 auto;
}
.factory .featureline {
  margin: 20px auto 0;
  display: table;
  text-align: center;
  background-color: #e5f2d6;
  padding: 0px 20px 5px;
  font-family: 'Neucha';
  font-size: 22px;
  color: #626870;
  border-radius: 30px;
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #f0f0f0;
}
.show .tube .pieinfo {
  margin: 0 auto 0 100px;
}
.show .tube .pieinfo .workerpie {
  width: 400px;
  height: 260px;
  display: inline-block;
}
.show .tube .pieinfo .desc {
  width: 440px;
  display: inline-block;
  color: #112033;
  font-size: 16px;
  font-family: 'Open Sans';
  vertical-align: top;
  margin-top: 30px;
}
.show .flow,
.factory .flow {
  width: 1008px;
  height: 526px;
  background-image: url('/images/mainpage/lenta.png');
  background-repeat: no-repeat;
  background-position: 0 460px;
  margin: 0 auto;
  overflow: hidden;
}
.show .flow .mask,
.factory .flow .mask {
  background-image: url('/images/mainpage/mask.png');
  float: right;
  width: 350px;
  height: 463px;
  position: relative;
  z-index: 5;
  left: 200px;
}
.show .flow .wheels,
.factory .flow .wheels {
  margin: 472px 16px 0 16px;
  position: absolute;
  white-space: nowrap;
}
.show .flow .wheels .gear,
.factory .flow .wheels .gear {
  display: inline-block;
  height: 43px;
  width: 43px;
  margin: 0 14px 0 5px;
  background-image: url('/images/mainpage/gear.png');
  background-repeat: no-repeat;
  background-position: center center;
  animation-name: mainpagegear-animation;
  -webkit-animation-name: mainpagegear-animation;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.show .flow .conveer,
.factory .flow .conveer {
  position: relative;
}
.show .flow .captchablock,
.factory .flow .captchablock {
  background: #FFF;
  border: 1px solid #dfded4;
  border-radius: 10px;
  height: 300px;
  width: 300px;
  text-align: center;
  position: absolute;
  overflow: hidden;
}
.show .flow .captchablock .captcha,
.factory .flow .captchablock .catptcha {
  width: 250px;
  height: 80px;
  margin: 15px 25px 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.show .flow .captchablock .keyboard,
.factory .flow .captchablock .keyboard {
  background-image: url('/images/mainpage/typing-sprite.png');
  width: 69px;
  height: 47px;
  margin: 10px auto;
  animation: keyboard-animation 0.3s steps(4) infinite;
  -webkit-animation: keyboard-animation 0.3s steps(4) infinite;
}
.show .flow .captchablock .answer,
.factory .flow .captchablock .answer {
  height: 47px;
  margin: 10px auto;
  font-size: 32px;
  font-family: 'Neucha';
  color: #ea256a;
}
.show .flow .captchablock .winfo,
.factory .flow .captchablock .winfo {
  color: #213143;
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 14px;
  font-weight: lighter;
}
.show .flow .captchablock .winfo .country,
.factory .flow .captchablock .winfo .country {
  font-size: 24px;
  font-weight: bold;
}
.show .flow .captchablock .cinfo,
.factory .flow .captchablock .cinfo {
  background: #f2d800;
  font-family: 'Open Sans';
  height: 80px;
  position: relative;
  bottom: -10px;
  width: 300px;
  padding: 10px 0 0 0;
}
.show .flow .captchablock .cinfo .block,
.factory .flow .captchablock .cinfo .block {
  display: table-cell;
  width: 150px;
}
.show .flow .captchablock .cinfo .block:first-of-type,
.factory .flow .captchablock .cinfo .block:first-of-type {
  border-right: 2px solid #f8eb7a;
}
.show .flow .captchablock .cinfo .value,
.factory .flow .captchablock .cinfo .value {
  color: #ea256a;
  font-size: 24px;
  font-weight: bold;
}
.show .flow .captchablock .cinfo .name,
.factory .flow .captchablock .cinfo .name {
  color: #9c8c00;
  font-size: 14px;
  font-weight: lighter;
}
.manipulator-wrap {
  position: relative;
  z-index: 5;
  width: 1076px;
  margin: 0 auto;
  transform: translateX(-100%);
}
.manipulator-wrap.start {
  animation: worker-manipulator-wrap 5s linear 1;
}
.manipulator-wrap .manipulator {
  position: absolute;
  top: -17px;
}
.manipulator-wrap .manipulator-hand {
  position: relative;
  z-index: 2;
}
.manipulator-wrap .manipulator-hand.start {
  animation: worker-manip 5s linear 1;
}
.manipulator-wrap .manipulator-hand .man-left {
  position: absolute;
  left: -2px;
  bottom: -3px;
}
.manipulator-wrap .manipulator-hand .man-left.start {
  animation: worker-manip-left 5s linear 1;
}
.manipulator-wrap .manipulator-hand .man-right {
  position: absolute;
  right: -2px;
  bottom: -3px;
}
.manipulator-wrap .manipulator-hand .man-right.start {
  animation: worker-manip-right 5s linear 1;
}

.manipulator-wrap .man-leg {
  background-color: #83c1b9;
  width: 9px;
  margin-left: 34px;
  margin-top: -2px;
  transform-origin: center top 0;
}
.manipulator-wrap .man-leg.start {
  animation: worker-manip-leg 5s linear 1;
}
.manipulator-wrap .man-mount {
  width: 25px;
  height: 25px;
  background-color: #83c1b9;
  border-radius: 50%;
  margin-left: 28px;
  margin-top: 16px;
  display: block;
}
.manipulator-wrap .hanger {
  display: block;
  margin-top: -64px;
  margin-left: -10px;
  position: relative;
  z-index: 1;
}
.manipulator-wrap .hanger.start {
  animation: worker-hanger 5s linear 1;
}
.manipulator-wrap .hanger img {
  position: absolute;
}
.manipulator-wrap .hanger-body {
  z-index: 2;
  left: 18px;
  top: 60px;
}
.manipulator-wrap .hanger-body.start {
  animation: worker-hanger-body 5s linear;
}
.manipulator-wrap .hanger-head {
  z-index: 1;
  left: 15px;
  top: 0;
}
.manipulator-wrap .hanger-head.start {
  animation: worker-hanger-head 5s linear infinite;
}
.manipulator-wrap .hanger-arm-left {
  z-index: 3;
  left: 1px;
  top: 67px;
  transform-origin: center top 0;
}
.manipulator-wrap .hanger-arm-left.start {
  animation: worker-hanger-hand-left 5s linear 1;
}
.manipulator-wrap .hanger-arm-right {
  z-index: 1;
  left: 62px;
  top: 66px;
  transform-origin: center top 0;
}
.manipulator-wrap .hanger-arm-right.start {
  animation: worker-hanger-hand-right 5s linear 1;
}
.manipulator-wrap .hanger-leg-left {
  left: 26px;
  top: 137px;
  z-index: 1;
}
.manipulator-wrap .hanger-leg-left.start {
  animation: worker-hanger-leg 5s linear infinite;
}
.manipulator-wrap .hanger-leg-right {
  left: 55px;
  top: 137px;
  z-index: 1;
}
.manipulator-wrap .hanger-leg-right.start {
  animation: worker-hanger-leg 5s linear 1;
}
.manipulator-wrap .hanger-foot-left {
  z-index: 2;
  left: 15px;
  top: 272px;
}
.manipulator-wrap .hanger-foot-left.start {
  animation: worker-hanger-foot 5s linear 1;
}
.manipulator-wrap .hanger-foot-right {
  z-index: 2;
  left: 44px;
  top: 272px;
}
.manipulator-wrap .hanger-foot-right.start {
  animation: worker-hanger-foot 5s linear 1;
}
#step4 {
  margin-top: -19px;
  left: 50%;
  margin-left: -350px;
  z-index: 6;
  position: absolute;
}
#step4 .desc {
  max-width: 700px;
  font-size: 29px;
  position: relative;
}
.arrow-anticheat {
  position: absolute;
  right: -57px;
  top: 32px;
  transform: scaleY(-1) rotate(-10deg);
}
.factory {
  margin-top: -100px;
  background-image: url(/images/mainpage/factory-bg.png), linear-gradient(to top, #c7e3e0 0%, #c7e3e0 74%, #fffef2 100%);
  background-repeat: repeat-x, no-repeat;
  background-position: 0 100%, 0 0;
  min-height: 700px;
}
.factory .mainrail {
  position: relative;
  background-color: #a6d2cf;
  height: 37px;
  margin-top: 100px;
  text-align: center;
  z-index: 2;
}
.factory .mainrail .tablos {
  display: inline-block;
  position: relative;
  top: -87px;
}
.factory .mainrail .tablos .value {
  color: #41f8ff;
  font-weight: bold;
  font-size: 16px;
}
.factory .mainrail .tablos .recognition .label {
  position: absolute;
  width: 193px;
  top: 20px;
}
.factory .mainrail .tablos .recognition .value {
  position: absolute;
  width: 71px;
  left: 214px;
  font-size: 26px;
  top: 21.5px;
  line-height: 1;
}
.factory .mainrail .tablos .recognition .value small {
  font-size: 14px;
  display: block;
}
.factory .mainrail .tablos .banned .label {
  width: 153px;
  position: absolute;
  left: 345px;
  top: 20px;
}
.factory .mainrail .tablos .banned .smalllabel {
  color: #000;
  font-weight: bold;
  font-size: 11px;
  position: absolute;
  text-transform: uppercase;
  top: 3px;
}
.factory .mainrail .tablos .banned .smalllabel.alltime {
  left: 563px;
}
.factory .mainrail .tablos .banned .value {
  position: absolute;
  width: 128px;
  left: 519px;
  top: 30px;
}
.factory .mainrail .tablos .banned .h24 {
  width: 79px;
  left: 677px;
}
.factory .mainrail .tablos .banned .errors {
  width: 79px;
  left: 786px;
}
.factory .workshop {
  height: 411px;
  margin-top: 60px;
  position: relative;
  text-align: center;
  z-index: 4;
}
.factory .workshop img {
  vertical-align: middle;
}
.factory .workshop .machine-ban {
  position: absolute;
  right: 178px;
  top: -189px;
  font-size: 16px;
  background: linear-gradient(180deg, #e52c2c 0%, #b01a35 69.61%, #ba2525 100%);
  color: #fff;
  border-radius: 100px;
  padding: 6px 0;
  width: 119px;
  text-align: center;
  cursor: pointer;
  z-index: 5;
  border: 2px solid #850F0F;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
  outline: none;
}
.factory .workshop .machine-ban:hover {
  background: linear-gradient(180deg, #eb5959 0%, #b01a35 69.61%, #d83a3a 100%);
}
.factory .workshop .machine-ban:active {
  box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.35), 0 1px 0 rgba(255, 255, 255, 0.5);
}
.factory .workshop .machine-ban.disabled {
  background: #B0B0B0;
  border: 0;
  box-shadow: none;
  color: #9a9a9a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.factory .workshop .blaster-beam {
  position: absolute;
  z-index: 3;
  width: 635px;
  height: 61px;
  top: -61px;
  left: 87px;
}
.factory .workshop .beam-start {
  width: 44px;
  height: 61px;
  background: url(/images/mainpage/beam-start.png);
  position: absolute;
  right: 0;
  top: 0;
}
.factory .workshop .beam-middle {
  position: absolute;
  height: 61px;
  right: 44px;
  width: 0;
  transition: width 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.5s;
  background: url(/images/mainpage/beam-middle.png);
}
.factory .workshop .beam-end {
  position: absolute;
  z-index: 5;
  height: 61px;
  width: 73px;
  background: url(/images/mainpage/beam-end.png);
  opacity: 0;
}
.factory .workshop .blast1 .beam-middle {
  width: 518px;
}
.factory .workshop .blast2 .beam-middle {
  width: 359px;
}
.factory .workshop .blast2 .beam-end {
  left: 159px;
}
.factory .workshop .blast3 .beam-middle {
  width: 197px;
}
.factory .workshop .blast3 .beam-end {
  left: 321px;
}
.factory .workshop .blast4 .beam-middle {
  width: 47px;
}
.factory .workshop .blast4 .beam-end {
  left: 471px;
}
.factory .workshop .beam-play .beam-start {
  background-position: 0 -793px;
  transition: background-position 0.5s steps(13);
}
.factory .workshop .beam-play .beam-end {
  opacity: 1;
  background-position: 0 -61px;
  transition: all 0.1s steps(1) 0.7s;
  animation: beamfire 0.2s steps(11) infinite 0.1s;
}
.factory .workshop .conveyor {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-top: 246px;
}
.factory .workshop .conveyor .conv {
  position: relative;
  z-index: 2;
  vertical-align: middle;
}
.factory .workshop .conveyor .belt-top,
.factory .workshop .conveyor .belt-bottom {
  position: absolute;
  z-index: 1;
  width: 1000px;
  height: 5px;
  background: url(/images/mainpage/belt-bg.png);
  left: 20px;
  animation-name: beltanim;
  animation-duration: 0.7s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.factory .workshop .conveyor .belt-top {
  top: 19px;
  animation-direction: reverse;
}
.factory .workshop .conveyor .belt-bottom {
  top: 58px;
}
.factory .workshop .conveyor .worker {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 131px;
  height: 296px;
  background: url(/images/mainpage/worker-sprite.png);
  transform-origin: 50% 100%;
  perspective: 500px;
  transform-style: preserve-3d;
}
.factory .workshop .conveyor .worker-1 {
  left: 32px;
}
.factory .workshop .conveyor .worker-2 {
  left: 191px;
}
.factory .workshop .conveyor .worker-3 {
  left: 351px;
}
.factory .workshop .conveyor .worker-4 {
  left: 504px;
}
.factory .workshop .conveyor .worker-play {
  animation: workeranim 1.5s steps(61) infinite;
  animation-play-state: running;
}
.factory .workshop .conveyor .worker-fall {
  transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
  transition: all 0.5s ease;
}
.factory .workshop .conveyor .cheater-detected {
  position: absolute;
  top: -224px;
  z-index: 4;
  left: 223px;
  transform: scale(0);
}
.factory .workshop .conveyor .cheater-detected.cheater-detected-play {
  animation: cheater-detected 3s;
}
.factory .workshop .conveyor .machine {
  position: absolute;
  z-index: 3;
  right: 72px;
  bottom: 0;
}
.factory .workshop .conveyor .machine .machine-arrow {
  position: absolute;
  left: 51px;
  bottom: 60px;
  animation: machine-arrow 2s alternate infinite;
}
.factory .workshop .conveyor .machine .machine-wheel {
  position: absolute;
  bottom: 36px;
  right: 110px;
  animation: machine-wheel 2s linear infinite;
}
.factory .workshop .conveyor .machine .machine-chart {
  width: 173px;
  height: 81px;
  position: absolute;
  left: 25px;
  top: 102px;
  background: url(/images/mainpage/machine-chart.png) 0 50% repeat-x;
  animation: machine-chart 3s linear infinite;
}
.factory .workshop .conveyor .hero {
  position: absolute;
  right: -10px;
  bottom: 3px;
  z-index: 4;
  width: 354px;
  height: 333px;
  background: url(/images/mainpage/hero-sprite.png);
}
.factory .workshop .conveyor .anim-firing {
  animation: herofiring 0.3s steps(10) infinite;
}
.factory .workshop .conveyor .anim-gun-up {
  animation: gunup 0.4s steps(11) alternate infinite;
}
.recaptcha-solved {
  padding: 100px 0;
}
.recaptcha-solved .container {
  position: relative;
  width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.recaptcha-solved .sidetext {
  position: absolute;
  left: 320px;
}
.recaptcha-solved .sidetext .title,
.recaptcha-solved .sidetext .desc {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.recaptcha-solved .sidetext .desc {
  margin-top: 30px;
}
.btn {
  font-family: 'Open Sans';
  font-size: 18px;
  border-radius: 5px;
  padding: 9px 20px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}
.btn-primary {
  color: #FFF;
  background-color: #ea256a;
}
.btn-primary:hover {
  background-color: #d32361;
}
a.btn-primary {
  text-decoration: none;
}
a.btn-primary:visited {
  color: #fff;
}
.btn-disabled {
  background-color: #ccc;
  color: #fff;
}
.browser-plugs .container {
  position: relative;
  width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.browser-plugs .desc {
  margin: 10px 20% 0;
  width: 80%;
}
.browser-plugs .browsers {
  margin-top: 30px;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
}
.browser-plugs .browsers img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.browser-plugs .btn {
  display: inline-block;
}
.beta-badge {
  background-color: #13a924;
  font-size: 10px;
  padding: 2px 4px;
  border-radius: 3px;
}

.basement.basement {
  position: relative;
  margin-bottom: 30px;
}
.basement .topfloor {
  height: 13px;
  background-color: #808b8a;
}
.basement .ground-stone {
  height: 56px;
  background-image: url(/images/mainpage/ground-stone.png);
}
.basement .celling {
  background-color: #464642;
  height: 10px;
}
.basement .basement-wall {
  height: 629px;
  position: relative;
  z-index: 1;
  background-color: #57322a;
  background-image: url(/images/mainpage/basement-bricks.png);
  overflow: hidden;
}
.basement .basement-tubes {
  position: absolute;
  z-index: 1;
  background-image: url(/images/mainpage/basement-tubes.png);
  background-position: 50% -300px;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.basement .darkness {
  display: flex;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.basement .darkness-left {
  background: url(/images/mainpage/darkness-left.png) repeat-x;
  flex: 1;
}
.basement .darkness-center {
  background: url(/images/mainpage/darkness-center.svg) no-repeat;
  flex-basis: 1389px;
}
.basement .darkness-right {
  background: url(/images/mainpage/darkness-right.png) repeat-x;
  flex: 1;
}
.basement .basement-center-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.basement .basement-center {
  position: relative;
  z-index: 1;
  height: 629px;
  max-width: 960px;
  margin: 0 auto;
}
.basement .cauldron {
  position: absolute;
  bottom: 0;
  left: 0;
}
.basement .basement-hero {
  bottom: 0;
  right: 0;
  position: absolute;
}
.basement .basement-text {
  position: relative;
  z-index: 3;
  max-width: 960px;
  margin: 0 auto;
  color: #fff;
  padding: 20px;
}
.basement .basement-text .title {
  font-size: 32px;
  font-family: Neucha;
  color: #EA256A;
}
.basement .basement-text li {
  margin-top: 8px;
}

.factory .workshop .conveyor .stairs-top {
  position: absolute;
  left: -150px;
  bottom: 0;
}

.realtime-prices {
  border-top: 13px solid #808B8A;
  background: url(/images/mainpage/realtime-prices-bg.png) 50% -100px;
  min-height: 100px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.realtime-prices .progress-wrap {
  background-color: #A2B9DE;
  padding: 2px 0;
  border-radius: 100px;
  margin-top: 2px;
  position: relative;
}
.realtime-prices .progress-wrap .progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #8BA8D6;
  border-radius: 100px;
  z-index: 1;
}
.realtime-prices .progress-wrap .value {
  position: relative;
  z-index: 2;
  padding: 0 8px;
  font-size: 12px;
  font-weight: bold;
}
.realtime-prices .barrel {
  position: absolute;
  width: 227px;
  top: 260px;
  z-index: 3;
  font-size: 14px;
}
.realtime-prices .barrel > .title {
  font-size: 18px;
  color: #7B879C;
  margin-bottom: 35px;
}
.realtime-prices .barrel .barrel-info {
  background-color: #B1C9F0;
  text-align: left;
  padding: 5px 12px 12px;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
}
.realtime-prices .barrel .barrel-info:before,
.realtime-prices .barrel .barrel-info:after {
  content: '';
  position: absolute;
  width: 227px;
  height: 14px;
  background: url(/images/mainpage/barrel-screen-top.png);
  top: -14px;
  left: 0;
}
.realtime-prices .barrel .barrel-info:after {
  top: auto;
  bottom: -14px;
  background: url(/images/mainpage/barrel-screen-bottom.png);
}
.realtime-prices .barrel.barrel-image {
  left: 26px;
}
.realtime-prices .barrel.barrel-recaptcha {
  left: 331px;
}
.realtime-prices .barrel.barrel-funcaptcha {
  right: 26px;
}
.realtime-prices .barrel .desc {
  margin-bottom: 10px;
}
.realtime-prices .barrel .desc:last-child {
  margin-bottom: 0;
}
.realtime-prices .barrels-wrap {
  width: 881px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.realtime-prices .stairs {
  position: absolute;
  left: -230px;
}
.realtime-prices .floor {
  background-color: #CDCDCD;
  height: 52px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}
.realtime-prices .door-to-hell {
  position: absolute;
  right: -280px;
  bottom: 14px;
}
.realtime-prices-machines {
  vertical-align: middle;
  position: relative;
  z-index: 2;
  margin-bottom: 5px;
  max-width: 100%;
}
/* hero and captchas */

.herofront-fly-in-animation {
    animation-name: hero-fly-in-frames;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    -webkit-animation-name: hero-fly-in-frames;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
}

.herofront-flare-animation {
    animation-name: herofront-animation-frames;
    -webkit-animation-name: herofront-animation-frames;	

    animation-duration: 2s;	
    -webkit-animation-duration: 2s;

    animation-timing-function: ease-in-out;	
    -webkit-animation-timing-function: ease-in-out;

    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes herofront-animation-frames {
    0%{
        margin-left: -20px;
        margin-top: 80px;
    }
    50% {
        margin-left: -20px;
        margin-top: 70px;
    }
    
    100% {
        margin-left: -20px;
        margin-top: 80px;
    }
}
@-webkit-keyframes herofront-animation-frames {
    0%{
        margin-left: -20px;
        margin-top: 80px;
    }
    50% {
        margin-left: -20px;
        margin-top: 70px;
    }
    100% {
        margin-left: -20px;
        margin-top: 80px;
    }
}
@keyframes hero-fly-in-frames {
    0%{
        opacity: 0;
        transform: scale(0.01) translateY(-250px)
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0px)
    }
}

@-webkit-keyframes hero-fly-in-frames {
    0%{
        opacity: 0;
        -webkit-transform: scale(0.01) translateY(-250px)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0px)
    }
}


.cape-animation {
    animation-name: cape-animation-frames;
    -webkit-animation-name: cape-animation-frames;	

    animation-duration: 2s;	
    -webkit-animation-duration: 2s;

    animation-timing-function: linear;	
    -webkit-animation-timing-function: linear;

    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes cape-animation-frames {
    0%{
        transform: scaleY(0.9);
    }
    
    50% {
        transform: scaleY(1) scaleX(0.97);
    }
    
    100% {
        transform: scaleY(0.9);
    }
}
@-webkit-keyframes cape-animation-frames {
    0%{
        -webkit-transform: scaleY(0.9);
    }
    
    50% {
        -webkit-transform: scaleY(1) scaleX(0.97);
    }
    
    100% {
        -webkit-transform: scaleY(0.9);
    }
}


.cape-down-animation {
    animation-name: cape-down-animation-frames;
    -webkit-animation-name: cape-down-animation-frames;	

    animation-duration: 0.5s;	
    -webkit-animation-duration: 0.5s;

    animation-timing-function: linear;	
    -webkit-animation-timing-function: linear;

    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}
@keyframes cape-down-animation-frames {
    0%{
        transform: scaleY(1);
    }
    
    20% {
        transform: scaleY(0.7);
    }
    80% {
        transform: scaleY(0.7);
    }
    
    100% {
        transform: scaleY(1) translateY(0px);
    }
}
@-webkit-keyframes cape-down-animation-frames {
    0%{
        -webkit-transform: scaleY(1);
    }
    
    20% {
        -webkit-transform: scaleY(0.7);
    }
    80% {
        -webkit-transform: scaleY(0.7);
    }
    
    100% {
        -webkit-transform: scaleY(1) translateY(0px);
    }
}


.caperight-animation {
    animation-name: caperight-animation-frames;
    -webkit-animation-name: caperight-animation-frames;	

    animation-duration: 0.7s;	
    -webkit-animation-duration: 0.7s;

    animation-timing-function: ease-in;	
    -webkit-animation-timing-function: ease-in;

    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}
@keyframes caperight-animation-frames {
    10% {
        transform: rotate(0deg) scaleY(1) translate(0px, 0px);
    }
    20% {
        transform: rotate(10deg) scaleY(1.1)  translate(-14px,5px);
    }
    80% {
        transform: rotate(3deg) scaleY(1.05)  translate(0px,0px);
    }
    90% {
        transform: rotate(-5deg) scaleY(1) translate(10px, 0px);
    }
    100% {
        transform: rotate(0deg) scaleY(1) translate(0px, 0px);
    }
}
@-webkit-keyframes caperight-animation-frames {
    10% {
        -webkit-transform: rotate(0deg) scaleY(1) translate(0px, 0px);
    }
    20% {
        -webkit-transform: rotate(10deg) scaleY(1.1)  translate(-14px,5px);
    }
    80% {
        -webkit-transform: rotate(3deg) scaleY(1.05)  translate(0px,0px);
    }
    90% {
        -webkit-transform: rotate(-5deg) scaleY(1) translate(10px, 0px);
    }
    100% {
        -webkit-transform: rotate(0deg) scaleY(1) translate(0px, 0px);
    }
}

.heroshadow-idle {
    animation-name: heroshadow-idle-frames;
    -webkit-animation-name: heroshadow-idle-frames;

    animation-duration: 2s;	
    -webkit-animation-duration: 2s;

    animation-timing-function: ease-in-out;	
    -webkit-animation-timing-function: ease-in-out;

    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes heroshadow-idle-frames {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes heroshadow-idle-frames {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
    }
}



.heroshadow-liftup {
    animation-name: heroshadow-liftup-frames;
    -webkit-animation-name: heroshadow-liftup-frames;

    animation-duration: 0.5s;	
    -webkit-animation-duration: 0.5s;

    animation-timing-function: linear;	
    -webkit-animation-timing-function: linear;

    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}
@keyframes heroshadow-liftup-frames {
    0% {
        transform: scale(1) translateX(0px);
    }
    100% {
        transform: scale(0.9,0.4) translateX(20px);
    }
}
@-webkit-keyframes heroshadow-liftup-frames {
    0% {
        -webkit-transform: scale(1) translateX(0px);
    }
    100% {
        -webkit-transform: scale(0.9,0.4) translateX(20px);
    }
}

.heroshadow-liftdown {
    animation-name: heroshadow-liftdown-frames;
    -webkit-animation-name: heroshadow-liftdown-frames;

    animation-duration: 0.5s;	
    -webkit-animation-duration: 0.5s;

    animation-timing-function: linear;	
    -webkit-animation-timing-function: linear;

    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}
@keyframes heroshadow-liftdown-frames {
    0% {
        transform: scale(0.9,0.4) translateX(20px);
    }
    100% {
        transform: scale(1) translateX(0px);
    }
}
@-webkit-keyframes heroshadow-liftdown-frames {
    0% {
        -webkit-transform: scale(0.9,0.4) translateX(20px);
    }
    100% {
        -webkit-transform: scale(1) translateX(0px);
    }
}






.beam-animation {
    animation-name: beam-animation-frames;
    -webkit-animation-name: beam-animation-frames;	

    animation-duration: 3s;	
    -webkit-animation-duration: 3s;

    animation-timing-function: linear;	
    -webkit-animation-timing-function: linear;

    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}
@keyframes beam-animation-frames {
    0%{
        opacity: 1;
        transform: scaleX(0.36);
        margin-left: -340px;
    }
    99% {
        opacity: 1;
        transform: scaleX(1.43);
        margin-left: -71px;
    }
    100% {
        opacity: 0;
        transform: scaleX(1.43);
        margin-left: -71px;
    }
}
@-webkit-keyframes beam-animation-frames {
    0%{
        opacity: 1;
        -webkit-transform: scaleX(0.36);
        margin-left: -340px;
    }
    99% {
        opacity: 1;
        -webkit-transform: scaleX(1.43);
        margin-left: -71px;
    }
    100% {
        opacity: 0;
        -webkit-transform: scaleX(1.43);
        margin-left: -71px;
    }
}




.burnover-shake {
    animation-name: burnover-shake-frames;
    -webkit-animation-name: burnover-shake-frames;	

    animation-duration: 0.2s;	
    -webkit-animation-duration: 0.2s;

    animation-timing-function: linear;	
    -webkit-animation-timing-function: linear;

    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}
@keyframes burnover-shake-frames {
    0%{
        transform: translateX(-20px);
    }
    20%{
        transform: translateX(20px);
    }
    40%{
        transform: translateX(-10px);
    }
    60%{
        transform: translateX(10px);
    }
    80%{
        transform: translateX(-5px);
    }
    100% {
        transform: translateX(5px);
    }
}
@-webkit-keyframes burnover-shake-frames {
    0%{
        -webkit-transform: translateX(-20px);
    }
    20%{
        -webkit-transform: translateX(20px);
    }
    40%{
        -webkit-transform: translateX(-10px);
    }
    60%{
        -webkit-transform: translateX(10px);
    }
    80%{
        -webkit-transform: translateX(-5px);
    }
    100% {
        -webkit-transform: translateX(5px);
    }
}



.burnover-animation {
    animation-name: burnover-animation-frames;
    -webkit-animation-name: burnover-animation-frames;	

    animation-duration: 3s;	
    -webkit-animation-duration: 3s;

    animation-timing-function: linear;	
    -webkit-animation-timing-function: linear;

    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}
@keyframes burnover-animation-frames {
    0%{
        opacity: 1;
        clip: rect(0px, 0px, 100px, 0px);
    }
    100% {
        opacity: 1;
        clip: rect(0px, 536px, 100px, 0px);
    }
}
@-webkit-keyframes burnover-animation-frames {
    0%{
        opacity: 1;
        clip: rect(0px, 0px, 100px, 0px);
    }
    100% {
        opacity: 1;
        clip: rect(0px, 536px, 100px, 0px);
    }
}



.burnunder-animation {
    animation-name: burnunder-animation-frames;
    -webkit-animation-name: burnunder-animation-frames;	

    animation-duration: 3s;	
    -webkit-animation-duration: 3s;

    animation-timing-function: linear;	
    -webkit-animation-timing-function: linear;

    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}
@keyframes burnunder-animation-frames {
    0%{
        opacity: 1;
        clip: rect(0px, 536px, 100px, 0px);
    }
    100% {
        opacity: 1;
        clip: rect(0px, 536px, 100px, 536px);
    }
}
@-webkit-keyframes burnunder-animation-frames {
    0%{
        opacity: 1;
        clip: rect(0px, 536px, 100px, 0px);
    }
    100% {
        opacity: 1;
        clip: rect(0px, 536px, 100px, 536px);
    }
}



.burner-animation {
    animation-name: burner-animation-frames;
    -webkit-animation-name: burner-animation-frames;	

    animation-duration: 3s;	
    -webkit-animation-duration: 3s;

    animation-timing-function: linear;	
    -webkit-animation-timing-function: linear;

    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}
@keyframes burner-animation-frames {
    0%{
        opacity: 1;
        margin-left: 0px;
    }
    99% {
        opacity: 1;
        margin-left: 540px;
    }
    100% {
        opacity: 0;
        margin-left: 540px;
    }
}
@-webkit-keyframes burner-animation-frames {
    0%{
        opacity: 1;
        margin-left: 0px;
    }
    99% {
        opacity: 1;
        margin-left: 540px;
    }
    100% {
        opacity: 0;
        margin-left: 540px;
    }
}


/* flow */

@keyframes bigpop {
    from { background-position: 0 0; }
    to { background-position: 0 264px; }
}
@-webkit-keyframes bigpop {
    from { background-position: 0 0; }
    to { background-position: 0 264px; }
}


@keyframes popsmall-animation {
    from { background-position: 0 0; }
    to { background-position: 0 249px; }
}
@-webkit-keyframes popsmall-animation {
    from { background-position: 0 0; }
    to { background-position: 0 249px; }
}

@keyframes keyboard-animation {
    from { background-position: 0 0; }
    to { background-position: 0 188px; }
}
@-webkit-keyframes keyboard-animation {
    from { background-position: 0 0; }
    to { background-position: 0 188px; }
}


.fall-animation-prop {
	animation-name: fall-capcha-animation;
	-webkit-animation-name: fall-capcha-animation;	

	animation-duration: 0.3s;	
	-webkit-animation-duration: 0.3s;

	animation-timing-function: linear;	
	-webkit-animation-timing-function: linear;
        
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        /*animation-play-state: paused;*/
}
@keyframes fall-capcha-animation {
    0%{
        transform: rotate(-20deg) translate(-10px,-5px);
    }
    33% {
        transform: rotate(15deg) translate(8px,3px);
    }
    66% {
        transform: rotate(-10deg)
    }
    100% {
        transform: rotate(5deg)
    }
}
@-webkit-keyframes fall-capcha-animation {
    0%{
        -webkit-transform: rotate(-20deg) translate(-10px,-5px);
    }
    33% {
        -webkit-transform: rotate(15deg) translate(8px,3px);
    }
    66% {
        -webkit-transform: rotate(-10deg)
    }
    100% {
        -webkit-transform: rotate(5deg)
    }
}
.captcha-animation-prop {
    animation-name: runcaptcha-animation;
    -webkit-animation-name: runcaptcha-animation;	

    animation-duration: 10s;	
    -webkit-animation-duration: 10s;

    animation-timing-function: linear;	
    -webkit-animation-timing-function: linear;

    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}
.flow-anim-prop {
    animation-name: flowanimation;
    -webkit-animation-name: flowanimation;	

    animation-duration: 17s;
    -webkit-animation-duration: 17s;

    animation-timing-function: linear;	
    -webkit-animation-timing-function: linear;

    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}
@-webkit-keyframes flowanimation {
    0% {
        opacity: 0.5;
        -webkit-transform: scale(0.4) translateY(0);
    }
    1% {
        opacity: 1;
        -webkit-transform: scale(0.4) translateY(0);
    }
    5% {
        -webkit-transform: scale(0.4) translate(120px,1090px);
    }
    6% {
        -webkit-transform: scale(0.4) translate(150px,1050px);
    }
    7% {
        -webkit-transform: scale(0.4) translate(180px,1090px);
    }
    8% {
        -webkit-transform: scale(0.4) translate(200px,1070px);
    }
    9% {
        -webkit-transform: scale(0.4) translate(220px,1090px);
    }
    100% {
        -webkit-transform: scale(0.4) translate(1900px,1090px);
    }
}
@keyframes flowanimation {
    0% {
        opacity: 0.5;
        transform: scale(0.4) translateY(0);
    }
    1% {
        opacity: 1;
        transform: scale(0.4) translateY(0);
    }
    5% {
        transform: scale(0.4) translate(120px,1090px);
    }
    6% {
        transform: scale(0.4) translate(150px,1050px);
    }
    7% {
        transform: scale(0.4) translate(180px,1090px);
    }
    8% {
        transform: scale(0.4) translate(200px,1070px);
    }
    9% {
        transform: scale(0.4) translate(220px,1090px);
    }
    100% {
        transform: scale(0.4) translate(1900px,1090px);
    }
}
@keyframes runcaptcha-animation {
    4% {
            transform: translateY(-40px) scale(0.8) rotate(45deg);
    }
    5% {
        transform: translateY(-30px) scale(0.4) rotate(90deg);
    }
    10% {
        transform: translateY(250px) scale(0.4) rotate(90deg);
    }
    11% {
        transform: translateY(260px) scale(0.4) rotate(45deg);
    }
    12% {
        transform: translate(35px,285px)  scale(0.4) rotate(0deg);
    }
    46% {
        transform: translate(895px,285px) scale(0.4) rotate(20deg);
    }
    47% {
        transform: translate(890px,285px) scale(0.4) rotate(45deg);
    }
    48% {
        transform: translate(900px,300px) scale(0.4) rotate(90deg);
    }
    66% {
        transform: translate(900px,750px) scale(0.4) rotate(270deg);
    }
    67% {
        transform: translate(890px,775px) scale(0.4) rotate(360deg);
    }
    96% {
        transform: translate(35px,775px) scale(0.4) rotate(315deg);
    }
    97% {
        transform: translate(0px,795px) scale(0.4) rotate(270deg);
    }
    98% {
        transform: translate(0px,830px) scale(0.4) rotate(270deg);
    }
    100% {
        transform: translate(-10px,968px) scale(0.8) rotate(360deg);
    }
}
@-webkit-keyframes runcaptcha-animation {
    4% {
            -webkit-transform: translateY(-40px) scale(0.8) rotate(45deg);
    }
    5% {
        -webkit-transform: translateY(-30px) scale(0.4) rotate(90deg);
    }
    10% {
        -webkit-transform: translateY(250px) scale(0.4) rotate(90deg);
    }
    11% {
        -webkit-transform: translateY(260px) scale(0.4) rotate(45deg);
    }
    12% {
        -webkit-transform: translate(35px,285px)  scale(0.4) rotate(0deg);
    }
    46% {
        -webkit-transform: translate(895px,285px) scale(0.4) rotate(20deg);
    }
    47% {
        -webkit-transform: translate(890px,285px) scale(0.4) rotate(45deg);
    }
    48% {
        -webkit-transform: translate(900px,300px) scale(0.4) rotate(90deg);
    }
    66% {
        -webkit-transform: translate(900px,750px) scale(0.4) rotate(270deg);
    }
    67% {
        -webkit-transform: translate(890px,775px) scale(0.4) rotate(360deg);
    }
    96% {
        -webkit-transform: translate(35px,775px) scale(0.4) rotate(315deg);
    }
    97% {
        -webkit-transform: translate(0px,795px) scale(0.4) rotate(270deg);
    }
    98% {
        -webkit-transform: translate(0px,830px) scale(0.4) rotate(270deg);
    }
    100% {
        -webkit-transform: translate(-10px,968px) scale(0.8) rotate(360deg);
    }
}




/* api doc */
@keyframes api-rotator-frames {
    0%{
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes api-rotator-frames {
    0%{
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes api-hand-frames {
    0%{
        transform: translateY(0px);
    }
    50% {
        transform: translateY(86px);
    }
    100% {
        transform: translateY(0px);
    }
}
@-webkit-keyframes api-hand-frames {
    0%{
        -webkit-transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateY(86px);
    }
    100% {
        -webkit-transform: translateY(0px);
    }
}
@keyframes api-gauge-frames {
    0%{
        transform: rotate(-30deg);
    }
    10% {
        transform: rotate(40deg);
    }
    30% {
        transform: rotate(-45deg);
    }
    70% {
        transform: rotate(35deg);
    }
    86% {
        transform: rotate(70deg);
    }
    87% {
        transform: rotate(78deg);
    }
    88% {
        transform: rotate(70deg);
    }
    89% {
        transform: rotate(70deg);
    }
    90% {
        transform: rotate(30deg);
    }
    100% {
        transform: rotate(-30deg);
    }
}
@-webkit-keyframes api-gauge-frames {
    0%{
        -webkit-transform: rotate(0deg);
    }
    10% {
        -webkit-transform: rotate(40deg);
    }
    30% {
        -webkit-transform: rotate(-45deg);
    }
    70% {
        -webkit-transform: rotate(35deg);
    }
    86% {
        -webkit-transform: rotate(70deg);
    }
    87% {
        -webkit-transform: rotate(78deg);
    }
    88% {
        -webkit-transform: rotate(70deg);
    }
    89% {
        -webkit-transform: rotate(70deg);
    }
    90% {
        -webkit-transform: rotate(30deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes api-button-frames {
    0%{
        opacity: 0;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes api-button-frames {
    0%{
        opacity: 0;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes mainpagegear-animation {
    0%{
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes mainpagegear-animation {
    0%{
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}


@keyframes apigear-animation {
    0%{
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
@-webkit-keyframes apigear-animation {
    0%{
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}



@keyframes runanswer-animation-frames {
    0%{
        transform: translateX(0%);
    }
    10% {
        transform: translateY(86px);
    }
    100% {
        transform: translate(-300px,86px);
    }
}
@-webkit-keyframes runanswer-animation-frames {
    0%{
        -webkit-transform: translateX(0%);
    }
    10% {
        -webkit-transform: translateY(86px);
    }
    100% {
        -webkit-transform: translate(-300px,86px);
    }
}



@keyframes apicaptcha-animation-frames {
    0%{
        transform: translateX(0%);
    }
    100% {
        transform: translateX(500px);
    }
}
@-webkit-keyframes apicaptcha-animation-frames {
    0%{
        -webkit-transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(500px);
    }
}



/* factory animation */


@keyframes beltanim {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -40px 0;
  }
}
@keyframes workeranim {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -7991px 0;
  }
}
@keyframes herofiring {
  from {
    background-position: 0 -333px;
  }
  to {
    background-position: -3540px -333px;
  }
}
@keyframes gunup {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -3894px 0;
  }
}
@keyframes beamfire {
  from {
    background-position: 0 -122px;
  }
  to {
    background-position: 0 -793px;
  }
}
@keyframes machine-wheel {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
@keyframes machine-arrow {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(180deg);
  }
  70% {
    transform: rotate(30deg);
  }
  90% {
    transform: rotate(60deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes machine-chart {
  from {
    background-position: 0 50%;
  }
  to {
    background-position: -288px 50%;
  }
}
@keyframes cheater-detected {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  10% {
    transform: scale(1);
    opacity: 1;
  }
  21% {
    opacity: 0.5;
  }
  22% {
    opacity: 1;
  }
  23% {
    opacity: 0.5;
  }
  24% {
    opacity: 1;
  }
  25% {
    opacity: 0.5;
  }
  26% {
    opacity: 1;
  }
  27% {
    opacity: 0.5;
  }
  28% {
    opacity: 1;
  }
  29% {
    opacity: 0.5;
  }
  30% {
    opacity: 1;
  }
  31% {
    opacity: 0.5;
  }
  32% {
    opacity: 1;
  }
  33% {
    opacity: 0.5;
  }
  34% {
    opacity: 1;
  }
  35% {
    opacity: 0.5;
  }
  36% {
    opacity: 1;
  }
  37% {
    opacity: 0.5;
  }
  38% {
    opacity: 1;
  }
  39% {
    opacity: 0.5;
  }
  40% {
    opacity: 1;
  }
  60% {
    transform: scale(1);
    opacity: 1;
  }
  70% {
    transform: scale(0);
    opacity: 0;
  }
}


/* manipulator animation */

@keyframes worker-manipulator-wrap {
    0% {
        transform: translateX(-100%)
    }
    60% {
        transform: translateX(0px)
    }
    85% {
        transform: translateX(0px)
    }
    100% {
        transform: translateX(100%)
    }
}
@keyframes worker-hanger-body {
    0% {
        transform: rotate(8deg)
    }
    60% {
        transform: rotate(8deg)
    }
    62% {
        transform: rotate(-5deg)
    }
    64% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(0deg)
    }
}
@keyframes worker-hanger-hand-left {
    0% {
        transform: rotate(40deg) translate(1px,-5px)
    }
    60% {
        transform: rotate(40deg) translate(1px,-5px)
    }
    62% {
        transform: rotate(-10deg)
    }
    64% {
        transform: rotate(5deg)
    }
    100% {
        transform: rotate(0deg)
    }
}
@keyframes worker-hanger-hand-right {
    0% {
        transform: rotate(40deg) translate(1px,6px)
    }
    60% {
        transform: rotate(40deg) translate(1px,6px)
    }
    62% {
        transform: rotate(-10deg)
    }
    64% {
        transform: rotate(5deg)
    }
    100% {
        transform: rotate(0deg)
    }
}
@keyframes worker-hanger-head {
    0% {
        transform: rotate(-20deg) translate(-10px)
    }
    60% {
        transform: rotate(-20deg) translate(-10px)
    }
    62% {
        transform: rotate(5deg) translate(0px)
    }
    64% {
        transform: rotate(0deg) translate(0px)
    }
    100% {
        transform: rotate(0deg) translate(0px)
    }
}

@keyframes worker-hanger-leg {
    0% {
        transform: rotate(10deg) translateX(-11px)
    }
    60% {
        transform: rotate(10deg) translateX(-11px)
    }
    62% {
        transform: rotate(-5deg) translateX(0px)
    }
    64% {
        transform: rotate(0deg) translateX(0px)
    }
    70% {
        transform: translate(-2px, 11px)
    }
    100% {
        transform: rotate(0deg) translate(-2px, 11px)
    }
}

@keyframes worker-hanger-foot {
    0% {
        transform: rotate(20deg) translate(-23px,5px)
    }
    60% {
        transform: rotate(20deg) translate(-23px,5px)
    }
    62% {
        transform: rotate(-5deg) translate(5px,0px)
    }
    64% {
        transform: rotate(0deg) translateX(0px)
    }
    70% {
        transform: rotate(24deg) translate(-1px, 10px)
    }
    100% {
        transform: rotate(24deg) translate(-1px, 10px)
    }
}
@keyframes worker-hanger {
    0% {
        transform: translateY(0px)
    }
    64% {
        transform: translateY(0px)
    }
    70% {
        transform: translateY(87px)
    }
    100% {
        transform: translateY(87px)
    }
}


@keyframes worker-manip {
    0% {
        transform: translateY(0px)
    }
    64% {
        transform: translateY(0px)
    }
    70% {
        transform: translateY(87px)
    }
    78% {
        transform: translateY(87px)
    }
    85% {
        transform: translateY(0px)
    }
}

@keyframes worker-manip-leg {
    0% {
        transform: scaleY(1)
    }
    64% {
        transform: scaleY(1)
    }
    70% {
        transform: scaleY(2.6)
    }
    78% {
        transform: scaleY(2.6)
    }
    85% {
        transform: scaleY(1)
    }
}


@keyframes worker-manip-right {
    70% {
        transform: rotate(0deg)
    }
    75% {
        transform: rotate(-31deg) translate(-2px, 9px)
    }
    80% {
        transform: rotate(-31deg) translate(-2px, 9px)
    }
    100% {
        transform: rotate(0deg)
    }
}
@keyframes worker-manip-left {
    70% {
        transform: rotate(0deg)
    }
    75% {
        transform: rotate(30deg) translate(2px, 9px)
    }
    80% {
        transform: rotate(30deg) translate(2px, 9px)
    }
    100% {
        transform: rotate(0deg)
    }
}

@-webkit-keyframes worker-manipulator-wrap {
    0% {
        -webkit-transform: translateX(-100%)
    }
    60% {
        -webkit-transform: translateX(0px)
    }
    85% {
        -webkit-transform: translateX(0px)
    }
    100% {
        -webkit-transform: translateX(100%)
    }
}
@-webkit-keyframes worker-hanger-body {
    0% {
        -webkit-transform: rotate(8deg)
    }
    60% {
        -webkit-transform: rotate(8deg)
    }
    62% {
        -webkit-transform: rotate(-5deg)
    }
    64% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(0deg)
    }
}
@-webkit-keyframes worker-hanger-hand-left {
    0% {
        -webkit-transform: rotate(40deg) translate(1px,-5px)
    }
    60% {
        -webkit-transform: rotate(40deg) translate(1px,-5px)
    }
    62% {
        -webkit-transform: rotate(-10deg)
    }
    64% {
        -webkit-transform: rotate(5deg)
    }
    100% {
        -webkit-transform: rotate(0deg)
    }
}
@-webkit-keyframes worker-hanger-hand-right {
    0% {
        -webkit-transform: rotate(40deg) translate(1px,6px)
    }
    60% {
        -webkit-transform: rotate(40deg) translate(1px,6px)
    }
    62% {
        -webkit-transform: rotate(-10deg)
    }
    64% {
        -webkit-transform: rotate(5deg)
    }
    100% {
        -webkit-transform: rotate(0deg)
    }
}
@-webkit-keyframes worker-hanger-head {
    0% {
        -webkit-transform: rotate(-20deg) translate(-10px)
    }
    60% {
        -webkit-transform: rotate(-20deg) translate(-10px)
    }
    62% {
        -webkit-transform: rotate(5deg) translate(0px)
    }
    64% {
        -webkit-transform: rotate(0deg) translate(0px)
    }
    100% {
        -webkit-transform: rotate(0deg) translate(0px)
    }
}

@-webkit-keyframes worker-hanger-leg {
    0% {
        -webkit-transform: rotate(10deg) translateX(-11px)
    }
    60% {
        -webkit-transform: rotate(10deg) translateX(-11px)
    }
    62% {
        -webkit-transform: rotate(-5deg) translateX(0px)
    }
    64% {
        -webkit-transform: rotate(0deg) translateX(0px)
    }
    70% {
        -webkit-transform: translate(-2px, 11px)
    }
    100% {
        -webkit-transform: rotate(0deg) translate(-2px, 11px)
    }
}

@-webkit-keyframes worker-hanger-foot {
    0% {
        -webkit-transform: rotate(20deg) translate(-23px,5px)
    }
    60% {
        -webkit-transform: rotate(20deg) translate(-23px,5px)
    }
    62% {
        -webkit-transform: rotate(-5deg) translate(5px,0px)
    }
    64% {
        -webkit-transform: rotate(0deg) translateX(0px)
    }
    70% {
        -webkit-transform: rotate(24deg) translate(-1px, 10px)
    }
    100% {
        -webkit-transform: rotate(24deg) translate(-1px, 10px)
    }
}
@-webkit-keyframes worker-hanger {
    0% {
        -webkit-transform: translateY(0px)
    }
    64% {
        -webkit-transform: translateY(0px)
    }
    70% {
        -webkit-transform: translateY(87px)
    }
    100% {
        -webkit-transform: translateY(87px)
    }
}


@-webkit-keyframes worker-manip {
    0% {
        -webkit-transform: translateY(0px)
    }
    64% {
        -webkit-transform: translateY(0px)
    }
    70% {
        -webkit-transform: translateY(87px)
    }
    78% {
        -webkit-transform: translateY(87px)
    }
    85% {
        -webkit-transform: translateY(0px)
    }
}

@-webkit-keyframes worker-manip-leg {
    0% {
        -webkit-transform: scaleY(1)
    }
    64% {
        -webkit-transform: scaleY(1)
    }
    70% {
        -webkit-transform: scaleY(2.6)
    }
    78% {
        -webkit-transform: scaleY(2.6)
    }
    85% {
        -webkit-transform: scaleY(1)
    }
}


@-webkit-keyframes worker-manip-right {
    70% {
        -webkit-transform: rotate(0deg)
    }
    75% {
        -webkit-transform: rotate(-31deg) translate(-2px, 9px)
    }
    80% {
        -webkit-transform: rotate(-31deg) translate(-2px, 9px)
    }
    100% {
        -webkit-transform: rotate(0deg)
    }
}
@-webkit-keyframes worker-manip-left {
    70% {
        -webkit-transform: rotate(0deg)
    }
    75% {
        -webkit-transform: rotate(30deg) translate(2px, 9px)
    }
    80% {
        -webkit-transform: rotate(30deg) translate(2px, 9px)
    }
    100% {
        -webkit-transform: rotate(0deg)
    }
}

/* end of manipulator animation */
@media (min-width: 561px) and (max-width: 900px) {
    .realtime-prices .barrel .barrel-info:before,
    .realtime-prices .barrel .barrel-info:after {
        width: 140px;
        top: -7px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .realtime-prices .barrel .barrel-info:after {
        top: auto;
    }

    .realtime-prices {margin-top: 40px;}
    .realtime-prices .barrel {
        width: 140px;
        top: 170px;
        font-size: 10px;
    }
    .realtime-prices .barrel > .title {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .realtime-prices .progress-wrap .value {
        font-size: 9px;
    }
    .realtime-prices .barrel .desc {margin-bottom: 5px;}
    .realtime-prices .barrel.barrel-image {left: 20px;}
    .realtime-prices .barrel.barrel-recaptcha {left: 214px;}
    .realtime-prices .barrel.barrel-funcaptcha {right: 18px;}
    .realtime-prices .barrels-wrap {
        width: 560px;
    }
    .realtime-prices .stairs {display: none;}

    .basement .cauldron {width: 200px;}
    .basement .basement-hero {width: 300px;}
    .browser-plugs .container {
        max-width: 561px;
    }
    .browser-plugs .browsers {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .browser-plugs .chrome {
        margin-bottom: 50px;
    }

    .topmenu-landing {
        min-width: 561px;
    }
    .mobilefeatures {
        display: block;
    }
    .mobilefeatures .feature {
        display: block;
    }
    .jumbotron {
        min-width: 561px;
    }
    .jumbotron .slide {
        width: 100%;
    }
    .jumbotron .slide .container {
        width: auto;
    }
    .jumbotron .slide .hero .heroimg {
        transform: scale(0.7) translate(20px,50px);
    }
    .jumbotron .slide .hero .heroshadow {
        width:200px;
        margin-left: 18px;
    }
    .jumbotron .slide .container .title .burnover {
        clip: auto;
        position: relative;
    }
    .jumbotron .slide .container .title {
        position: absolute;
        left: 20%;
        top: -40px;
    }
    .jumbotron .slide .container .title .beam,
    .jumbotron .slide .container .title .burner,
    .jumbotron .slide .container .title .burnunder {
        display: none;
    }
    .jumbotron .slide .container .columns {
        /*margin-top: 0px;*/
    }
    .jumbotron .slide .container .columns .features {
        display: block;
    }
    .jumbotron .slide .container .columns .login {
        display: block;
        vertical-align: middle;
        padding: 40px 0;
        margin-left: -80px;
    }
    .show {
        display: none;
    }
    .screenshots {
        height: 450px;
    }
    .screenshots .devices {
        width: auto;
        height: 455px;
    }
    .screenshots .devices .device.laptop, .screenshots .devices .device.imac {
        display: none;
    }
    .screenshots .devices .device.ipad {
        left: 100px;
        bottom: 0;
        opacity: 1;
    }
    .screenshots .devices .device.mobile {
        right: 100px;
        left: auto;
        bottom: 26px;
        opacity: 1;
    }
    
    .finalinfo {
        width: 100%;
    }
    .finalinfo .container{
        padding: 40px;
    }
    .bigregister {
        opacity: 1;
    }
    .footer {
        height: auto;
    }
    .footer .container {
        display: block;
        width: auto;
        text-align: center;
    }
    .footer .container .hero2 {
        display: inline-block;
        width: 250px;
    }
    .footer .container .paymethods {
        display: inline-block;
    }
    .footer .container .links {
        display: block;
        width: auto;
        text-align: center;
    }
    .footer .container .links .link {
        padding: 0 50px 40px;
        display: inline-block;
    }
    .nodisplay-on-medium {
        display: none !important;
    }

    .mainpage-footer .container {
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #0b1420 0%, #112033 50%) repeat scroll 0 0;
        width: 100%;
    }

    .footline, .mainpage-footer .container .hero2 {
        display: none;
    }
}

@media (max-width: 560px) {
    .realtime-prices .barrel .barrel-info {background: none;}
    .realtime-prices .barrel .barrel-info:before,
    .realtime-prices .barrel .barrel-info:after {
        display: none;
    }
    .realtime-prices {
        margin-top: 40px;
        background: #DDE7F9;
    }
    .realtime-prices .floor {display: none;}
    .realtime-prices-machines {display: none;}
    .realtime-prices .barrels-wrap {
        width: auto;
        padding: 30px 0;
    }
    .realtime-prices .barrel {
        width: 200px;
        position: static;
        margin: 0 auto;
        margin-bottom: 30px;
        padding: 20px 30px 0;
    }
    .realtime-prices .stairs, .realtime-prices .door-to-hell {display: none;}
    .realtime-prices .barrel > .title {margin-bottom: 30px;}

    .basement .cauldron {width: 200px;}
    .basement .basement-hero {width: 300px;}
    .browser-plugs .container {
        max-width: none;
        width: auto;
    }
    .browser-plugs .browsers {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .browser-plugs .chrome {
        margin-bottom: 50px;
    }
    .browser-plugs .desc {padding: 0 20px;}

    .topmenu {
        min-width: 100px;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 1000;
    }
    .topmenu .container {
        width: 100%;
        text-align: right;
    }
    .topmenu .container .mobilemenu {
        display:inline-block;
        width:30px;
        height: 30px;
        background-image: url('/images/mainpage/mobilemenu.png');
        background-position: center center;
        background-repeat: no-repeat;
        padding: 10px;
        cursor: pointer;
    }
    .topmenu .container .mobilemenu .menurow {
        display:none;
        width: 100%;
        background-color: #13253d;
        position: fixed;
        text-align: left;
        padding: 10px;
        left: 0px;
        font-size:20px;
        color: #FFF;
    }
    .topmenu .container .menu {
        display: none;
    }
    .topmenu .container .flag {
        margin: 18px 50px 18px 20px;
        vertical-align: top;
    }
    .jumbotron {
        min-width: 100px;
        padding-top: 50px;
    }
    .jumbotron .slide {
        width: 100%;
    }
    .jumbotron .slide .hero {
        display: none;
    }
    .jumbotron .slide .container {
        width: auto;
    }
    
    .jumbotron .slide .container .columns .features .feature {
        width: auto;
        margin-top: 15px;
    }
    .jumbotron .slide .container .columns .features .feature .feature-title {
        margin-left: 35px;
    }
    .jumbotron .slide .container .columns .features .feature .feature-title:before {
        margin-left: -25px;
        margin-top: 0px;
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
    }
    .jumbotron .slide .container .columns .features .feature .description {
        margin-left: 10px;
    }
    .jumbotron .slide .container .columns .login .register-button {
        margin: 0 auto;
    }
    .jumbotron .slide .container .columns .login .login-button {
        margin: 25px auto 0;
        width: 110px;
    }
    .jumbotron .slide .container .title .burnover {
        display:none;
    }
    .jumbotron .slide .container .title .burnover img {
        width: 200px;
    }
    .jumbotron .slide .container .title {
        position: absolute;
        left: 5px;
        top: 60px;
    }
    .jumbotron .slide .container .title .mobiletitle {
        display:block;
        font-size: 25px;
    }
    .jumbotron .slide .container .title .beam,
    .jumbotron .slide .container .title .burner,
    .jumbotron .slide .container .title .burnunder {
        display: none;
    }
    .jumbotron .slide .container .columns {
        margin-left: 5px;
    }
    .jumbotron .slide .container .columns .features {
        display: block;
    }
    .jumbotron .slide .container .columns .login {
        display: block;
        vertical-align: middle;
        padding: 40px 0;
    }
    .mobilefeatures {
        display: block;
    }
    .show {
        display: none;
    }
    .finalinfo {
        width: 100%;
        padding: 50px 0 0px;
    }
    .finalinfo .container{
        padding: 40px;
    }
    .bigregister {
        opacity: 1;
        font-size: 28px;
    }
    .footer {
        height: auto;
    }
    .footer .container {
        display: block;
        width: auto;
    }
    .footer .container .hero2 {
        display: inline-block;
        width: 100%;
    }
    .footer .container .paymethods {
        display: inline-block;
        width: 100%;
    }
    .footer .container .paymethods .block {
        width: auto;
        text-align: center;
    }
    .footer .container .links {
        display: block;
        width: auto;
        text-align: center;
    }
    .footer .container .links .link {
        padding: 0 20px 20px;
        display: inline-block;
    }
    .nodisplay-on-medium {
        display: none !important;
    }
    .nodisplay-on-small {
        display: none !important;
    }
    .api {
        margin-top: 60px;
    }
    .api .content .stepicon {
        display: none;
    }
    .screenshots {
        height: auto;
        margin-top: 50px;
        margin-bottom: -100px;
    }
    .screenshots .devices {
        width: auto;
        height: auto;
    }
    .screenshots .devices .device.laptop, .screenshots .devices .device.imac,.screenshots .devices .device.ipad {
        display: none;
    }
    
    .screenshots .devices .device.mobile {
        position: relative;
        right: auto;
        left: auto;
        margin: 150px auto 50px;
        opacity: 1;
        width: 142px;
    }

    .mainpage-footer .container  {
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #0b1420 0%, #112033 50%) repeat scroll 0 0;
        width: 100%;
    }

    .footline, .mainpage-footer .container .hero2 {
        display: none;
    }

}

