/*
@mixin headerSize {
  width: 100%;
  height: 800px;
}
*/
body {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #ffffff;
  text-align: center;
  text-size-adjust: none;
  font-family: 'AvenirNextLTW01-Regular';
  font-weight: normal;
  font-style: normal;
  font-size: 16px; }

@media screen and (max-width: 479px) {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #ffffff;
  text-align: center;
  text-size-adjust: none;
  font-family: 'AvenirNextLTW01-Regular';
  font-weight: normal;
  font-style: normal;
  font-size: 16px; }
.clearfix:after {
  content: "";
  clear: both;
  display: block; }

h2 {
  font-size: 36px;
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: 'Metro Nova W01 Regular'; }

@media screen and (max-width: 479px) {
  h2 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 0px;
    font-family: 'Metro Nova W01 Regular'; } }
.container {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%; }

@media screen and (max-width: 479px) {
  .container {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 320px; } }
header {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 90px;
  margin: 0;
  padding: 0;
  background: #ffffff; }

@media screen and (max-width: 479px) {
  header {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 80px;
    margin: 0;
    padding: 0;
    background: #ffffff; } }
.headerbox {
  position: relative;
  margin: 0 auto;
  width: 960px;
  height: 90px;
  background: #ffffff; }
  .headerbox .logo {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 220px;
    height: 90px;
    margin-left: -10px;
    background-image: url("../images/sigboost_logo_solo_web_rev3.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 220px; }
  .headerbox .languageBox {
    position: relative;
    float: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 200px;
    height: 90px;
    color: lightgray;
    font-size: 15px; }
    .headerbox .languageBox .languageButton {
      cursor: pointer; }
    .headerbox .languageBox #languageButtonDivider {
      transform-origin: -10px;
      margin: 0 8px;
      color: gray; }

@media screen and (max-width: 479px) {
  .headerbox {
    position: relative;
    margin: 0 auto;
    width: 220px;
    height: 80px;
    background: #ffffff; }
    .headerbox .logo {
      position: relative;
      float: left;
      margin: 0;
      padding: 0;
      width: 220px;
      height: 80px;
      margin: 0px 16px;
      background-image: url("../images/sigboost_logo_solo_web_rev3.svg");
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 179px; } }
.contents {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #ffffff;
  color: #575757; }

.wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%; }

#eyecatch {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 480px;
  background-color: #F6F6F6; }
  #eyecatch #eyecatchBox {
    position: relative;
    margin: 0 auto;
    width: 960px;
    height: 480px; }
    #eyecatch #eyecatchBox .slider {
      position: relative;
      float: left;
      margin: 0;
      padding: 0;
      width: 960px;
      height: 480px; }
      #eyecatch #eyecatchBox .slider .sliderImageBox {
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
        width: 960px;
        height: 480px;
        display: flex;
        justify-content: center;
        align-items: center; }
        #eyecatch #eyecatchBox .slider .sliderImageBox img {
          width: 100%;
          height: auto; }

@media screen and (max-width: 479px) {
  #eyecatch {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 160px;
    background-color: #F6F6F6; }
    #eyecatch #eyecatchBox {
      position: relative;
      margin: 0 auto;
      width: 100%; }
      #eyecatch #eyecatchBox .slider {
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto; }
        #eyecatch #eyecatchBox .slider img {
          width: 100%; } }
#description {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  width: 100%;
  background-color: #ffffff; }
  #description #aboutBox {
    position: relative;
    margin: 0 auto;
    margin-top: -160px;
    width: 960px;
    color: #2155C4;
    text-align: left;
    font-size: 38px; }
    #description #aboutBox span {
      display: inline-block;
      margin: 14px 0;
      background-color: #ffffff;
      line-height: 34px; }
    #description #aboutBox #firstAbout, #description #aboutBox #fourthAbout {
      font-family: 'Metro Nova W01 Light'; }
    #description #aboutBox #secondAbout, #description #aboutBox #thirdAbout, #description #aboutBox #fifthAbout {
      font-family: 'MetroNovaW01-MediumItal'; }
  #description #descBox {
    position: relative;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 960px;
    text-align: justify;
    line-height: 26px;
    font-size: 14px; }

