#section1 {
  background: #000000;
  background: url(../images/bg1_1.jpg) center no-repeat;
  background-size: cover;
  /* position: relative;*/
  padding: 0;
  /*    overflow: hidden;*/ }
  #section1 h2, #section1 h3 {
    color: #fadd0b; }
  #section1 #header-steps {
    margin-top: 80px; }
    #section1 #header-steps h2.title {
      padding-bottom: 40px; }
    #section1 #header-steps img.icon-tlm {
      padding-bottom: 20px; }
  #section1 .intro-steps {
    max-width: 400px;
    margin: 0 auto;
    font-weight: 300;
    position: absolute; }
    #section1 .intro-steps p {
      color: #fff;
      font-size: 18px;
      line-height: 26px; }
      #section1 .intro-steps p span.bbold {
        font-weight: 500;
        font-weight: bold; }
    #section1 .intro-steps .skipSecondScreenContainer {
      margin-top: 30px; }
    #section1 .intro-steps .skipSecondScreen {
      font-weight: 300;
      font-size: 16px;
      padding: 10px 15px;
      color: #fadd0b;
      cursor: pointer; }
      #section1 .intro-steps .skipSecondScreen.hover {
        text-decoration: underline; }
    #section1 .intro-steps.step1 {
      /*display: none;*/
      display: none;
      margin: 0 auto;
      margin-top: 15px;
      position: relative; }
      #section1 .intro-steps.step1 #connectBtn {
        margin-top: 10px;
        font-weight: 400;
        font-size: 16px;
        padding: 8px 12px;
        color: #fff;
        background: none;
        border: solid 1px #fff;
        border-radius: 0; }
    #section1 .intro-steps.step2 {
      display: none;
      margin: 0 auto;
      top: 390px;
      left: 50%;
      margin-left: -200px; }
      #section1 .intro-steps.step2 span.yellow {
        color: #fadd0b; }
    #section1 .intro-steps.step3 {
      display: none;
      margin: 0 auto;
      top: 360px;
      left: 50%;
      margin-left: -155px; }
    #section1 .intro-steps.not-available {
      display: none;
      margin: 0 auto;
      top: 260px;
      left: 50%;
      margin-left: -160px; }
      #section1 .intro-steps.not-available #skipSecondScreen2 {
        margin-top: 30px;
        border: solid 1px #fadd0b; }
    #section1 .intro-steps.step4 {
      display: none;
      max-width: 100%;
      min-height: 500px;
      background: rgba(0, 0, 0, 0.8);
      overflow: visible;
      position: absolute;
      z-index: 23000;
      color: white;
      padding: 0;
      height: 700px;
      top: 0;
      width: 100%; }
      #section1 .intro-steps.step4 #player {
        margin: 0 auto;
        position: relative;
        top: 90px;
        height: 506px;
        display: block; }
      #section1 .intro-steps.step4 .playerbuttons {
        margin-top: 120px;
        display: inline-block;
        margin: 0 auto;
        position: relative;
        border: solid 1px white;
        padding: 5px 15px;
        background: none;
        border-radius: 0;
        color: white; }
        #section1 .intro-steps.step4 .playerbuttons.first {
          margin-right: 10px; }
  #section1 .container {
    min-height: 600px;
    position: relative; }
    #section1 .container .center {
      text-align: center; }
    #section1 .container .urlMobile {
      font-weight: 500;
      font-size: 42px;
      color: #fadd0b;
      padding-bottom: 10px;
      line-height: 46px;
      display: block;
      padding-top: 10px; }
    #section1 .container .messages {
      display: none;
      width: 500px;
      padding: 10px 20px;
      word-break: normal;
      font-weight: 400;
      font-size: 18px;
      position: absolute;
      margin: 0 auto;
      top: 50%;
      left: 50%;
      margin-top: -50px;
      margin-left: -250px;
      vertical-align: middle;
      background-color: none;
      border: solid 1px #fff;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
    #section1 .container #qrcode-svg {
      display: none;
      width: 80px;
      height: 80px;
      display: block;
      position: relative;
      padding-top: 20px;
      margin: 0 auto; }
  #section1 .full {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    vertical-align: middle; }

@media all and (max-width: 768px) {
  #section1 {
    background: url("../images/bg1_mobile.jpg") center no-repeat;
    height: 206vw;
    background-size: cover; } }

/*# sourceMappingURL=_section1.css.map */
