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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 /*
 * Footer
 */
.tm-footer {
  position: relative;
  padding-top: 20px;
  border-top: 0px solid rgba(255, 255, 255, 0.07);
  text-align: center;
  color: #e6e6e6;
}


@media (max-width: 500px) {
    .uk-navbar-center {
        max-width: 80%;
        padding: 0
    }
}

/* Article panel boxed style
 ========================================================================== */
.tm-article-panel .uk-article {
  margin-top: -30px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.6);
}
.tm-article-panel .uk-breadcrumb {
  padding: 0px;
  background: rgba(255, 255, 255, 0.6);
}
