  p {
    font-size: 20px;
    line-height: 22px;
  }

  #section-hero h2, #section-innovation h2, #section-tests h2, #section-smarter h2, #section-rack h2, #section-powerful h2, #section-situation h2, #section-multiple h2 {
    font-family: "dinbold", Arial, Helvetica, sans-serif;
  }

  #section-hero {
    height: 90vh;
    position:relative;
    display: block;
    padding-bottom: 700vh;
  }
  .black-bg {
    background-color: #000;
    height: 100vh;
    padding-top: 134px;
    position: fixed;
    width: 100%;
    z-index: 1;
    transition: 1s ease;
  }

  .scroller {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
    padding-top: 35px;
  }

  .scroller:hover {
    color: #fff;
  }

  .scroller span {
      position: absolute;
      top: 0;
      left: 50%;
      width: 24px;
      height: 24px;
      margin-left: -12px;
      border-left: 1px solid #fff;
      border-bottom: 1px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-animation: sdb05 1.5s infinite;
      animation: sdb05 1.5s infinite;
      box-sizing: border-box;
  }

  @media (max-width: 786px) {
    .scroller {
      bottom: 50px;
      left: 45%;
    }
      #section-hero {
      height: 90vh;
      position:relative;
      display: block;
      padding-bottom: 775vh;
      margin-top: 52px !important;
    }
  }

  @media (max-width: 600px) {
    .scroller span {
      display:  none;
    }
  }

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

  .black-bg .container {
    height: 100%;
    background-size: 0%;
    background-color: #000;
  }

  .rotating-text {
    height: 100%;
    background: url('../shadow-product-glow-2.html') no-repeat center center;
    background-size: contain;
    font-weight: 700;
    display: none;
  }

  .rotating-text .text-wrap .text {
    margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      max-width: 550px;
  }

  .rotating-text .text {
    font-size: 35px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    line-height: 55px;
    transition: 1s ease;
  }

  .rotating-text .text:last-of-type.fade-in {
    line-height: 55px;
  }

  @media (max-width: 1200px) {
    .rotating-text .text {
      line-height: 37px;
    }
    .rotating-text .text:last-of-type.fade-in {
      line-height: 37px;
    }
  }

  @media (max-width: 900px) {
    .black-bg {
      padding-top: 0px;
    }
    .rotating-text .text {
      font-size: 25px !important;
      line-height: 27px !important;
    }
  }


  .rotating-text .text.fade-in {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    transition: 0.5s ease;
  }



  .fade-out {
    opacity: 0 !important;
    visibility: hidden !important;
    transition: 2s ease;
  }

  .bgfade-out {
    opacity: 0 !important;
    visibility: hidden !important;
    transition: 2s ease;
  }

  #bgend {
    position: absolute;
        bottom: 0;
        width: 100%;
        height: 200vh;
  }

  #bgstart {
    position: absolute;
        bottom: 0;
        width: 100%;
        height: 200vh;
  }

  #rotate-text-p1 {
    position: absolute;
        bottom: 0;
        width: 100%;
        height: 630vh;
  }

  #rotate-text-p2 {
    position: absolute;
        bottom: 0;
        width: 100%;
        height: 610vh
  }

  #rotate-text-p3 {
    position: absolute;
        bottom: 0;
        width: 100%;
        height: 525vh
  }

  #rotate-text-p4 {
    position: absolute;
        bottom: 0;
        width: 100%;
        height: 445vh
  }

  #rotate-text-p5 {
    position: absolute;
        bottom: 0;
        width: 100%;
        height: 350vh
  }

  #fadebg {
    position: absolute;
        bottom: 0;
        width: 100%;
        height: 320vh
  }

  #hero-initial {
    position: absolute;
        bottom: 0;
        width: 100%;
        height: 280vh
  }

  .hero-product .hideimg {
    opacity: 0;
    visibility: hidden;
    transition: 0.8s ease;
  }

  .hero-product .showimg {
    transition: 0.8s ease;
  }

  #hero-flare {
    position: absolute;
        bottom: 0;
        width: 100%;
        height: 166vh
  }

  .no-flare {
    background: url('../png/product-reveal-2.png') no-repeat center top;
    background-size: contain;
    transition: 1s ease;
  }

  .flare {
    background: url('../product-reveal-flare-2.html') no-repeat center bottom;
    background-size: contain;
    transition: 1s ease;
  }


  /* custom fix for widen */
  .hero-wrapper .bg-wrap .container .row {
      max-width:1240px;
  }

  @media (min-width:1300px) {
    .hero-wrapper .bg-wrap .container .row {
      float:right;
      margin-right:10%;
    }
  }
  /* end custom fix for widen */


  .text-wrap:before {
  content: '';
    position: fixed;
    top: -1500px;
        left: -1500px;
    height: 3000px;
    width: 4000px;
    background-size: 100%;
    background-color: #000;
    z-index:0;
    transition: 1.5s ease;
    opacity: 0;
  }

  .hide-bg:before {
    opacity: 1;

  }

  .hide-bg {
    background: transparent;
    transition: 1s ease;
  }

  .hero-wrapper {
    visibility: hidden;
    opacity: 0;
    z-index: 0;
  }

  .hero-wrapper .bg-wrap {
    margin: 0;
      position: absolute;
      width: 100%;
      top: 50%;
      left: 50%;
      padding: 1.5em 0;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);

  }

  .hero-wrapper .bg-wrap:before {
    position: absolute;
      width: 100%;
      top: 50%;
      left: 50%;
      padding: 1.5em 0;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    content: '';
    height: 100%;
    width: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(0,93,170,1) 100%);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3)  ;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3)  ;
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3)  ;
  transition:1s ease;
  visibility: visible;
  opacity: 1;
  }

  .hero-wrapper .hero-bg:before {
    visibility: hidden;
  opacity: 0;
      -ms-transform: translate(150%, -50%);
      transform: translate(150%, -50%);

  }

  .hero-wrapper.fade-in {
    visibility: visible;
    opacity: 1;
    /* widen fix
    height: calc(100vh - 129px);
    margin-top: 129px;
    */
    height: 100vh;
    position: fixed;
    width: 100%;
}

