/*=================================================
*
*  ISOPlus
*  (C)2016 by ISOPlus. All Rights are reserved
*  Developed by POTEam.id
*  @himmarama
*
===================================================*/
html,
body {
  overflow-x: hidden;
}
body {
  background-color: #003fa6;
  font-family: 'museo';
  font-size: 18px;
  height: 7995px !important;
  overflow-y: hidden;
}
.illus {
  position: absolute;
}
.center-h {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.center-v {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.center {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.parallaxify {
  position: relative;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  display: inline-block;
  margin: 0 12px;
}
nav ul li a {
  color: #6d6d6d;
  font-family: 'harabara_mais';
  font-size: 18px;
  text-transform: uppercase;
}
nav ul li a:hover,
nav ul li a:focus,
nav ul li a:active {
  text-decoration: none;
}
/* Header */
#main-header {
  background-color: #fff;
  padding: 10px 0;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  -webkit-box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.05);
}
#main-header .logo {
  float: left;
}
#main-header .logo img {
  height: 40px;
}
#main-header .main-menu {
  float: right;
  line-height: 40px;
}
/*=== Anchor for menu*/
.anchor {
  position: absolute;
  z-index: 999;
  /*&:before{
    background-color: #ff0000;
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
  }*/
}
#anchor-enter {
  margin-top: 40px;
}
#anchor-description {
  margin-top: -85px;
}
#anchor-contact {
  margin-top: -85px;
}
#anchor-bemyself {
  margin-top: -60px;
}
#anchor-bottle {
  margin-top: 500px;
}
.socmed {
  list-style: none;
  padding: 0;
  margin: 0;
}
.socmed li + li {
  margin-top: 10px;
}
.socmed li:before {
  background: url(/web/20220114030851im_/http://isoplus7ion.com/assets/frontend/img/socmed-icons.png) no-repeat;
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  vertical-align: middle;
}
.socmed li.facebook:before {
  background-position: center top;
}
.socmed li.twitter:before {
  background-position: center center;
}
.socmed li.instagram:before {
  background-position: center bottom;
}
.socmed a {
  color: #2aa9df;
}
/* SECTIONS */
.page-section {
  position: relative;
}
.logo-wings {
  position: fixed;
  top: 18px;
  right: 25px;
  z-index: 999;
  height: 15px;
}
.logo-wings img {
  max-width: 100%;
  max-height: 100%;
}
/*--- BeMySelf.rocks */
#bemyself {
  background: url(/web/20220114030851im_/http://isoplus7ion.com/assets/frontend/img/bg-bemyself.png) no-repeat center calc(50% - 120px);
  color: #ffffff;
  font-family: 'bebas_neue';
  font-size: 40px;
  height: 700px;
  line-height: 1em;
  text-transform: uppercase;
}
#bemyself .content {
  position: absolute;
  margin-top: -60px;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#bemyself p {
  margin: 0;
}
#bemyself .bemyself-wrap {
  letter-spacing: 1px;
  margin: 0 auto;
  width: 610px;
}
#bemyself .bemyself-wrap .bemyself-anchor {
  color: #ffffff;
  display: block;
  font-size: 80px;
  line-height: 1em;
  margin: 10px 0 0;
  padding-left: 156px;
  position: relative;
  text-decoration: none;
}
#bemyself .bemyself-wrap .bemyself-anchor .big {
  font-size: 195px;
  line-height: 1em;
  position: absolute;
  left: 0;
  top: -17px;
}
#bemyself .bemyself-wrap .bemyself-anchor .small {
  font-size: 36px;
}
#bemyself .btn {
  background-color: #ffc70f;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #000;
  font-size: 40px;
  line-height: 40px;
  margin-top: 20px;
  height: 60px;
  padding: 10px;
}
#bemyself .btn:hover {
  background-color: #dba800;
}
/*--- Contact */
#contact {
  background-color: #fff;
  color: #2aa9df;
  font-family: 'harabara_mais';
  height: 800px;
  padding-top: 80px;
}
#contact .contact-bottle {
  margin-left: -505px;
  bottom: -50px;
  z-index: 2;
}
#contact .contact-bottle .drop-area {
  width: 80px;
  height: 350px;
  bottom: 215px;
  margin-left: 160px;
}
#contact .contact-bottle .drop-area .drop-1 {
  width: 11px;
  height: 15px;
}
#contact .contact-bottle .drop-area .drop-2 {
  width: 12.5px;
  height: 20px;
}
#contact .contact-divider {
  bottom: 0px;
  z-index: 1;
}
#contact .cube-6 {
  margin-left: 150px;
  margin-top: -40px;
}
#contact .content {
  position: relative;
  z-index: 10;
}
#contact form {
  margin-top: 25px;
}
#contact form .row {
  margin-left: -2px;
  margin-right: -2px;
}
#contact form .row .col-sm-6 {
  padding: 0 2px;
}
#contact .form-group {
  margin-bottom: 5px;
  position: relative;
}
#contact .form-group .control-label {
  position: absolute;
  left: 15px;
  top: 5px;
}
#contact .form-group .form-control {
  background-color: transparent;
  border-color: #9cdcf2;
  color: #2aa9df;
  font-size: 16px;
  height: 36px;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: background .3s ease;
  -moz-transition: background .3s ease;
  -ms-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
}
#contact .form-group .form-control.filled {
  background-color: #fff;
}
#contact .form-group textarea.form-control {
  height: 196px;
}
#contact button {
  border: solid 1px #9cdcf2;
  background-color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
  height: 36px;
  width: 135px;
}
#contact button:hover {
  background-color: #2aa9df;
  color: #ffffff;
}
#contact h2 {
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 5px;
}
/*--- Description */
#description {
  background: url("/web/20220114030851im_/http://isoplus7ion.com/assets/frontend/img/bg-desc.png") repeat-x bottom center #7dd0f1;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4em;
  margin-top: 0px;
  padding-top: 300px;
  padding-bottom: 470px;
  /*.cube-5{
    background: url(/web/20220114030851im_/http://isoplus7ion.com/assets/frontend/img/ice-cube-group-1.png) no-repeat center center;
    top: -350px;
    z-index: 2;
    width: 1920px;
    height: 1585px;
  }*/
  /*.cube-4{
    background: url(/web/20220114030851im_/http://isoplus7ion.com/assets/frontend/img/ice-cube-group-2.png) no-repeat center center;
    top: -870px;
    z-index: 2;
    width: 1920px;
    height: 1785px;
  }*/
}
#description .bg {
  position: absolute;
  width: 100%;
  height: 1500px;
  z-index: 2;
}
#description .bg-cube-5 {
  background: url(/web/20220114030851im_/http://isoplus7ion.com/assets/frontend/img/ice-cube-5.png) no-repeat calc(650%) calc(-150%);
}
#description .cube-5 {
  top: -300px;
  margin-left: 600px;
  z-index: 2;
}
#description .cube-4 {
  top: -200px;
  margin-left: -600px;
  z-index: 2;
}
#description .cube-3 {
  top: 200px;
  margin-left: 585px;
  z-index: 1;
}
#description .cube-2 {
  top: 860px;
  margin-left: -300px;
  z-index: 1;
}
#description .cube-1 {
  top: 900px;
  margin-left: 400px;
  z-index: 1;
}
#description .desc-bubble {
  top: -100px;
  z-index: 1;
}
#description .desc-bottle {
  top: -120px;
  z-index: 1;
}
#description .desc-logo {
  margin-bottom: 20px;
}
#description .drop-area {
  width: 155px;
  height: 750px;
  bottom: 80px;
  margin-left: 80px;
}
#description .drop-area .drop-1 {
  width: 16.5px;
  height: 22.5px;
}
#description .drop-area .drop-2 {
  width: 18.75px;
  height: 30px;
}
/*--- Info */
#info {
  height: 3180px;
}
#info .background {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
#info .background .top {
  background: no-repeat center 613px #fff;
  height: 1226px;
}
#info .background .bottom {
  background: no-repeat center -613px #003fa6;
  height: 1226px;
}
#info .info-bottle {
  top: -70px;
  margin-left: 160px;
}
#info .info-bottle .drop-area {
  width: 405px;
  height: 120px;
  margin-left: 280px;
  top: 200px;
}
#info .info-bottle.finger {
  z-index: 2;
}
#info .info-bottle.finger .drop-area {
  width: 155px;
  height: 750px;
  bottom: 150px;
  top: auto;
  margin-left: -625px;
}
#info .info-info {
  top: 400px;
  margin-left: -200px;
}
.drop-area {
  position: absolute;
}
.drop-area .drop {
  -webkit-background-size: 100%;
  background-size: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  opacity: 0;
}
.drop-area .drop-1 {
  background: url("/web/20220114030851im_/http://isoplus7ion.com/assets/frontend/img/drop-1.png") no-repeat center center;
  -webkit-background-size: 100%;
  background-size: 100%;
  width: 22px;
  height: 30px;
}
.drop-area .drop-2 {
  background: url("/web/20220114030851im_/http://isoplus7ion.com/assets/frontend/img/drop-2.png") no-repeat center center;
  -webkit-background-size: 100%;
  background-size: 100%;
  width: 25px;
  height: 40px;
}
/*--- Anion Kation */
#anion-kation {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 400px;
  top: 1226px;
  margin-top: -200px;
  z-index: 3;
  /*--- Ankat Ions */
}
#anion-kation .bg {
  position: absolute;
  width: 100%;
  height: 1400px;
}
#anion-kation .bg .inner {
  background: url('/web/20220114030851im_/http://isoplus7ion.com/assets/frontend/img/bg-ankat.png') no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
}
#anion-kation .ankat-circle {
  border: solid 3px #84d2f1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  font-family: 'bebas_neue';
  font-weight: bold;
  width: 400px;
  height: 400px;
  padding: 15px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#anion-kation .ankat-circle .inner-wrap {
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 100%;
  overflow: hidden;
}
#anion-kation .ankat-circle .inner-wrap > div {
  height: 50%;
}
#anion-kation .ankat-circle .inner-wrap .text {
  color: #0643a8;
  font-size: 100px;
  font-weight: bold;
  text-transform: uppercase;
}
#anion-kation .ankat-circle .inner-wrap .kation {
  background: url('/web/20220114030851im_/http://isoplus7ion.com/assets/frontend/img/kation-bg.jpg') no-repeat center bottom;
  -webkit-background-size: 500px;
  background-size: 500px;
  padding-top: 60px;
}
#anion-kation .ankat-circle .inner-wrap .anion {
  margin-top: -20px;
}
#anion-kation .ankat-circle .wheel {
  position: absolute;
}
#anion-kation .ankat-circle .wheel .inner-spin {
  -webkit-animation: spin 30s linear infinite;
  -o-animation: spin 30s linear infinite;
  animation: spin 30s linear infinite;
}
#anion-kation .ankat-circle .wheel.faster .inner-spin {
  -webkit-animation: spin 10s linear infinite;
  -o-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
}
#anion-kation .ankat-circle .wheel img {
  display: block;
  margin: 0 auto;
}
#anion-kation .ankat-circle .wheel .circle {
  margin-bottom: 15px;
  width: 25px;
  -webkit-animation: swingDown 5s linear infinite;
  -o-animation: swingDown 5s linear infinite;
  animation: swingDown 5s linear infinite;
}
#anion-kation .ankat-circle .wheel .plus {
  width: 18px;
  -webkit-animation: swingUp 3s linear infinite;
  -o-animation: swingUp 3s linear infinite;
  animation: swingUp 3s linear infinite;
}
#anion-kation .ankat-circle .wheel .block {
  height: 580px;
  position: absolute;
}
#anion-kation .ankat-circle .wheel .block .inner {
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  height: 100%;
}
#anion-kation .ankat-circle .wheel .block .inner > div {
  height: 50%;
}
#anion-kation .ankat-circle .wheel .block .bottom {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#anion-kation .ankat-circle .wheel .block:nth-child(even) .plus {
  top: 20px;
  position: relative;
  -webkit-animation: swingDown 3s linear infinite;
  -o-animation: swingDown 3s linear infinite;
  animation: swingDown 3s linear infinite;
}
#anion-kation .ankat-circle .wheel .block:nth-child(2) .inner {
  -webkit-transform: rotate(11.25deg);
  -moz-transform: rotate(11.25deg);
  -ms-transform: rotate(11.25deg);
  -o-transform: rotate(11.25deg);
  transform: rotate(11.25deg);
}
#anion-kation .ankat-circle .wheel .block:nth-child(3) .inner {
  -webkit-transform: rotate(22.5deg);
  -moz-transform: rotate(22.5deg);
  -ms-transform: rotate(22.5deg);
  -o-transform: rotate(22.5deg);
  transform: rotate(22.5deg);
}
#anion-kation .ankat-circle .wheel .block:nth-child(4) .inner {
  -webkit-transform: rotate(33.75deg);
  -moz-transform: rotate(33.75deg);
  -ms-transform: rotate(33.75deg);
  -o-transform: rotate(33.75deg);
  transform: rotate(33.75deg);
}
#anion-kation .ankat-circle .wheel .block:nth-child(5) .inner {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#anion-kation .ankat-circle .wheel .block:nth-child(6) .inner {
  -webkit-transform: rotate(56.25deg);
  -moz-transform: rotate(56.25deg);
  -ms-transform: rotate(56.25deg);
  -o-transform: rotate(56.25deg);
  transform: rotate(56.25deg);
}
#anion-kation .ankat-circle .wheel .block:nth-child(7) .inner {
  -webkit-transform: rotate(67.5deg);
  -moz-transform: rotate(67.5deg);
  -ms-transform: rotate(67.5deg);
  -o-transform: rotate(67.5deg);
  transform: rotate(67.5deg);
}
#anion-kation .ankat-circle .wheel .block:nth-child(8) .inner {
  -webkit-transform: rotate(78.75deg);
  -moz-transform: rotate(78.75deg);
  -ms-transform: rotate(78.75deg);
  -o-transform: rotate(78.75deg);
  transform: rotate(78.75deg);
}
#anion-kation .ankat-circle .wheel .block:nth-child(9) .inner {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#anion-kation .ankat-circle .wheel .block:nth-child(10) .inner {
  -webkit-transform: rotate(101.25deg);
  -moz-transform: rotate(101.25deg);
  -ms-transform: rotate(101.25deg);
  -o-transform: rotate(101.25deg);
  transform: rotate(101.25deg);
}
#anion-kation .ankat-circle .wheel .block:nth-child(11) .inner {
  -webkit-transform: rotate(112.5deg);
  -moz-transform: rotate(112.5deg);
  -ms-transform: rotate(112.5deg);
  -o-transform: rotate(112.5deg);
  transform: rotate(112.5deg);
}
#anion-kation .ankat-circle .wheel .block:nth-child(12) .inner {
  -webkit-transform: rotate(123.75deg);
  -moz-transform: rotate(123.75deg);
  -ms-transform: rotate(123.75deg);
  -o-transform: rotate(123.75deg);
  transform: rotate(123.75deg);
}
#anion-kation .ankat-circle .wheel .block:nth-child(13) .inner {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#anion-kation .ankat-circle .wheel .block:nth-child(14) .inner {
  -webkit-transform: rotate(146.25deg);
  -moz-transform: rotate(146.25deg);
  -ms-transform: rotate(146.25deg);
  -o-transform: rotate(146.25deg);
  transform: rotate(146.25deg);
}
#anion-kation .ankat-circle .wheel .block:nth-child(15) .inner {
  -webkit-transform: rotate(157.5deg);
  -moz-transform: rotate(157.5deg);
  -ms-transform: rotate(157.5deg);
  -o-transform: rotate(157.5deg);
  transform: rotate(157.5deg);
}
#anion-kation .ankat-circle .wheel .block:nth-child(16) .inner {
  -webkit-transform: rotate(168.75deg);
  -moz-transform: rotate(168.75deg);
  -ms-transform: rotate(168.75deg);
  -o-transform: rotate(168.75deg);
  transform: rotate(168.75deg);
}
#anion-kation .ankat-ions {
  font-family: 'bebas_neue';
  width: 100%;
  height: 100%;
}
#anion-kation .ankat-ions .ion {
  color: #ffb600;
  position: absolute;
  text-align: left;
}
#anion-kation .ankat-ions .ion .icon {
  background-color: #ffb600;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  width: 80px;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#anion-kation .ankat-ions .ion .icon:hover {
  background-color: #0643a8;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#anion-kation .ankat-ions .ion .icon:before {
  content: '';
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  left: 50%;
  top: 50%;
  opacity: 0;
  position: absolute;
  width: 110%;
  height: 110%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#anion-kation .ankat-ions .ion .icon:hover:before {
  border: solid 45px #0643a8;
  opacity: 1;
}
#anion-kation .ankat-ions .ion .icon span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#anion-kation .ankat-ions .ion .data {
  font-family: 'museo';
  font-size: 17px;
  text-transform: none;
  width: 215px;
}
#anion-kation .ankat-ions .ion .data .name {
  font-family: 'bebas_neue';
  font-size: 34px;
}
#anion-kation .ankat-ions .ion.left-icon .icon {
  float: left;
}
#anion-kation .ankat-ions .ion.left-icon .data {
  margin-left: 95px;
}
#anion-kation .ankat-ions .ion.right-icon .icon {
  float: right;
}
#anion-kation .ankat-ions .ion.right-icon .data {
  margin-right: 95px;
}
#anion-kation .ankat-ions .kalium {
  margin-left: -380px;
  margin-top: -80px;
}
#anion-kation .ankat-ions .kalium .icon {
  font-size: 2.7em;
}
#anion-kation .ankat-ions .calcium {
  margin-left: -210px;
  margin-top: -240px;
}
#anion-kation .ankat-ions .calcium .icon {
  font-size: 2.3em;
}
#anion-kation .ankat-ions .natrium {
  margin-left: 210px;
  margin-top: -240px;
}
#anion-kation .ankat-ions .natrium .icon {
  font-size: 2.5em;
}
#anion-kation .ankat-ions .magnesium {
  margin-left: 380px;
  margin-top: -80px;
}
#anion-kation .ankat-ions .magnesium .icon {
  font-size: 2.3em;
}
#anion-kation .ankat-ions .chloride {
  margin-left: -380px;
  margin-top: 100px;
}
#anion-kation .ankat-ions .chloride .icon {
  font-size: 2.7em;
}
#anion-kation .ankat-ions .lactate {
  margin-left: 70px;
  margin-top: 250px;
}
#anion-kation .ankat-ions .lactate .icon {
  font-size: 1.3em;
}
#anion-kation .ankat-ions .lactate .icon sup {
  top: -5px;
}
#anion-kation .ankat-ions .citrate {
  margin-left: 380px;
  margin-top: 100px;
}
#anion-kation .ankat-ions .citrate .icon {
  font-size: 1.3em;
}
#video {
  position: absolute;
  width: 100%;
  top: 2200px;
  z-index: 2;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#video .video-wrap {
  background-color: #000;
  border: solid 6px #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 0;
  margin: 20px auto 0;
  position: relative;
  padding-bottom: 56.25%;
}
#video .video-wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
#video .video-thumbs .video-thumb {
  background-color: #fff;
  float: left;
  font-size: 14px;
  font-weight: 300;
  margin-top: 20px;
  margin-left: 2%;
  padding: 5px;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 23.5%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 35px rgba(0, 18, 84, 0.75);
  -moz-box-shadow: 0 0 35px rgba(0, 18, 84, 0.75);
  box-shadow: 0 0 35px rgba(0, 18, 84, 0.75);
}
#video .video-thumbs .video-thumb .thumb {
  display: block;
  position: relative;
}
#video .video-thumbs .video-thumb .thumb img {
  width: 100%;
}
#video .video-thumbs .video-thumb .thumb:after {
  background: url(/web/20220114030851im_/http://isoplus7ion.com/assets/frontend/img/play-button-little.png) no-repeat center center rgba(0, 0, 0, 0.3);
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#video .video-thumbs .video-thumb .title {
  color: #737373;
  display: block;
  height: 33px;
  line-height: 1.2em;
  margin-top: 5px;
  overflow: hidden;
}
#video .video-thumbs .video-thumb:before {
  border-bottom: solid 12px #ffffff;
  border-right: solid 8px transparent;
  border-left: solid 8px transparent;
  content: '';
  display: block;
  left: 50%;
  top: -12px;
  margin-left: -8px;
  position: absolute;
  width: 16px;
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  -ms-transform: translateY(12px);
  -o-transform: translateY(12px);
  transform: translateY(12px);
}
#video .video-thumbs .video-thumb.current:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#video .video-thumbs > div:first-child .video-thumb {
  margin-left: 0;
}
/*--- Enter */
#enter {
  padding-bottom: 70px;
  height: 800px;
  margin-top: 1400px;
}
#enter .bg {
  background: url("/web/20220114030851im_/http://isoplus7ion.com/assets/frontend/img/bg-enter.png") repeat-x center bottom;
  -webkit-background-size: 1185.33333333px;
  background-size: 1185.33333333px;
  margin-top: -20%;
  position: absolute;
  width: 100%;
  height: 100%;
}
#enter .bg .pattern {
  position: absolute;
}
#enter .bg .pattern span {
  background: url(/web/20220114030851im_/http://isoplus7ion.com/assets/frontend/img/enter-plus.png) no-repeat center center;
  -webkit-background-size: 100%;
  background-size: 100%;
  display: block;
  width: 10px;
  height: 10px;
  opacity: .5;
  -webkit-animation: verticalShake 30s linear infinite;
  -o-animation: verticalShake 30s linear infinite;
  animation: verticalShake 30s linear infinite;
}
#enter .bg .pattern.pattern-2 span {
  background-image: url(/web/20220114030851im_/http://isoplus7ion.com/assets/frontend/img/enter-circle.png);
}
#enter .enter-bottle {
  margin-top: -1157px;
  z-index: 1;
}
#enter .enter-bottle img {
  width: 500px;
}
#enter .enter-bottle .curve-wrap {
  /* -webkit-transition: all 1s ease-out;
      -moz-transition: all 1s ease-out;
      -ms-transition: all 1s ease-out;
      -o-transition: all 1s ease-out;
      transition: all 1s ease-out;*/
}
#enter .enter-bottle .bottle-anims {
  -webkit-transition: transform .5s linear;
  -moz-transition: transform .5s linear;
  -ms-transition: transform .5s linear;
  -o-transition: transform .5s linear;
  transition: transform .5s linear;
}
#enter .enter-bottle.moved img {
  -webkit-animation: moveAndSpin 1s ease-in forwards;
  -o-animation: moveAndSpin 1s ease-in forwards;
  animation: moveAndSpin 1s ease-in forwards;
}
#enter .enter-bottle.moved .curve-wrap {
  -webkit-transform: translateY(-1580px);
  -moz-transform: translateY(-1580px);
  -ms-transform: translateY(-1580px);
  -o-transform: translateY(-1580px);
  transform: translateY(-1580px);
}
#enter .enter-burst {
  margin-top: 140px;
}
#enter .enter-burst .ion-area {
  width: 100%;
  height: 80%;
  position: absolute;
  top: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
