/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.tm-headerbar {
padding: 10px 10px;
}

.tm-page .tm-block:first-child {
padding-top: 30px;
}

.tm-block {
padding-bottom: 5px;
}

.uk-article-title {
font-size: 22px;
line-height: 35px;
font-weight: 400;
text-transform: uppercase;
}

/* ========================================================================
   Logo e Menu centrado
 ========================================================================== */

.tm-headerbar .tm-logo {  
width: 100%;  
}   

.tm-headerbar .tm-logo img {  
display: block;  
margin: 0 auto;  
}

.uk-navbar-nav {  
  display: table;  
  float: none;  
  margin: 0 auto;  
}

/* ========================================================================
   Padding da Sidebar
 ========================================================================== */

.uk-panel-box {
padding: 15px;
background: #ffffff;
color: #525252;
border: 1px solid #eaeaea;
}

/* ========================================================================
   sombra do teaser
 ========================================================================== */

.tm-teaser h1 {
  padding: 0 20px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  font-weight: 700;
  text-shadow: 2px 2px 6px #463426;
}


.tm-teaser-subtitle-small {
  display: inline-block;
  position: relative;
  color: #FFFFFF;
  text-transform: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  line-height: 15px;
  font-weight: 400;
  font-size: 30px;
  text-shadow: 2px 2px 6px #2f2116;
}

/* ========================================================================
   cor background
 ========================================================================== */
body {
  background: #e85869;
}

/* ========================================================================
   cor hover do menu
 ========================================================================== */
.uk-navbar-nav>li.uk-active>a {
  background-color: rgba(0,0,0,0);
  color: #e85869;
  font-weight: bold;
}

video{
   border: outset #2a2a2a 4px;
}

/* ========================================================================
   tamanho titulos h3
 ========================================================================== */
h3, .uk-h3 {
  font-size: 20px;
  line-height: 24px;
}

/* ========================================================================
   alinhar morada
 ========================================================================== */
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}