/* Override Bootstrap styles */

a {
    color: tomato;
    text-decoration: none;
    cursor: pointer;
}

a:hover, a:focus {
    color: #ab1a00;
    text-decoration: none;
}

.vermell,
a.vermell {
    color: tomato !important;
}

h2 a:hover, h2 a:focus {
    color: #ab1a00 !important;
}

body {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #000000;
    /*	background-color: #f6f5f5; */ /*Color original d'en Vinyets, però crec que massa clar!*/
    background-color: #efefef;
    padding-top: 0;
    /* if navbar is not fixed */
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: inherit;
    font-family: 'Lato',Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

h4, h5, h6 {
    margin-bottom: 20px;
    margin-top: 15px;
}

h4 {
    font-weight: 300;
    font-size: 24px;
}

h4 a {
    color: inherit;
}

h1 { line-height: 1.03;	}

h5, .h5 { font-size: 18px; }

h6, .h6 { font-size: inherit; }

h6.seccio {
    font-size: 12px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-rendering: optimizeLegibility;
}

dd {
    margin-bottom: 10px;
}

ul, ol {
    padding: 0;
}

.tab-content ul, .tab-content ol,
.col-lateral ul, .col-lateral ol {
    margin-left: 13px;
    margin-top: 10px;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
    background-color: tomato;
    border-color: #357ebd;
}

ol li {
    list-style-type: decimal !important;
}

li.comentari { list-style: none; }

.alert {
    border-radius: 0;
}

.navbar {
    border: 0;	
}

/*.navbar-fixed-top, .navbar-fixed-bottom {
        position: inherit;
}*/

.navbar-nav {
    margin: 7.5px -16px;
}

.navbar-collapse li {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.07em;
    /*	margin-bottom: 0.5em;*/
    text-transform: uppercase;
}

.navbar-inverse {
    background-color: tomato;
    border-color: #C41D00;
}

.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
}

.navbar-collapse {
    padding-right: 0;
}



li.menu-desplegable {
    display: inline-block;
}

.desplegable-contingut {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.desplegable-contingut a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.desplegable-contingut a:hover {background-color: #f1f1f1}

.menu-desplegable:hover .desplegable-contingut {
    display: block;
    z-index: 100;
}



.btn {
    border: 0 none;
    border-radius: 0;
}

.btn-default {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #FF6347;
}

.btn-primary {
    color: #ffffff;
    background-color: tomato;
    border-color: #de2100;
    text-transform: uppercase;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #CE1F00;
    border-color: #A01800;
}

.btn-group-sm > .btn {
    border-radius: 0;
}

.container {
    max-width: 1088px;
    /*border: 1px solid red;*/;
}

.show-grid [class^="col-"] {
    background-color: rgba(86, 61, 124, 0.15);
    border: 1px solid rgba(86, 61, 124, 0.2);
    padding-bottom: 10px;
    padding-top: 10px;
}

.list-pictos {
    list-style: none outside none;
    padding-left: 30px;
}

.list-pictos li {
    margin-bottom: 10px;
    position: relative;
    color: #796e76;
}

.list-pictos li i {
    color: #999999;
    left: -30px;
    position: absolute;
    top: 11px;
}

.list-pictos .pictogram {
    font-size: 3em;
}


article footer {
    margin-bottom: 20px;
}

.bg-primary {
    padding: 15px;
    background-color: #428BCA;
    color: #FFFFFF;
}

.bg-success {
    padding: 15px;
    background-color: #DFF0D8;
    margin-bottom: 15px;
}

.bg-info {
    padding: 15px;
    background-color: #D9EDF7;
    margin-bottom: 15px;
}

.bg-warning {
    padding: 15px;
    background-color: #FCF8E3;
    margin-bottom: 15px;
}

.bg-danger {
    padding: 15px;
    background-color: #F2DEDE;
    margin-bottom: 15px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: tomato;
    border-color: tomato;
}

/* ==== GENERAL ==== */

.form-horizontal .control-label {
    text-align: left;
}

/*	==========================================================================
        Header general
        ========================================================================== */

.navbar-brand {
    margin-top: -2px;
}

.navbar-brand img {
    /*width: 154px;*/
    width: 338px;
    margin: -10px 0;
}



/* Formulari d'entrada */

#form-entrar {
    border: none;
    margin: 0;
}

#form-entrar .form-group {
    margin-right: 10px;
}

#form-entrar .form-control {
    border: none;
    border-radius: 0;
    box-shadow: 0;
    height: 32px;
}

#topbar-options {
    float: right;
    margin-top: 15px;
}

#topbar-options a {
    color: #FFFFFF;
    margin-right: 15px;
}

.button-login {
    color: white;
    padding: 9px 0px;
    margin-right: 0px;
}

.a-registre {
    border: 0;
    color: white;
    margin-left: 10px;
}

#form-entrar input.form-control {
    color: black;
}

#form-entrar input.form-control::-webkit-input-placeholder {
    color: black;
}

#form-entrar input.form-control:-moz-placeholder { /* Firefox 18- */
    color: black;  
}

#form-entrar input.form-control::-moz-placeholder {  /* Firefox 19+ */
    color: black;  
}

#form-entrar input.form-control:-ms-input-placeholder {  
    color: black;  
}


/* Opcions prinicpals */

#boto-usuari {
    margin-top: 8px;
    position: static;
}

#boto-usuari .avatar {
    width: 32px;
    height: 32px;
}

.navbar-inverse .navbar-brand {
    overflow: hidden;
    width: 39px;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form,
.navbar-inverse .navbar-cercar-collapse,
.navbar-inverse .navbar-login-collapse {
    border-top: 1px solid #101010;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background: none;
    color: #333;
}

.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-toggle:focus .icon-bar {
    background-color: #333333;
}

.navbar-header button {
    border: none;
}

.button-cercar {
    padding-bottom: 0px;
    border: none;
    margin-right: -16px;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-nav .open .dropdown-menu {
    position: absolute;
    left: 0;
    right: auto;
    background-color: #FFFFFF;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}

#opcions-principals .dropdown-menu li {
    float: inherit;
}

#opcions-principals .dropdown-menu li:hover,
#opcions-principals .dropdown-menu li:focus {
    background-color: #eee;
}

.navbar-nav .open .dropdown-menu li > a {
    color: #333;
}

#opcions-principals #bustia-link {
    background-color: tomato;
    padding: 10px 0 !important;
    color: #fff;
    text-transform: uppercase;
}

.correu-opcions ul li,
.avisos-opcions ul li {
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.avisos-opcions .dropdown-menu li .avis-nav,
.correu-opcions .dropdown-menu li a .assumpte {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 300px;
}

/*	Cercador
        ========================================================================== */

#searchform {
    margin: 0 auto;
    max-width: 1440px;
}

input[type="search"] {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #333;
    font-size: 38px;
    font-weight: lighter;
    height: 95px;
    padding: 0;
    width: 100%;
}

input[type="search"]::-moz-placeholder {
    color: #FFFFFF;
}

input[type="search"]:-moz-placeholder {
    color: #FFFFFF;
}

input[type="search"] {
    -moz-box-sizing: content-box;
}

input {
    height: 45px;
    margin: 0 0 10px;
}

input, textarea {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    font-size: 13px;
    width: 100%;
}

button, input {
    line-height: normal;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

#searchsubmit {
    display: none;
}

/* Ticker
   ========================================================================== */

#ticker {
    display: none;
}

#ticker div .row {
    background-color: #ddd;
    border: 1px solid #ddd;
    margin: 0;
    overflow: hidden;
    /*height: 22px;*/;
}

#ticker h6 {
    color: tomato;
    float: left;
    font-weight: bold;
    font-size: 11px;
    line-height: 1.3em;
    margin: 3px 0;
    text-transform: uppercase;
    padding-left: 0.7em;
}

#ticker h6 span {
    color: #000;
    margin-right: 0.3em;
}

#ticker li {
    line-height: 1.2em;
}

#ticker .bx-wrapper .bx-viewport {
    border: 0;
    box-shadow: none;
    width: auto !important;
    left: 10px;
    padding-left: 10px !important;
    height: 20px !important;
}

#ticker-list li {
    font-size: 12px;
    line-height: 1.6em;
}

#ticker-list li a {
    color: #939393;
}

#portada-1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

#portada-3 {
    margin-top: 15px;	
}

#breus {
    margin-bottom: 10px;
}

#breus div .row {
    background-color: #f36941;
    border: 1px solid #f36941;
    margin: 0;
    overflow: hidden;
    /*height: 22px;*/;
}

#breus h6 {
    color: white;
    float: left;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.4em;
    margin: 3px 0;
    text-transform: uppercase;
    padding-left: 0.7em;
}

#breus h6 span {
    color: #000;
    margin-right: 0.3em;
}

#breus li {
    line-height: 1.3em;
}

#breus .bx-wrapper .bx-viewport {
    border: 0;
    box-shadow: none;
    width: auto !important;
    left: 10px;
    padding-left: 10px !important;
    height: 28px !important;
}

#breu-list li {
    padding-top: 6px;
    font-size: 13px;
    font-weight: bold;
}

#breu-list li a {
    color: #000;
}
#portada-1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*	==========================================================================
        Homepage - Seccions
        ========================================================================== */


/*	Portada-1
        ========================================================================== */


.noticies-petites-portada-1 {
    margin: 0 -10px;
    overflow: hidden;
}
.noticies-petites-portada-1 > div {
    width: 33.33%;
}


/*	Notícies
        ========================================================================== */

.noticies-portada {
    margin: 15px 0;
}

.noticies-portada .categoria {
    color: tomato;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin-top: 5px;        
}

.noticies-portada section  {
    background-color: white;
    padding: 10px;
    padding-top: 7px;
    padding-bottom: 0;
}

.noticies-portada section .element-meta {
    margin: 1em -10px 0 -10px;
    border-top: 1px solid #E8E8E8;
}

.noticies-portada .editorial section {
    /*padding: 2px 0 0;*/
    background: #ffd8cc;
}

.noticies-portada h2 {
    margin: 5px 0 10px;
}

.noticies-portada .editorial section h2 {
    /*margin: 13px 15px 10px;*/
    background-color: transparent;
}

.noticies-portada .editorial section .element-meta {
    margin: 13px 0 0;
    background-color: transparent;
}

.noticies-portada .editorial .element-meta li {
    border: none;
}

.noticies-portada .editorial .compartir .btn {
    background-color: transparent;	
}

.noticies-portada .editorial .btn-group > .btn:hover, 
.noticies-portada .editorial .btn-group > .btn:focus {
    color: tomato;
}

.noticies-portada h2 a { color: #000; }

.noticies-portada .subtitol {
    color: tomato;
    font-size: 125%;
    font-weight: 400;
}

.noticies-portada section.capsa-noticia-portada .subtitol {
    font-size: 160%;
    font-weight: 400;
    line-height: 1.3em;
}

.noticies-portada .editorial {
    overflow: hidden;
}

.noticies-portada .editorial h2 a {
    color: tomato;
}

.noticies-portada .editorial .subtitol {
    color: #000;
}

#noticies-portada .img-responsive,
#noticies-portada iframe,
#portada-3 .img-responsive {
    width: 100%;
}

