

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    padding-top: 60px; /* padding-bottom: 40px;*/
}

/*h1{ font-size: 2.2em; color:#E40000; }*/
h1 {
    font-size: 3em;
    color: #000;
    line-height: 1.1em;
}

h2 {
    font-size: 1.6em;
    color: #666;
    line-height: 1.2em;
}

h3 {
    font-size: 1.3em;
    color: #999;
    line-height: 1.2em; /*line-height: 1.2em;*/
}

a {
    text-decoration: none;
    color: #E40000;
}

    a:hover {
        text-decoration: underline;
        color: #E40000;
    }

    a:active {
        color: #E40000;
    }
/*a:visited{text-decoration: none; color: #999;} */


ul.niceList li {
    background: url(img/bullet.gif) 0em 0.1em no-repeat;
    padding-left: 0.8em;
    list-style: none;
}

ol.niceList li {
    margin-left: 0.8em;
}


legend {
    display: none;
}

fieldset {
    font-size: 14px;
}

blockquote {
    font-size: 1.5em;
    line-height: 1.5em;
    background: #ecebeb url(img/bg-blockquote.png) no-repeat right bottom;
    padding: 10px 64px 15px 15px;
}

aside {
    background: #ebebeb;
}

    aside h3 {
        background-color: #8e8e8e; /*#e40000*/
        border-bottom: 2px solid #fff;
        color: #fff;
        display: block;
        font-weight: bold;
        font-size: 1em;
        margin-top: 0;
        padding-left: 15px;
        line-height: 2.8em;
    }

    aside h4 {
        color: #999;
        font-weight: bold;
        padding: 0 10px 0 15px;
    }

    aside p {
        font-size: 0.9em;
        padding: 0 10px 0 15px;
    }

    aside a {
        text-decoration: none;
        color: #555;
    }

        aside a:hover {
            text-decoration: underline;
            color: #555;
        }

        aside a:visited {
            text-decoration: none;
            color: #999;
        }

    aside h3 a {
        color: #fff !important;
    }

hr.degradat {
    border: 0;
    height: 1px;
    width: 60%;
    text-align: center;
    margin: 0 auto;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
    margin-bottom: 50px;
}

/*Login*/
.panelLogin {
    background-color: #fff;
    position: relative;
    margin-top: 50px;
}

/*Serveis*/
.serveis a {
    color: #555;
}

    .serveis a:hover {
        text-decoration: underline;
    }

    .serveis a:visited {
        text-decoration: none;
        color: #999;
    }

@media (max-width:500px) {
    .serveis img {
        width: 100%;
    }
}

.messerveis {
    clear: both;
    display: table;
    margin: 5px 0 0 30px;
}

/*Menú*/
.contenidor {
    margin-top: 25px;
}

.nav {
    margin-top: 10px;
    padding-top: 8px;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus,
.navbar .nav li a:hover {
    background-color: #e40000;
    color: #fff;
}

.navbar .nav li a:focus {
    background-color: #ebebeb;
    color: #000;
}

.nav-header {
    color: #999;
}


/*Modificacions del menú pels efectes del Bootstrap XML Navigation*/
.nocaret .caret {
    visibility: hidden;
}

.dropdown-submenu .dropdown-toggle {
    color: #999 !important;
}

    .dropdown-submenu .dropdown-toggle:hover {
        color: #fff !important;
    }


/*Footer*/
footer {
    background: #333;
    color: #ccc;
    margin-top: 20px;
    padding-left: 15px;
}

    footer a, footer strong, footer a:hover, .postfooter a, .postfooter a:hover {
        color: #fff;
    }

    footer h3 {
        color: #fff;
        font-size: 1.1em;
        font-weight: bold;
    }

/*Modal*/
.modal-header {
    background: #e40000;
}

    .modal-header h3 {
        color: #fff;
    }

    .modal-header a {
        font-weight: bold;
        font-size: 2em;
    }

/*.modal-backdrop {
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 990; /*menys que 1030*/ 
/*}*/

.modal-backdrop {
    z-index: 1031;
}

.close {
    font-size: 1em;
    color: #000000 !important;
}

.ajuda {
    font-weight: bold;
    font-size: 1.2em;
    margin-top: -10px;
}

    .ajuda:hover {
        color: #fff;
    }

/*Alerts*/
.alert a {
    text-decoration: underline;
    color: #fff;
}

    .alert a:hover {
        text-decoration: none;
    }

.alert-error {
    background: #e40000;
}

.alert-info {
    background-color: #3a87ad;
}

.alert-success {
    background-color: #3fb618;
}

.alert-warning {
    background-color: #ff7518;
}

/*Buscador*/
.searcher {
    background-color: #8e8e8e;
    margin-bottom: 15px; /*padding: 5px 5px 1px 10px;*/
}

input.buscador {
    border: 0px;
    background-color: #fff;
    color: #000;
    display: block;
    font-size: 12px;
    height: 12px;
    width: 90%;
    margin: 5px 60px 0px 2px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#btBuscadorSubmit {
    background: #e40000 url(img/buscador.png);
    border: none;
    color: transparent;
    font-size: 0;
    float: right;
    height: 29px;
    width: 29px;
    margin-top: -29px;
}

    #btBuscadorSubmit:hover {
        background: #B70000 url(img/buscador_hover.png);
    }


