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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* Logo size for centered navigation */
.uk-article-title {
  font-size: 35px;
  line-height: 58px;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
}
.tm-block-footer {
    background: #550122 none repeat scroll 0 0;
    padding: 30px 0;
}

.tm-block-toolbar {
    background-color: #f6f4f9;
    border-bottom: 0 solid #e7e4da;
    position: unset;
    z-index: 2;
}
.tm-search {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 2px;
    z-index: 1;
}
.tm-block-footer {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 30px 0;
}
.uk-heading-large {
    font-size: 75px;
    line-height: 0;
}
/* Variante large */
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
 
/* Variante small */
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
 
 /* Variante extra-small */
.btn-xs {
  padding: 3px 5px;
}
#yoo-zoo .item h1.pos-title {
    color: #323232;
    font-size: 29px;
    font-weight: normal;
    line-height: 36px;
    margin: 0 0 4px;
}