.noticia-portada-1-a, .noticia-portada-1-b {
    margin-bottom: 20px;
}

.noticia-portada-1-b h2 {
    font-size: 24px;
}

.noticia-portada-1-b .subtitol {
    font-size: 14px;
}

#mes-noticies-portada .noticia-petita {
    width: 33.3%;
}

#mes-notis-portada-block {
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
}

.noticia-portada-1-a > a,
.noticia-portada-1-b > a,
#portada-3 .noticia-petita > a {
    overflow: hidden;
    display: block;
    position: relative;
}

.noticia-petita h2 {
    font-size: 18px;
    line-height: 1.2em;
}

.noticia-petita h2 a { color: #000; }

.noticia-petita .subtitol {
    font-size: 14px;
    line-height: 1.2em;
}

.canals {
    background: #fff;
    margin-bottom: 30px;
    margin-top: 20px;
}

/*.row-vinyetes {
    padding: 0 10px 10px;
}*/

#vinyetes-link {
    border-radius: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.portada_vinyetes {
    padding-bottom: 15px;
}

.portada_vinyetes > .row {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 10px 0;
}

/*.portada_vinyetes .element-meta li {
        border-left: 0;
}*/

.vinyetes-anteriors figure {
    margin-bottom: 20px;
}

.vinyetes-anteriors .element-meta li {
    margin-top: 0px;
}

.vinyetes-anteriors .element-meta {
    margin-top: 0;
    padding: 0;
}

.joventut .btn {
    margin-bottom: 10px; 
}

#llibres {
    background: #fff;
}

#llibres .element-meta {
    bottom: 10px;
    position: absolute;
}

#llibres .element-meta { 
    background-color: white;
}

#llibres .element-meta .compartir .btn { 
    background-color: transparent;
}

#llibres li:hover > .element-meta {
    background-color: #FFD8CC;
}

#llibres .element-meta .compartir .btn:hover,
#llibres .element-meta .compartir .btn:focus { 
    background-color: tomato;
}

#llibres .element-meta .boto-social {
    font-size: inherit;
    height: inherit;
    margin: inherit;
    padding: inherit;
}

#llibres .element-meta li {
    border: none;
    padding: inherit;
}

#home-lateral-superior {
    margin-bottom: 20px;
}

#opcions-principals .pictogram {
    /*	line-height: auto;*/
    font-size: 3em;
    /*        vertical-align: middle;*/
}

#opcions-principals .dropdown-menu .pictogram {
    font-size: 2.5em;
}

#opcions-principals .avisos-usuari a {
    padding-top: 8.5px;
}

#opcions-principals > li > a {
    line-height: 0;
    margin-right: -1.3em;
    padding-top: 23px;
}	

#boto-usuari button {
    padding: 0 0.5em 0 0;
    border: 1px solid #fff;
    font-size: 15px;
    line-height: 2;
}

#boto-usuari .caret {
    margin-left: 0.35em;
}

#boto-usuari button img {
    margin-right: -10px;
    vertical-align: top;
}

#boto-usuari .nom-usuari {
    display: none;
}

.nav .caret {
    border-top-color: #000;
}

.navbar > div {
    position: relative;
}

#opcions-principals {
    margin: 0;
    float: right;
    position: absolute;
    top: 0;
    right: 118px;
}

#opcions-principals a {
    background-color: transparent;
    color: #FFFAFA;
    margin-bottom: 9px;
    margin-top: 10px;
    position: relative;
    text-decoration: none;
}

.button-cercar {
    color: #fff;
}

.button-cercar span {
    font-size: 45px;
    margin-top: 9px;
    display: compact;
    height: 10px;
}

#opcions-principals .badge {
    /*	background-color: #000000;
            font-size: 10px;
            line-height: 13px;
            padding: 2px 0;
            position: absolute;
            right: 11px;
            top: 8px;
            width: 18px;*/

    background-color: #000000;
    font-size: 10px;
    line-height: 13px;
    padding: 2px 0;
    position: absolute;
    right: 10px;
    top: -1px;
    width: 18px;
}

#opcions-principals li {
    float: left;
}

#opcions-principals .dropdown-menu .divider {
    margin: 0;
    padding: 0 !important;
}

#opcions-principals .dropdown-menu .divider + li {
    border-top: none;
}

header .separacio {
    border-right: 1px solid #FFB64C;
    height: 51px;
    float: right;
    margin-left: 1em;
}

.article-principal section,
.article-principal header,
.article-principal aside {
    background: #fff;
    padding: 20px 20px 20px;
    margin: 15px 0;
}

.llibre-cos ul,
.llibre-cos ol {
    margin-left: 2em;
}

.llibre-cos ul li {
    margin-bottom: .5em;
}

#noticia .article-principal {
    /*background-color: white;*/
}

.article-principal > .nav-meta {
    border-top: 2px solid #EEEEEE;
    margin: -15px 0px 20px;
    padding: 15px 15px 14px;
    overflow: hidden;
}

.article-principal header {
    margin-bottom: -13px;
}

.article-principal.article-opinio header {
    margin-bottom: -13px;
    margin-top: 0px;
}

#opinio .breadcrumb {
    margin-bottom: 2px;
}

.estatica .article-principal header {
    margin-bottom: -15px;
}

.article-principal aside {
    padding-top: 5px;
}

#noticia header figure img {
    margin-top: 1em;
}

#noticia header figure figcaption,
#opinio header figure figcaption,
.noticia-cos figcaption {
    padding: .5em;
    text-align: right;
    background-color: lightgrey;
}

.noticia-cos figcaption {
    font-size: 14px;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
}

#noticia header iframe {
    max-width: 100%;
}

.article-principal header time {
    font-weight: normal;
    text-transform: none;
    font-size: 1.1em;
}

.article-principal p {
    /*	font: 1.17em/1.5em Georgia, serif; */
    -moz-hyphens: auto;
    word-wrap: break-word;
}

#opinio .noticia-cos,
#noticia .noticia-cos {
    font: 1.3em/1.5em Georgia, serif;
    padding-top: 20px;
}

.noticia-cos li {
    margin-bottom: 1em;
    margin-left: 2em;
}

.noticia-cos img {
    height: auto !important;
    max-width: 100%;
}

.noticia-cos .article__image-left {
    float: left;
    padding: 20px 20px 20px 0;
}

.noticia-cos .article__image-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.noticia-cos .article__image-right {
    float: right;
    padding: 20px 0 20px 20px;    
}

@media (max-width: 767px) {
    .noticia-cos .article__image-left,
    .noticia-cos .article__image-right {
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
}


.missatge-cos h4,
.noticia-cos h4 {
    font-size: 16px;
    font-weight: bold;
}

.noticia-cos h1, .noticia-cos h2, .noticia-cos h3, .noticia-cos h4 {
    font-family: Georgia, serif;
    font-weight: 600;
    margin-top: 40px;
}
.noticia-cos h3 {    
    font-size: 22px;
}

.noticia-cos blockquote.destacat {
    border-left: 0 none;
    color: tomato;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    text-align: center;
}

.noticia-cos blockquote.destacat::before,
.noticia-cos blockquote.destacat::after {
    border-bottom: 1px solid tomato;
    bottom: 0;
    clear: both;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 15px auto;
    position: relative;
    text-align: center;
    width: 25%;
}

#noticia aside {
    background-color: #E6E6E6;        
}

#noticia aside.forums-relacionats {
    background-color: #ccc;
}

#noticies-link {
    margin: -10px 0 10px 0px;
    border-radius: 0 0 0 0;
    text-transform: uppercase;
}

.categoria {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.categoria a {
    color: tomato !important;
}

.categoria-cap,
.data-cap,
.autors-cap {
    display: block;
}

.autors-cap a {
    color: black !important;
}

.nav-meta.element-meta .categoria { margin-left: 5px; }

.nav-meta.element-meta .categoria a {
    font-weight: bold;
    font-size: 12px;
}

/* Canal Rosa
   ========================================================================== */

#canalrosa-noticies {
    padding: 0 4px 0 0;
    margin-left: -6px;
}

#canalrosa-tabs {
    position: relative;
}

#canalrosa-tabs #canalrosa-mes-actual {
    background: #fff;
    display: inline-block;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
}

#canalrosa-tabs #canalrosa-controls {
    display: inline-block;
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    right: 0;
    top: 0;
}

#canalrosa-tabs #canalrosa-controls li {
    background: tomato;
    padding: 7px 15px 6px;
    margin-left: 5px;
    display: inline-block;
}

#canalrosa-tabs #canalrosa-controls li a {
    color: #fff;
    text-decoration: none;
}

#canalrosa-noticies h2 {
    font-size: 14px;
    margin-top: 0;
    margin-right: 103px;
}

#canalrosa-widget ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    height: 380px;
}

#canalrosa-widget li {
    font-size: 13px;
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #eae9e9;
    margin-left: 15px;
}

#canalrosa-widget li:hover {
    background: #ffd8cc;
}

#canalrosa-widget li a {
    color: inherit;
    text-decoration: none;
}

#canalrosa-widget li .data {
    float: left;
    font-size: 40px;
    margin: 0 0 0 -55px;
    width: 50px;
    text-align: center;
    font-weight: bold;
}

#canalrosa-widget li .hora {
    font-weight: bold;
}

#canalrosa-widget li .lloc {
    font-weight: bold;
    text-transform: uppercase;
}

#canalrosa-widget {
    background-color: transparent;
    padding: 0px;
    max-height: 377px;
}

.canalrosa-img {
    position: relative;
}

.canalrosa-img section {
    background-color: rgba(255, 255, 255, 0.6);
    bottom: 0;
    padding: 20px;
    position: absolute;
    width: 100%;
}

.canalrosa-img section .element-meta {
    background: none;
    bottom: 0;
    margin-bottom: -10px;
}

.canalrosa-img section .element-meta li {
    border: none;
}

.canalrosa-img section h2 {
    margin-top: 10px;
}

.canalrosa-img section .element-meta .btn {
    background-color: transparent;
}

.canalrosa-img section .element-meta .btn-group > .btn:hover, 
.canalrosa-img section .element-meta .btn-group > .btn:focus {
    color: inherit;
}

/* Llibres
   ========================================================================== */
/* Slider fet amb bxslider (http://bxslider.com/) */

#llibres {
    position: relative;
}

#llibres li {
    border-right: 1px solid #eae9e9;
    font-size: 16px;
    width: auto;
    padding: 0 25px 30px 25px;
    height: 450px;
    margin: 0 !important;
}

#llibres li #compra-llibre-link {
    position: absolute;
    bottom: 40px;
    width: calc(100% - 50px);
}

#llibres li #compra-llibre-link:hover {
    color: white;
}

#llibres li:hover {
    background-color: #FFD8CC;
    cursor: pointer;
}

#llibres li a:hover {
    text-decoration: none;
    color: tomato;
}

