/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
body {
}
.uk-container {
  background-color: #FFFFFF;
}
a:hover {
  text-decoration: none;
}
h1,
.uk-h1 {
}
h2,
.uk-h2 {
  font-weight: 200;
}
h3,
.uk-h3
.uk-h3 em {
  color: #882528;
  font-weight: 600;
}
h4,
.uk-h4 {
}
h5,
.uk-h5
h6,
.uk-h6 {
}
.uk-article-title {
  color: #393532;
}
.uk-article p {
  font-size: 1.1em;
}
.caption, figcaption {
  font-size: 0.9em;
  color: #882528;
}
.caption em, figcaption em {
  color: #882528;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #FFFFFF;
}

.tm-toolbar,
.tm-headerbar,
.tm-navbar,
.tm-footer {
  margin-top: 20px;
  margin-bottom: 10px;
}
.tm-headerbar {
  margin-top: 10px;
}
@media (min-width: 1220px) {
  .tm-headerbar,
  .tm-navbar,
  .tm-footer {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .tm-headerbar {
    margin-top: 10px;
  }
}

.uk-icon-facebook {
  background: linear-gradient(to bottom, #3b5998, #3b5998) repeat scroll 0 0 border-box #3b5998;
  border: 1px solid #3b5998;
  color: #FFFFFF;
}
.uk-icon-facebook:hover {
  background: linear-gradient(to bottom, #FFFFFF, #FFFFFF) repeat scroll 0 0 border-box #FFFFFF;
  border: 1px solid #3b5998;
  color: #3b5998;
}
.uk-navbar-nav img {
  height: 24px;
}
.uk-nav-sub .uk-active a {
  color: #393532;
}
.uk-nav-offcanvas .uk-active a {
  color: #FFFFFF;
}
.tm-headerbar {
  position: relative;
}
.lang-active a {
  color: #393532 !important;
}
div.system-unpublished {
  border: dashed 1px #aaa;
}
.av-social {
  position: absolute;
  bottom: 0;
  right: 0;
}
.av-fixed-submenu {
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.av-secondary-menu {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
/* Only phones */
@media (max-width: 767px) {
  .av-secondary-menu {
  	position: static;
  }
}
table.av-alternate tr:nth-child(even) {
  background-color: #f7f7f7;
}
table.av-list td:nth-child(1) {
  width: 220px;
  text-align: left;
  vertical-align: middle;
}
.av-home article h1 {
  font-size: 1.8em;
}
.av-home h3.uk-panel-title {
  text-align: center;
  font-weight: bold;
}
.av-image {
  text-align: center;
  margin: 30px;
}
.av-image-left {
  float: left;
  text-align: center;
  margin: 0px 30px 0px 0px;
}
.av-image-right {
  float: right;
  text-align: center;
  margin: 0px 0px 0px 30px;
}
.av-image-center {
  text-align: center;
  margin: 0px 30px 0px 30px;
}
@media (max-width: 640px) {
  .av-image,
  .av-image-left,
  .av-image-right,
  .av-image-center {
    display: block;
    float: none;
    margin: 0;
  }
}
.av-gallery {
  margin: 20px 0 20px 0;
}
.av-gallery a {
  margin: 0px 10px 0px 10px;
}
.av-timeline {
  width: 100%;
}
.av-timeline tr {
  height: 30px;
  vertical-align: middle;
}
.av-timeline tr:nth-child(even) {
  background-color: #f7f7f7;
}
.av-timeline td:nth-child(2) {
  width: 300px;
  text-align: center;
  font-weight: bold;
}
table.av-team {
  vertical-align: middle;
  width: 100%
}
table.av-team tr td {
  height: 38px;
}
table.av-team tr:nth-child(odd) {
  background-color: #f7f7f7;
}
table.av-team td:nth-child(1) {
  width: 280px;
  font-weight: bold;
}