.hero-wrapper.fade-in:after {
  z-index:-1;
  content: '';
  height: 100%;
  width: 100%;
  background: rgb(222,234,244);
background: linear-gradient(0deg, rgba(222,234,244,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(222,234,244,1) 100%);
display: block;}

@media (min-width: 768px) and (max-width: 1023px) }{
.hero-wrapper .bg-wrap>.container {
    max-width: 100%;
    width: 990px;
    padding: 0;
}
}

  @media (min-width: 1124px) {
    .hero-wrapper .hero-product {
        margin: -130px 0px;
    }


  }

  .hero-wrapper .column-img, .hero-wrapper .column-text {
    transition: 1s ease;
  }

  .column-text h2 {
    text-transform: uppercase;
    color: #005daa;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

  @media (max-width: 1365px) {
    .column-text h2 {
      font-size: 25px;
        line-height: 30px;
    }

    .column-text p {
        font-size: 19px;
        line-height: 23px;
    }

  }

  @media (max-height: 500px) {
    .column-text h2 {
      font-size: 25px;
        line-height: 27px;
    }

    .column-text p {
        font-size: 19px;
        line-height: 22px;
    }

    #hero-initial {
        position: inherit;
    }
  }

  @media (max-width: 844px) {
    .column-img {
          max-width: 440px;
          margin: 0 auto;

    }
  }

  .column-text p {
    max-width: 400px;
      font-weight: 700;
      text-align: center;
      margin: 0 auto;
      font-size: 24px;
      line-height: 35px;
      letter-spacing: -0.6px;
  }

  .hero-text-initial {
    transform: translateX(-100%);
      visibility: hidden;
      opacity: 0;
      transition: 1s ease;
  }

  .hero-image-initial {
    position: inherit;
      width: 100%;
      /* top: 50%; */
      /* left: 50%; */
      transform: translate(-35%);
      transition: 1s ease;
  }

  @media (max-width: 768px) {
    .hero-wrapper.fade-in {
      /* widen fix
      margin-top: 82px !important;
      height: calc(100vh - 82px) !important;
      */
      height: 100vh;
    }

    .hero-wrapper .bg-wrap:before {
      background: rgb(255,255,255);
          background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(0,93,170,1) 100%);
    }

    .hero-text-initial {
      transform: none;
        visibility: hidden;
        opacity: 0;
        transition: 1s ease;
    }

    .hero-image-initial {
      position: inherit;
        width: 100%;
        /* top: 50%; */
        /* left: 50%; */
        -webkit-transform: translateY(-50%);
        transition: 1s ease;
    }
  }

  @media screen and (max-width: 768px) and (max-height: 1024px) {
    #hero-initial {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 430vh;
    }

    #section-flexible .column-bottom {
        height: 54vh !important;
        position: absolute !important;
        width: 92%;
        bottom: 200px !important;
    }

  }

  @media (max-height: 500px) {
  .hero-wrapper.fade-in {
      margin-top: 0px !important;
      height: 100vh !important;
    }

    #hero-intial
  }

  .hero-wrapper.remove-fixed {
    position: relative;
    transition: 2s ease;
  }

  #section-innovation  {
    padding: 6em 0em;
    background-color: #fff;
    border-top: 10px solid #005daa;

  }

  @media (max-width: 981px) {
    #section-innovation  {
      padding: 3em 0em;

    }
  }

  #section-innovation .wrapper-title {
    margin-bottom: 1.5em;
  }



  #section-innovation h2 {
    color: #005daa;
      vertical-align: bottom;
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0px;
    }

  @media (min-width: 570px) {
    .no-pad {
      padding: 0px;
    }


    #section-tests .icon, #section-adaptive .icon {
      vertical-align: bottom;
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }


  }

  #section-tests {
    background-color: #d1f7fb;
    padding: 4em 0em;
  }

  #section-tests .col-md-12>.row>div {
    margin-bottom:1em;
  }

  #section-tests .col-md-12:last-of-type>.row>div {
    margin-bottom:0em;
  }

  @media (max-width: 770px) {
    #section-texts h2 {
      text-align: center;
    }
  }

  @media (max-width: 575px) {
    #section-tests {
      text-align: center;
    }

    #section-tests .col-md-12>.row>div {
      margin-bottom:2em;
    }

    #section-tests .col-md-12:last-of-type>.row:last-of-type>div {
    margin-bottom:2em;
  }
  }

  #section-tests .x-pad {
    padding-bottom: 1em;
  }

  #section-smarter {
    background-color: #a1a1a1;
    padding: 4em 0em;
    z-index: 1;
  }

  #section-smarter h2 {
    color: #fff;
  }

  #section-smarter:before {
    content: '';
    background: url('../plug-bg-new.html') no-repeat top left;
    height: 139px;
    width: 1630px;
    position: absolute;
    top: 1.5em;
    right: -1400px;
    transition: 1s ease;

  }

  #section-smarter .col-md-12:first-of-type p {
    max-width: 750px;
  }


  @media (max-width: 1025px) {
    #section-smarter:before {
      display: none;
    }

    .plugin {
      height: 115px;
    }

    .plugin:before {
      content: '';
          background: url(../plug-bg-new.html) no-repeat top left;
          height: 135px;
          width: 1275px;
          position: absolute;
          top: 1em;
          left: 60%;
          transition: 1s ease;
          background-size: contain;
    }

    .smart-plug .plugin:before {
      left: 0%;
    }
  }



  #section-smarter:after {
    content: '';
    display:block;
    position:relative;
    width: 100%;
    height: 205px;
    background: url('../hva-bg.html') no-repeat top center;
    margin: 3em 0 1em;
  }

  .smart-plug:before {
    right: -720px !important;

  }

  @media (max-width: 1700px) {
    .smart-plug:before {
      right: -650px !important;
      transition: 1s smooth;
    }

    .fr .smart-plug:before, .es .smart-plug:before {
      right: -850px !important;
      transition: 1s smooth;
    }
  }

  @media (max-width: 1500px) {
    .smart-plug:before {
      right: -1020px !important;
      transition: 1s smooth;
    }

    .fr .smart-plug:before, .es .smart-plug:before {
      right: -1020px !important;
      transition: 1s smooth;
    }
  }

  @media (max-width: 1300px) {
    .smart-plug:before {
      right: -1220px !important;
      transition: 1s smooth;
    }

    .fr .smart-plug:before, .es .smart-plug:before {
      right: -1120px !important;
      transition: 1s smooth;
    }
  }

  @media (max-width: 1100px) {
    .smart-plug:before {
      right: -1420px !important;
      transition: 1s smooth;
    }

    .fr .smart-plug:before, .es .smart-plug:before {
      right: -1200px !important;
      transition: 1s smooth;
    }
  }

  @media (max-width: 900px) {
    .smart-plug:before {
      right: -1620px !important;
      transition: 1s smooth;
    }
  }

  .smart-plug:after {
    background: url('../hva-bg.html') no-repeat bottom center !important;
    transition-delay: 0.5s;
  }

  #plugin-ports .port {
    height: 199px;
    width: 403px;
    background-size: cover;
    text-align: center;
  }

  #section-rack {
    z-index: 0;
    background: rgb(80,80,80);
    background: linear-gradient(90deg, rgba(80,80,80,1) 0%, rgba(0,0,0,1) 25%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 75%, rgba(80,80,80,1) 100%);
  }

  #section-rack .rack-wrap {
    max-width: 950px;
    margin: 0 auto;
    z-index: -1;
    position: relative;
  }

  #section-rack .rack-box-text {
    max-width: 950px;
    max-height: 425px;
  }

  #section-rack .rack-box-img {
    max-height: 425px;
  }

  #section-rack h2 {
    color: #10bee8;
  }

  #section-rack .rack-text {
    text-align: center;
    color: #fff;
    position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  }

  .img-anchor {
    opacity: 0;
    visibility: hidden;
  }

  .rack-img-slide {
    position: absolute;
    bottom:-450px;
    transition: 0.5s ease;
    left:0px;
  }

  .rack-img-slide.rack-position {
    bottom:1px;
    top: inherit;
    transition: 1.5s ease;
    left:0px;
  }

  @media (max-width: 767px) {
    .rack-img-slide.rack-position {
      bottom:1px;
      top: inherit;
      transition: .5s ease;
      left:0px;
    }
  }

  .rack-img:before {
    content: '';
    height: 425px;
    width: 72px;
    background: url('../left-clip.html');
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -1000px;
    transition-delay: 0.5s;
    transition: 0.5s ease;
  }

  .rack-sides:before {
    left:-72px;
    transition-delay: 0.5s;
    bottom:0px;
  }

  .rack-img:after {
    content: '';
    height: 425px;
    width: 72px;
    background: url('../right-clip.html');
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -1000px;
    transition-delay: 0.5s;
    transition: 0.5s ease;
    z-index: 0;
  }

  .rack-sides:after {
    right: -72px;
    transition-delay: 0.5s;
    bottom:0px;
  }

  @media (max-width: 1025px) {
    .rack-img:before, .rack-img:after {
      height: 322px;
    }
  }

  @media (max-width: 900px) {
    .img-anchor, .rack-img-slide {
      padding: 0 0.4em;
    }

    .rack-img:before, .rack-img:after {
      height: 280px;
    }

    .rack-img:before {
       left: -12px;
    }

    .rack-img:after {
       right: -12px;
    }
  }

  @media (max-width: 600px) {
    .rack-img:before, .rack-img:after {
      height: 180px;
    }

    .rack-img:before {
       left: -63px;
    }

    .rack-img:after {
       right: -62px;
    }
  }

  @media (max-height: 500px) {
    .rack-img:before, .rack-img:after {
      height: 400px;
    }

    .rack-img:before {
       left: -64px;
    }

    .rack-img:after {
       right: -64px;
    }
  }

  #section-adaptive {
    background-color: #434343;
    color: #fff;
    padding: 3em 0em 1em;
  }

  #section-adaptive h2, #section-adaptive h3 {
    color: #fff;

  }

  @media (max-width: 900px) {
    #section-adaptive h3 {
    color: #fff;
    font-size: 22px;
  }

  }

  #section-flexible:before {
    content:'';
    display: block;
    position: absolute;
    top: 0px;
    height: 300px;
    background: url('../bottom-bg.html') no-repeat top center;
    width: 100%;
    margin: 0 auto;
    background-size:contain;
  }



  #section-flexible {
    background-color: #fff;
    padding-top:170px;
    height: 365vh;
    z-index: 0;
  }

  .fix-wrapper {
     margin: 0 auto;
     width: 100%;
     position: relative;
     z-index: 4;
     top: 134px;
     margin-top: -150px;
  }

  .fix-flex {
    position: fixed !important;
    /* fix for widen 
    margin-top: 50px;*/
    margin-top:0px;
  }

  @media (max-width: 768px) {
    .fix-flex {
    /* fix for widen 
    margin-top: 50px;*/
    margin-top:0px;
    }

    .x-pad h2 {
          padding-bottom: 1.5em;
    }


  }

  #section-flexible .bg-wrap {
      /* changed for widen
      height: calc(100vh - 134px);*/
      height: 100vh;
      width: 100%;
      z-index: 1;
      transition: 1s ease;
      padding: 0em 9em 10em;
  }
  #section-flexible .flexible-bg {
    background: url('../base-module-bg.html') no-repeat;
    background-size: contain;
    height: 100%;
  }

  #section-flexible .flexible-bg.command-bg {
    background: url('../large-command-module.html') no-repeat;
    background-size: contain;
    height: 100%;
    transition-delay: 0.25s;
  }

  #section-flexible .flexible-bg.logic-bg {
    background: url('../large-logic-module.html') no-repeat;
    background-size: contain;
    height: 100%;
    transition-delay: 0.25s;
  }

  #section-flexible .flexible-bg.voltage-bg {
    background: url('../large-voltage-module.html') no-repeat;
    background-size: contain;
    height: 100%;
    transition-delay: 0.25s;
  }

  #section-flexible .flexible-bg.current-bg {
    background: url('../large-current-module.html') no-repeat;
    background-size: contain;
    height: 100%;
    transition-delay: 0.25s;
  }

  #section-flexible .flexible-bg.simulator-bg {
    background: url('../large-simulator-module.html') no-repeat;
    background-size: contain;
    height: 100%;
    transition-delay: 0.25s;
  }

  #section-flexible .column-bottom {
    height: 59vh;
      position: absolute;
      bottom: 0px;
      z-index: 2;
      /*
      changfed for widen and code below
      max-width: 1140px;*/
      max-width:1400px;
      padding-right:20px;
  }

  @media (max-width: 1240px) {
    #section-flexible .column-bottom {
      max-width: 990px;
    }
  }

  @media (max-width: 1023px) {
    #section-flexible .column-bottom {
      max-width: 720px;
    }
  }

  @media (max-width: 781px) {
    #section-flexible .column-bottom {
      height: 80vh;
        position: absolute !important;
        width: 92%;
    }

    .section-flexible .column-bottom img {
      display: none !important;
    }

    #section-flexible .bg-wrap {

        padding: 0em 2em;
    }


    #section-flexible p {
      font-size: 16px;
        line-height: 18px;
    }


  }

  @media (max-width: 700px) {
    #section-flexible .flexible-bg {
      display: none;
    }

    .disclaimer p {
      display: none;
    }
  }

  @media (max-height: 700px) {
    .intro-text {
      max-width: 75%;
    }
  }

  @media (max-height: 500px) {
    #section-flexible {
      padding-top: 20px;
    }

    .fix-wrapper {
        top: 0px;
        margin-top: 0px;
    }

    .fix-flex {
      top: 30px;
    }

    .intro-text {
      max-width: 75%;
    }

    .intro-text h2 {
      font-size: 20px;
      line-height: 22px;
    }

    .intro-text p {
      font-size: 16px;
          line-height: 18px;
    }

    .disclaimer p{
      font-size: 12px;
    }

    #section-flexible .column-bottom {
      height: 80vh;
      bottom: -25px;
    }

    .column-blue section:last-of-type img {
      display: none;
    }

    .column-blue section img {
      max-height: 50px !important;
    }

    .column-blue h3 {
      font-size: 20px;
      line-height: 22px;
    }

    .column-blue p {
      font-size: 15px;
          line-height: 17px;
    }

    #section-flexible:before {
      display: none;
    }

    #section-flexible .bg-wrap {
        padding: 0em 2em 2em;
    }
  }

  .fix-flex .column-bottom {
    position: fixed !important;
  }

  #section-flexible .disclaimer p {
    position: absolute;
    bottom:0px;
  }

  #section-flexible .column-blue {
    background: rgb(0,93,170);