#llibres ul {
    margin-right: 0px;
}

#llibres li img {
    padding-top: 30px;
}

#llibres li h6 {
    font-size: 16px;
    font-weight: bold;
    color: tomato;
    margin-bottom: 0.25em;
}

#llibres li .autor {
    color: #000;
    font-weight: bold;
}

#llibres li .editor {
    color: #7c7c7c;
    font-weight: lighter;
}

#llibres li .meta-llibre span {
    display: block;
    line-height: 1.3em;
}

#llibres .bx-controls-direction {
    position: absolute;
    top: 50%;
    width: 100%;
}

#llibres .bx-controls-direction a {
    text-decoration: none;
}

#slider-next {
    position: inherit;
    right: 0;
}

#slider-prev a,
#slider-next a {
    background: none repeat scroll 0 0 tomato;
    display: inline-block;
    /*    padding: 7px 15px 6px;*/
    padding: 5px 10px;
    color: #fff;
}

#llibres .bx-wrapper .bx-viewport {
    border: 0;
    box-shadow: none;
    left: 0;
    margin-right: 13px;
    width: auto !important;
}

/*	==========================================================================

        Pàgines interiors

                ========================================================================== */

/*	Fil d'Ariadna
                ========================================================================== */

.breadcrumb {
    background-color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 0;
    margin-bottom: -40px;
    margin-left: 0;
    padding: 15px 20px;
}

.breadcrumb > .active {
    color: #000;
    font-weight: bold;
}

.breadcrumb > li + li:before {
    content: ' ' ;
}

.breadcrumb-gran {
    background-color: inherit;
    font-size: 30px;
    font-weight: lighter;
    margin-bottom: 20px;
    padding: 0;
    text-transform: none;
}

.breadcrumb-gran a {
    color: #000;
}

.breadcrumb > li + li:before {
    padding: 0;
}

.breadcrumb-gran > .active {
    font-weight: normal;
}

/*	==========================================================================
        Pàgina de notícia - Generalitats pàgines interiors
        ========================================================================== */

.titol-int {
    font-size: 36px;
    line-height: 1.1em;
    font-weight: lighter;
    margin-top: 0;
}

.subtitol-int {
    font-size: 24px;
    line-height: 1.2em;
    color: #999;
    font-weight: 300;
    margin-top: 0;
}

/*	=== Metadades	/ Tags === */

.element-meta {
    /*background: #fff;*/
    list-style-type: none;
    margin-top: 10px;
    padding: 0;
}

header .element-meta {
    /*	text-align: right;*/
    margin: 16px 0 0;
}

header .element-meta li,
article .element-meta li {
    border: none;
    padding: 0.3em;
}

.element-meta li {
    display: inline;
    color: #57616f;
    padding: 5px;
    border-left: 1px solid #e8e8e8;	
}

.element-meta a,
.element-meta li {
    color: #57616f;
    font-size: 12px;
}

.element-meta a:hover {
    color: tomato;
}

.element-meta li.comentari {
    padding: 0;
    position: relative;
}

.element-meta li.comentari img {
    margin-right: 5px;
}

.element-meta li.comentaris {
    padding-right: 0;
}

.element-meta a:hover {
    text-decoration: none;
}

.element-meta .triangle {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    z-index: 100;
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 0px;
}

.element-meta .triangle-avall {
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 5px solid #d0cbcf;
    bottom: -5px;
    display: inline-block;
    height: 0;
    left: 25px;
    position: absolute;
    width: 0;
    z-index: 100;
}

header .element-meta a {
    color: #57616F;
    font-size: 1.2em;
    font-weight: normal;
}

.element-meta li.compartir {
    padding-left: 0;
    padding-right: 0;
}

.compartir .btn {
    background-color: inherit;
    -webkit-border-radius:	0;
    -moz-border-radius: 		0;
    border-radius: 					0;
    font-size: 12px;
    padding: 4px 8px;
    color: #57616F;
    margin-bottom: 3px;
}

.compartir .btn-group > .btn + .dropdown-toggle {
    padding-left: 5px;
    padding-right: 2px;
}

.tags {
    background: none repeat scroll 0 0 #ffe7de;
    margin: -20px 0 20px;
    padding: 15px 20px;
}

header .boto-twitter {
    padding: 0;
}

.twitter a,
.dropdown-menu .twitter a {
    background-color: #00adff;
}

.fb a,
.dropdown-menu .fb a {
    background-color: #106aa3;
}

.gplus a,
.dropdown-menu .gplus a {
    background-color: #c30b0b;
}

.whatsapp a,
.dropdown-menu .whatsapp a {
    background-color: limegreen;
}

.botons-social {
    text-align: left;
    width: 40%;
    float: left;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Dropdown menu */

.dropdown-menu {
    background-color: #d0cbcf;
    -webkit-border-radius:	0;
    -moz-border-radius:		0;
    border-radius:			0;
    border: none;
    margin: 0;
    padding: 5px;
    padding-bottom: 0;
}

.dropdown-menu.botons-social {
    box-shadow: none;
    min-width: 93px;
}

.dropdown-menu.botons-social > li > a {
    color: #fff;
    display: block;
    padding: 7px 15px;
}

.dropdown-toggle.btn:hover,
.dropdown-toggle.btn:active,
.dropdown-toggle.btn:focus {
    background: none;
    background-color: tomato;
    color: #fff;
}

.dropdown-toggle.btn:hover .caret,
.dropdown-toggle.btn:active .caret,
.dropdown-toggle.btn:focus .caret {
    border-color: #fff rgba(0, 0, 0, 0) -moz-use-text-color;
}

.dropdown-menu > li > a {
    background-color: #fff;
    clear: both;
    color: #333333;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 10px 15px;
    white-space: nowrap;
    margin-bottom: 5px;
}

.dropdown-menu > li > a:hover {
    background-color: tomato;
    color: #fff;
}

.element-meta .boto-social {
    border: none;
    /*padding: 0 5px 0 0;*/
    padding: 0;
}

.dropdown-menu .boto-social {
    padding: 0;
    display: block;
}

.compartir .botons-social a {
    font-size: 14px;
}

header .boto-social a {
    color: #FFFFFF;
    padding: 6px 8px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus {
    background-color: tomato;
    color: #fff;
}


/*	==========================================================================
        Pàgina de llibres
        ========================================================================== */


#llibre header .autor {
    font-size: 36px;
    line-height: 1.2em;
    color: #999;
    font-weight: 300;
    margin-top: -5px;
}

#llibre .llibre-cos figure {
    padding-left: 0;
    padding-right: 20px;
}

.llibre-desc {
    display: table;
}

.llibre-detalls {
    margin-top: 10px;
    line-height: 1.5em;
    padding-left: 2px;
}

.llibre-detalls .btn-primary {
    margin-top: 10px;
    margin-bottom: 20px;
}

/*	==========================================================================
        Desplegables barra superior
        ========================================================================== */

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
    border-color: #428BCA;
}

.amistats-opcions .dropdown-menu .foto {
    float: left;
    height: 32px;
    margin-right: 5px;
}

.amistats-opcions .capsa {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-bottom: 20px;
    padding: 10px 10px 10px 49px;
}

.amistats-opcions .nom {
    padding-top: 3px;
    display: inline-block;
}

.amistats-opcions .controls {
    position: absolute;
    right: 10px;
    top: 10px;
}

.amistats-opcions .controls > a {
    margin-left: 5px;
}

.amistats-opcions .dropdown-menu > li > a:hover,
.amistats-opcions .dropdown-menu > li > a:focus {
    background-color: transparent !important;
}

#opcions-principals .dropdown-menu {
    box-shadow: 0 6px 12px 0px rgba(0, 0, 0, 0.4);
    padding: 0;
    min-width: 300px;
}

#opcions-principals .dropdown-menu .triangle-amunt {
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-bottom: 5px solid #fff;
    top: -5px;
    display: inline-block;
    height: 0;
    right: 25px;
    position: absolute;
    width: 0;
    z-index: 100;
}

#opcions-principals .dropdown-menu li:first-child {
    border-top: none;
}

#opcions-principals .dropdown-menu li {
    border-top: 1px solid lightgray;
    position: relative;
    float: none;
}

#opcions-principals .amistats-opcions .dropdown-menu li {
    padding: 10px 126px 10px 10px;
}


#opcions-principals .dropdown-menu a {
    padding: 10px 126px 10px 10px;
    color: #999;
    padding: 10px;
    margin: 0 !important;
    white-space: nowrap;
    display: block;
}

#opcions-principals .dropdown-menu h6 {
    color: tomato;
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding: 0.9em;
}

#opcions-principals .dropdown-menu .picto-stack i {
    font-size: 2.3em !important;
}

.picto-stack {
    color: grey;
    display: inline-block;
    height: 30px;
    margin: 0;
    padding: 1em;
    position: relative;
    width: 30px;
    border-radius: 2em;
    border: 1px solid #aaa;
}

a:hover .picto-stack.ico-check {
    background-color: #88BF67;
}

a:hover .picto-stack.ico-cross{
    background-color: red;
}

a:hover .picto-stack {
    color: #fff;
    border: 1px solid transparent;
}

.picto-stack-7x {
    font-size: 7em;
}
.picto-stack-1x, .picto-stack-2x, .picto-stack-7x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

/*	Elements meta a l'article
        —————————————–––––––————————————————————————
*/

/*article {
        margin-bottom: 2em;
}*/

header .nav-meta {
    margin: 15px -20px 0;
    padding: 10px 15px 0;
}

#noticia header .nav-meta {
    border-bottom: 2px solid #eee;
    margin: -10px -20px 13px;
    padding: 6px 15px 14px;
}

#noticia header h2 + .nav-meta {
    margin-top: 0;
}

.capsa-meta {
    margin: -20px 0 20px;
    padding: 30px 20px 15px;
}

.nav-meta.element-meta li {
    display: inline;
    color: #57616f;
}

.nav-meta.element-meta a {
    color: #57616f;
    font-size: 12px;
}

.nav-meta.element-meta a:hover {
    color: tomato;
}

.nav-meta.element-meta li.comentari {
    padding: 0;
    position: relative;
}

.nav-meta.element-meta li.comentari img {
    margin-right: 5px;
}

.nav-meta.element-meta li.comentaris {
    padding-right: 0;
}

#noticia header .nav-meta.element-meta li.comentaris,
#noticia header .nav-meta.element-meta li.lectures {
    padding-right: 5px;
}

/*.nav-meta.element-meta a:hover {
        text-decoration: none;
        color: #fff;
}*/

.nav-meta.element-meta a {
    font-size: 1.2em;
    font-weight: normal;
}

/*.tags {
        padding: 0 0 15px;
}*/

.nav-meta.element-meta .boto-twitter {
    padding: 0;
}

.nav-meta .twitter a,
.nav-meta .fb a,
.nav-meta .gplus a,
.nav-meta .whatsapp a {
    background-color: transparent;
}

