
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

*, *:link, *:visited, *:hover, *:active, *:focus {
    -webkit-transition: background-color 0.1s linear, border-color 0.1s linear, color 0.1s linear, opacity 0.1s linear;
    -moz-transition: background-color 0.1s linear, border-color 0.1s linear, color 0.1s linear, opacity 0.1s linear;
    -ms-transition: background-color 0.1s linear, border-color 0.1s linear, color 0.1s linear, opacity 0.1s linear;
    -o-transition: background-color 0.1s linear, border-color 0.1s linear, color 0.1s linear, opacity 0.1s linear;
    transition: background-color 0.1s linear, border-color 0.1s linear, color 0.1s linear, opacity 0.1s linear;
}

fieldset {
    border: none;
}

ul {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    font-family: serif;
    overflow-y: auto;
    line-height: 1;
    display: block;
}

body * {
    word-wrap: break-word;
}

a {
    text-decoration: none;
    color: #930C30;
    border-bottom: 1px solid transparent;
}

a:hover {
    border-color: #C78798;
    color: #930C30;
}

p {
    color: #726C66;
    font-size: 18px;
    line-height: 1.8;
    margin: 15px 0 20px;
}

h1, h2, h3, h4, h5, h6 {
    color: #48443F;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    margin: 20px 0 15px;
}

h1 {
    font-size: 43px;
    line-height: 1.1;
}

.cuerpo {
    overflow: hidden;
}

.header-positioner {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 6;
}

