.parallax-mirror {
  -webkit-transition: all 0ms ease-out;
  -moz-transition: all 0ms ease-out;
  -o-transition: all 0ms ease-out;
  transition: all 0ms ease-out; }
  .parallax-mirror * {
    -webkit-transition: all 0ms ease-out;
    -moz-transition: all 0ms ease-out;
    -o-transition: all 0ms ease-out;
    transition: all 0ms ease-out; }

.container.livestatus {
  background: url(../imgs/parallex.jpg) #000 50% 0 no-repeat fixed;
  text-align: center;
  padding: 20px;
  color: #fff;
  position: relative; }
  .container.livestatus:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); }
  .container.livestatus h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 35px;
    position: relative;
    margin-top: 20px; }
    .container.livestatus h2 span {
      padding: 0px 15px;
      position: relative; }
    .container.livestatus h2:before, .container.livestatus h2:after {
      content: '';
      position: absolute;
      width: 40%;
      height: 1px;
      background: rgba(142, 142, 142, 0.18);
      top: 50%;
      left: 0px; }
    .container.livestatus h2:after {
      right: 0px;
      left: auto; }
  .container.livestatus ul {
    list-style: none;
    position: relative; }
    .container.livestatus ul li {
      display: inline-block;
      width: 50%;
      float: left;
      height: 162px;
      font-size: 15px;
      line-height: 21px; }
      .container.livestatus ul li span {
        display: block;
        width: 80px;
        height: 80px;
        background-color: rgba(103, 101, 101, 0.22);
        border: 4px solid rgba(95, 95, 95, 0.52);
        border-radius: 50%;
        margin: 0px auto;
        margin-bottom: 7px;
        font-size: 28px;
        line-height: 70px; }

@media screen and (min-width: 700px) {
  .container.livestatus {
    padding: 10px 30px 47px;
    border-top: 1px solid #fdcf0a; }
    .container.livestatus h2 {
      font-size: 30px;
      margin-bottom: 50px;
      margin-top: 51px; }
    .container.livestatus ul li {
      width: 20%;
      float: none; }
      .container.livestatus ul li span {
        width: 120px;
        height: 120px;
        font-size: 35px;
        line-height: 109px; } }

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