.nav-meta .twitter a { color: #00adff; }

.nav-meta .fb a { color: #106aa3; }

.nav-meta .gplus a { color: #c30b0b; }

.nav-meta .whatsapp a { color: limegreen; }

.nav-meta.element-meta .botons-social {
    /*	padding: 10px 0;*/
    width: inherit;
    text-align: right;
    margin: 0;
    /*	font-size: 12px;*/
}

.nav-meta.element-meta .botons-social {
    float: right;
}

.nav-meta.element-meta .boto-social {
    border: none;
}

.nav-meta.element-meta .boto-social:last-child {
    padding: 0;
}

.nav-meta.element-meta .boto-social a {
    padding: 6px 8px;
}

footer .bloc-relacionats li,
footer #altres-notis li {
    background-color: #fff;
    float: left;
    margin-right: 20px;
    width: 31.1%;
}

.bloc-relacionats h4 {
    margin-left: 20px;
}

footer .bloc-relacionats li {
    width: 25%;	
    margin: 0 !important;
    padding: 20px 20px 30px;
}

footer .bloc-relacionats li:hover {
    background-color: #FFD8CC;
    cursor: pointer;
}

#altres-notis li:nth-child(3),
.bloc-relacionats li:nth-child(4) {
    margin-right: 0;
}

.bloc-relacionats a:hover,
.bloc-relacionats a:focus {
    color: #AB1A00;
    text-decoration: none;
}

.bloc-relacionats,
#altres-notis {
    background-color: #FFFFFF;
    overflow: hidden;
    padding: 0 20px 20px;
}

.bloc-relacionats {
    padding: 0;
}

.bloc-relacionats .titol,
#altres-notis .titol {
    font-size: 18px;
    font-weight: lighter;
}

.bloc-relacionats .meta-llibre h6 {
    color: tomato;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0.25em;
}

.bloc-relacionats .meta-llibre span {
    display: block;
    font-size: 14px;
    font-family: 'Lato',Helvetica,Arial,sans-serif;
    line-height: 1.3em;
}
.bloc-relacionats .meta-llibre .autor {
    color: #000000;
    font-weight: bold;
}

.bloc-relacionats .meta-llibre .editor {
    color: #7C7C7C;
    font-weight: lighter;
}


/*	Llista de notícies
        ========================================================================== */

.capsa-fil {
    position: relative;
}

.breadcrumb + .noticies-llista {
    margin-top: 60px;
}

.visualitzacio-llista li {
    cursor: pointer;
    font-size: 2em;
    float: left;
    opacity: 0.3;
    list-style: none;
}

.visualitzacio-llista li:hover {
    opacity: 1;
}

.visualitzacio-llista {
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

.visualitzacio-llista li.active { 
    opacity: 1; 
    cursor: default;
}

.agenda-dades {
    display: table;
}

.agenda-actes-llista .dades { 
    display: table;
    /*margin: 15px;*/
}

.agenda-actes-horitzontals .dades { 
    margin-left: 0;
}

.agenda-actes-llista > li:hover {
    background-color: #FFD8CC;
    cursor: pointer;
}

.agenda-actes-llista .dades > li {
    font-size: 12px;
    color: #666;
    list-style: none;
} 

.agenda-actes-llista .dades > li .pictogram {
    color: tomato;
    width: 14px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.agenda-actes-llista .subtitol {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: lighter;
    color: #666;
}

.agenda-actes-verticals figure {
    height: 114px;
    display: block;
    overflow: hidden;
}

.agenda-actes-verticals .agenda-dades {
    padding: 5px 15px;
}

.noticies-verticals > li { 
    height: 350px;
    overflow: hidden;
    position: relative;
    width: 95%;
}

.joventut > li { 
    height: 275px !important;
}

.noticies-verticals > li .capsa-noticies-index {
    padding: 10px !important;
}

.noticies-verticals > li .capsa-noticies-index .categoria {
    margin: 0;
}

.article-principal section.capsa-noticies-index {
    margin: 0;
    overflow: hidden;
    padding: 0 15px 15px 15px;
}

.article-principal .noticies-verticals .capsa-noticies-index {
    padding: 10px;
}

.article-principal .noticies-verticals li .categoria {
    margin: 0;
}

.agenda-actes-verticals > li { 
    position: relative;
    width: 95%; 
    height: 350px;
}

.agenda-actes-llista a h2 {
    color: #000;
}

.agenda-actes-verticals .noticia-petita h2,
.noticies-verticals .noticia-petita h2 {
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 88px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.noticies-verticals .noticia-petita > a{
    display: block;
    height: 118px;
    overflow: hidden;
}

.vinyetes-llista.noticies-verticals .noticia-petita > a {
    display: inline;
    height: inherit;
    overflow: inherit;
}

.agenda-actes-verticals .noticia-petita .subtitol,
.noticies-verticals .noticia-petita .subtitol {
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.agenda-actes-llista .element-meta,
.noticies-llista .element-meta {
    /*background: white;*/
    bottom: 8px;
    right: 12px;
    position: absolute;
}

.noticies-llista .editorial {
    /*padding: 2px 0 0;*/
    background: #ffd8cc;
}

ul.llibres-verticals > li { width: 95%; }

ul.agenda-actes-horitzontals > li,
ul.noticies-horitzontals > li {
    float: none;
    /*overflow: hidden;*/
}

ul.agenda-actes-horitzontals > li { 
    padding: 15px;
}

.agenda-actes-llista,
.noticies-llista {
    margin-right: -20px;
    padding: 0;
}

.agenda-actes-llista > li,
.noticies-llista > li {
    background-color: #fff;
    float: left;
    list-style: none;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}

.agenda-actes-llista > li {
    margin-right: 12px;
}

.agenda-actes-llista h2,
.agenda-actes-llista .subtitol,
.noticies-llista li h2,
.noticies-llista li .subtitol {
    margin: 5px 0;
}

.noticies-horitzontals.vinyetes-llista img {
    margin-right: 15px;
}

.article-principal .noticies-horitzontals.vinyetes-llista section {
    padding-top: 7px;
}

.noticies-verticals.vinyetes-llista section {
    padding-top: 0px;
}

.agenda-actes-verticals h2 {
    margin-top: 10px;
    margin-bottom: 0;
}

.agenda-actes-horitzontals h2 {
    margin-top: -5px;
    margin-bottom: 0;
    margin-left: 0;
}

.agenda-actes-llista .subtitol {
    margin-top: 0;
    margin-bottom: 10px;	
}

.agenda-actes-horitzontals .subtitol {
    margin-left: 0;
}

.agenda-actes-llista li .categoria,
.noticies-llista li .categoria {
    /*margin: 10px 15px 0;*/
    margin: 0;
}

.agenda-actes-llista .element-meta li,
.noticies-llista .element-meta li {
    /*background-color: inherit;*/
    border: none;
    list-style: none;
    margin: 0;
}

.noticies-llista .element-meta li .btn-group {
    margin-top: 2px;
}

/*	Llista de llibres
        ========================================================================== */

.llibres-llista {
    margin-right: -20px;
    padding: 0;
}

.llibres-llista > li {
    background-color: #FFFFFF;
    float: left;
    list-style: none outside none;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 20px 20px 30px;
    position: relative;
}

.llibres-llista > li:hover {
    background-color: #FFD8CC;
    cursor: pointer;
}

.llibres-llista > li:hover a {
    text-decoration: none;
}

.llibres-llista figure {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAFUlEQVQImWNgQALfvn79TyqHgYEBAA6kD32J2uFCAAAAAElFTkSuQmCC") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 207px;
    position: relative;
}

.llibres-horitzontals figure {
    width: 127px;
    float: left;
    margin-right: 15px;
}

.llibres-llista > li img {
    border: 1px solid #bbb;
    bottom: 0;
    position: absolute;
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.3);
}

.llibres-horitzontals > li img {
    top: 0;
}

.llibres-verticals > li {
    padding-bottom: 0;
    height: 400px;
}

.llibres-horitzontals .element-meta,
.llibres-verticals .element-meta {
    margin: 0 -20px;
    padding: 5px 20px;
    width: 100%;

    border-top: 1px solid #e8e8e8;
    bottom: 0;
    position: absolute;
}

.llibres-horitzontals .element-meta {
    border-top: none;
    bottom: 12px;
    /*margin: 0 -20px;*/
    padding: 5px 20px;
    position: absolute;
    right: 2px;
    text-align: right;
    background-color: transparent;
}

.llibres-llista .meta-llibre h6 {
    color: tomato;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0.25em;
    line-height: 1.2em;
}

.llibres-horitzontals .meta-llibre h6 {
    margin-top: 0;
}

.llibres-verticals .meta-llibre h6,
.llibres-verticals .meta-llibre .autor {
    overflow: hidden;
    max-height: 2.4em;
    text-overflow: ellipsis;
}

.llibres-llista .meta-llibre span {
    display: block;
    font-family: 'Lato',Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.2em;
}

.llibres-llista .meta-llibre .autor {
    color: #000000;
    font-weight: bold;
}

.llibres-llista .meta-llibre .editor {
    color: #7C7C7C;
    font-weight: lighter;
}

.llibres-verticals .meta-llibre .editor {
    display: none;
}



/*	Imatge <figure>
        ========================================================================== */

figure .autor {
    color: #999;
}


/*	==========================================================================
        Widgets-Ginys
        ========================================================================== */

.widget-wrap {
    margin-top: 25px;
    padding: 0;
    position: relative;
    margin-bottom: 15px;
}

/* Widget Fòrums
   ========================================================================== */

#forums-tabs {
    text-align: center;
    background: transparent;
    border: 0;
    margin-top: -60px;
    position: absolute;
    right: -2px;
}

#forums-tabs > li {
    margin-left: 5px;
}

#forums-tabs > li a {
    background: tomato;
    color: #fff;
    padding-bottom: 5px;
    border: 0;
    border-radius: 0;
    width: 80px;
}

#forums-tabs > li i {
    display: block;
}

#forums-tabs > li.active a {
    background: #fff;
    color: tomato;
    border: 0;
}

#forums-widget {
    background: #fff;
    margin-top: 20px;
    padding: 10px;
}

#forums-widget .xifres {
    list-style-type: none;
    color: tomato;
    margin: 10px 0 0;
    padding: 0;
}

#forums-widget .xifres li {
    display: inline-block;
    line-height: 1.4em;
}

#forums-widget .xifres li.pull-right {
    text-align: right;
}

#forums-widget .xifres li span {
    display: block;
    font-size: 20px;
    font-weight: bold;
}

#votats-widget {
    background: #fff scroll;
    margin-top: 20px;
    padding: 10px;
}

#forums-link {
    border-radius: 0;
    text-transform: uppercase;
}

#forums-populars, 
#forums-recents {
    overflow-y: auto;
    height: 39em;
}

#vots-24h,
#vots-72h,
#vots-fils-24h,
#vots-fils-72h {
    overflow-y: auto;
    height: 29em;
}

#forums-widget .fils,
#votats-widget .fils {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#forums-widget .fils li ,
#votats-widget .fils li {
    font-size: 13px;
}

