@charset "UTF-8";
/* CSS Document */

body {
  font-family:"Open Sans"!important;
}


.header-navbar-wrapper {
  background-color: #fff!important;
}

.topbar {
  font-size: 13px;
  font-weight: 300;
  line-height: 14px;
  color:#fff;
  background-color: #981625;
  padding: 2px 0;
}
  .topbar ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .topbar ul li {
    float: left;
    padding: 8px 0px;
  }
  .topbar a {
    display: inline-block;
    padding: 0 10px;
    color:#fff!important;
    border-right:1px solid #fff!important;
  }
  @media only screen  and (max-width: 351px) {
    .topbar {
      font-size: 12px;
    }

    .topbar a {
      padding: 0 4px;
    }
  }
  .topbar a:hover,
  .topbar .active {
    color:rgba(255,255,255,.6)!important;
  }
  .topbar li:last-child a {
    border-right:0!important;
  }
  .topbar .idiomes {
    float:left;
  }
    .topbar .idiomes li:first-child a {
      padding-left: 0;
    }
  .topbar .top-bar--menu {
    float:right;
  }
    .topbar .top-bar--menu li:last-child a {
      padding-right: 0;
    }
  .topbar .top-bar--xarxes {
    float:right;
    margin-right: 20px;
  }
    .topbar .top-bar--xarxes li {
      display: inline-block;
      width: 22px;
      height: 30px;
      padding: 0;
      margin-left: 3px;
      line-height: 20px;
    }
    .topbar .top-bar--xarxes li a {
      position: relative;
      display: inline-block;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      padding: 0;
      text-indent: -999999px;
      overflow: hidden;
      top: 4px;
    }
    .topbar .top-bar--xarxes li.google a {
      background: #fff url(../images/ico-google.png) no-repeat center center;
      background-size:90% auto; 
      padding-right: 0;
    }
    .topbar .top-bar--xarxes li.facebook a {
      background: #fff url(../images/ico-facebook.png) no-repeat center center;
      background-size:80% auto;
    }
    .topbar .top-bar--xarxes li.twitter a {
      background: #fff url(../images/ico-twitter.png) no-repeat center center;
      background-size:70% auto; 
      padding-right: 0;
    }
    .topbar .top-bar--xarxes li.instagram a {
      background: #fff url(../images/ico-instagram.png) no-repeat center center;
      background-size:70% auto; 
      padding-right: 0;
    }

.brandbar {
  position: relative;
  background: url(../images/bg-cap.jpg) no-repeat top center;
  background-size: 100% auto;
}
  .brandbar:before {
    pointer-events: none;
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/puntets.png) repeat top left;
  }
  .brandbar .logo img {
    position: relative;
  }




#block-quatro-main-menu ul.menu li a {
  position: relative;
  font-family:"Open Sans"!important;
  color: #333;
  background-color: transparent;
  word-break: break-word!important;
  white-space:normal;
}



/*ARTICLES RECENTS*/

.view-recent-articles {
  overflow: hidden;
}
/*ARTICLES RECENTS*/


/*Actualitat SANITARIA*/

.view-enllacos {
  position:relative;
}
  .view-enllacos .pagination a {
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 50%!important;
    display: inline-block;
    position: relative;
    text-indent: -9999999px;
    overflow: hidden;
    border: 2px solid #ccc;
  }
  .view-enllacos .pagination .pager__item--first,
  .view-enllacos .pagination .pager__item--previous,
  .view-enllacos .pagination .pager__item--next,
  .view-enllacos .pagination .pager__item--last {
    display:none;
  }
  .view-enllacos .pagination a span {
    display: none;
  }
.view-enllacos .owl-wrapper {
  /*width: 100%!important;*/
}
  .view-enllacos .owl-item {
    /*display: inline-block;
    width: 100%!important;
    margin-bottom: 6px;*/
  }
  .view-enllacos .item-link {
    margin-bottom: 10px;
  }
    .view-enllacos .item-link .views-field-field-imatge-medi {
      display: table-cell;
      width: 70px;
      vertical-align: top;
      border: 1px solid #ececec;
    }
      .view-enllacos .item-link .views-field-field-imatge-medi img {
        width: 100%;
      }
    .view-enllacos .item-link .views-field-title {
      display: table-cell;
      vertical-align: middle;
      padding-left: 10px;
      line-height: 20px;
    }
      .view-enllacos .item-link .views-field-title a {
        color:#000;
        font-size: 90%;
        line-height: 90%;
      }
  .view-enllacos nav,
  .view-enllacos .pager {
    text-align: center;
  }
    .view-enllacos .pager li {
      display: inline-block;
    }
    .view-enllacos .pager li > a,
    .view-enllacos .pager li > a:hover,
    .view-enllacos .pager li > span {
      width: 30px;
      height: 30px;
      line-height: 26px;
      padding: 0;
      text-align: center;
      background: #9E0000;
      border: 1px solid #9E0000;
      color: #fff;
      border-radius: 50%;
    }

/*Actualitat SANITARIA*/


/*Enquesta*/

.view-poll-list .view-footer a {
  font-size: 14px;
  font-style: italic;
}

.poll .bar {
  background-color: #ececec;
}
  .poll .bar .foreground {
    background-color: #981625;
  }
  .poll .total {
    text-align: left;
    font-weight: 600;
  }
/*Enquesta*/



/*SIDEBAR*/

#sidebar-second {
}
  #sidebar-second .block-inner {
    padding: 0;
  }

/*SIDEBAR*/