@media screen and (max-width: 479px) {
  #description {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    padding-bottom: 0px;
    width: 100%;
    background-color: #ffffff; }
    #description #aboutBox {
      position: relative;
      margin: 0 auto;
      margin-top: -76px;
      width: 100%;
      color: #2155C4;
      text-align: left;
      line-height: 30px;
      font-size: 20px; }
      #description #aboutBox span {
        position: relative;
        margin: 0 auto;
        display: inline-block;
        background-color: #ffffff;
        line-height: 18px; }
      #description #aboutBox #firstAbout, #description #aboutBox #fourthAbout {
        font-family: 'Metro Nova W01 Light'; }
      #description #aboutBox #secondAbout, #description #aboutBox #thirdAbout, #description #aboutBox #fifthAbout {
        font-family: 'MetroNovaW01-MediumItal'; }
    #description #descBox {
      position: relative;
      margin: 0 auto;
      margin-top: 20px;
      margin-bottom: 40px;
      width: 80%;
      text-align: justify;
      line-height: 26px;
      font-size: 16px; } }
#overview {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #42B2EC; }
  #overview h2 {
    color: #ffffff; }
  #overview p {
    color: #ffffff;
    text-align: justify;
    line-height: 34px;
    letter-spacing: 0.5px;
    font-size: 14px; }
  #overview #overviewBox {
    position: relative;
    margin: 0 auto;
    width: 960px;
    margin-bottom: 40px; }
    #overview #overviewBox #overviewMainTextBox {
      position: relative;
      float: left;
      margin: 0;
      padding: 0;
      margin-right: 40px;
      width: 440px; }
    #overview #overviewBox #overviewMainImageBox {
      position: relative;
      float: left;
      margin: 0;
      padding: 0;
      width: 480px; }
      #overview #overviewBox #overviewMainImageBox object#overviewZyboStroke {
        position: absolute;
        top: 0;
        left: 0;
        width: 480px; }
      #overview #overviewBox #overviewMainImageBox object#overviewZybo {
        position: absolute;
        top: 0;
        left: 0;
        width: 480px; }

@media screen and (max-width: 479px) {
  #overview {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #42B2EC; }
    #overview h2 {
      color: #ffffff; }
    #overview p {
      color: #ffffff;
      text-align: justify;
      line-height: 30px;
      letter-spacing: 0.5px;
      font-size: 14px; }
    #overview #overviewBox {
      position: relative;
      margin: 0 auto;
      width: 80%;
      margin-top: 40px;
      margin-bottom: 40px; }
      #overview #overviewBox #overviewMainTextBox {
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
        margin-top: 220px;
        width: 100%; }
      #overview #overviewBox #overviewMainImageBox {
        position: absolute;
        float: left;
        top: 0;
        left: 0;
        width: 100%; }
        #overview #overviewBox #overviewMainImageBox object#overviewZyboStroke {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%; }
        #overview #overviewBox #overviewMainImageBox object#overviewZybo {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%; } }
#system {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #58c2f7; }
  #system #systemBox {
    position: relative;
    margin: 0 auto;
    width: 960px;
    margin-top: 50px;
    margin-bottom: 60px; }
    #system #systemBox h3 {
      color: #ffffff;
      font-size: 24px; }
    #system #systemBox h3::before {
      content: "";
      display: block;
      margin: 20px 0;
      height: 1px;
      background-color: #ffffff; }
    #system #systemBox h3::after {
      content: "";
      display: block;
      margin: 20px 0;
      height: 1px;
      background-color: #ffffff; }
    #system #systemBox p {
      color: #ffffff;
      text-align: justify;
      letter-spacing: 0.5px;
      font-size: 13px;
      line-height: 30px; }
    #system #systemBox #systemHlsBox {
      position: relative;
      float: left;
      margin: 0;
      padding: 0;
      margin-right: 40px;
      width: 440px;
      height: 530px; }
      #system #systemBox #systemHlsBox object#systemHlsSvg {
        width: 440px;
        height: 320px;
        margin: 20px 0; }
    #system #systemBox #systemHardwareBox {
      position: relative;
      float: left;
      margin: 0;
      padding: 0;
      margin-left: 40px;
      width: 440px;
      height: 530px; }
      #system #systemBox #systemHardwareBox object#systemProcessorSvg {
        width: 270px;
        height: 430px;
        margin: 20px 0; }