#forums-widget .fils li:hover ,
#votats-widget .fils li:hover {
    background: #ffd8cc;
}

#forums-widget .fils li a,
#votats-widget .fils li a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 3px 5px;
    margin-bottom: 5px;
}

#forums-widget .fils li .fil-meta,
#votats-widget .fils li .fil-meta {
    color: tomato;
    font-size: 12px;
}

#forums-widget .tab-pane.active,
#votats-widget .tab-pane.active {
    min-height: 100px !important;
}

.principal-portada #forums-widget {
    max-height: 46em;
}

.principal-portada #votats-widget {
    max-height: 36em;	
}

.caixa-vinyeta {
    background: #fff;
    padding: 10px;
    margin-bottom: 30px;
    margin-bottom: 20px;
}

.caixa-vinyeta h2 {
    font-size: 18px;
    font-weight: 500;
}

figure.vinyeta {    
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: 0;
    margin-top: -10px;
}


/* Widget Opinions
   ========================================================================== */

.widget-opinions {
    margin-bottom: 20px;
}

.caixa-opinio {
    background: #fff;
    padding: 10px 10px 10px 83px;
    margin-bottom: 10px;
}

.caixa-opinio .foto {
    float: left;
    margin: 0 0 10px -73px;
    height: 64px;
    width: 64px;
}

.caixa-opinio .opinador a {
    color: #000;
}

.bio-opinador {
    display: table;
    padding-bottom: 15px;
}

.capsa-opinador .visualitzacio-llista li {
    margin-bottom: 1px;
}

.caixa-opinio h2 {
    font-size: 14px;
    height: 48px;
    margin: 5px 0 10px;

    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.caixa-opinio .element-meta, 
.caixa-vinyeta .element-meta 
{
    border-top: 1px solid #e8e8e8;
    margin: 0 -10px -10px -83px;
    text-align: right;
    padding: 0 5px 0 0;
}

.caixa-vinyeta .element-meta {
    margin-left: -10px;
}

.caixa-opinio .contingut {
    height: 110px;
}

.widget-opinions .caixa-opinio .contingut {
    height: 100px;
}

.capsa-opinador, .capsa-firma-peu {
    background-color: #FFFFFF;
    margin-bottom: 15px;
    padding: 18px;
}

.capsa-firma-peu h4 {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

.imatge-firma {
    float:right;
    margin-left: 15px
}

#opinio .capsa-opinador {
    overflow: hidden;
    margin-bottom: 2px;
}
#opinio header .nav-meta {
    padding: 6px 15px 14px;
}
#opinio header figure {
    border-top: 2px solid #eee;
    margin: 10px -20px 13px;
    padding: 20px 15px 14px;
}

/* Widget Agenda
   ========================================================================== */

#agenda-tabs {
    position: relative;
}

#agenda-tabs #agenda-mes-actual {
    background: #fff;
    display: inline-block;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
}

#agenda-tabs #agenda-controls {
    display: inline-block;
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    right: 0;
    top: 0;
}

#agenda-tabs #agenda-controls li {
    background: tomato;
    padding: 7px 15px 6px;
    margin-left: 5px;
    display: inline-block;
}

#agenda-tabs #agenda-controls li a {
    color: #fff;
    text-decoration: none;
}

#agenda-actes {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow-y: auto;
}

#agenda-actes li {
    font-size: 13px;
    padding: 5px 5px 5px 55px;
    border-bottom: 1px solid #eae9e9;
}

#agenda-actes li:hover {
    background: #ffd8cc;
}

#agenda-actes li a {
    color: inherit;
    text-decoration: none;
}

#agenda-actes li .data {
    float: left;
    font-size: 40px;
    margin: 0 0 0 -55px;
    width: 50px;
    text-align: center;
    font-weight: bold;
}

#agenda-actes li .hora {
    font-weight: bold;
}

#agenda-actes li .lloc {
    font-weight: bold;
    text-transform: uppercase;
}

#agenda-actes .acte-vermell .data, 
#agenda-actes .acte-vermell .hora, 
#agenda-actes .acte-vermell .lloc {
    color: tomato;
}

#agenda-actes .acte-blau .data,
#agenda-actes .acte-blau .hora,
#agenda-actes .acte-blau .lloc {
    color: #009fe3;
}

#agenda-actes .acte-verd .data, 
#agenda-actes .acte-verd .hora, 
#agenda-actes .acte-verd .lloc {
    color: #a3bd31;
}

#agenda-actes .acte-marro .data, 
#agenda-actes .acte-marro .hora, 
#agenda-actes .acte-marro .lloc {
    color: #6f5327;
}

#agenda-link {
    border-radius: 0;
    text-transform: uppercase;
}

#agenda-widget {
    background: #fff;
    padding: 10px;
    max-height: 535px;
}

#agenda-actes {
    height: 460px;
}

#novetat-widget {
    background: #fff;
    padding: 10px;
    max-height: 535px;
}

/* Més votats
   ========================================================================== */

#giny-mes-votats {
    padding-right: 0;
}

/*	==========================================================================
        Pàgines interiors - Generalitats
        ========================================================================== */

.col-lateral {
    position: relative;
}

.col-lateral .fixat {
    left: inherit !important;
    position: fixed;
    right: inherit !important;
    width: auto;
}

.col-lateral .widget-wrap.fixat {
    margin-top: 315px;
}

#forums-link {
    bottom: -32px;
    /*position: absolute;*/
}

.affix-top,.affix{
    position: static;
}

#sidebar.affix-top {
    position: static;
    width:inherit;
}

#sidebar.affix-bottom.bs.affix,
#sidebar.affix-bottom {
    position: inherit;
    width:inherit;
}

#sidebar.affix {
    position: fixed;
    width:inherit;
}

/*	==========================================================================
        Agenda
        ========================================================================== */


.agenda-titol-dia {
    color: #FF6347;
    font-weight: 300;
    margin-top: -0.15em;
    font-size: 24px;
}

.visualitzacio-llista .mes-fletxa {
    margin-right: 15px;
}

.mes-fletxa span {
    display: block;
    float: left;
    font-size: 16px;
    margin-top: 8px;
}

.mes-fletxa i {
    float: left;
    margin-top: 20px;
}

.mes-fletxa-dreta span {
    margin-right: 5px;
}

.col-calendari {
    padding-left: 0;
}

.col-calendari .dropdown-menu {
    height: 14em;
    overflow-y: scroll;
}

.calendari {
    width: 100%;
    font-size: 12px;
    line-height: 1em;
    font-weight: bold;
}

.calendari-capsa {
    border: 1px solid #bbb;
    padding: 0 12px 12px;
    margin-bottom: 15px;
}

.calendari th,
.calendari td {
    padding: 5px;
    text-align: center;

}

.calendari th {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.1em;
}

.calendari th a {
    padding: 0;
}

.muted {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.calendari .btn-group {
    position: inherit;
}

.ui-datepicker-title select {
    background-color: transparent;
}

.ui-datepicker-month { width: 35px; }
.ui-datepicker-year { width: 55px; }

.customSelect.ui-datepicker-month { margin-right: 10px; }
.customSelect.ui-datepicker-year { margin-right: -10px; }

.ui-datepicker-title {
    float: left;
}

.customSelect {
    margin-right: 0px;
    padding: 0;
}

.calendari .btn-primary > strong {
    background-color: tomato;
    padding: 5px;
    -moz-border-radius: 	3em;
    -webkit-border-radius:	3em;
    border-radius: 			3em;
    -khtml-border-radius: 	3em;
    display: block;
    padding: 5px;
    width: 100%;
    width: 23px;
    padding-left: 5px;
}

.calendari .btn-primary {
    background-color: transparent;
    border-color: transparent;
    color: #FFFFFF;
    text-transform: uppercase;
}

.calendari .btn-primary a {
    color: #FFFFFF;
}

.calendari th .cal-fletxa-esquerra {
    position: absolute;
    left: 20px;
}

.calendari th .cal-fletxa-dreta {
    position: absolute;
    right: 26px;
}

.calendari .btn-group > .btn:hover, 
.calendari .btn-group > .btn:focus {
    background-color: transparent;
    color: black;
}

.btn:active, .btn.active {
    background-image: none;
    box-shadow: none;
    outline: 0 none;
}

#btn-nou-acte {
    margin-bottom: 15px;
}

.rc-dropdown {
    display: block;
}

.rc-dropdown button {
    background-color: #e0dcde;
    position: relative;
    text-align: left;
    width: 100%;
}

.rc-dropdown .btn .rc-caret {
    position: absolute;
    right: 8px;
    top: 17px;
    font-size: 1.7em;
}

.rc-dropdown .dropdown-menu {
    background-color: #fff;
    margin-top: 0;
    padding: 7px 14px 0;
    width: 100%;
}

.rc-dropdown .dropdown-menu li {
    margin-bottom: 0.25em;
    list-style: none;
}


/* Agenda Interior */

.agenda-interior .titol-dia-agenda,
.agenda-interior .titol-lloc-agenda {
    font-size: 36px;
    font-weight: lighter;
    color: tomato;
}

.agenda-interior .titol-lloc-agenda { font-weight: bold; margin-top: 7px; margin-bottom: 3px;}

.titol-acte-agenda { font-weight: lighter; margin-top: 0; }

.agenda-interior .article-principal header {
    padding-bottom: 15px;
}

.info-acte-agenda h5 {
    display: table;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 4px 15px 0 0;
    text-transform: uppercase;
}

.info-acte-agenda p {
    color: #666666;
    display: table;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: light;
    margin-left: 15px;
}

/*	==========================================================================
        Missatgeria + Perfil
        ========================================================================== */

#missatgeria-capsa {
    overflow: hidden;
}

#missatgeria-capsa #eines-fils {
    margin-bottom: 15px;
}

#missatgeria-principal {
    padding-right: 0;
    margin-bottom: 45px;
}

#missatgeria-principal .titol-usuari {
    background-color: white;
    padding: 10px 15px 15px;
    margin: 0;
}

.missatgeria-inici #missatgeria-principal .titol-usuari {
    background-color: transparent;
    margin: 0;
    padding: 10px 15px 15px 0;
}

#missatgeria-principal #eines-fils {
    margin-bottom: 15px;
}

#missatgeria-principal .media:first-child {
    margin-top: 0;
}

#missatgeria-principal .media-list > li {
    border-width: 0;
}

#missatgeria-capsa .media hgroup {
    margin-bottom: 2px;
}

#missatgeria-capsa .media-body {
    font-size: 13px;
    overflow: hidden;
    padding-right: 20px;
    font-weight: normal;
    padding-left: 75px;
}

#missatgeria-aside {
    padding-left: 0;
}

#missatgeria-aside ul > li {
    overflow: hidden;
    background-color: white;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

#missatgeria-principal .media {
    border-bottom: 1px solid #ddd !important;
    margin-top: 0;
}

#missatgeria-principal .media:first-child {
    margin-top: 0;
}

#missatgeria-principal input {
    width: auto;
    height: auto;
}