/*Idiomes*/
.idiomes {
    background-color: #8e8e8e;
    font-size: 0.9em;
}

    .idiomes a {
        color: #fff;
        text-decoration: underline;
    }

        .idiomes a:hover, .idiomes a:focus {
            color: #fff;
            text-decoration: none;
        }

/*Botons, Radio i Check*/
input[type="submit"] {
    color: #fff;
    background-color: #E40000;
    padding: 4px 10px 5px 10px;
    text-decoration: none;
    border: none; /* margin-top:-10px;*/
}

    input[type="submit"]:hover {
        background-color: #B70000;
    }

input[type="radio"], input[type="checkbox"] {
    float: left;
    line-height: 0.5em;
}

    input[type="radio"] + label, input[type="checkbox"] + label {
        display: inline-block;
        margin: -2px;
        padding: 4px 12px;
    }

/*Radio i chek divertits*/
.funkyradio div {
    clear: both;
    overflow: hidden;
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

    .funkyradio input[type="radio"]:empty ~ label,
    .funkyradio input[type="checkbox"]:empty ~ label {
        position: relative;
        line-height: 2.5em;
        text-indent: 3.25em;
        margin-top: 2em;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .funkyradio input[type="radio"]:empty ~ label:before,
        .funkyradio input[type="checkbox"]:empty ~ label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            width: 2.5em;
            background: #D1D3D4;
            border-radius: 3px 0 0 3px;
        }

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

    .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
    .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #C2C2C2;
    }

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}

    .funkyradio input[type="radio"]:checked ~ label:before,
    .funkyradio input[type="checkbox"]:checked ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #333;
        background-color: #ccc;
    }

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

.dreta {
    float: right;
}

.esquerra {
    float: left;
}

.btn-ccoo {
    background-color: #e40000;
    color: #fff !important;
}

    .btn-ccoo:hover {
        background-color: #e80000;
    }

.btn-gris {
    background-color: #999 !important;
}

    .btn-gris:hover {
        background-color: #666 !important;
    }

    .btn-gris:disabled {
        background-color: #999 !important;
    }

.btn-gran {
    padding: 20px !important;
}

.btn-cookies {
    margin: 50px 0 50px 0;
    font-weight: 700;
}

    .btn-cookies:hover {
        
        color: #fff !important;
    }
    /* Botó afiliat amagat en dispositius grans*/
    .btn-afiliat {
        display: none;
        visibility: hidden;
    }


/*Imatges*/
.imagefloatleft {
    float: left;
    margin: 0.25em 1em 0.25em 0;
}

@media (max-width:500px) {
    .imagefloatleft {
        width: 100%;
        margin-bottom: 15px;
    }
}


.imagefloatright {
    float: right;
    margin: 0.25em 0 0.25em 1em;
}


.superimage-container {
    margin-top: -50px;
    margin-bottom: 925px;
}

.superimage {
    left: 0;
    position: absolute;
}

    .superimage img {
        width: 100%;
        height: 100%;
    }

.imagebiggercol {
    display: block;
    width: 130%;
    height: 130%;
    margin-left: -15%;
    margin-bottom: 1.5em;
}

.imagefullcol {
    width: 100%;
    margin-bottom: 25px;
}

.imageleftext {
    float: left;
    margin: 0 1em 0.25em -200px;
    width: 100%;
}



/*Taules*/
.tdcaption {
    background-color: #555;
    color: #fff;
    padding: 10px 0 10px 0;
}

.tdclar {
    background-color: #fff;
    vertical-align: top;
}