@media screen and (max-width: 479px) {
  #system {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #58c2f7; }
    #system #systemBox {
      position: relative;
      margin: 0 auto;
      width: 80%;
      margin-top: 40px;
      margin-bottom: 0px; }
      #system #systemBox h3 {
        color: #ffffff;
        font-size: 18px; }
      #system #systemBox h3::before {
        content: "";
        display: block;
        margin: 20px 0;
        height: 1px;
        background-color: #ffffff; }
      #system #systemBox h3::after {
        content: "";
        display: block;
        margin: 20px 0;
        height: 1px;
        background-color: #ffffff; }
      #system #systemBox p {
        color: #ffffff;
        text-align: justify;
        letter-spacing: 0.5px;
        font-size: 14px;
        line-height: 30px; }
      #system #systemBox #systemHlsBox {
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
        margin-right: 14px;
        width: 100%;
        height: auto; }
        #system #systemBox #systemHlsBox object#systemHlsSvg {
          width: 90%;
          height: 200px;
          margin: 0px 0; }
      #system #systemBox #systemHardwareBox {
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto; }
        #system #systemBox #systemHardwareBox object#systemProcessorSvg {
          width: 90%;
          height: 340px;
          margin: 0px 0; } }
#fullyMaxCompatible {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #e6e6e6; }
  #fullyMaxCompatible #maxBox {
    position: relative;
    margin: 0 auto;
    margin-bottom: 80px;
    width: 960px; }
    #fullyMaxCompatible #maxBox #maxMainImageBox {
      position: relative;
      float: left;
      margin: 0;
      padding: 0;
      margin: 20px;
      padding: 20px;
      width: 380px;
      height: 130px;
      border: solid 1px #ffffff;
      border-radius: 20px; }
      #fullyMaxCompatible #maxBox #maxMainImageBox object#maxCompatibleSvg {
        width: 360px; }
    #fullyMaxCompatible #maxBox #maxMainTextBox {
      position: relative;
      float: left;
      margin: 0;
      padding: 0;
      margin-top: 14px;
      margin-left: 40px;
      width: 440px;
      color: #5d5d5d;
      text-align: justify;
      line-height: 38px;
      letter-spacing: 0.5px;
      font-size: 14px; }

@media screen and (max-width: 479px) {
  #fullyMaxCompatible {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #e6e6e6; }
    #fullyMaxCompatible #maxBox {
      position: relative;
      margin: 0 auto;
      margin-top: 40px;
      margin-bottom: 40px;
      width: 80%; }
      #fullyMaxCompatible #maxBox #maxMainImageBox {
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 96px;
        border: solid 1px #ffffff;
        border-radius: 20px; }
        #fullyMaxCompatible #maxBox #maxMainImageBox object#maxCompatibleSvg {
          margin-top: 10px;
          width: 80%; }
      #fullyMaxCompatible #maxBox #maxMainTextBox {
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
        margin-top: 14px;
        width: 100%;
        color: #5d5d5d;
        text-align: justify;
        line-height: 30px;
        letter-spacing: 0.5px;
        font-size: 14px; } }
#twoWayToGo {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #ffe147; }
  #twoWayToGo h2 {
    margin-bottom: 60px; }
  #twoWayToGo #twoWayBox {
    position: relative;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 80px;
    width: 960px; }
    #twoWayToGo #twoWayBox h3 {
      font-size: 24px;
      margin-bottom: 40px; }
    #twoWayToGo #twoWayBox h3::before {
      content: "";
      display: block;
      margin: 20px;
      width: 430px;
      height: 1px;
      background-color: #575757; }
    #twoWayToGo #twoWayBox h3::after {
      content: "";
      display: block;
      margin: 20px;
      width: 430px;
      height: 1px;
      background-color: #575757; }
    #twoWayToGo #twoWayBox p {
      line-height: 36px;
      letter-spacing: 0.5px;
      font-size: 14px; }
    #twoWayToGo #twoWayBox #twoWayLeftBox {
      position: relative;
      float: left;
      margin: 0;
      padding: 0;
      margin-left: -1000px;
      margin-right: 10px;
      width: 463px;
      height: 750px;
      border: 1px solid #575757;
      background-color: #ffdb21; }
      #twoWayToGo #twoWayBox #twoWayLeftBox object#withMaxSvg {
        width: 260px; }
    #twoWayToGo #twoWayBox #twoWayRightBox {
      position: relative;
      float: right;
      margin-right: -1000px;
      margin-left: 10px;
      width: 463px;
      height: 750px;
      border: 1px solid #575757;
      background-color: #ffdb21; }
      #twoWayToGo #twoWayBox #twoWayRightBox object#standaloneSvg {
        width: 260px; }
    #twoWayToGo #twoWayBox .twoWayTextBox {
      position: relative;
      float: left;
      margin: 0;
      padding: 0;
      margin: 20px 40px;
      width: 390px; }