#missatgeria-principal .llista-accions {
    background-color: white;
    display: flex;
    position: relative;
}

#missatgeria-principal .llista-accions > div,
#missatgeria-principal .llista-accions > button {
    border-right: 1px solid #E8E8E8;
}

#missatgeria-principal .llista-accions > button {
    display: inline;
}

#missatgeria-principal .llista-accions > button:hover {
    background-color: tomato;
    color: white;
}	

.llista-accions .mssg-paginador .btn {
    border-left: 1px solid #E8E8E8;
}

.llista-accions .mssg-paginador {
    border-right: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
}

.llista-accions .mssg-paginador .pagination { margin: 0 !important }
.llista-accions .mssg-paginador .pagination li a, .llista-accions .mssg-paginador .pagination li span { padding: 2px 12px !important }

.llista-accions .mssg-paginador > span {
    padding: 6px 10px 0;
    float: left;
}

#missatgeria-principal .estel {
    margin-left: 0.2em;
}

#missatgeria-principal table {
    background-color: white;
    margin-bottom: 4px;
}

#missatgeria-principal table tr {
    background-color: #F5F5F5;
}

#missatgeria-principal table tr.mssg-nou {
    background-color: #fff;
    font-weight: bold;
}

#missatgeria-principal .table tr > td {
    border-top: 3px solid #eee;
}

#missatgeria-aside .avatar {
    margin-right: 10px;
}

#missatgeria-principal .eliminar .pictogram {
    float: right;
    line-height: 0.65em;
    margin-left: 0.25em;
}

.missatgeria-inici #missatgeria-principal .comentari-bloc {
    padding: 15px 0 15px 0;
}

#missatgeria-principal .media hgroup time {
    margin-right: 10px;
    font-size: 13px;
}

#missatgeria-principal .comentari-bloc {
    padding: 15px 10px;
}

#missatgeria-principal .media footer {
    border-top: 1px solid #eee;
}

#missatgeria-aside h5 {
    background-color: white;
    margin: 0;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

#missatgeria-capsa .username {
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

#missatgeria-aside .dades-usuari {
    margin-top: 9px;
}

.missatgeria .mssg-respon {
    float: right;
}

.missatgeria .mssg-respon .btn {
    background-color: transparent;
    border: 1px solid tomato;
    color: tomato;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.03em;
}

.missatgeria .mssg-respon .caret,
.missatgeria .mssg-respon .btn:focus .caret {
    border-color: tomato rgba(0, 0, 0, 0);
}

.missatgeria .mssg-respon .btn:hover .caret {
    border-color: white rgba(0, 0, 0, 0);
}

.missatgeria .mssg-respon .btn:hover {
    background-color: tomato;
    color: #FFFFFF;
}

.missatgeria .mssg-respon .dropdown-menu {
    right: 0;
    left: inherit;
}

.mssg-form {
    background-color: #ddd;
}

.mssg-form .mssg-dades {
    padding: 15px;
    padding-top: 1px;
    border-bottom: 2px solid #eee;
}

.mssg-form .mssg-dades dl {
    margin-bottom: 0;
}

.mssg-form .mssg-dades .mssg-afegir-usuaris [type='text'],
.mssg-form .mssg-dades .assumpte {
    padding: 5px;
    margin-right: 5px;
}

.mssg-form .mssg-dades .assumpte {
    width: 100% !important;
}

.userschecklist { overflow: auto; }

.userschecklist span {
    background-color: white;
    border: 1px solid tomato;
    cursor: default;
    display: block;
    float: left;
    line-height: 1.3em;
    margin: 5px 5px 0 0;
    padding: 3px 3px 5px 7px;
    white-space: nowrap;
}

.mssg-form .mssg-dades .mssg-afegir-usuaris [type='submit'] {
    background-color: #999999;
    color: #F5F5F5;
    padding: 5px 12px;
}

.mssg-form .mssg-dades .mssg-afegir-usuaris [type='submit']:hover {
    background-color: tomato;
}

#missatgeria-principal .comentari-num-tooltip {
    background-color: white;
    bottom: 14px;
    width: 100%;
}

.mssg-detalls a {
    color: #aaa;
}

.mssg-detalls a:hover {
    color: tomato;
}

.mssg-detalls .form-group {
    margin-bottom: 3px !important;
}

.mssg-detalls .comentari-num-tooltip {
    color: #000;
}

/* Pàgina respostes */

#respostes .ultim-comentari li.comentari {
    border-left: 7px solid transparent;
    margin-bottom: 10px;
    display: table;
    color: #666;
}

#respostes .ultim-comentari .comentari-inicial {
    border-left: none !important;
    padding-left: 0 !important;
}

#respostes .ultim-comentari .comentari .dades-usuari {
    color: #000;
}

#respostes .ultim-comentari .comentari-inicial h6 {
    margin-bottom: 0;
    font-weight: bold;
}

#respostes .ultim-comentari .comentari-inicial h6 span {
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

#respostes .ultim-comentari .comentari.nou {
    border-left: 7px solid tomato;
}

#respostes li.comentari .avatar {
    left: 40px;
    position: absolute;
}

.respostes-titol-forum {
    border-bottom: 1px solid;
}

/* Minut a minut */

.minut-a-minut-giny {
    overflow: scroll; 
    overflow-x: hidden;
    width: auto;
}

.minut-a-minut header {
    padding-bottom: 0;
}

.minut-a-minut section li,
.minut-a-minut-giny li {
    border-bottom: 1px solid #aaa;
    padding-top: 5px;
    list-style: none;
}

.minut-a-minut img {
    max-width: 100%;
    padding-bottom: 5px;
    padding-left: 50px;
}

.minut-a-minut section li:last-child,
.minut-a-minut-giny li:last-child {
    border: none;
}

.minut-a-minut .titol-minut {
    padding-top: 0;
    margin-top: 0;
}

.titol-minut {
    font-weight: 500;
    margin-bottom: 5px;
}

.minut-a-minut .hora {
    display: block;
    float: left;
    min-width: 50px;
}

.minut-a-minut .ancla{
    display: block;
    height: 50px; 
    margin-top: -50px; 
    visibility: hidden;
}

a.ancla{
    display: block;
    height: 50px; 
    margin-top: -50px; 
    visibility: hidden;
}

/*	==========================================================================
        Perfil
        ========================================================================== */

.perfil-tabs {
    margin-top: 30px;
    background-color: white;
}

.perfil-tabs > li {
    margin-bottom: 0;
    border-right: 1px solid #eee;
}

.perfil-tabs > li > a {
    border-radius: 0;	
    border: 0;
    font-size: 20px;
    font-weight: lighter;
    color: black;
}

.perfil-tabs > li > a:hover,
.perfil-tabs > li > a:focus,
.perfil-tabs > li > a:active {
    background-color: inherit;
    border-bottom: 6px solid tomato;
}

.perfil-tabs > li.active > a,
.perfil-tabs > li.active > a:hover,
.perfil-tabs > li.active > a:active,
.perfil-tabs > li.active > a:focus {
    border: 0;
    border-bottom: 6px solid tomato;
}

.perfil-tab-content {
    background-color: white;
    padding: 15px 20px 15px;
    margin-bottom: 3em;
}

.comentari .creador-forum {
    margin: 0;
    font-size: 13px;
}

.participacio .comentari:first-child {
    border-top: 5px solid #eee;
}

.participacio .comentari {
    margin: 0 -20px 10px;
    padding-left: 30px;
}
.participacio .comentari {
    border-bottom: 5px solid #eee;
}

.participacio .fils-grup > hgroup {
    margin-top: 15px;
    margin-bottom: 30px;
}

.participacio hgroup h4 {
    padding-left: 14px;
}

#perfil-header-accions > li {
    float: none;
    margin-bottom: 5px;
    list-style: none;
}

#perfil-header-accions > li .btn {
    width: 100%;
}

#header-perfil figure {
    float: left;
    margin-right: 15px;
}

#header-perfil .edita-avatar {
    display: block;
    margin-top: 5px;
}

#header-perfil .nom-usuari {
    color: tomato;
    font-weight: normal;
}

#header-perfil .num-mssgs {
    color: #666;
}

.perfil-dades {
    overflow: hidden;
}

.perfil-dades dt {
    font-weight: normal;
    text-transform: uppercase;
    color: tomato;
    letter-spacing: 0.03em;
}

.perfil-dades .signatura {
    width: 100%;
}

.perfil-dades .signatura img {
    margin-bottom: 1em;
    margin-top: 1em;
}

.perfil-tab-content #amistats ul {
    overflow: hidden;
    padding-top: 15px;
}

.perfil-tab-content #amistats li {
    float: left;
    margin-right: 10px;
}

.participacio .comentari .avatar {
    float: left;
}

.desc-activitat strong {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.05em;
}

.comentari .creador-forum {
    margin: 0;
    font-size: 13px;
}

.comentari .creador-forum {
    margin: 0;
    font-size: 13px;
}

.participacio .comentari:first-child {
    border-top: 5px solid #eee;
}

.participacio .comentari {
    width: 100%;
    padding-left: 30px;
}

.participacio .comentari {
    border-bottom: 5px solid #eee;
}

.participacio .fils-grup > hgroup {
    margin-top: 15px;
    margin-bottom: 30px;
}

.participacio hgroup h4 {
    padding-left: 14px;
}

.comentari .ultim-comentari {
    border-top: 1px solid #999999;
    margin-left: 25px;
    color: #57616F;
    font-size: 12px;
    padding: 7px 0;
}

.perfil-tab-content #emoticones ul > li {
    float: left;
    padding: 10px;
    background-color: white;

    border: 3px dashed #ccc;
    border-radius: 9px;
    margin-right: 15px;
    margin-top: 15px;
    padding: 10px;
    padding-bottom: 30px;
    position: relative;
}

.perfil-tab-content #emoticones ul > li:hover {
    background-color: #fff;
    border: 3px solid #999;
    cursor: pointer;
}

.perfil-tab-content #emoticones ul > li:hover .emoticona {
    opacity: 0.3;
}

input[type="checkbox"],
input[type="file"] {
    width: auto;
    height: auto;
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 0;
}

.form-horizontal label small {
    font-weight: normal;
}

.llista-emoticones-editar .marc-emoticona {
    width: 70px;
    height: 50px;
    text-align: center;
}

.llista-emoticones-editar .eliminar-emoticona {
    background-color: #999;
    border-radius: 15px;
    color: #fff;
    height: 25px;
    padding-left: 6px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 25px;
    border: 2px solid #fff;
}

.llista-emoticones-editar .eliminar-emoticona:hover {
    background-color: tomato;
    color: #fff;
}

.llista-emoticones-editar .icon-move {
    display: none;
}

.perfil-tab-content #emoticones ul > li:hover .icon-move {
    display: block;
    position: absolute;
    font-size: 4em;
    color: #666;
    top: 19%;
    left: 19%;
    opacity: 0.8;
}


/*	==========================================================================
        Estàtiques + Contacte
        ========================================================================== */