.tdfosc {
    background-color: #f2f2f2;
    vertical-align: top;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
    background-color: #ccc !important;
}

/*Secció destacada gris*/
.gray {
    background: #EEE;
    margin: 20px 0 20px 0;
    padding: 15px 20px 0px 15px;
    border-top: 2px solid #BBB;
    border-bottom: 2px solid #BBB;
}

    .gray h2 {
        padding-left: 15px;
    }

    .gray h3, .gray h4 {
        font-size: 1.1em;
        font-weight: bold;
        height: 30px;
        line-height: 20px;
        padding-left: 15px;
        margin: 30px 0px 15px 0px;
    }

    .gray h4 {
        color: #999;
        margin: 20px 0px 15px 0px;
    }

    .gray p {
        padding-left: 15px;
        font-size: 0.9em;
    }

    .gray a {
        text-decoration: none;
        color: #555;
    }

        .gray a:hover {
            text-decoration: underline;
        }

        .gray a:visited {
            text-decoration: none;
            color: #999;
        }

.linkdestacat {
    text-decoration: underline !important;
}

    .linkdestacat:hover {
        text-decoration: none !important;
    }

/* Calendari de l'agenda: dia, mes, any */
.fecha {
    text-align: center;
    width: 50px;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    border: 1px solid #000000;
    background: #dc2929;
    color: #fff;
    float: left;
    margin: 1.2em 1em 0.25em 0;
}

.mes, .any {
    font-size: 14px;
}

.dia {
    font-size: 30px;
    line-height: 22px;
}

.datallistatnoticies {
    font-size: 0.9em;
}


#calendar {
    width: 100%;
    margin: 0 auto;
}

/* FullCalendar: agenda organitzativa*/
.fc-prev-button, .fc-next-button, .fc-today-button,
.fc-month-button, .fc-basicWeek-button, .fc-basicDay-button, .fc-listYear-button {
    font-weight: 700;
    font-family: "Open Sans", Calibri, Candara, Arial, sans-serif;
}

    .fc-prev-button:before {
        content: "<";
    }

    .fc-next-button:before {
        content: ">";
    }

/*Semafor cares*/
.semaforverd {
    background: url(img/semafor_cares.png);
    background-position: -1px -1px;
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-right: 8px;
    vertical-align: middle;
}

.semaforverdclar {
    background: url(img/semafor_cares.png);
    background-position: -1px -79px;
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-right: 8px;
    vertical-align: middle;
}

.semaforambar {
    background: url(img/semafor_cares.png);
    background-position: -1px -27px;
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-right: 8px;
    vertical-align: middle;
}

.semaforvermell {
    background: url(img/semafor_cares.png);
    background-position: -1px -53px;
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-right: 8px;
    vertical-align: middle;
}




/*Xarxes socials*/
.fb {
    background: url(img/social.png);
    background-position: -37px -37px;
    display: inline-block;
    height: 35px;
    width: 35px;
}

    .fb:hover {
        background-position: -1px -37px;
    }

.tw {
    background: url(img/social.png);
    background-position: -1px -1px;
    display: inline-block;
    height: 35px;
    width: 35px;
}

    .tw:hover {
        background-position: -37px -1px;
    }

.yt {
    background: url(img/social.png);
    background-position: -1px -73px;
    display: inline-block;
    height: 35px;
    width: 35px;
}

    .yt:hover {
        background-position: -37px -73px;
    }

.rss {
    background: url(img/social.png);
    background-position: -37px -109px;
    display: inline-block;
    height: 35px;
    width: 35px;
}

    .rss:hover {
        background-position: -1px -109px;
    }

.lnkdn {
    background: url(img/social.png);
    background-position: -1px -145px;
    display: inline-block;
    height: 35px;
    width: 35px;
}

    .lnkdn:hover {
        background-position: -37px -145px;
    }

.instgrm {
    background: url(img/social.png);
    background-position: -37px -181px;
    display: inline-block;
    height: 35px;
    width: 35px;
}

    .instgrm:hover {
        background-position: -1px -181px;
    }


/*Confederacions*/
.ccoo_es {
    background: url(img/unions.png);
    background-position: -1px -38px;
    display: inline-block;
    height: 35px;
    width: 104px;
    margin-top: 2px;
}

    .ccoo_es:hover {
        background-position: -1px -75px;
    }

.ces_etuc {
    background: url(img/unions.png);
    background-position: -107px -38px;
    display: inline-block;
    height: 35px;
    width: 70px;
    margin: 2px 0 0 15px;
}

    .ces_etuc:hover {
        background-position: -107px -75px;
    }

