/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.uk-navbar-center {
    max-width: 70%;
}
.tm-top-a {
    background: #F7F7F7;
}
.width1 {
    width: 130px;
}
 @media screen and (max-width: 767px) {
  body {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}
@media screen and (min-width: 361px) and (max-width: 480px) {
.uk-article-title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 360px) {
.uk-article-title {
    font-size: 24px;
    line-height: 30px;
  }
}