.mapa-contacte {
    margin-bottom: 20px;
}

.form-contacte .form-control {
    border-radius: 0;
    box-shadow: 0;
}

.form-contacte .btn {
    text-transform: uppercase;
    padding: 6px 20px ;
}

.form-contacte {
    margin-bottom: 30px;
}

address abbr {
    margin-right: 0.5em;
}

/* Pàgina inici sessió
   ========================================================================== */
.advantages li {
    list-style: disc inside none;	
}

/*	==========================================================================
        Pàgines de fòrums
        ========================================================================== */

/* Vg. forum.css */


/*	==========================================================================
        Capses publicitat
        ========================================================================== */

.caixa-publicitat {
    background: #F6E3DA;
    position: relative;
    line-height: 0;
    text-align: center;
}

.caixa-publicitat + .caixa-publicitat {
    margin-top: 25px;
}     

.col-principal .caixa-publicitat {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: none !important;
    width: 100% !important;
    left: 0 !important;
}

.publi300 img,
.caixa-publicitat a img,
.caixa-publicitat img,
.publi960 iframe img {
    float: none;
    display: block;
    max-width: 100% !important;
    height: auto;
}

.caixa-publicitat img {
    margin: auto;
}

.caixa-publicitat iframe {
    /*width: 100% !important;*/
    max-width: 100% !important;
}

.caixa-publicitat embed {
    width: 100% !important;
    max-width: 100% !important;
}

.avis-publi {
    display: none;
}

.caixa-publicitat .avis-publi {
    font: bold 10px "Helvetica Neue", Helvetica, sans-serif;
    position: absolute;
    right: 5px;
    text-transform: uppercase;
}

#publicitat-superior {
    text-align: center;
}

.publi300 {
    padding: 0;
    /*        height: 270px;*/
    min-height: 250px;
}

.publi600 {
    padding: 0;
    /*        height: 620px;*/
    min-height: 600px;
}

.publi300 .avis-publi,
.publi960 .avis-publi {
    bottom: 3px;
    top: inherit;
}

.publi728 {
    padding: 0 !important;
    margin-bottom: 10px;  
    min-height: 90px;
}

.publi728h {
    /*    height: 110px;*/
    min-height: 90px;
}

.publi728 img {
    display: block;
    margin: 0 auto;
}

.publi728 .avis-publi {
    display: none;
}

.publi960 img,
.publi728 img {
    max-width: 100%;
}

.publi960:first-child {
    margin-top: 15px;
}

.publi300 + .publi300 {
    margin-top: 15px;
}

.publi960 {
    margin-top: 15px;
    min-height: 40px;
}

.publi320 {	
    min-height: 50px;
}

.banner-lat-2 {
    clear: none;
}
.visible-xs.visible-sm {
    display: none !important;
}
/*	==========================================================================
        Footer
        ========================================================================== */

#peu-pagina h6 {
    font-size: 16px;
}

#peu-pagina a {
    color: #fff;
}

#peu1 small a:hover {
    color: brown;
}

#peu1 .logos-peu img {
    max-width: 100%;
}

.logos-peu .logo-gva {
    margin-top: 1.5em;
    display: block;
}

#peu2 a:hover {
    color: tomato;
}

#peu3 a {
    color: #666;
}

#peu3 a:hover {
    color: #000;
}

#peu1 {
    background: tomato;
    color: #fff;
    margin-top: 20px;
}

#peu2 {
    background: #c41d00;
    color: #fff;
}

#peu-pagina > div {
    padding: 30px 0 25px 0;
}

#peu1 .container > .row {
    margin-bottom: 30px;
}

#peu1 .container {
    padding: 20px 10px;
}

.menu-peu li {
    float: left;
    margin-right: 2em;
    list-style: none;
}

#logo-peu img {
    width: 232px;
}

#logo-peu small {
    display: table;
    margin-left: 51px;
    margin-top: 0.5em;
    font-size: 15px;
}

.form-butlleti-peu {
    margin-bottom: 0.25em;
}

/* Icones Xarxes socials */

#xarxes-peu .capsa-stack {
    position: relative;
}

#xarxes-peu .capsa-stack {
    background-color: #A52A2A;
    display: inline-block;
    height: 50px;
    overflow: hidden;
    width: 50px;
    background: url("../img/icones-socials/ico-youtube.png") no-repeat;
}

#xarxes-peu .ico-twitter {
    background: url("../img/icones-socials/ico-twitter.png") no-repeat;
}

#xarxes-peu .ico-twitter:hover {
    background: url("../img/icones-socials/ico-twitter-hover.png") no-repeat;
}

#xarxes-peu .ico-instagram {
    background: url("../img/icones-socials/ico-instagram.png") no-repeat;
}

#xarxes-peu .ico-instagram:hover {
    background: url("../img/icones-socials/ico-instagram-hover.png") no-repeat;
}

#xarxes-peu .ico-fb {
    background: url("../img/icones-socials/ico-fb.png") no-repeat;
}

#xarxes-peu .ico-gplus {
    background: url("../img/icones-socials/ico-gplus.png") no-repeat;
}

#xarxes-peu .ico-fb:hover {
    background: url("../img/icones-socials/ico-fb-hover.png") no-repeat;
}

#xarxes-peu .ico-gplus:hover {
    background: url("../img/icones-socials/ico-gplus-hover.png") no-repeat;
}

#xarxes-peu .ico-youtube {
    background: url("../img/icones-socials/ico-youtube.png") no-repeat;
}

#xarxes-peu .ico-youtube:hover {
    background: url("../img/icones-socials/ico-youtube-hover.png") no-repeat;
}

#xarxes-peu .ico-rss {
    background: url("../img/icones-socials/ico-rss.png") no-repeat;
}

#xarxes-peu .ico-rss:hover {
    background: url("../img/icones-socials/ico-rss-hover.png") no-repeat;
}

#xarxes-peu ul {
    margin-left: -7px;
}

#xarxes-peu li {
    padding: 0;
    margin-right: 10px;
}

#xarxes-peu li a {
    display: block;
    height: 50px;
}

#xarxes-peu .picto-inverse {
    color: #fff;
    font-size: 3em;
}

#xarxes-peu a:hover .picto-fons {
    color: tomato;
    transition: color 0.3s ease-out;
    -webkit-transition: color 0.3s ease-out; /* Safari */
}

#xarxes-peu .picto-fons {
    color: brown;
}

/*Butlletí peu*/

.form-butlleti-peu .form-control {
    border-radius: 0;
    border: 0;
    background-color: brown;
}

.form-butlleti-peu .btn {
    color: tomato;
    background-color: white;
    text-transform: uppercase;
}

#peu-pagina input.form-control {
    color: white;
}

#peu-pagina input.form-control::-webkit-input-placeholder {
    color: white;
}

#peu-pagina input.form-control:-moz-placeholder { /* Firefox 18- */
    color: white;  
}

#peu-pagina input.form-control::-moz-placeholder {  /* Firefox 19+ */
    color: white;  
}

#peu-pagina input.form-control:-ms-input-placeholder {  
    color: white;  
}

tr.parell  {
    background-color: #eee;
}


/* AUTOCOMPLETE STYLES */
.ac_results {
    border: 1px solid gray;
    background-color: #F6E3DA;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    z-index: 10000;
    display: none;
    min-width: 300px;
}

.ac_results li {
    padding: 5px;
    white-space: nowrap;
    color: #101010;
    text-align: left;
    font-size: 1.2em;
    line-height: 1.5em;
}

.ac_results .ac_over {
    cursor: pointer;
    background-color: #FF6347;
    color: #FFF;
}

.ac_match {
    font-weight: bold;
    background-color: #F6E3DA;
    color: black;
}

.ac_results .ac_over .ac_match {
    background-color: #FF6347;
    color: #FFF;
}


/* Enllaç cap a dalt */
#cap-a-dalt {
    background-color: #000;
    position: fixed;
    bottom: 5px;
    z-index: 100;
    filter: alpha(opacity=10);
    -moz-opacity: 0.1;
    -khtml-opacity: 0.1;
    opacity: 0.1;
    width: 50px;
    z-index: 100;
    border-radius: 4em;
    height: 50px;
    padding-left: 4px;
    padding-top: 13px;
    margin-left: -25px;
    left: 50%;

    padding-left: 7px;
    padding-top: 4px;
    font-size: 2em;
}

#cap-a-dalt:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;	
    background-color: darkgray;
}

#cap-a-dalt.affix-top,
#cap-a-dalt.affix-bottom {
    visibility: hidden;
}

#cap-a-dalt.affix {
    visibility: visible;
}


/*	==========================================================================
        Embed responsive
        ========================================================================== */

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}

/*	==========================================================================
        Media queries
        ========================================================================== */

/*Nomes mobil*/
@media (max-width: 767px) {
    .nav-up {
        top: -51px;		
    }

    .avatar-header {		
        padding-right: 7px;
    }

    #principal {
        margin-top: 60px;
    }

    .navbar {
        -webkit-transition: top 0.2s ease-in-out;
        transition: top 0.2s ease-in-out;
        position: fixed;
    }

    .plantilla-3 .noticies-petites-portada-1 > div {
        width: auto;
    }

    header .separacio {    
        margin-left: 10px;
    }

    #noticies-portada .img-responsive,
    #noticies-portada iframe,
    #portada-3 .img-responsive {
        width: 100%;
    }

    .agenda-actes-llista .element-meta, 
    .noticies-llista .element-meta {
        position: inherit;
    }

    .noticies-horitzontals .avatar {
        float: left;
        /*        margin: 20px;*/
        margin: 0;
        padding: 10px;
        width: 99px !important;
    }

    ul.noticies-horitzontals > li img {
        /*float: left;*/
        /*margin-right: 20px;*/
        /*width: 35%;*/
        padding: 15px;
        /*padding-right: 0;*/
    }

    .bio-opinador {
        clear: both;
    }

    #opcions-principals {
        right: 90px;
        margin: 0 5px 0 0;    
    }

    #opcions-principals .pictogram {
        font-size: 2.5em;
    }

    .btn {
        padding: 6px 7px;
    }

    .llibres-llista figure {
        position: inherit;
        height: inherit;
    }

    .llibres-llista > li img {
        position: inherit;    	
        margin:auto;
    }

    .llibres-verticals > li {
        height: inherit;
        padding-bottom: 40px;    	
    }

    .llibres-horitzontals > li {
        width: 95%;
    }

    .llibres-horitzontals .element-meta {
        right: 15px
    }

    #forums-populars, 
    #forums-recents {
        overflow-y: auto;
        height: 24em;
    }

    #agenda-actes {		
        height: 315px;
    }
}

/*Exclos mobil*/