.ituc {
    background: url(img/unions.png);
    background-position: -179px -38px;
    display: inline-block;
    height: 35px;
    width: 38px;
    margin: 5px 0 0 15px;
}

    .ituc:hover {
        background-position: -179px -75px;
    }


/*FancyBox*/
/*.fancybox-custom .fancybox-skin {box-shadow: 0 0 50px #222;}*/

/*Utilitzat als iframes de mapes de google a footer_territori*/
.embed-container {
    position: relative;
    /*padding-bottom: 56.25%;*/
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

    .embed-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 95%;
        height: 95%;
    }


/*Gmaps*/
.map {
    margin: 0px;
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

    .map iframe {
        left: 50%;
        top: 0px;
        width: 100%;
        margin-left: -50%;
        position: absolute;
    }

    .map #map_canvas {
        left: 50%;
        top: 0px;
        width: 100%;
        margin-left: -50%;
        position: absolute;
    }

#map_canvas {
    left: 0px;
    width: 100%;
    height: 300px;
    position: absolute;
    background-color: gray;
}

.mapaContacte img {
    margin-bottom: 10px;
    width: 870px;
}



/*.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }*/

/*Slider - Banners grans*/
/*
.caption { z-index:500; position:absolute; top:0; right:0; bottom:0; background-image:url(img/slides/caption-bg.png); padding:21px 1.3% 5px 2%; width:27.4%; color:#fff; }
.caption div.tit-slide p { font-size:1.2em; font-weight:bold; color:#ccc; position: absolute; top:10px; }
.caption div.des-slide p { font-size:1.5em; font-weight:bold; color:#FFF; margin-top:50px; line-height:25px; }
.caption a.btn-slide { display:none; }
.btn-ccoo.slide { background-color: #e40000; color: #fff !important; cursor: pointer; font-size: 1.3em; font-weight: bold; padding:8px 12px; text-decoration: none !important; max-width:165px; position:absolute; bottom:8%; right:0; z-index:101;}
*/



/* Cronologia */

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
    margin-bottom: 100px;
}

    .timeline:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 48px;
        width: 2px;
        margin-left: -1.5px;
        content: '';
        background-color: #e9ecef
    }

    .timeline > li {
        position: relative;
        min-height: 50px;
        margin-bottom: 50px
    }

        .timeline > li:after, .timeline > li:before {
            display: table;
            content: ' '
        }

        .timeline > li:after {
            clear: both
        }

        .timeline > li .timeline-panel {
            position: relative;
            float: right;
            width: 60%;
            padding: 0 20px 0 100px;
            text-align: left;
        }

            .timeline > li .timeline-panel:before {
                right: auto;
                left: -15px;
                border-right-width: 15px;
                border-left-width: 0
            }

            .timeline > li .timeline-panel:after {
                right: auto;
                left: -14px;
                border-right-width: 14px;
                border-left-width: 0
            }

        .timeline > li .timeline-image {
            position: absolute;
            z-index: 100;
            left: 0;
            width: 80px;
            height: 80px;
            margin-left: 0;
            text-align: center;
            color: #fff;
            border: 7px solid #e9ecef;
            border-radius: 100%;
            background-color: #fed136;
        }

            .timeline > li .timeline-image h4 {
                font-size: 10px;
                line-height: 14px;
                margin-top: 12px
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
            padding: 0 20px 0 100px;
            text-align: left
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                right: auto;
                left: -15px;
                border-right-width: 15px;
                border-left-width: 0
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                right: auto;
                left: -14px;
                border-right-width: 14px;
                border-left-width: 0
            }

        .timeline > li:last-child {
            margin-bottom: 0
        }

    .timeline .timeline-heading h4 {
        margin-top: 0;
        color: inherit
    }

        .timeline .timeline-heading h4.subheading {
            text-transform: none
        }

    .timeline .timeline-body > p, .timeline .timeline-body > ul {
        margin-bottom: 0
    }


@media (min-width:768px) {
    .timeline > li .timeline-panel {
        width: 70%;
    }
}

