/* Enter Your Custom CSS Here */
@media screen and (min-width: 768px) {
  main#home .news ul li a {
    text-decoration: none;
    display: block;
    position: relative;
    line-height: 1.25em;
  }

  main#home .news ul li a span.date {
    top: 0;
    left: 0;
    width: 120px;
    position: absolute;
  }
  
  main#home .news ul li a span.title {
    margin-left: 120px;
  }
  
}

@media screen and (max-width: 767px) {
  header .inner {overflow:visible;}
  .lang{ right:10px; bottom:-38px;}
  .lang img {height:16px;}
}