@media (min-width: 768px) {
    .noticia-cos blockquote.destacat {
        /*        width: 90%;*/        
        padding: 15px 20px;
    }

    .noticies-superiors-2-portada-1 > div {
        width: 50%;
    }

    body {
        padding-top: 55px;
    }

    #ticker {
        display: block;
    }

    .navbar-inverse .navbar-brand {
        overflow: hidden;
        width: 220px;
    }

    .navbar-brand img {
        /*width: 189px;*/
        width: 421px;
    }

    #boto-usuari button img {
        margin-right: 0.4em;
    }

    #boto-usuari .nom-usuari {
        display: inline;
    }

    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
    }

    .navbar-collapse {
        /*		overflow: hidden;*/
    }

    .navbar-collapse li {
        float: left;
        margin-bottom: 0;
    }

    .navbar-nav .open .dropdown-menu {
        right: 0;
        left: auto;
    }

    #noticies-link {
        float: left;
        margin-left: 10px;
        margin-right: 10px;
        width: 97.5%;
    }

    .titol-int {
        font-size: 36px;
        line-height: 1.1em;
    }

    .subtitol-int {
        font-size: 24px;
        line-height: 1.2em;
    }

    .col-lateral .widget-wrap {
        margin-top: 3px;
        padding: 0 20px 0 0;        
    }

    #portada-3 #widget-agenda {
        margin-top: -7px;
    }

    .caixa-publicitat {
        padding: 0 0 20px 0;
    }

    .caixa-publicitat div {
        margin-top: 15px;
    }

    .caixa-publicitat div:first-child {
        margin-top: 0;
    }

    .avis-publi {
        display: block;
    }

    .publi300 {
        padding: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .publi960 {
        padding-bottom: 20px;
    }

    #forums-tabs {
        position: relative;
    }

    #canalrosa-tabs #canalrosa-controls {
        right: 0px;
        top: -42px;
    }

    .canalrosa-img {
        padding-right: 0;
    }

    #canalrosa-noticies h2 {
        margin-right: 0px;
    }

    #canalrosa-widget li {
        margin-left: 6px;
    }

    #canalrosa-widget li.destacat {
        border-left: 6px solid #FF0000;
        margin-left: 0px;
    }

    #llibres .bx-wrapper .bx-viewport {
        margin-right: 0;
        width: 99% !important;
    }

    ul.noticies-verticals > li { width: 30.72%; }
    ul.vinyetes-llista.noticies-verticals > li { width: 47.3%;}
    ul.agenda-actes-verticals > li { width: 46%; }
    ul.llibres-verticals > li { 
        width: 22.39%; 
        height: 400px;
    }

    ul.agenda-actes-horitzontals > li .categoria,
    ul.noticies-horitzontals > li .categoria {
        margin: -3px 0;
    }

    ul.agenda-actes-horitzontals > li figure {
        display: block;
        float: left;
        max-height: 220px;
        overflow: hidden;
        width: 35%;
        margin-right: 15px;
    }

    aside ul.noticies-horitzontals > li img {
        width: 25%;
    }

    ul.noticies-horitzontals > li img {
        float: left;
        /*margin-right: 20px;*/
        width: 35%;
        padding: 15px;
        padding-right: 0;

    }

    ul.noticies-horitzontals.llista-opinadors > li img.avatar {
        float: left;
        margin: 15px 0 15px 15px;
        padding: 0;
        width: 100px !important;
    }

    ul.llibres-horitzontals > li img {
        float: left;
        margin-right: 20px;		
    }

    /*	ul.agenda-actes-horitzontals > li { 
                    padding: 15px;
            }*/


    ul.llibres-horitzontals > li { 
        padding: 20px;
        width: 47.3%;
    }


    .llibres-verticals #compra-llibre-link {
        position: absolute;
        bottom: 40px;
        width: calc(100% - 40px);
    }

    .agenda-actes-verticals {
        display: block;
        margin-right: -40px;
    }

    ul.agenda-actes-verticals > li {
        float: left;
        margin-right: 20px;
        width: 45%;
    }	

    .perfil-dades dl {
        float: left;
        width: 50%;
    }

    .menu-peu ul {
        float: right;
    }

    .menu-peu li {
        float: left;
        margin-left: 2em;
        margin-right: 0;
    }

    #form-entrar {
        float: right;
    }

    .col-40 { width: 40%; }

    .col-60 { width: 60%; }

    .whatsapp { display: none !important; }

    .joventut-secundaria h2 {
        font-size: 16px;
        margin-top: 10px;
    }

    .noticies-llista li .categoria {
        margin: 10px 15px 0;
    }

    .article-principal section.capsa-noticies-index {
        padding: 15px;
    }

    figure.vinyeta {
        margin: 0;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    .container {
        width: 770px;
    }

    #canalrosa-widget {
        max-height: 250px;
    }

    #canalrosa-widget ul {
        height: 270px;
    }

    .titol-int {
        font-size: 48px;
        line-height: 1.03;
    }

    .subtitol-int {
        font-size: 27px;
        line-height: 1.2em;
    }

    .widget-forums {
        float: right !important;
    }

    .banner-lat-2,
    .publi300 + .publi300 {
        margin-top: 20px;
    }

    #vots-24h, 
    #vots-72h, 
    #vots-fils-24h, 
    #vots-fils-72h {
        height: 652px;
    }

    .publi300 {
        margin-bottom: 20px;
    }
}


/* md+ */
@media (min-width: 992px) {


    .navbar-inverse .navbar-brand {
        overflow: visible;
        width: auto;
    }
    .col-lateral .caixa-publicitat {
        left: 0;
    }

    .col-lateral .widget-wrap {
        margin-top: 20px;
        margin-bottom: 35px;
        right: 0;
    }

    .col-lateral .widget-wrap {
        padding: 0;
    }

}


/* Entre md i lg */
@media (min-width: 992px) and (max-width: 1200px) {

    .titol-int {
        font-size: 36px;
        line-height: 1.1em;
    }

    .subtitol-int {
        font-size: 24px;
        line-height: 1.2em;
    }

    ul.noticies-verticals > li {
        width: 30.3%;
    }

    ul.noticies-verticals.vinyetes-llista > li {
        width: 47%;
    }

    ul.llibres-verticals > li {
        width: 30.3%;
        height: 440px;
    }

    .llibres-llista figure {
        height: 252px;
        position: relative;
    }

    #sidebar.affix-top,
    #sidebar.affix-bottom,
    #sidebar.affix {
        width:272px;
    }

    .agenda-actes-verticals {
        margin-right: -33px;
    }

}	

/* lg */
@media (min-width: 1200px) {

    .publi960 {
        padding-bottom: 0;
    }

    .publi960 .avis-publi {
        bottom: inherit;
        top: 4px;
    }

    .titol-int {
        /*font-size: 46px;*/
        font-size: 40px;
        line-height: 1.07;
    }

    .estatica .titol-int {
        font-size: 46px;
        line-height: 1.2;
    }

    .subtitol-int {
        font-size: 28px;
        line-height: 1.2em;
    }

    .col-lateral .fixat,
    .fixat #forums-widget .xifres {
        width: 300px !important;
    }

    .fixat #forums-widget .xifres {
        bottom: 40px;
        position: fixed;
        width: 282px;
    }

    .fixat #forums-link {
        bottom: 0;
        position: fixed;
        width: 300px;
    }

    #sidebar.affix-top,
    #sidebar.affix-bottom,
    #sidebar.affix {
        width:300px;
    }

}

/*Retícula 12 cols*/

@media (min-width: 768px) and (max-width: 991px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11 {
        float: left;
    }

    .col-sm-1 {
        width: 8.333333333333332%;
    }

    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333333333333%;
    }

    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-11 {
        width: 91.66666666666666%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-push-1 {
        left: 8.333333333333332%;
    }

    .col-sm-push-2 {
        left: 16.666666666666664%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333333333333%;
    }

    .col-sm-push-5 {
        left: 41.66666666666667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.333333333333336%;
    }

    .col-sm-push-8 {
        left: 66.66666666666666%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333333333334%;
    }

    .col-sm-push-11 {
        left: 91.66666666666666%;
    }

    .col-sm-pull-1 {
        right: 8.333333333333332%;
    }

    .col-sm-pull-2 {
        right: 16.666666666666664%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333333333333%;
    }

    .col-sm-pull-5 {
        right: 41.66666666666667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.333333333333336%;
    }

    .col-sm-pull-8 {
        right: 66.66666666666666%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333333333334%;
    }

    .col-sm-pull-11 {
        right: 91.66666666666666%;
    }

    .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }
}

/* hacks */

.perfil-tab-content #emoticones ul:after,
#missatgeria-capsa .media hgroup:after,
.agenda-actes-llista:after,
/*.agenda-actes-llista > li a:after,*/
.agenda-actes-llista > li:after,
.noticies-horitzontals > li:after,
.rc-dropdown:after,
article:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.lectures {
    display: none !important;
}


/* Fer responsive les finestres de l'editor de text...  '*/
@media only screen and (max-device-width: 549px) {
    .mce-window {
        width: auto !important;
        background: none !important;
    }

    .mce-window-head {
        background: #fff !important;
    }

    .mce-window-body {
        background: #fff !important;
    }

    .mce-foot > .mce-container-body {
        padding: 10px !important;
    }

    .mce-panel {
        max-width: 100% !important;
    }

    .mce-container {
        max-width: 100% !important;
        height: auto !important;
    }

    .mce-container-body {
        max-width: 100% !important;
        height: auto !important;
    }

    .mce-form {
        padding: 10px !important;
    }

    .mce-tabs {
        max-width: 100% !important;
    }

    .mce-formitem {
        margin: 10px 0 !important;
    }

    .mce-abs-layout-item {
        position: static !important;
        width: auto !important;
    }

    .mce-abs-layout-item.mce-label {
        display: block !important;
    }

    .mce-abs-layout-item.mce-textbox {
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
        display: block !important;
        width: 100% !important;
    }

    .mce-abs-layout-item.mce-combobox {
        display: flex !important;
    }

    .mce-abs-layout-item.mce-combobox > .mce-textbox {
        -ms-flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
        height: 29px !important;
    }
}




/* -------- prettyPhoto -------- */
div.light_rounded .pp_top .pp_left{background:url(../img/prettyphoto/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../img/prettyphoto/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../img/prettyphoto/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../img/prettyphoto/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../img/prettyphoto/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../img/prettyphoto/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../img/prettyphoto/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../img/prettyphoto/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:20px;height:20px;background:url(../img/prettyphoto/tanca.png) no-repeat;cursor:pointer;}
div.light_rounded .pp_nav .pp_play{background:url(../img/prettyphoto/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../img/prettyphoto/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../img/prettyphoto/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../img/prettyphoto/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../img/prettyphoto/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../img/prettyphoto/sprite.png) -110px -80px no-repeat}

div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0 0 5px}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../img/prettyphoto/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../img/prettyphoto/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../img/prettyphoto/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../img/prettyphoto/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

@media only screen and (min-width: 768px) {
    #principal.forums div.row {
        display: flex;
    }

    .col-forums {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;    
    }

    .col-forums .col-container {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .col-forums .col-container > * {
        margin-top: 0;
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -o-sticky;
        position: -ms-sticky;
        position: sticky;
        top: 60px;
        z-index: 1;
    }
}