/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.3.1
Author: Chris Barnes
Author URI: http://cbarn.es
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/
/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */
.inter {
  font-family: Interstate Reg;
}
body {
  padding-top: 0;
  color: #a7a9ac;
}
a {
  color: #a7a9ac;
  text-decoration: none;
  outline: 0;
}
a:hover {
  color: #6d6e71;
  text-decoration: none;
  outline: 0;
}
a:active,
a:focus {
  outline: 0;
}
header .navbar {
  font-family: Interstate Reg;
  font-size: 10pt;
  font-weight: normal;
  margin-top: 25px;
  margin-bottom: 0;
}
header .navbar.navbar-default {
  background-color: #FFF;
  border: none;
}
header .navbar.navbar-default .navbar-nav > li > a {
  color: #a7a9ac;
}
header .navbar.navbar-default .navbar-nav > li > a:hover {
  color: #6d6e71;
}
header .navbar.navbar-default .navbar-nav > li > a.selected {
  color: #6d6e71;
}
header .navbar.navbar-default .navbar-nav > li.active {
  background-color: white;
}
header .navbar.navbar-default .navbar-nav > li.active > a {
  color: #6d6e71;
  background-color: white;
}
header .navbar .navbar-brand {
  height: auto;
  padding: 0;
}
@media (max-width: 768px) {
  header .navbar .navbar-brand {
    padding-left: 15px;
  }
}
header .navbar .navbar-collapse {
  border-top: 0;
}
@media (max-width: 768px) {
  header .navbar .navbar-collapse {
    padding-bottom: 0;
  }
}
header .navbar .navbar-collapse ul li:first-child a {
  padding-left: 0;
}
@media (max-width: 768px) {
  header .navbar .navbar-collapse ul li:first-child a {
    padding-left: 15px;
  }
}
header .navbar .navbar-collapse ul li:last-child a {
  padding-right: 0;
}
@media (max-width: 768px) {
  header .navbar .navbar-collapse ul li:last-child a {
    padding-right: 15px;
  }
}
header .idioma {
  margin-top: 20px;
  font-family: Interstate Reg;
}
header .idioma ul {
  margin-bottom: 0;
}
header .idioma ul > li {
  text-decoration: none;
  float: left;
  list-style: none;
}
header .idioma ul > li > a {
  text-transform: uppercase;
  color: #a7a9ac;
  padding: 0 5px;
  font-weight: normal;
  font-size: 10pt;
}
header .idioma ul > li > a.selected,
header .idioma ul > li > a:hover {
  color: #6d6e71;
}
header .idioma .col-xs-12 {
  padding-top: 0;
  padding-bottom: 0;
}
header .idioma hr {
  border-bottom: 1px solid #a7a9ac;
  border-top: 0;
  padding-top: 10px;
  width: 100%;
}
article header h2 {
  color: #6d6e71;
  font-family: Interstate Reg;
  font-size: 12pt;
  font-weight: bold;
  line-height: 14pt;
  margin-top: 0;
  margin-bottom: 30px;
}
article section p {
  font-size: 10pt;
  font-weight: lighter;
  line-height: 13pt;
}
.sidebar {
  line-height: 13pt;
}
.sidebar .menu {
  margin: 5px 0;
  padding-left: 0px;
}
.sidebar .menu li {
  list-style-type: none;
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: Interstate Reg;
  font-size: 10pt;
  font-weight: normal;
  color: #a7a9ac;
}
.sidebar .menu li > a.active,
.sidebar .menu li .desplegable.active,
.sidebar .menu li > a:hover,
.sidebar .menu li .desplegable:hover {
  color: #6d6e71;
}
.sidebar .menu li.desplegador {
  padding-left: 10px;
}
.category .category_name,
.single .category_name {
  color: #6d6e71;
  font-family: Interstate Reg;
  font-size: 12pt;
  font-weight: bold;
  line-height: 14pt;
  padding-bottom: 10px;
  border-bottom: 1px dotted #a7a9ac;
  margin-top: 5px;
  margin-bottom: 20px;
}
.category .category_name.sub,
.single .category_name.sub {
  margin-bottom: 10px;
  font-size: 10pt;
}
.category .links,
.single .links {
  color: #6d6e71;
  font-family: Interstate Reg;
  font-size: 10pt;
  line-height: 14pt;
  padding-bottom: 10px;
  margin-top: 5px;
}
.category .links a,
.single .links a {
  text-decoration: underline;
}
.category .post section .title,
.single .post section .title {
  margin-bottom: 5px;
  margin-top: 20px;
}
.category .post section .title a,
.single .post section .title a {
  color: #6d6e71;
  font-size: 10pt;
  font-weight: bold;
  line-height: 13pt;
}
.category .post section .body p,
.single .post section .body p {
  font-size: 10pt;
  font-weight: lighter;
  line-height: 13pt;
  color: #a7a9ac;
}
.category .df-container,
.single .df-container {
  margin-bottom: 10px;
}
.category .attachments,
.single .attachments {
  margin-bottom: 20px;
}
.category .attachments > div,
.single .attachments > div {
  padding-bottom: 10px;
}
.category .attachments > div .download_icon,
.single .attachments > div .download_icon {
  width: 30px;
  height: 30px;
  fill: #a7a9ac;
  vertical-align: middle;
}
.category .attachments > div .download_icon:hover,
.single .attachments > div .download_icon:hover {
  fill: #6d6e71;
}
.category .attachments > div .image img,
.single .attachments > div .image img {
  height: 3%;
  width: 3%;
}
.category .attachments > div .title,
.single .attachments > div .title {
  font-weight: bold;
}
.category .attachments > div .filesize,
.single .attachments > div .filesize {
  font-size: 0.7em;
}
.single .post .header .title {
  font-size: 12pt;
  margin-top: 10pt;
  color: #6d6e71;
  font-weight: normal;
  line-height: 13pt;
  margin-bottom: 12pt;
}
.single .post .header .body p {
  font-size: 10pt;
  font-weight: lighter;
  line-height: 13pt;
  color: #a7a9ac;
}
.single .post .image > div > div {
  border-top: 1px dotted #a7a9ac;
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}
/*.post-34,
.post-54,
.post-92*/
.clase-agencia .on-era-el-id .row {
  margin-bottom: 45px;
}
.clase-agencia .on-era-el-id .row > div {
  color: #6d6e71;
  font-size: 10pt;
  font-weight: lighter;
  line-height: 13pt;
}
.clase-agencia .on-era-el-id .row > div a {
  color: #a7a9ac;
}
.clase-agencia .on-era-el-id .row > div a:hover {
  color: #5b5c5e;
}
.clase-agencia .on-era-el-id .row > div .nom {
  color: #000;
}
.on-era-el-id section .row .col-xs-12 {
  margin-bottom: 13px;
}
.on-era-el-id section .row .col-xs-6 {
  color: #a7a9ac;
  margin-bottom: 13px;
}
.category-comunicacio .content p a {
  text-decoration: underline;
}
.category.category-6 .category_name {
  color: #6d6e71;
  font-family: Interstate Reg;
  font-size: 12pt;
  font-weight: bold;
  line-height: 14pt;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 0;
  border: 0;
}
.category.category-6 .clearfix {
  margin-bottom: 45px;
}
.category.category-6 .row {
  font-size: 10pt;
  line-height: 13pt;
}
.category.category-6 .row .title {
  margin-bottom: 10px;
}
.category.category-6 .row .title a {
  color: #5b5c5e;
  font-weight: bold;
}
.category.category-6 .row .title a:hover {
  color: #6d6e71;
}
.single .post.category-collaborating-experts .header .title {
  color: #6d6e71;
  font-size: 12pt;
  margin-top: 0;
  font-family: Interstate Reg;
  font-weight: bold;
  line-height: 14pt;
  margin-bottom: 12pt;
}
.category.category-7 .row.new .filet,
.category.category-8 .row.new .filet,
.category.category-9 .row.new .filet,
.category.category-10 .row.new .filet,
.category.category-136 .row.new .filet,
.category.category-134 .row.new .filet {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dotted #a7a9ac;
}
.category.category-7 .row.new:last-child .filet,
.category.category-8 .row.new:last-child .filet,
.category.category-9 .row.new:last-child .filet,
.category.category-10 .row.new:last-child .filet,
.category.category-136 .row.new:last-child .filet,
.category.category-134 .row.new:last-child .filet {
  border: 0;
  margin-bottom: 0;
}
.category.category-7 .row.new .post .category ul,
.category.category-8 .row.new .post .category ul,
.category.category-9 .row.new .post .category ul,
.category.category-10 .row.new .post .category ul,
.category.category-136 .row.new .post .category ul,
.category.category-134 .row.new .post .category ul {
  padding-left: 0px;
}
.category.category-7 .row.new .post .category ul li,
.category.category-8 .row.new .post .category ul li,
.category.category-9 .row.new .post .category ul li,
.category.category-10 .row.new .post .category ul li,
.category.category-136 .row.new .post .category ul li,
.category.category-134 .row.new .post .category ul li {
  line-height: 1.8;
  list-style-type: none;
  font-size: 10pt;
  font-weight: lighter;
  color: #a7a9ac;
}
.category.category-7 .row.new .post .title,
.category.category-8 .row.new .post .title,
.category.category-9 .row.new .post .title,
.category.category-10 .row.new .post .title,
.category.category-136 .row.new .post .title,
.category.category-134 .row.new .post .title {
  color: #6d6e71;
  font-size: 10pt;
  font-weight: bold;
  line-height: 13pt;
  margin-bottom: 5pt;
}
.category.category-7 .row.new .post .content,
.category.category-8 .row.new .post .content,
.category.category-9 .row.new .post .content,
.category.category-10 .row.new .post .content,
.category.category-136 .row.new .post .content,
.category.category-134 .row.new .post .content {
  font-size: 10pt;
  font-weight: lighter;
  line-height: 13pt;
  margin-bottom: 10pt;
  color: #a7a9ac;
}
.page-template-page-contacte .page-header {
  border-bottom: 0;
  margin: 0;
  padding-bottom: 0;
}
.page-template-page-contacte .page-header h1 {
  color: #6d6e71;
  font-family: Interstate Reg;
  font-size: 12pt;
  font-weight: bold;
  line-height: 14pt;
  margin-bottom: 10px;
}
.page-template-page-contacte strong {
  color: #666;
}
.category.category-15 input,
.category.category-16 input,
.category.category-18 input,
.category.category-21 input,
.category.category-24 input,
.category.category-25 input,
.category.category-158 input,
.category.category-190 input,
.page-template-page-left-sidebar-transparencia input,
.single-post input,
.category.category-15 select,
.category.category-16 select,
.category.category-18 select,
.category.category-21 select,
.category.category-24 select,
.category.category-25 select,
.category.category-158 select,
.category.category-190 select,
.page-template-page-left-sidebar-transparencia select,
.single-post select {
  border: 1px solid #cbcbcb;
  box-sizing: border-box;
  color: #6d6e71;
  font-size: 1em;
  padding: 3px;
  width: 80%;
}
.category.category-15 table,
.category.category-16 table,
.category.category-18 table,
.category.category-21 table,
.category.category-24 table,
.category.category-25 table,
.category.category-158 table,
.category.category-190 table,
.page-template-page-left-sidebar-transparencia table,
.single-post table {
  margin-bottom: 16px;
  border-bottom: 1px dotted #a7a9ac;
  border-top: 0 !important;
}
.category.category-15 table.alter,
.category.category-16 table.alter,
.category.category-18 table.alter,
.category.category-21 table.alter,
.category.category-24 table.alter,
.category.category-25 table.alter,
.category.category-158 table.alter,
.category.category-190 table.alter,
.page-template-page-left-sidebar-transparencia table.alter,
.single-post table.alter {
  border-collapse: collapse;
}
.category.category-15 table.alter .titolT,
.category.category-16 table.alter .titolT,
.category.category-18 table.alter .titolT,
.category.category-21 table.alter .titolT,
.category.category-24 table.alter .titolT,
.category.category-25 table.alter .titolT,
.category.category-158 table.alter .titolT,
.category.category-190 table.alter .titolT,
.page-template-page-left-sidebar-transparencia table.alter .titolT,
.single-post table.alter .titolT {
  border-bottom: 1px solid #a7a9ac;
}
.category.category-15 table.alter td,
.category.category-16 table.alter td,
.category.category-18 table.alter td,
.category.category-21 table.alter td,
.category.category-24 table.alter td,
.category.category-25 table.alter td,
.category.category-158 table.alter td,
.category.category-190 table.alter td,
.page-template-page-left-sidebar-transparencia table.alter td,
.single-post table.alter td {
  font-weight: normal;
  font-size: 9pt;
  padding: 10px;
}
.category.category-15 table.alter td.total,
.category.category-16 table.alter td.total,
.category.category-18 table.alter td.total,
.category.category-21 table.alter td.total,
.category.category-24 table.alter td.total,
.category.category-25 table.alter td.total,
.category.category-158 table.alter td.total,
.category.category-190 table.alter td.total,
.page-template-page-left-sidebar-transparencia table.alter td.total,
.single-post table.alter td.total {
  font-size: 10pt;
  font-weight: bold;
}
.category.category-15 table td,
.category.category-16 table td,
.category.category-18 table td,
.category.category-21 table td,
.category.category-24 table td,
.category.category-25 table td,
.category.category-158 table td,
.category.category-190 table td,
.page-template-page-left-sidebar-transparencia table td,
.single-post table td {
  vertical-align: bottom;
  font-size: 10pt;
  padding-left: 0;
}
.category.category-15 table td.ultim,
.category.category-16 table td.ultim,
.category.category-18 table td.ultim,
.category.category-21 table td.ultim,
.category.category-24 table td.ultim,
.category.category-25 table td.ultim,
.category.category-158 table td.ultim,
.category.category-190 table td.ultim,
.page-template-page-left-sidebar-transparencia table td.ultim,
.single-post table td.ultim {
  padding-left: 20px;
}
.category.category-15 .row.adjudicacio .filet,
.category.category-16 .row.adjudicacio .filet,
.category.category-18 .row.adjudicacio .filet,
.category.category-21 .row.adjudicacio .filet,
.category.category-24 .row.adjudicacio .filet,
.category.category-25 .row.adjudicacio .filet,
.category.category-158 .row.adjudicacio .filet,
.category.category-190 .row.adjudicacio .filet,
.page-template-page-left-sidebar-transparencia .row.adjudicacio .filet,
.single-post .row.adjudicacio .filet {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dotted #a7a9ac;
}
.category.category-15 .row.adjudicacio:last-child .filet,
.category.category-16 .row.adjudicacio:last-child .filet,
.category.category-18 .row.adjudicacio:last-child .filet,
.category.category-21 .row.adjudicacio:last-child .filet,
.category.category-24 .row.adjudicacio:last-child .filet,
.category.category-25 .row.adjudicacio:last-child .filet,
.category.category-158 .row.adjudicacio:last-child .filet,
.category.category-190 .row.adjudicacio:last-child .filet,
.page-template-page-left-sidebar-transparencia .row.adjudicacio:last-child .filet,
.single-post .row.adjudicacio:last-child .filet {
  border: 0;
  margin-bottom: 0;
}
.category.category-15 .row.adjudicacio .data,
.category.category-16 .row.adjudicacio .data,
.category.category-18 .row.adjudicacio .data,
.category.category-21 .row.adjudicacio .data,
.category.category-24 .row.adjudicacio .data,
.category.category-25 .row.adjudicacio .data,
.category.category-158 .row.adjudicacio .data,
.category.category-190 .row.adjudicacio .data,
.page-template-page-left-sidebar-transparencia .row.adjudicacio .data,
.single-post .row.adjudicacio .data,
.category.category-15 .row.adjudicacio .preu,
.category.category-16 .row.adjudicacio .preu,
.category.category-18 .row.adjudicacio .preu,
.category.category-21 .row.adjudicacio .preu,
.category.category-24 .row.adjudicacio .preu,
.category.category-25 .row.adjudicacio .preu,
.category.category-158 .row.adjudicacio .preu,
.category.category-190 .row.adjudicacio .preu,
.page-template-page-left-sidebar-transparencia .row.adjudicacio .preu,
.single-post .row.adjudicacio .preu {
  font-size: 10pt;
  color: #a7a9ac;
  line-height: 13pt;
  margin-bottom: 10pt;
}
.category.category-15 .row.adjudicacio .content,
.category.category-16 .row.adjudicacio .content,
.category.category-18 .row.adjudicacio .content,
.category.category-21 .row.adjudicacio .content,
.category.category-24 .row.adjudicacio .content,
.category.category-25 .row.adjudicacio .content,
.category.category-158 .row.adjudicacio .content,
.category.category-190 .row.adjudicacio .content,
.page-template-page-left-sidebar-transparencia .row.adjudicacio .content,
.single-post .row.adjudicacio .content {
  color: #a7a9ac;
  font-size: 9pt;
  font-weight: bold;
}
.category.category-15 .row.adjudicacio.header,
.category.category-16 .row.adjudicacio.header,
.category.category-18 .row.adjudicacio.header,
.category.category-21 .row.adjudicacio.header,
.category.category-24 .row.adjudicacio.header,
.category.category-25 .row.adjudicacio.header,
.category.category-158 .row.adjudicacio.header,
.category.category-190 .row.adjudicacio.header,
.page-template-page-left-sidebar-transparencia .row.adjudicacio.header,
.single-post .row.adjudicacio.header {
  font-weight: bold;
}
.category.category-15 .row.adjudicacio.header .filet,
.category.category-16 .row.adjudicacio.header .filet,
.category.category-18 .row.adjudicacio.header .filet,
.category.category-21 .row.adjudicacio.header .filet,
.category.category-24 .row.adjudicacio.header .filet,
.category.category-25 .row.adjudicacio.header .filet,
.category.category-158 .row.adjudicacio.header .filet,
.category.category-190 .row.adjudicacio.header .filet,
.page-template-page-left-sidebar-transparencia .row.adjudicacio.header .filet,
.single-post .row.adjudicacio.header .filet {
  padding-bottom: 5px;
}
.category.category-15 .row.adjudicacio.header .taula,
.category.category-16 .row.adjudicacio.header .taula,
.category.category-18 .row.adjudicacio.header .taula,
.category.category-21 .row.adjudicacio.header .taula,
.category.category-24 .row.adjudicacio.header .taula,
.category.category-25 .row.adjudicacio.header .taula,
.category.category-158 .row.adjudicacio.header .taula,
.category.category-190 .row.adjudicacio.header .taula,
.page-template-page-left-sidebar-transparencia .row.adjudicacio.header .taula,
.single-post .row.adjudicacio.header .taula {
  display: flex;
  align-items: flex-end;
}
.category.category-15 .sidebar .download,
.category.category-16 .sidebar .download,
.category.category-18 .sidebar .download,
.category.category-21 .sidebar .download,
.category.category-24 .sidebar .download,
.category.category-25 .sidebar .download,
.category.category-158 .sidebar .download,
.category.category-190 .sidebar .download,
.page-template-page-left-sidebar-transparencia .sidebar .download,
.single-post .sidebar .download {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #fafafa none repeat scroll 0 0;
  border-color: #ddd #ddd #ddd #333;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 1px 8px;
  margin: 50px 0 20px;
  padding: 8px;
  font-size: 10pt;
  font-weight: lighter;
  line-height: 13pt;
}
.category.category-15 .sidebar .download .attachment,
.category.category-16 .sidebar .download .attachment,
.category.category-18 .sidebar .download .attachment,
.category.category-21 .sidebar .download .attachment,
.category.category-24 .sidebar .download .attachment,
.category.category-25 .sidebar .download .attachment,
.category.category-158 .sidebar .download .attachment,
.category.category-190 .sidebar .download .attachment,
.page-template-page-left-sidebar-transparencia .sidebar .download .attachment,
.single-post .sidebar .download .attachment {
  background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/05/attachment.png") no-repeat scroll left center;
  display: block;
  padding: 20px 0 20px 60px;
}
.category.category-15 .sidebar .download .attachment a,
.category.category-16 .sidebar .download .attachment a,
.category.category-18 .sidebar .download .attachment a,
.category.category-21 .sidebar .download .attachment a,
.category.category-24 .sidebar .download .attachment a,
.category.category-25 .sidebar .download .attachment a,
.category.category-158 .sidebar .download .attachment a,
.category.category-190 .sidebar .download .attachment a,
.page-template-page-left-sidebar-transparencia .sidebar .download .attachment a,
.single-post .sidebar .download .attachment a {
  font-weight: bold;
  color: #6d6e71;
}
.category.category-15 .single-licitacio .row.attachments .arxius,
.category.category-16 .single-licitacio .row.attachments .arxius,
.category.category-18 .single-licitacio .row.attachments .arxius,
.category.category-21 .single-licitacio .row.attachments .arxius,
.category.category-24 .single-licitacio .row.attachments .arxius,
.category.category-25 .single-licitacio .row.attachments .arxius,
.category.category-158 .single-licitacio .row.attachments .arxius,
.category.category-190 .single-licitacio .row.attachments .arxius,
.page-template-page-left-sidebar-transparencia .single-licitacio .row.attachments .arxius,
.single-post .single-licitacio .row.attachments .arxius {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #a7a9ac;
  color: #6d6e71;
  font-family: Interstate Reg;
  font-size: 12pt;
  font-weight: bold;
  line-height: 14pt;
}
.category.category-15 .single-licitacio .row.attachments table .image img,
.category.category-16 .single-licitacio .row.attachments table .image img,
.category.category-18 .single-licitacio .row.attachments table .image img,
.category.category-21 .single-licitacio .row.attachments table .image img,
.category.category-24 .single-licitacio .row.attachments table .image img,
.category.category-25 .single-licitacio .row.attachments table .image img,
.category.category-158 .single-licitacio .row.attachments table .image img,
.category.category-190 .single-licitacio .row.attachments table .image img,
.page-template-page-left-sidebar-transparencia .single-licitacio .row.attachments table .image img,
.single-post .single-licitacio .row.attachments table .image img {
  height: 48px;
  width: 36px;
}
.navigation.pagination h2 {
  display: none;
}
.navigation.pagination .nav-links > * {
  margin-left: 5px;
  margin-right: 5px;
}
.navigation.pagination .nav-links .current {
  font-weight: bold;
  color: #6d6e71;
}
.page-id-159 .xpage-header h1,
.page-id-11242 .xpage-header h1,
.page-id-3385 .xpage-header h1,
.page-id-3385 .xpage-header h1,
.post-11300 .xpage-header h1,
.page-id-2331 .xpage-header h1,
.post-11253 .xpage-header h1,
.page-id-177 .xpage-header h1,
.post-11289 .xpage-header h1 {
  color: #6d6e71;
  font-family: Interstate Reg;
  font-size: 12pt;
  font-weight: bold;
  line-height: 14pt;
  margin-bottom: 30px;
  margin-top: 0;
  text-transform: uppercase;
}
.page-id-159 h4,
.page-id-11242 h4,
.page-id-3385 h4,
.page-id-3385 h4,
.post-11300 h4,
.page-id-2331 h4,
.post-11253 h4,
.page-id-177 h4,
.post-11289 h4 {
  font-family: 'Helvetica', sans-serif;
  font-size: 10.5pt;
  color: #999;
}
.page-id-159 .post_content ol,
.page-id-11242 .post_content ol,
.page-id-3385 .post_content ol,
.page-id-3385 .post_content ol,
.post-11300 .post_content ol,
.page-id-2331 .post_content ol,
.post-11253 .post_content ol,
.page-id-177 .post_content ol,
.post-11289 .post_content ol {
  font-weight: bold;
}
article#post-159 section p {
  font-weight: normal;
  font-size: 14px;
  line-height: 14pt;
}
footer {
  padding-bottom: 20px;
}
footer hr {
  border-color: #a7a9ac -moz-use-text-color -moz-use-text-color;
  border-image: none;
  border-style: dotted none none;
  border-width: 1px 0 0;
  margin: 0 0 8px 0;
}
footer .footer-nav {
  font-family: Interstate Reg;
  padding-left: 0;
}
footer .footer-nav > li {
  list-style-type: none;
  padding-bottom: 1px;
  padding-top: 1px;
  float: left;
  text-transform: lowercase;
}
footer .footer-nav > li::first-letter {
  text-transform: uppercase;
}
footer .footer-nav > li > a {
  margin-right: 20px;
  font-size: 0.85em;
  padding: 0;
}
footer .copyright {
  font-size: 0.85em;
  padding: 0;
  text-transform: capitalize;
  font-family: Interstate Reg;
}
.home .col-xs-12 {
  padding-top: 20px;
  padding-bottom: 15px;
}
.home .metaslider .flexslider {
  margin-bottom: 0;
}
.home .metaslider .flexslider ol.flex-control-paging {
  height: auto !important;
  width: auto !important;
}
.home .metaslider .flexslider ol.flex-control-paging li a {
  width: 6px;
  height: 6px;
  background: #FFF none repeat scroll 0 0;
}
.home .metaslider .flexslider ol.flex-control-paging li a.flex-active {
  background: #000 none repeat scroll 0 0;
}
.home .metaslider .flexslider .flex-control-nav {
  top: 10px;
  left: 10px;
  z-index: 1000;
  text-align: left;
}
.has-cookie-bar #catapult-cookie-bar {
  background-color: rgba(215, 236, 224, 0.9);
  color: #000;
  font-size: 10px;
}
.has-cookie-bar #catapult-cookie-bar a {
  color: #a7a9ac;
}
.has-cookie-bar #catapult-cookie-bar a:hover {
  color: #6d6e71;
}
.has-cookie-bar .use_x_close .x_close::after {
  color: #a7a9ac;
}
.checkboxForm7 .checkbox-text {
  color: black;
  font-weight: normal;
  padding-left: 5px;
}
.checkboxForm7 .checkbox-text a {
  color: black;
  text-decoration: underline;
}
.checkboxForm7 .wpcf7-list-item {
  margin-left: 0;
}
#timeline-embed .tl-text-content-container .tl-headline {
  font-size: 34px;
  line-height: 34px;
}
#timeline-embed .tl-text-content-container .tl-text-content p {
  font-size: 14px;
  line-height: 1.6em;
}
.single-projectes .row.enllacos,
.single-projectes .row.vista-previa,
.single-projectes .row.attachments {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .butlleti .container {
    max-width: 650px;
  }
}
.butlleti .data-butlleti {
  font-size: 1.5em;
  color: #006573;
}
.butlleti .data-butlleti.detall a {
  color: #006573;
}
.butlleti .data-butlleti.detall a:hover {
  color: #0092a6;
}
.butlleti .entrada {
  padding-top: 20px;
  padding-bottom: 20px;
}
.butlleti .entrada .title {
  font-size: 1.5em;
  line-height: normal;
  padding-bottom: 5px;
}
.butlleti .entrada .title.breu,
.butlleti .entrada .title a {
  color: #555555;
}
.butlleti .entrada .copy {
  font-size: 0.7em;
  padding-bottom: 5px;
}
.butlleti .entrada .img-responsive {
  margin: 0 auto;
  padding-bottom: 10px;
}
.butlleti .entrada .img-responsive.esquerra {
  margin: 0;
}
.butlleti .entrada .resum {
  text-align: justify;
  font-size: 0.9em;
}
.butlleti .entrada .resum a {
  color: #888;
}
.butlleti .entrada .resum p:last-child {
  margin-bottom: 0;
}
.butlleti .entrada-detall .title,
.butlleti .entrada-detall h1 {
  color: #555555;
  font-size: 1.5em;
}
.butlleti .entrada-detall .image {
  margin-bottom: 10px;
}
.butlleti .entrada-detall .image .img-responsive {
  margin: 0 auto;
}
.butlleti .entrada-detall .image .img-responsive.esquerra {
  margin: 0;
}
.butlleti .entrada-detall .image .copy {
  font-size: 0.7em;
}
.butlleti .entrada-detall .escritper {
  color: #000;
  font-size: 0.85em;
}
.butlleti .entrada-detall .escritper span {
  font-style: italic;
}
.butlleti .entrada-detall .content {
  text-align: justify;
  padding-top: 20px;
}
.butlleti .entrada-detall .content.breu {
  padding-top: 0;
  text-align: justify;
  font-size: 0.9em;
}
.butlleti .entrada-detall .content .row {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.butlleti .entrada-detall .content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.butlleti .entrada-detall .content a {
  color: #666;
}
.butlleti .entrada-detall .content p {
  margin: 0 0 10px;
}
.butlleti .entrada-detall .content .copy {
  font-size: 0.7em;
}
.butlleti .entrada-detall .content blockquote {
  text-align: left;
  padding-left: 36px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 36px 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.51;
  line-height: 1.5;
  text-indent: 0;
  border-left: 10px solid #006573;
  color: #006573;
  quotes: none;
  font-family: Interstate Reg;
}
.butlleti .entrada-detall .content blockquote p {
  margin: 0;
  padding: 0;
}
.butlleti .footer {
  margin-top: 20px;
  text-align: justify;
  font-size: 0.7em;
}
.transparencia_titolet {
  color: #6d6e71;
  font-family: Interstate Reg;
  font-size: 11pt;
  font-weight: bold;
  line-height: 14pt;
  margin-bottom: 20px;
  margin-top: 30px;
}