@media (min-width:992px) {
    .timeline:before {
        left: 51%
    }

    .timeline > li {
        min-height: 100px;
        margin-bottom: 100px
    }

        .timeline > li .timeline-panel {
            float: left;
            width: 35%;
            padding: 0 20px 20px 30px;
            text-align: right;
        }

        .timeline > li .timeline-image {
            left: 50%;
            width: 100px;
            height: 100px;
            margin-left: -50px
        }

            .timeline > li .timeline-image h4 {
                font-size: 13px;
                line-height: 18px;
                margin-top: 16px
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
            padding: 0 30px 20px 20px;
            text-align: left
        }
}

@media (min-width:1200px) {
    .timeline > li {
        min-height: 170px
    }

        .timeline > li .timeline-panel {
            padding: 0 20px 20px 100px;
            width: 25%;
        }


        .timeline > li .timeline-image {
            width: 170px;
            height: 170px;
            margin-left: -85px
        }

            .timeline > li .timeline-image h4 {
                margin-top: 40px
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            padding: 0 100px 20px 20px
        }
}

/* Accordion */

.accordionHeader, .accordionHeader2 {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #f5f5f5; /*#2E4d7B;*/
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeader2 {
    background-color: #ACACAC;
}

.accordionHeader a {
    color: #000;
    background: none;
    text-decoration: none;
}

    .accordionHeader a:hover {
        background: none;
        text-decoration: underline;
    }

.accordionHeaderSelected {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #646464; /*#5078B3;*/
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

    .accordionHeaderSelected a {
        color: #FFFFFF;
        background: none;
        text-decoration: none;
    }

        .accordionHeaderSelected a:hover {
            background: none;
            text-decoration: underline;
        }

.accordionContent {
    background-color: #e4e4e4;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}


/*Altres estils*/
[data-toggle="collapse"] {
    cursor: pointer;
}

.centre {
    margin-bottom: 10px;
}

.caption_title {
    font-size: 1.5em;
    line-height: 1em;
    color: #fff;
    margin-bottom: 0;
}

.titolPestanya {
    font-size: 1.3em;
    color: #999;
    line-height: 1.2em;
}

    .titolPestanya:hover {
        color: #999;
    }

.dropdownAuto {
    width: auto;
}

.noticia, .noticia:hover {
    display: block;
    border-bottom: 1px dotted #555;
    padding-bottom: 10px;
    color: #666;
}

.titolnoticia1 {
    font-size: 3em;
    color: #000;
    line-height: 1em;
}

.avantitol1 {
    line-height: 30px;
    color: #999;
}

.peunoticia {
    font-size: 0.9em;
    margin-top: 1.5em;
}

.requadrenoticia {
    margin-bottom: 50px;
}

    .requadrenoticia a {
        color: #e40000;
    }

.requadre_resposta_autor, .requadre_resposta {
    font-size: 1em;
    line-height: 1.5em;
    background: #ecebeb url(img/bg-blockquote.png) no-repeat right bottom;
    padding: 10px 64px 15px 15px;
    border-left: 5px solid #bbb;
}

.requadre_resposta_autor {
    background: #ccc url(img/bg-blockquote.png) no-repeat right bottom;
}

.revista {
    padding-bottom: 15px;
}

.linksnodestacats a {
    color: #555;
}

    .linksnodestacats a:visited {
        color: #999;
    }

.hidden {
    display: none;
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.border {
    border: solid 1px #666666;
}

.noborder {
    border: none;
}

.postfooter {
    background: #000;
    color: #fff;
    font-size: 0.85em;
    margin-top: 2px;
    line-height: 30px;
}

    .postfooter p {
        padding-left: 15px;
    }

.nomAfiliat {
    margin: 200px;
    color: Aqua;
}

.firstLetter::first-letter {
    text-transform: capitalize;
}

.afiliat a {
    display: block;
    padding: 3px 0px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #999999;
    white-space: nowrap;
}

    .afiliat a:hover {
        background: none !important;
        color: #000 !important;
    }

.block {
    display: table; /*clear:both;*/
}

.ajuntar {
    margin-top: 18px;
}

.ajuntarH3 {
    margin-top: 50px;
}

.icon-telf {
    background-image: url("img/phone.png");
    background-position: 0px 0px;
}

.icon-fax {
    background-image: url("img/fax.png");
    background-position: 0px 0px;
}

.icon-arrow-up {
    background-image: url("https://www.ccoo.cat/App_Themes/v5/img/glyphicons-halflings.png") !important;
    background-position: -289px -96px !important;
}

.pregunta {
    background: #ebebeb;
    color: #000;
    font-size: 1.1em;
    padding: 10px;
    display: block;
    margin-left: 15px;
}

    .pregunta:hover {
        text-decoration: none;
        color: #333;
        cursor: pointer;
    }

.resposta {
    margin: -10px 0 15px 40px;
    /*margin:0px 0 20px 40px;*/
    }

.center {
    text-align: center;
}

.msgcookie {
    display: block;
    position: fixed;
    bottom: 0;
    background: #000;
    color: #fff;
    right: 0;
    left: 0;
    z-index: 1032;
    margin-bottom: 0;
    min-height: 250px;
}

    .msgcookie p {
        padding: 10px 0 0 30px;
    }

        .msgcookie p a:link, .msgcookie p a:active, .msgcookie p a:visited, .msgcookie p a:hover {
            color: #fff;
            text-decoration: underline;
        }

    .msgcookie label {
        font-size: 11px;
    }

    .msgcookie h2{color:#fff;}

.nonedecoration, .nonedecoration:hover, .nonedecoration:active {
    text-decoration: none;
    color: #000;
}

.indent {
    margin-left: 40px;
}

.botonsAgendaAmbit {
    margin-top: 160px;
}

.ruButton, .ruBrowse {
    background: #E40000 !important;
    color: #fff !important;
    cursor: pointer !important;
    font-size: 1em !important;
    font-weight: bold !important;
    height: 20px;
    line-height: 20px;
}

.radUploadCCOO {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
}

.blanc {
    color: #fff;
}

.negre {
    color: #000;
}

.vermell {
    color: #E40000;
}

.upx {
    margin-top: 2px;
}

.img-circle {
    border-radius: 50%;
}

#assessoramentBCN h3 {
    margin-top: -20px;
    color: #8e8e8e;
    font-size: 0.9em;
}

#assessoramentBCN p {
    color: #999;
    margin-top: -25px;
}

#IT, #RL, #SS, #MT {
    display: block;
    padding: 10px;
    visibility: hidden; /*font-size: 1.1em;   margin-left:15px;*/
}

.textmini {
    font-size: 0.8em;
}

.cooperaciosindical h2 {
    font-size: 2.3em;
    font-family: 'Ultra', Georgia, "Times New Roman", Times, serif;
}

.anchor {
    display: block;
    height: 64px; /*same height as header*/
    margin-top: -64px; /*same height as header*/
    visibility: hidden;
}



/*Flex Video*/
.flex-video {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
}

    .flex-video.widescreen {
        padding-bottom: 57.25%;
    }

    .flex-video.vimeo {
        padding-top: 0;
    }

    .flex-video iframe, .flex-video object, .flex-video embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
    .flex-video {
        padding-top: 0;
    }
}


/*Zoom - no funciona en tots els navegadors*/

.zoom-wrapper {
    overflow: hidden;
}

.zoom {
    -moz-transition: 250ms ease-out;
    -webkit-transition: 250ms ease-out;
    -o-transition: 250ms ease-out;
    transition: 250ms ease-out;
}

    .zoom:hover {
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=75);
        -moz-opacity: 0.75;
        -khtml-opacity: 0.75;
        opacity: 0.75;
    }