#enter .enter-burst .ion-area .ion {
  background: no-repeat center center;
  -webkit-background-size: 100%;
  background-size: 100%;
  width: 5px;
  height: 5px;
  position: absolute;
}
#enter .enter-burst .ion-area .ion.ion-1 {
  background-image: url(/web/20220114030851im_/http://isoplus7ion.com/assets/frontend/img/enter-plus.png);
}
#enter .enter-burst .ion-area .ion.ion-2 {
  background-image: url(/web/20220114030851im_/http://isoplus7ion.com/assets/frontend/img/enter-circle.png);
}
#enter .enter-splash {
  margin-top: 100px;
}
#enter .enter-splash img {
  width: 1920px;
}
#enter .enter-button {
  margin-top: 230px;
}
#enter .enter-logo {
  margin-top: 0px;
}
#enter .enter-logo img {
  height: 180px;
}
/*=== Loading */
.page-loading {
  background-color: #fff;
  color: #003fa6;
  font-family: 'bebas_neue';
  width: 100%;
  height: 100%;
  text-align: center;
  text-transform: uppercase;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.page-loading .inner {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-loading .logo {
  position: absolute;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.spinner {
  margin: 100px auto 20px;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}
.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #003fa6;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
#scrollPosition {
  display: none;
  background-color: #ff0000;
  color: #FFFFFF;
  position: fixed;
  left: 10px;
  top: 10px;
  z-index: 9999;
}

/*
     FILE ARCHIVED ON 03:08:51 Jan 14, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:11:45 Apr 01, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.992
  exclusion.robots: 0.094
  exclusion.robots.policy: 0.073
  esindex: 0.015
  cdx.remote: 52.174
  LoadShardBlock: 428.885 (3)
  PetaboxLoader3.datanode: 661.35 (5)
  PetaboxLoader3.resolve: 317.267 (3)
  load_resource: 585.832 (2)
*/