background: linear-gradient(0deg, rgba(0,93,170,1) 0%, rgba(0,93,170,1) 40%, rgba(0,93,170,0.700717787114846) 100%);
    -webkit-box-shadow: -3px 8px 3px 3px rgba(0,0,0,0.66);
    box-shadow: -3px 8px 3px 3px rgba(0,0,0,0.66);
    height: 100%;
    transform: matrix(1, 0, 0, 1, 0, 1000);
      transition: 0.5s ease;
      padding: 0px;
  }

  .column-blue section {
    position: absolute;
    top: 0px;
    padding: 0px 15px;
    transition: 0.5s ease;
    width: 100%;
    text-align: center;
  }

  #section-flexible .column-blue h3 {
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 15px;
  }

  #section-flexible .column-blue p {
    color: #fff;
    text-align: left;
  }

  .column-blue section img {
    max-height: 175px;
    max-width: 100%;
        margin: 0 auto;
        margin-bottom: 1em;
  }
  /* establish position of first module text */
  .module-command {
    opacity: 1;
      visibility: visible;
    transform: matrix(1, 0, 0, 1, 0, 0);
      transition: 0.5s ease;
  }

  /* hide first module text*/
  .logic-module .module-command {
      opacity: 0;
      visibility: hidden;
    transform: matrix(1, 0, 0, 1, -260, 0);
      transition: 0.5s ease;
  }

  /* establish position of second module text*/
  .module-logic {
    opacity: 0;
      visibility: hidden;
    transform: matrix(1, 0, 0, 1, 260, 0);
      transition: 0.5s ease;
  }

  /* display second module text*/
  .logic-module .module-logic {
    opacity: 1;
      visibility: visible;
    transform: matrix(1, 0, 0, 1, 0, 0);
      transition: 0.5s ease;
  }

  /* hide second module text*/
  .voltage-module .module-logic {
    opacity: 0;
      visibility: hidden;
    transform: matrix(1, 0, 0, 1, -260, 0);
      transition: 0.5s ease;
  }

  /* establish position of voltage module text*/
  .module-voltage {
    opacity: 0;
      visibility: hidden;
    transform: matrix(1, 0, 0, 1, 260, 0);
      transition: 0.5s ease;
  }

  /*  display voltage module text*/
  .voltage-module .module-voltage {
    opacity: 1;
      visibility: visible;
    transform: matrix(1, 0, 0, 1, 0, 0);
      transition: 0.5s ease;
  }

  /* hide voltage module text*/
  .current-module .module-voltage {
    opacity: 0;
      visibility: hidden;
    transform: matrix(1, 0, 0, 1, -260, 0);
      transition: 0.5s ease;
  }

  /* establish position of fourth module text*/
  .module-current {
    opacity: 0;
      visibility: hidden;
    transform: matrix(1, 0, 0, 1, 260, 0);
      transition: 0.5s ease;
  }

  /*  display current module text*/
  .current-module .module-current {
    opacity: 1;
      visibility: visible;
    transform: matrix(1, 0, 0, 1, 0, 0);
      transition: 0.5s ease;
  }

  /* hide current module text*/
  .simulator-module .module-current {
    opacity: 0;
      visibility: hidden;
    transform: matrix(1, 0, 0, 1, -260, 0);
      transition: 0.5s ease;
  }



  /* establish position of fifth module text*/
  .module-simulator{
    opacity: 0;
      visibility: hidden;
    transform: matrix(1, 0, 0, 1, 260, 0);
      transition: 0.5s ease;
  }

  /*  display current module text*/
  .simulator-module .module-simulator {
    opacity: 1;
      visibility: visible;
    transform: matrix(1, 0, 0, 1, 0, 0);
      transition: 0.5s ease;
  }



  #blue-trigger {
    position: absolute;
        bottom: 0;
        width: 100%;
    height: 350vh;
  }

  #logic-trigger {
    position: absolute;
        bottom: 0;
        width: 100%;
    height: 300vh;
  }

  #voltage-trigger {
    position: absolute;
        bottom: 0;
        width: 100%;
    height: 250vh;
  }

  #current-trigger {
    position: absolute;
        bottom: 0;
        width: 100%;
    height: 200vh;
  }

  #simulator-trigger {
    position: absolute;
        bottom: 0;
        width: 100%;
    height: 150vh;
  }

  #section-flexible .column-blue.column-display {
    transform: matrix(1, 0, 0, 1, 0, 0);
      transition: 0.5s ease;
  }

  #section-powerful {
    background: url('../powerful-bg.html') no-repeat top left, #005daa;
    background-size: contain;
    padding: 2.5em 0em;
    color: #fff;
    z-index: 3;

  }

  #section-powerful p, #section-powerful h3 {
    color: #fff;
  }

  #section-powerful h2 {
    color: #005daa;
        max-width: 500px;
  }

  #section-powerful .text-box {
        margin-top: 38vh;
      padding-left: 5em;
  }

  @media (min-width: 1000px) {
    #section-powerful {
      background-position-y: -35px;
    }
  }

  @media (min-width: 1300px) {
    #section-powerful {
      background-size: auto;
    }
  }

  @media (max-width: 980px) {
    #section-powerful .text-box {
      padding-left: 15px;
      margin-top: 35vh;
    }
  }

  @media (max-width: 725px) {
    #section-powerful .text-box {
      padding-left: 30px;
      margin-top: 30vh;
    }
  }

  @media (max-width: 600px) {
    #section-powerful .text-box {
      padding-left: 15px;
      margin-top: 25vh;
    }

    #section-powerful {
      padding: 1.4em 0em;
    }

    #section-powerful h2 {
      font-size: 20px;
    }
  }

  #section-situation {
    height: 1000vh;
    width: 100%;
    background-image: none;
  }

  .fix-situation {
    background: url('../bg1.html') no-repeat center center;
    background-size: cover;
     margin: 0 auto;
     width: 100%;
     position: relative;
     /* widen fix
    height: calc(100vh - 171px);
    */
    height: 100vh;
  }

  .fix-situation.fixed {
     position: fixed;
     /* widen fix
     top: 171px;
     */
     z-index:1;
     /* widen fix
     height: calc(100vh - 171px);
     */
     height: 100vh;
     background: transparent;
  }



  @media (max-width: 1024px) {
    .fix-situation {
      /* widen fix
      height: calc(100vh - 206px);
     */
     height: 100vh;

    }
    .fix-situation.fixed {
       position: fixed;
     /* widen fix
       top: 206px;
       */
       z-index:1;
       /* widen fix
       height: calc(100vh - 206px);
     */
     height: 100vh;
       background: transparent;
    }
  }

  @media (max-width: 990px) {
    .fix-situation {
       /* widen fix
      height: calc(100vh - 183px);
     */
     height: 100vh;

    }
    .fix-situation.fixed {
       position: fixed;
     /* widen fix
       top: 174px;
       */
       z-index:1;
       /* widen fix
       height: calc(100vh - 174px);
     */
     height: 100vh;
       background: transparent;
    }
  }

  @media (max-height: 700px) {
    .product-float img {
        max-height: 38vh !important;
    }
  }

  @media (max-height: 500px) {
    .fix-situation {
      height: 100vh;

    }



    .fix-situation.fixed {
       position: fixed;
       top: 0px;
       z-index:1;
       height: 100vh;
       background: transparent;
    }

    .product-float img {
        max-height: 65vh !important;
    }
  }

  @media (max-width: 450px) {
    .fix-situation.fixed {
       position: fixed;
       z-index:1;
       /* widen fix
       height: calc(100vh - 170px);
       top: 170px;
       */
       height: 100vh;
       background: transparent;
    }
  }

  #section-situation .panel {
    height: 100%;
    width: 100%;
  }

  #section-situation .panel.bg1 {
    background: url('../bg1.html') no-repeat center center;
    background-size: cover;
    height: 100vh;
  }

  #section-situation .panel.bg2 {
    background: url('../bg2.html') no-repeat center center;
    background-size: cover;
    height: 100vh;
    padding-bottom:100vh;
  }

  #section-situation .panel.bg3 {
    background: url('../bg3.html') no-repeat center center;
    background-size: cover;
    height: 100vh;
    padding-bottom:100vh;
  }

  #section-situation .panel.bg4 {
    background: url('../bg4.html') no-repeat center center;
    background-size: cover;
    height: 100vh;
  }

  #section-situation .text-row.top {
    background-color: #434343;
    text-align: center;
    padding: 1em 1em;
  }

  #section-situation .text-row.bottom {
    background-color: #434343;
    text-align: center;
    padding: 0.25em 1em;
    height: 109px;
  }

  #section-situation .text-row h2 {
    padding: 0px;
    color: #fff;
  }

  #section-situation .bottom-wrap {
    max-width: 700px;
        position: relative;
        display: block;
        margin: 0 auto;
  }

  #section-situation .text-row h3 {
        font-size: 28px;
    line-height: 34px;
      margin: 0 auto;
      color: #fff;
      position: absolute;
      height: 92px;
      vertical-align: middle;
      text-align: center;
      width: 100%;
      visibility: hidden;
      opacity: 0;
      transform: matrix(1, 0, 0, 1, 0, 30);
      transition: 0.5s ease;
  }



  #section-situation .text-row h3.text-up {
    visibility: visible;
      opacity: 1;
      transform: matrix(1, 0, 0, 1, 0, 0);
      transition: 0.5s ease;
  }

  h3.bottom-text2, h3.bottom-text3, h3.bottom-text4 {
    padding: 1em 0;
  }

  #section-situation .top {
    position: absolute;
    top: 0px;
    z-index: 1;
  }

  #section-situation .fix-situation.fixed:before {
    content: '';
      height: 200px;
      width: 100%;
      background-color: #fff;
      z-index: -12;
      display: block;
      position: absolute;
      top: -200px;
      left: 0px;
  }

  /* section situation ready trigger poitns */

  #trigger {
    position: absolute;
        bottom: 0;
        width: 100%;
  }

  .situation-text1 {
    height: 1000vh;
  }

  .situation-text2 {
    height: 900vh;
  }

  .situation-text3 {
    height: 700vh;
  }

  .situation-text4 {
    height: 500vh;
  }

  .situation-text5 {
    height: 300vh;
  }


  .product-float {

      z-index: 1;
      margin: 0 auto;
      height: 100vh;
      text-align: center;
      padding-left: 0px;
      padding-right: 0px;
      position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
  }

  .product-float img {
    margin-right: -20px;
    max-height: 65vh;
  }


  .product-float.display {
    position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      height: auto;
      padding: inherit;

  }

  /*.product-float.display {
    position: fixed;
      top: 0px;
      z-index: 1;
      margin: 0 auto;
      height: 100vh;
      padding-top: 219px;
      text-align: center;
      visibility: visible;
      opacity: 1;
  }
*/


  #section-situation .bottom {
    position: absolute;
    bottom: 0px;
    font-size: 35px;
  }

