@import url(https://fonts.googleapis.com/css?family=Montserrat);
.ticker {
  overflow: hidden;
  width: 100%;
  padding: 5px 0 120px;
  position: fixed;
  bottom: -50px;
  left: 0;
  font-family: 'Montserrat', Arial;
}

.ticker-logo-channel {
  position: absolute;
  top: -20px;
  left: 20px;
  color: #ffffff;
  font-size: 160px;
  font-weight: bold;
  font-style: italic;
}

.ticker-logo {
  position: absolute;
  top: 40px;
  left: 30px;
  z-index: 10;
}

.ticker-logo:before {
  display: table;
  content: "";
  width: 260px;
  height: 91px;
  position: absolute;
  top: 2px;
  left: -50px;
  background: -webkit-linear-gradient(left, #3bd3e0 0%, #3bd3e0 84%, #3bd3e0 91%, rgba(59, 211, 224, 0.5) 96%, rgba(59, 211, 224, 0) 100%);
  background: linear-gradient(to right, #3bd3e0 0%, #3bd3e0 84%, #3bd3e0 91%, rgba(59, 211, 224, 0.5) 96%, rgba(59, 211, 224, 0) 100%);
  /* W3C */
}

.ticker-tip {
  width: 100%;
  padding: 6px 0;
  margin-left: 200px;
  box-shadow: inset 0 -3px 3px rgba(255, 255, 255, 0.5);
  background-color: #1b87a4;
  color: #ffffff;
  -webkit-transform: skew(-45deg, 0);
          transform: skew(-45deg, 0);
}

.ticker-tip-info {
  margin-left: 50px;
  position: relative;
  -webkit-transform: skew(45deg, 0);
          transform: skew(45deg, 0);
}

.icon-info {
  display: block;
  padding: 0px 10px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: -6px;
  left: -45px;
  background-color: #29a1e0;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.ticker-title {
  width: 2500px;
  margin-top: 5px;
  padding-bottom: 5px;
  color: #065b70;
  font-size: 20px;
  text-transform: uppercase;
  text-shadow: 0 0 2px #065b70;
  background: -webkit-linear-gradient(315deg, #4affff 0%, #3ad0dd 11%, #2699b5 24%, rgba(29, 127, 162, 0.93) 30%, rgba(29, 127, 162, 0.5) 68%);
  background: linear-gradient(135deg, #4affff 0%, #3ad0dd 11%, #2699b5 24%, rgba(29, 127, 162, 0.93) 30%, rgba(29, 127, 162, 0.5) 68%);
  /* W3C */
}

.ticker-title > * {
  display: inline-block;
  margin-right: 50px;
  -webkit-animation: title 6s infinite linear;
          animation: title 6s infinite linear;
}

@-webkit-keyframes title {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-233px);
            transform: translateX(-233px);
  }
}

@keyframes title {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-233px);
            transform: translateX(-233px);
  }
}
.ticker-news {
  width: 7000px;
  padding: 10px 0;
  color: #ffffff;
  font-size: 36px;
  text-transform: uppercase;
  text-shadow: 0 0 5px black;
  background: -webkit-linear-gradient(315deg, #4affff 0%, #1d7fa2 11%, rgba(29, 127, 162, 0.5) 29%);
  background: linear-gradient(135deg, #4affff 0%, #1d7fa2 11%, rgba(29, 127, 162, 0.5) 29%);
  /* W3C */
}

.ticker-news > * {
  display: inline-block;
  -webkit-animation: news 38s infinite linear;
          animation: news 30s infinite linear;
}

@-webkit-keyframes news {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-4135px);
            transform: translateX(-4135px);
  }
}

@keyframes news {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-4135px);
            transform: translateX(-4135px);
  }
}