@media screen and (max-width: 479px) {
  #twoWayToGo {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #ffe147; }
    #twoWayToGo h2 {
      margin-bottom: 40px; }
    #twoWayToGo #twoWayBox {
      position: relative;
      margin: 0 auto;
      margin-top: 0px;
      margin-bottom: 80px;
      width: 80%; }
      #twoWayToGo #twoWayBox h3 {
        font-size: 24px;
        margin-bottom: 40px; }
      #twoWayToGo #twoWayBox h3::before {
        content: "";
        display: block;
        width: 84%;
        height: 1px;
        background-color: #575757; }
      #twoWayToGo #twoWayBox h3::after {
        content: "";
        display: block;
        width: 84%;
        height: 1px;
        background-color: #575757; }
      #twoWayToGo #twoWayBox p {
        line-height: 30px;
        letter-spacing: 0.5px;
        font-size: 14px; }
      #twoWayToGo #twoWayBox #twoWayLeftBox {
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        border: 1px solid #575757;
        background-color: #ffdb21; }
        #twoWayToGo #twoWayBox #twoWayLeftBox object#withMaxSvg {
          width: 70%; }
      #twoWayToGo #twoWayBox #twoWayRightBox {
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
        margin-top: 20px;
        width: 100%;
        height: auto;
        border: 1px solid #575757;
        background-color: #ffdb21; }
        #twoWayToGo #twoWayBox #twoWayRightBox object#standaloneSvg {
          width: 70%; }
      #twoWayToGo #twoWayBox .twoWayTextBox {
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
        text-align: justify;
        margin: 20px 10%;
        width: 80%; } }
#howToUse {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #ffffff; }
  #howToUse #howToBox {
    position: relative;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 80px;
    width: 960px; }
    #howToUse #howToBox #howToUpperBox {
      position: relative;
      float: left;
      margin: 0;
      padding: 0;
      width: inherit; }
      #howToUse #howToBox #howToUpperBox .howToUpperFigureBox {
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
        margin-bottom: 40px;
        width: 316px;
        height: 280px; }
        #howToUse #howToBox #howToUpperBox .howToUpperFigureBox h3 {
          font-size: 36px;
          margin-top: 0px;
          margin-bottom: 40px; }
        #howToUse #howToBox #howToUpperBox .howToUpperFigureBox object#uploadSvg {
          width: 240px; }
        #howToUse #howToBox #howToUpperBox .howToUpperFigureBox object#downloadSvg {
          width: 200px; }
        #howToUse #howToBox #howToUpperBox .howToUpperFigureBox object#burnSvg {
          width: 230px; }
      #howToUse #howToBox #howToUpperBox .howToUpperFigureBox:nth-child(2) {
        width: 318px;
        border-left: 1px solid #575757;
        border-right: 1px solid #575757; }
    #howToUse #howToBox #howToLowerBox {
      position: relative;
      float: left;
      margin: 0;
      padding: 0;
      width: inherit;
      text-align: left;
      line-height: 36px;
      letter-spacing: 0.5px;
      font-size: 14px; }
      #howToUse #howToBox #howToLowerBox p {
        margin-top: 60px;
        font-size: 12px;
        line-height: 28px; }

