﻿/*	section whatsnew
============================== */
section.whats-new {
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 1)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=1);
  height: auto;
}

@media all and (min-width: 768px) {
  div.whatsnew_inner {
    width: 980px;
    margin: 0 auto;
    height: 44px;
  }
  section.whats-new p.wnew_btn a {
    width: 283px;
    height: 44px;
    display: block;
    background-image: url(../img/yokologo.png?1);
    background-color: #000;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    cursor: default !important;
    float: left;
  }
}

@media all and (max-width: 767px) {
  section.whats-new p.wnew_btn a {
    display: none;
  }
}

/*	ticker
============================== */
div.ticker {
  background-color: #000;
  padding: 0.5em;
}

div.ticker div.tck-outer {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 1.25em;
}

div.ticker div.tck-outer ul.tck-inner, div.ticker ul.tck-inner li, div.ticker ul.tck-inner li a {
  display: inline;
  white-space: nowrap;
}

div.ticker div.tck-outer ul.tck-inner {
  position: absolute;
  line-height: 1.25;
}

div.ticker div.tck-outer ul.tck-inner li {
  position: relative;
  padding-right: 2em;
}

div.ticker div.tck-outer ul.tck-inner li:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 50%;
  background-color: #dd1614;
  border-radius: 50%;
}

div.ticker ul.tck-inner li a {
  color: #fff;
}

div.ticker ul.tck-inner li a:not(.nolink) dl:hover {
  border-bottom: none;
  color: yellow;
  margin-bottom: -2px;
}

div.ticker ul.tck-inner li a dl, div.ticker ul.tck-inner li a dl dt, div.ticker ul.tck-inner li a dl dd {
  display: inline-block;
  white-space: nowrap;
}

div.ticker ul.tck-inner li a dl dt {
  padding-right: 1em;
}

div.ticker {
  margin: 0 0 0;
  float: right;
  padding: 0.5em 0;
}

div.ticker ul.tck-inner li a:hover {
  text-decoration: underline;
}

@media all and (min-width: 768px) {
  div.ticker {
    width: 697px;
  }

  div.ticker div.tck-outer ul.tck-inner li:before {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }

  div.ticker ul.tck-inner li a {
    padding-left: 26px;
  }

  div.ticker ul.tck-inner li a:not(.nolink) dl {
    border-bottom: 1px solid #fff;
  }

  div.ticker div.tck-outer ul.tck-inner {
    line-height: 28px;
  }

  div.ticker div.tck-outer {
    height: 28px;
  }
}

@media all and (max-width: 767px) {
  div.ticker div.tck-outer ul.tck-inner li:before {
    width: 12px;
    height: 12px;
    margin-top: -6px;
  }

  div.ticker {
    width: 100%;
    font-size: 15px;
    line-height: 1.5;
  }

  div.ticker ul.tck-inner li a {
    padding-left: 20px;
  }

  div.ticker div.tck-outer ul.tck-inner {
    line-height: 20px;
  }

  div.ticker div.tck-outer {
    height: 20px;
  }
}