@media (max-width: 767px) {

  #section-situation .text-row.bottom {
      height: 101px;

  }


    #section-situation .bottom h3 {
        font-size: 17px !important;
        line-height: 19px !important;
    }
  }

  #section-multiple {
    padding: 2em 0em;
    background-color: #fff;
    z-index: 5;
  }

  #section-multiple .text-pad {
    margin-bottom: 2em;
  }

  #section-multiple .f8200-bg {
    background: url('../f8200-product-flare.html') no-repeat;
    background-size: contain;
  }

  #section-multiple .product-image {
    opacity: 1;
    visibility: visible;
    transition: 0.25s ease;
  }



  #section-multiple .f8200-bg:hover .product-image {
    opacity: 0;
    visibility: hidden;
  }

  #section-multiple .f8300-bg:hover .product-image {
    opacity: 0;
    visibility: hidden;
  }

  #section-multiple .f8300-bg {
    background: url('../f8300-product-flare.html') no-repeat;
    background-size: contain;
  }



  @media (max-width: 781px) {
    .add-flare .product-image {
      opacity: 0 !important;
      visibility: hidden !important;
      transition: 0.25s ease;
    }

    #section-multiple .f8200-bg, #section-multiple .f8300-bg  {
        background-position: center;
        text-align: center;
    }

    #section-multiple .col-sm-6:first-of-type {
      margin: 2em 0 4em;
    }

    .text-bump {
      margin-top: -2em;
      text-align: center;
    }

    .text-bump2 {
      margin-top: -3em;
      text-align: center;
    }

    #section-adaptive {
      text-align: center;
    }

    #section-adaptive .col-sm-6:first-of-type {
      margin-bottom: 2em;
    }



  }

  @media (min-width: 768px) {
    .section-flexible {
      padding-top: 110px;
    }
    #section-flexible:before {
      background-size:100% 100%;
    }

    .height-adjust {
      position: absolute;
        margin-top: 234px;
    }

    #section-multiple .f8200-bg, #section-multiple .f8300-bg {
      max-width: 450px;
    }



  }

  @media (min-width: 1024px) {
    .height-adjust {
      position: absolute;
        margin-top: 335px;
    }
  }

  footer {
    margin-top: 0px;
  }

footer:after {
  content: '';
    background-color: #4d4d4d;
    height: 500px;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 400px;
}
