/* BLOG */
span.tematica {
  position: absolute;
  background: #007bff;
  color: #fff;
  padding: 0.3rem;
  border-radius: 3px;
}
.thumbnails {
    margin: 20px 0;
    text-align: center;
  }
  .thumbnails li {
    display: inline-block;
    cursor: pointer;
    border: 5px solid #fff;
  }
  .thumbnails .tns-nav-active {
    background: none;
    border-color: #000;
  }
  .thumbnails li { width: 50px; }
  .thumbnails img { vertical-align: bottom; height: auto; max-height: 50px; }
  .controls { text-align: center; }
  .controls li {
    display: block;
    position: absolute;
    top: 50%;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    padding: 0 15px;
    cursor: pointer;
    transition: background 0.3s;
  }
  .controls li img { display: inline-block; vertical-align: middle; }
  .controls .prev { left: 0; }
  .controls .next { right: 0; }
  .controls li:hover { background: #f2f2f2; }
  .tns-controls { text-align: center; margin-bottom: 10px; }
  .tns-controls [aria-controls] {
    width: 40px;
    height: 40px;
    background: #fff!important;
    border-radius: 100%!important;
    font-size: 1.2rem!important;
    font-weight: bold!important;
    box-shadow: 0 .5rem 1.3rem rgba(0,0,0,.15)!important;
  }
  .lt-ie9 .tns-controls > [aria-controls] {
    line-height: 2.5em;
  }
  [data-action] {
    display: block;
    margin: 10px auto;
    font-size: 17px;
    min-width: 3em;
    text-align: center;
    background: transparent;
    border: 0;
  }
  .tns-controls [disabled] {
    color: #999999;
    background: #B3B3B3;
    cursor: not-allowed !important;
  }
  .tns-nav {
    text-align: center;
    margin: 10px 0;
  }
  .tns-nav > [aria-controls] {
    width: 9px;
    height: 9px;
    padding: 0;
    margin: 0 5px;
    border-radius: 50%;
    background: #ddd;
    border: 0;
  }
  .tns-nav > .tns-nav-active { background: #999; }

button.owl-prev {
    float: left;
    margin-left: -0.8rem!important;
}
button.owl-next {
    float: right;
    margin-right: -0.8rem!important;
}
.custom-nav { position: relative; }