/*FileExplorer de Telerik*/
.rwIcon {
    display: inline-block !important;
    width: 14px !important;
    height: 14px !important;
    margin-top: 15px !important;
    margin-right: .3em !important;
    line-height: 14px !important;
    vertical-align: text-top !important;
    background-repeat: no-repeat !important;
    background-image: url("img/glyphicons-halflings-white.png") !important;
    background-position: -96px -120px !important;
}

/*Camera*/
.camera_caption a {
    color: #fff;
    background-color: #E40000;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}

    .camera_caption a:hover {
        background-color: #B70000;
    }


/*Federacions, Territoris i altres subwebs*/
.titolMaster {
    font-size: 3em;
    color: #fff;
    line-height: 1.5em;
}

.titolMasterLlarg, .titolLlarg {
    font-size: 2.2em;
    color: #fff;
    line-height: 2em;
}

.titolLlarg {
    color: #000;
}

.contenidorFede {
    margin-top: 30px;
}

.contenidorFedeTitol {
    margin-top: 100px;
}



/*Blog*/

.capcalera-blog {
    color: #fff;
    font-size: 0.85em;
    margin-top: 2px;
    height: auto;
}

    .capcalera-blog img {
        width: 100%;
        height: auto;
    }

    .capcalera-blog h1, .capcalera-blog h2 {
        color: #1ABB9B;
        font-size: 5.5em;
        font-family: "Raleway", Arial, "Helvetica Neue", sans-serif;
        margin: 0 auto;
        padding-top: 20px;
        text-align: center;
    }

    .capcalera-blog h1 {
        font-weight: 400;
    }

    .capcalera-blog h2 {
        color: #000;
        font-size: 2.5em;
    }

.navbar-blog {
    background: #c4c4c4;
}

    .navbar-blog .navbar-inner {
        background: #c4c4c4;
    }

    .navbar-blog .nav li a {
        color: #555;
        text-shadow: none;
    }

        .navbar-blog .nav li a:hover {
            background-color: Green;
            color: #fff;
        }

.navbar-blog-options {
    margin-left: 140px;
}


/*11congres*/
.clearall {
    position: absolute;
    top: 0;
}

.capcalera-11congres {
    color: #fff;
    font-size: 0.85em; /*margin-top:2px;*/
    height: auto;
}

.capcalera-11congres {
    color: #fff;
    font-size: 0.85em;
    margin-top: 2px;
    height: auto;
}

    .capcalera-11congres img {
        width: 100%;
        height: auto;
    }

    .capcalera-11congres h1, .capcalera-blog h2 {
        color: #D6071B;
        font-size: 5.5em;
        font-family: 'Roboto Condensed', Arial, "Helvetica Neue", sans-serif;
        padding: 5px 0 0 60px;
    }

    .capcalera-11congres h1 {
        font-weight: 400;
    }

    .capcalera-11congres h2 {
        color: #000;
        font-size: 2.5em;
    }


/*11è Congrès*/

.navbar-11congres {
    background: #D6071B;
    margin-top: -25px !important;
}

    .navbar-11congres .navbar-inner {
        background: #D6071B;
    }

    .navbar-11congres .nav li a {
        color: #fff;
        text-shadow: none;
        font-weight: bold;
    }

        .navbar-11congres .nav li a:hover {
            background-color: #980514 !important;
            color: #fff;
        }

.navbar-11congres-options {
    margin-left: 140px;
}

.navbar-11congres .btn-navbar {
    background-image: linear-gradient(to bottom,#D6071B,#D6071B) !important;
}

    .navbar-11congres .btn-navbar:hover {
        background-color: #D6071B;
    }


/*Escola Adults*/
.navbar-inner-escolaadults {
    min-height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #000 !important;
    background-repeat: repeat-x;
    border: 1px solid transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    background-image: linear-gradient(to bottom, #080808, #080808);
}


.nav-grisCFA {
    background-color: grey !important;
    margin-top: 105px;
    min-height: 50px !important;
}

.nav-menuCFA {
    margin-top: -8px !important;
}


.contenidorCFA {
    margin-top: 110px;
}

.noticiesCFA table {
    margin: 10px;
}

    .noticiesCFA table td {
        padding-right: 10px;
    }

.anchorCFA {
    display: block;
    height: 170px; /*same height as header*/
    margin-top: -170px; /*same height as header*/
    visibility: hidden;
}


/* @Media*/
@media (max-width: 719px) {
    .titolMaster {
        /*font-size: 1em !important;*/
        /*margin-top:20px;*/
        /*padding-top:30px;*/
        /*padding-left: 5px;*/
        float: left;
        clear: both;
    }
}


@media (max-width: 767px) {

    #identificacio {
        background-color: #ffffff;
        padding: 10px;
    }

    .ajuntar {
        margin-top: -15px;
    }

    .slide img {
        visibility: hidden;
    }

    .caption {
        position: absolute;
        bottom: 0px;
        background-image: url(img/slides/caption-bg.png);
        width: 100%;
        z-index: 111111;
    }

        .caption div.des-slide p {
            font-size: 1em;
            color: #fff;
            font-weight: bold;
            position: absolute;
            top: -50px;
            padding-left: 15px; /* margin-bottom:30px;*/
        }
        /*.pagination,*/ .arrow, .caption div.tit-slide p {
            visibility: hidden;
        }

    .btn-ccoo.slide {
        background-color: #e40000;
        color: #fff !important;
        cursor: pointer;
        font-size: 1em;
        position: absolute;
        bottom: 8%;
        left: 0;
        text-decoration: none !important;
        font-weight: bold;
        z-index: 101;
        padding: 8px 12px 12px 15px;
        width: 100px;
    }


    .btn-afiliat {
        display: block;
        float: left;
        padding: 7px;
        margin-top: 15px;
        font-size: 1em;
        font-weight: bold;
        color: #ffffff;
        text-shadow: 0 1px 0 #080808;
        background-color: #e40000;
        visibility: visible;
    }

        .btn-afiliat:hover, .btn-afiliat:active, .btn-afiliat:focus {
            background-color: #fff;
            text-decoration: none;
            text-shadow: 0 0.3px 0 #080808 !important;
        }

        .btn-afiliat:focus {
            color: #e40000;
        }

    .titolMaster {
        font-size: 1.5em !important;
        margin-top: 15px !important;
        padding-left: 5px;
        float: left;
    }

    .nav-grisCFA {
        background-color: grey !important;
        margin-top: -20px;
    }

        .nav-grisCFA .nav li a {
            color: #fff;
        }


    .indent {
        margin-left: 15px;
    }


    .modal-backdrop {
     visibility:hidden;
     }
}


@media (min-width: 768px) and (max-width: 979px) {
    #identificacio {
        background-color: #ffffff;
        padding: 10px;
    }

    .caption {
        position: absolute;
        bottom: 0px;
        background-image: url(img/slides/caption-bg.png);
        width: 100%;
        z-index: 111111;
    }

        .caption div.tit-slide p {
            color: #ccc;
            padding-left: 15px;
        }

        .caption div.des-slide p {
            color: #fff;
            font-size: 1.5em;
            font-weight: bold;
            margin-bottom: 20px;
            padding-left: 15px;
        }

    .arrow {
        visibility: hidden;
    }

    .btn-ccoo.slide {
        background-color: #e40000;
        color: #fff !important;
        cursor: pointer;
        text-decoration: none !important;
        font-weight: bold;
        z-index: 101;
        padding: 8px 12px;
        bottom: 8%;
        width: 100px;
        margin-top: 100px;
    }

    .nav-grisCFA {
        background-color: grey !important;
        margin-top: -20px;
    }

        .nav-grisCFA .nav li a {
            color: #fff;
        }

    .titolMaster {
        font-size: 2em;
        color: #fff;
        line-height: 2.2em;
    }
}

@media (max-width: 979px) {


    .capcaleraBlog h1 {
        font-size: 3.5em;
    }

    .contenidorCFA {
        margin-top: 10px;
    }

    /* Menú superior per a dispositius mòbils */
    .navbar-inner {
        margin-top: -60px;
    }
}

@media (min-width: 980px) {
    .caption {
        z-index: 500;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background-image: url(img/slides/caption-bg.png);
        padding: 21px 1.3% 5px 2%;
        width: 27.4%;
        color: #fff;
    }

        .caption div.tit-slide p {
            font-size: 1.2em;
            font-weight: bold;
            color: #ccc;
            position: absolute;
            top: 10px;
        }

        .caption div.des-slide p {
            font-size: 1.5em;
            font-weight: bold;
            color: #FFF;
            margin-top: 40px;
            line-height: 25px;
        }

        .caption a.btn-slide {
            display: none;
        }

    .btn-ccoo.slide {
        background-color: #e40000;
        color: #fff !important;
        cursor: pointer;
        font-size: 1.3em;
        font-weight: bold;
        padding: 8px 12px;
        text-decoration: none !important;
        max-width: 165px;
        position: absolute;
        bottom: 8%;
        right: 0;
        z-index: 101;
    }

    .nav span {
        font-size: 98%;
    }
}



@media (min-width: 1200px) {
    /*.nav span{font-size: 1em;}*/

}

@media (min-width: 980px) and (max-width: 1200px) {
    .nav-grisCFA {
        background-color: grey !important;
        font-size: 0.8em !important;
    }
}



@media (min-width: 981px) and (max-width: 1279px) {
    .titolMaster {
        font-size: 2.5em;
        color: #fff;
        line-height: 1.9em;
    }
}

@media (min-width: 1279px) {
    .navbar-blog .navbar-inner {
        margin-left: 50px;
    }

    .navbar-11congres .navbar-inner {
        margin-left: 50px;
    }
}



@media print {
    /* estils que s'apliquen quan imprimim */

    aside table, aside h3, aside p, aside embed, a:link:after, a:visited:after, .idiomes, .searcher, footer, .postfooter, .addthis_toolbox, .addthis_default_style, .addthis_32x32_style {
        display: none;
    }

    h1 {
        font-size: 1.9em;
    }

    body {
        margin-top: -80px;
    }

    p, br {
        orphans: 3;
        widows: 3;
    }
}
