/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.tm-teaser-heading {
  padding-left: 10px;
  padding-right: 10px;
  color: #ffffff;
  text-transform: none;
  line-height: 75px;
  font-style: normal;
  font-size: 65px;
}
.tm-teaser-subtitle {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  color: #ffffff;
  text-transform: none;
  font-size: 30px;
  line-height: 30px;
}
.uk-article-title {
  font-size: 30px;
  line-height: 50px;
  font-weight: normal;
  text-transform: uppercase;
}
.tm-fullscreen-image {
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
/* Phones */
@media (max-width: 767px) {
  .tm-fullscreen-image {
    background-position: 50% 50%;
	height: 300px;
  }
}
/* Tablets and desktops */
@media (min-width: 768px) {
  .tm-fullscreen-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-size: cover;
  }
}
 .chrono_credits { display:none; }
 .gbs3 .gcore-label-left { min-width: 200px !important; }

.tm-primary > a:hover,
.tm-primary > a:not([class]):hover,
.tm-primary > :not([class*='uk-nav']) a:not([class]):hover {
  color: #000;
}