@media screen and (max-width: 479px) {
  #howToUse {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #ffffff; }
    #howToUse #howToBox {
      position: relative;
      margin: 0 auto;
      margin-top: 40px;
      margin-bottom: 40px;
      width: 80%; }
      #howToUse #howToBox #howToUpperBox {
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
        width: 100%; }
        #howToUse #howToBox #howToUpperBox .howToUpperFigureBox {
          position: relative;
          float: left;
          margin: 0;
          padding: 0;
          margin-bottom: 20px;
          width: 33%;
          height: auto; }
          #howToUse #howToBox #howToUpperBox .howToUpperFigureBox h3 {
            font-size: 36px;
            margin-top: 0px;
            margin-bottom: 20px; }
          #howToUse #howToBox #howToUpperBox .howToUpperFigureBox object#uploadSvg {
            width: 80%; }
          #howToUse #howToBox #howToUpperBox .howToUpperFigureBox object#downloadSvg {
            width: 80%; }
          #howToUse #howToBox #howToUpperBox .howToUpperFigureBox object#burnSvg {
            width: 80%; }
        #howToUse #howToBox #howToUpperBox .howToUpperFigureBox:nth-child(2) {
          width: 30%;
          border-left: 1px solid #575757;
          border-right: 1px solid #575757; }
      #howToUse #howToBox #howToLowerBox {
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
        text-align: justify;
        line-height: 30px;
        letter-spacing: 0.5px;
        font-size: 14px; }
        #howToUse #howToBox #howToLowerBox ol {
          -webkit-padding-start: 10px; }
          #howToUse #howToBox #howToLowerBox ol li {
            margin-bottom: 20px; }
        #howToUse #howToBox #howToLowerBox p {
          margin-top: 60px;
          font-size: 12px;
          text-align: justify;
          line-height: 28px; } }
#acknowledgements {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #E9E9E9; }
  #acknowledgements #acknowledgementsBox {
    position: relative;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 80px;
    width: 960px; }
    #acknowledgements #acknowledgementsBox p {
      margin-top: 40px;
      margin-bottom: 0;
      line-height: 20px; }
    #acknowledgements #acknowledgementsBox a {
      color: gray;
      text-decoration: none;
      font-size: 12px; }

@media screen and (max-width: 479px) {
  #acknowledgements {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #E9E9E9; }
    #acknowledgements #acknowledgementsBox {
      position: relative;
      margin: 0 auto;
      margin-top: 40px;
      margin-bottom: 40px;
      width: 100%; }
      #acknowledgements #acknowledgementsBox p {
        margin-top: 20px;
        font-size: 14px;
        line-height: 20px; }
      #acknowledgements #acknowledgementsBox a {
        color: gray;
        text-decoration: none;
        font-size: 12px; } }
#credits {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%; }
  #credits #creditsBox {
    position: relative;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 80px;
    width: 600px; }
    #credits #creditsBox table {
      position: relative;
      float: left;
      margin: 0;
      padding: 0;
      width: 600px;
      font-size: 12px; }
      #credits #creditsBox table tr {
        height: 34px;
        line-height: 34px;
        text-align: left; }
        #credits #creditsBox table tr td.author {
          width: 30%;
          text-align: left; }
        #credits #creditsBox table tr td.right {
          width: 400px;
          text-align: right; }

@media screen and (max-width: 479px) {
  #credits {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%; }
    #credits #creditsBox {
      position: relative;
      margin: 0 auto;
      margin-top: 30px;
      margin-bottom: 30px;
      width: 80%; }
      #credits #creditsBox table {
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
        font-size: 8px; }
        #credits #creditsBox table tr {
          display: block;
          margin-bottom: 30px;
          line-height: 20px;
          text-align: left; }
          #credits #creditsBox table tr td {
            display: block; }
          #credits #creditsBox table tr td.author {
            width: 100%;
            font-size: 14px;
            text-align: center; }
          #credits #creditsBox table tr td.right {
            width: 100%;
            text-align: center; } }
#social {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 80px; }
  #social #socialBox {
    position: relative;
    margin: 0 auto;
    width: 640px; }
    #social #socialBox .social {
      position: relative;
      float: left;
      margin: 0;
      padding: 0;
      width: 300px;
      margin: 10px; }

footer {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  padding-bottom: 0px;
  background: #5b5b5b;
  z-index: 9998; }
  footer #copyright {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 80px;
    padding-bottom: 0px;
    color: #ececec;
    background: #5b5b5b;
    line-height: 80px;
    font-size: 10px;
    z-index: 9998; }
