

    body {
      overflow-x: hidden;
    }

    .mydigitalclock {
    font-size: 1em;
    color: #9cbdea;
    }

                          .SelectThemeOpzione, .SelectLocationOpzione {
                              font-size: 12px;
                          }


  @font-face {font-family: "NeonXNeonFlux";src: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/707108/neon.ttf);}
  /* @font-face {font-family: 'NeonLight';src: url(fonts/NeonLight-Regular.ttf);}  */
  /* @font-face {font-family: 'ChicagoNeon';src: url(fonts/ChicagoNeon.ttf);}   */
  @font-face {font-family: 'CiaoNeon';src: url(fonts/Ciao.ttf);}
  @font-face {font-family: 'ElegantAgatta';src: url(fonts/Agatta-BWZe8.ttf);}
  @font-face {font-family: 'DejaVu';src: url(fonts/DejaVuSans.ttf);}
  @font-face {font-family: 'DejaVuMono';src: url(fonts/DejaVuSansMono.ttf);}

    .disabled-tooltip {
      position: absolute;
      visibility: hidden;
      background-color: black;
      color: white;
      padding: 5px;
      border-radius: 5px;
      font-size: 12px;
    }

    .spaced-name {
      display: inline-block;
      width: 70px;
      text-indent: 0; 
      /*margin-right: 14px; */
      font-weight: bold;
      color: #9cbdea;

    }
    .spaced-name sup {
      position: relative;
      left: 5px; 
    }
    .no-name-line {
      margin-left: 68px;
    }



  .blink {
  animation:5s blinker linear infinite;
  -webkit-animation:1s blinker linear infinite;
  -moz-animation:1s blinker linear infinite;
  color: red;
  }
  .blink_r {
  animation:5s blinker linear infinite;
  -webkit-animation:1s blinker linear infinite;
  -moz-animation:1s blinker linear infinite;
  color: #e8bdc4;
  }
  .blink_g {
  animation:5s blinker linear infinite;
  -webkit-animation:1s blinker linear infinite;
  -moz-animation:1s blinker linear infinite;
  color: #fee765;
  }
  .blink_a {
  animation:5s blinker linear infinite;
  -webkit-animation:1s blinker linear infinite;
  -moz-animation:1s blinker linear infinite;
  color: #9cbdea;
  }
  .blink_rosa {
  animation:5s blinker linear infinite;
  -webkit-animation:1s blinker linear infinite;
  -moz-animation:1s blinker linear infinite;
  color:#e8bdc4;
  }
  .blink_w {
  animation:5s blinker linear infinite;
  -webkit-animation:1s blinker linear infinite;
  -moz-animation:1s blinker linear infinite;
  color:white;
  }

  @-moz-keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
  }

  @-webkit-keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
  }

  @keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
  }

        .marquee {

            height: 30px;
            overflow: hidden;
            position: relative;
            background: #222;
            color: #fff;

            left:10px;
            bottom:235px;
            color:#fff;
            font-size:18px;
            background-color:#222;

            line-height: 30px;
            text-align: left;


        }       

  .fade-in-image {
    animation: fadeInM 5s;
    -webkit-animation: fadeInM 5s;
    -moz-animation: fadeInM 5s;
    -o-animation: fadeInM 5s;
    -ms-animation: fadeInM 5s;
  }

  @keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

  @-moz-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

  @-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

  @-o-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

  @-ms-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }        

  .fade-in-image-master {
    animation: fadeInM 3s;
    -webkit-animation: fadeInM 3s;
    -moz-animation: fadeInM 3s;
    -o-animation: fadeInM 3s;
    -ms-animation: fadeInM 3s;
  }

  @keyframes fadeInM {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

  @-moz-keyframes fadeInM {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

  @-webkit-keyframes fadeInM {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

  @-o-keyframes fadeInM {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

  @-ms-keyframes fadeInM {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }        

  .fade-in-image-masterU {
    animation: fadeInMU 5s;
    -webkit-animation: fadeInMU 5s;
    -moz-animation: fadeInMU 5s;
    -o-animation: fadeInMU 5s;
    -ms-animation: fadeInMU 5s;
  }

  @keyframes fadeInMU {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 0; }
  }

  @-moz-keyframes fadeInMU {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 0; }
  }

  @-webkit-keyframes fadeInMU {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 0; }
  }

  @-o-keyframes fadeInMU {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 0; }
  }

  @-ms-keyframes fadeInMU {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 0; }
  }        

  .fade-in-image-master5 {
    animation: fadeInM5 5s;
    -webkit-animation: fadeInM5 5s;
    -moz-animation: fadeInM5 5s;
    -o-animation: fadeInM5 5s;
    -ms-animation: fadeInM5 5s;
  }

  .fade-in-image-master7 {
    animation: fadeInM7 7s;
    -webkit-animation: fadeInM7 7s;
    -moz-animation: fadeInM7 7s;
    -o-animation: fadeInM7 7s;
    -ms-animation: fadeInM7 7s;
  }

  @keyframes fadeInM5 {
    0% { opacity: 0.1; }
    25% { opacity: 0.3; }
    50% { opacity: 0.5; }
    75% { opacity: 0.7; }
    100% { opacity: 1; }
  }

  @keyframes fadeInM7 {
    0% { opacity: 0.1; }
    10% { opacity: 0.3; }
    20% { opacity: 0.4; }
    40% { opacity: 0.5; }
    60% { opacity: 0.7; }
    80% { opacity: 0.8; }
    90% { opacity: 0.9; }
    100% { opacity: 1; }
  }

  @-moz-keyframes fadeInM5 {
    0% { opacity: 0.1; }
    25% { opacity: 0.3; }
    50% { opacity: 0.5; }
    75% { opacity: 0.7; }
    100% { opacity: 1; }
  }

  @-webkit-keyframes fadeInM5 {
    0% { opacity: 0.1; }
    25% { opacity: 0.3; }
    50% { opacity: 0.5; }
    75% { opacity: 0.7; }
    100% { opacity: 1; }
  }

  @-o-keyframes fadeInM5 {
    0% { opacity: 0.1; }
    25% { opacity: 0.3; }
    50% { opacity: 0.5; }
    75% { opacity: 0.7; }
    100% { opacity: 1; }
  }

  @-ms-keyframes fadeInM5 {
    0% { opacity: 0.1; }
    25% { opacity: 0.3; }
    50% { opacity: 0.5; }
    75% { opacity: 0.7; }
    100% { opacity: 1; }
  }        

