﻿.header {
  margin-top: 15px;
  margin-bottom: 30px; }
  .header .logo {
    text-align: center; }
    .header .logo img {
      width: 120px; }
  .header hr {
    margin-top: 10px; }
  .header .header-mobile {
    display: none; }
  .header .header-item a {
    color: black;
    text-decoration: none;
    font-size: 12px;
    -o-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease; }
  .header .header-item a, .header .header-item img {
    cursor: pointer; }
  .header .header-item a:hover {
    color: #9b9b9b;
    -o-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease; }
  .header .current-page {
    text-align: center;
    margin: 10px 0; }
    .header .current-page h4 {
      font-size: 18px; }
    .header .current-page h5 {
      font-size: 14px;
      color: #9b9b9b;
      white-space: nowrap; }

@media screen and (max-width: 767px) {
  .header-body {
    display: none; }
  .header-mobile {
    display: block !important; } }