.header {
    background: #7F122D;
    background-image: url(../images/bg_header.png), -webkit-radial-gradient(50% 40%, ellipse cover, #950D31 0%, #950D31 25%, #79112B 90%);
    background-image: url(../images/bg_header.png), -moz-radial-gradient(50% 40%, ellipse cover, #950D31 0%, #950D31 25%, #79112B 90%);
    background-image: url(../images/bg_header.png), -ms-radial-gradient(50% 40%, ellipse cover, #950D31 0%, #950D31 25%, #79112B 90%);
    background-image: url(../images/bg_header.png), -o-radial-gradient(50% 40%, ellipse cover, #950D31 0%, #950D31 25%, #79112B 90%);
    /*background-image: url(../images/bg_header.png) radial-gradient(50% 40%, ellipse cover, #950D31 0%, #950D31 25%, #79112B 90%);*/
    background-position: center center, center center;
    background-repeat: repeat, no-repeat;    
    height: 48px;
    position: relative;
    z-index: 7;
    width: 100%;
}

.header .navigation_full {
    display: block;
}

.header .gateways {
    float: left;
    margin: 15px 0 0;
    width: 49%;
}

.header .consistent {
    float: right;
    margin: 15px 0 0;
}

.header .consistent span, .header .consistent a, .header .gateways a {
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 0 15px;
}

.search {
    clear: both;
    float: right;
    margin: 55px 0 0;
    position: relative;
    width: 275px;
}

.search .text {
    background: white;
    border: 1px solid #ccc;
    border-radius: 3px;    
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    padding: 10px 40px 10px 15px;
    width: 100%;
}

.search .submit {
    background: url(../images/icons.png) no-repeat -404px -89px;
    height: 32px;
    border: none;
    opacity: 0.75;
    position: absolute;
    right: 18px;
    text-indent: -99999px;
    top: 9px;
    width: 32px;
}

.home {    
    display: block;    
    float: left;
    border: 1px solid transparent;
}

.home:hover {
    border: 1px solid transparent;
}

.logo {
    background: url(../images/logo2.png) no-repeat 0;
    background-color: transparent;
    background-size: 100%;
    text-indent: -99999px;
    width: 387px;
    height: 104px;
    margin: 10px 0;
}

#div-logo {
    background: #F4F1EB;
}

.header .copy {
    font-size: 26px;
    color: white;
    margin-top: 80px;
    text-indent: 20px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 25px;        
}

.header .subcopy {
    font-size: 13px;
    margin-top: 0px;
}

.navigation {
    background: #fff;
    position: relative;
    z-index: 5;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

nav.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.navigation ul {
    display: table;
    width: 100%;
}

.navigation ul li {
    display: table-cell;
}

.navigation ul li a {
    position: relative;
    color: #3F3C38;
    display: block;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    letter-spacing: 0.1em;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid transparent;
}

.navigation ul li:hover {
    background: #F4F1EB;
}
.navigation ul li a:hover {    
    color: #930C30;
    z-index: 2;
    border: 1px solid transparent;
}

.navigation .menu_level_1 {
    background: #F4F1EB;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    display: none;
    left: 0;
    padding: 20px;
    position: absolute;
    top: 55px;
    width: 400px;
    z-index: 1;
}

.navigation ul li {
    position: relative;
}

.navigation li.last .menu_level_1 {
  left: initial;
  right: 0%;
}

.navigation .menu_level_1 li {
    display: block;
}

.navigation .menu_level_1 li a {
    text-align: left;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #E0DAD1;
    color: #3F3C38;    
    font-style: normal;
    font-weight: 700;
    display: block;
    font-size: 14px;
    line-height: 1.2;
    margin: 0 2% 0 0;
    padding: 15px 30px 14px 5px;
    text-transform: uppercase;
    width: 100%;
}

.navigation .menu_level_1 li.first a {
    border-top: none;
}

.navigation .menu_level_1 li.last a {
    border-bottom: none;
}

.page {
    background: #F4F1EB url(../images/bg_body.png) repeat top center;
    overflow: visible;
}

.page-container {
    font-size: 18px;
    line-height: 30px;
}

.feature_images {
    position: relative;
    background-color: #F4F1EB;
}

.feature_images .images {
    height: 550px;
    width: 20000em;
    position: relative;    
    z-index: 1;    
}

.feature_images .images .image {
    float: left;
    margin: 0px auto;
    display: block;
    max-width: 100%;
    height: auto !important;
}

.content.home_content {
    padding: 20px 0 0 0;
}

.content_block {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 15px 43px;
    position: relative;
}

.content_block.no_background {
    background: none;
    overflow: hidden;
    padding: 0;
}

.content .events {
    margin-bottom: 80px;
}

.home_content .content_block h2, h1 {
    display: block;    
    margin-bottom: 25px;
    color: #3F3C38;
    font-size: 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase;    
    font-family: serif;
}

.new {
    margin: 35px 0;
    padding: 10px;
    color: #726C66;
}

.news h3 {
    font-size: 30px;
    margin: 0 0 10px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
}

.news h3 a:hover {
    color: #DC002F;
}

.news p {
    font-size: 18px;
    line-height: 1.6em;    
}

.jumlinks {
    position: absolute;
    top: 30px;
    right: 10px;
}

.jumlinks a {
    color: #857F78;
    margin-left: 13px;
    text-align: right;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0 10px 15px 0;
    font-weight: 700;
    font-style: normal;
    font-family: sans-serif;
    border: none;
}

.jumlinks a:hover {
    color: #DC002F;
}

.left {
    float: left;
}

.right {
    float: right;
}

.text-right {
    text-align: right;
}

.split {
    width: 48%;
}

.contain {
    overflow: hidden;    
}


.contain h3 a:hover {
    color: #DC002F;
}


.date_circle {
    background: #fff;
    border-radius: 100%;
    padding: 3px;
    height: 75px;
    text-align: center;
    text-transform: uppercase;
    width: 75px;
    float: left;
    margin: 10px 25px 0 0;
}

.date_circle time {
    background: #fff;
    border: 1px solid #F4F1EB;
    border-radius: 100%;
    display: block;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    height: 100%;
    width: 100%;
}

.date_circle span.month {
    color: #857F78;
    display: block;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.1em;
    margin: 13px 0 2px;
    position: relative;
    top: -3px;
}

.date_circle span.year {
    position: relative;
    top: -11px;
}

.content_block .time {
    font-family: sans-serif;
    font-style: italic;
    font-weight: 400;
    color: #726C66;
    display: block;
    font-size: 16px;
    margin: 10px 0 0 0;
}

.content_block p {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    margin: 5px 0 10px;
}

footer {
    overflow: hidden;
    width: 100%;
}

footer .padded {
    margin-right: -1px;
}

footer .bg {
    background-color: #930C30;
    padding: 30px 0;
}

footer .bordered {
    border: 1px solid #A23F56;
    border-width: 0 0 0 1px;
    margin-left: -1px;
    margin-right: 0;
}

footer .container {
    padding: 0 0 0 30px;
    min-height: 235px;
}

footer .links {
    margin: 20px 0 10px;    
}

footer .links ul {
    list-style-type: none;
}

footer .links a {
    border-bottom: 1px solid transparent;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;    
    padding: 0 0 3px;
}

footer a:hover, footer .links a:hover {
    border-color: #C78798;
}

footer .address {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    margin: 25px 60px;
}

.final {
    background: #fff;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 55px;
    padding: 0;
    text-align: center;
}

.final a, .final span {
    color: #857F78;
    display: inline-block;
    height: 55px;
    margin: 0 30px 0 0;
}

.final a:hover, .final span:hover {
    color: #930C30;
}

table {
    color: #726C66;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    margin: 15px 0 40px;
    max-width: 100%;
    width: 100%;
}

table thead {
    background-color: rgba(217, 210, 200, .5);
    font-family: sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 14px;
    line-height: 1.2em;
    text-align: left;
    text-transform: uppercase;
}

table tr {
    border-bottom: 1px solid #D9D2C8;
}

table th {
    color: #3F3C38;
    padding: 12px 15px;
    text-shadow: 0 1px 0px rgba(255, 255, 255, 0.75);
    vertical-align: top;
}

table.records_list {
    width: 100%;
    table-layout: fixed;    
}

table.records_list tr {
    padding: 10px 0;
    border-bottom: 1px solid #E0DAD1;
}


.edicio {
    background-color: #E4D8CC;
    padding: 10px;
    display: block;
    width: 100%;
    clear: right;
    text-align: right;
    margin-bottom: 15px;
}

.edicio a {
    border-bottom: 1px solid transparent;
    margin-left: 20px;
}

.edicio a:hover {
    border-color: #C78798;
}

.record {
    cursor: pointer;
    width: 100%;
    border-bottom: 1px solid #E0DAD1;
    padding: 20px;
}

.record:hover div.hoverable {
    background-color: #E4D8CC;
}

.amagat {
    display: none;
}

.record:hover .amagat {
    display: block;
}

.personal {
    overflow: hidden;
}

.personal .nom {
    color: #48443F;
    font-size: 20px;
    font-weight: bold;
    font-family: sans-serif;
    margin: 5px 0;
}

.personal .picture {
    float: left;
}

.personal .picture img {
    margin: 0px auto;
    display: block;
}

.personal .perfil {
    margin-left: 160px;
    padding: 0 30px;
}

.personal .perfil p {
    padding-left: 0;
    margin-left: 0;
    text-align: justify;
}

.personal .perfil .tipus {
    text-transform: uppercase;
    font-size: 14px;
}

.personal .perfil a {
    margin-right: 20px;
}

.personal .perfil div {
    margin-bottom: 10px;
}

.personal .perfil .alta-baixa span {
    margin-right: 10px;
}

.situacio:first-letter {
    text-transform: uppercase;
}

.padded {
    padding: 30px;
}

.zona-edicio {
    margin: 20px 0;
}

#autors_result {
    margin: 20px 0px 20px 200px;
    list-style-type: none;
    overflow: auto;
}

.ui-state-highlight { height: 1.5em; line-height: 1.2em; }

#autors_result a {
    margin-left: 10px;
}

#autors_result .autor_result {
    line-height: 30px;
}

.pure-form input[type=text].translatable, .pure-form-aligned textarea.translatable {
    border: 1px solid blueviolet;
}

div.body {
    min-height: 300px;
}

.media {
    margin: 10px;
}

.media .foto {
    float: left;
    margin-right: 10px;
}

.media .foto img {
    display: block;
}

.pagina .foto {
    max-height: 550px;
    overflow: hidden;
    position: relative;
}

.pagina .foto img {
    max-width: 100%;    
}

.pagina h1 {
    
}

.pagina p {
    
}

a.return {
    text-transform: capitalize;
}

.media {
    position: relative;
}

.trash {
    background-image: url(data:image/png;base64,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);    
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    top: 2px;
    left: 16px;
    cursor: pointer;
    display: none;
}

.media:hover div.trash {
    display: block;
} 

.pagina .foto:hover div.trash {
    display: block;
}

.event {
    padding: 10px;
    color: #726C66;
}

.capitalize {
    text-transform: capitalize;
}

.pagination span {
    margin: 0 3px;
}

.pagination span a:hover {
    text-decoration: underline;
}

.per_sobre {
    margin-top: -200px;
    position: absolute;
}

.disabled {
    color: gray;
}

.publicacio p {
    margin: 0;
    padding: 0;
    display: inline-block;
}


.cookies p {
    font-size: 14px;
    line-height: 1.6;
    font-weight: normal;
    padding: 0;
    margin: 0 0 3px;
}

.cookies img {
    width: 49px;
}