@charset "UTF-8";

@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
/* CSS Document */


/* ESPECIAL PERIODE COVID 19 */

/*.info, .foto-directe, .programa-next {visibility: hidden !important;}

.eu-cookie-compliance-banner .info {visibility: visible !important;}*/

/*



/*BODY*/
iframe{
    overflow:hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    line-height:22px;
    background: #fff;
    margin:0;

    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
}

a,
a img,
a span,
a:before,
a:after,
li:after,
.navbar-toggle,
.navbar-toggle span,
.btn,
.directe-cont,
.directe-plens-con,
.podcasts-cont .podcasts .share-cont .embed,
.essencials-alacarta .essencial .share-cont .embed,
.essencials-home .essencial .share-cont .embed {
    transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out; /* Firefox 4 */
    -webkit-transition: all 0.2s ease-in-out; /* Safari and Chrome */
    -o-transco-facetion:all 0.2s ease-in-out; /* Opera */
    outline:0!important;
}

a {
    color:#999;
    text-decoration:underline;
}
a:hover {
    color:#cc111f;
}

input,
select,
textarea,
.form-control {
    position: relative;
/*    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;*/
    outline: 0!important;
    border: 1px solid #dcdcdc;

    width: 100%;
    border-radius: 2px;

    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
}
input:focus,
select:focus,
textarea:focus,
.form-control:focus {
    border-color: #333;
}
.select-wrapper,
.select-wrapper select {
    position: relative;
}
.select-wrapper:after {
    position: absolute;
    content: ' ';
    right: 10px;
    top: 46%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #fff url(../images/ico-select.svg) no-repeat center center!important;
    background-size: 100% auto;
    margin: 0;
}

.textarea-embed {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    max-width: 320px;
    min-height: 70px;
    border-color: #d5d5d5;
    padding: 4px 10px;
    font-size: 90%;
    outline: 0!important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.essencials-home .essencial .share-cont .textarea-embed {
    border-color: #fff;
    color: #000;
}

.btn {
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
    border-radius: 2px;
}
.btn-default {
    color: #666;
    background-color: #fff;
    border-color: #ccc;
}
.btn-primary {
    color: #fff;
    background-color: #cc111f;
    border-color: #cc111f;
}
.btn-default:hover,
.btn-primary:hover,
.btn-default:focus,
.btn-primary:focus,
.btn-default.focus,
.btn-primary.focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #333;
    border-color: #333;
}
nav.tabs {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom:40px;
    padding: 0 20px;
}


.nav-tabs {
    border-bottom: 1px solid #eee;
}
.nav-tabs li {
    width:auto;
}
.nav-tabs > li > a {
    position:relative;
    padding: 6px 10px;
    border-radius: 2px 2px 0 0;
    background:#cc111f;
    color:#fff;
    text-decoration:none;
}
.nav-tabs > li > a:hover {
    background:#b70f1b;
    border: 1px solid transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    font-weight: 600;
    border: 1px solid #eee;
    border-bottom: 1px solid transparent;
    padding: 11px 10px 6px 10px;
    margin-top: -5px;
}
.tab-content {
    padding:6px;
}

hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px dotted #eee;
}

.field--name-field-media-document {
    position: relative;
    margin: 40px 0;
}
.field--name-field-media-document .field--item {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 4px;
    margin-bottom: 10px;
}
.field--name-field-media-document .field--item:last-child {
    margin-bottom: 0;
}
.field--name-field-media-document .field--item .file {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 !important;
    padding-bottom: 6px;
}
.field--name-field-media-document .field--item .file span {
    border: 0;
}
.field--name-field-media-document .field--item .file .icon {
    color: #cc101f;
}
.field--name-field-media-document .field--item .file .file-link::first-letter {
    text-transform: uppercase;
}
.field--name-field-media-document .field--item .file .file-size {
    color: inherit;
}


/*************TITOLS*************/

.h2, h2 {
    font-size: 20px;
    line-height: 24px;
}
.h3, h3 {
    font-size: 16px;
    line-height: 20px;
}

/*************PUBLI TOP*************/

.publi-top {
    position:relative;
    text-align:center;
    padding: 20px 0;
    overflow:hidden;
    background:#222;
    min-height: none !important;
}
.publi-top img {
   display: inline;
}
.publi-top .banner {
    padding:0;

}
.publi-top .banner > div {
    display:inline-block;
    /*height: 90px;*/
    width: 100%;
     text-align: center;
}
.publi-top span {
    position:relative;
    display:inline-block;
    left: -4px;
    top: 30px;
    display: none;
}


/*************DIRECTE*************/

.directe-cont,
.directe-plens-cont {
    position:relative;
    background: #fff;
    font-size: 14px;
}
.directe-cont > *,
.directe-plens-cont > * {
    transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out; /* Firefox 4 */
    -webkit-transition: all 0.2s ease-in-out; /* Safari and Chrome */
    -o-transition:all 0.2s ease-in-out; /* Opera */
    outline:0!important;
}
.directe-plens-cont > .container {
    position:relative;
    padding-right: 30px;
}
.directe-cont > .container {
    padding: 0;
}
.directe-cont .directe,
.directe-cont .acontinuacio,
.directe-cont .more {
    padding: 0;
    height:108px;
}
.directe-cont .directe {
    position: relative;
}
.directe-cont .directe .foto-directe {
    padding:0;
    position: absolute;
    left: -14px;
    bottom: 0;
    width: 30%;
    z-index: 1;
}
.directe-cont.fixed .directe .foto-directe {
    display: none;
}
.directe-cont .directe .foto-directe img {
   width:100px;
   padding-right:10px;
   margin-top: -30px;
}
.directe-cont .directe .info-directe {
    padding:24px 0 0 10px;
    overflow: hidden;
}
.directe-cont .directe .info-directe .info {
   padding:0;
}
.directe-cont .directe .info-directe .info strong {
    text-transform:uppercase;
}
.directe-cont .directe .info-directe .programa {
    font-size: 18px;
    line-height: 20px;
    color: #cc111f;
    font-weight: 100;
    letter-spacing: -1px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 94%;
    white-space: nowrap;
}
.directe-cont .directe a,
.directe-plens-cont a {
    position: absolute;
    top: 0;
    right: 0;
    bottom:0;
    display:inline-block;
    cursor:pointer;
    z-index: 1;
}
.directe-plens-cont a {
    color:transparent
}

.directe-cont .directe a:after,
.directe-plens-cont a:after {
    position: absolute;
    content:" ";
    top: 30px;
    right: 20px;
    display:inline-block;
    width:50px;
    height:50px;
    background:#cc111f url(../images/ico-directe-play.png) no-repeat center center;
    background-size:40% auto;
    border-radius:50%;
    z-index: 0;
}
.directe-plens-cont a:after {
    -webkit-box-shadow: 0px 0px 16px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 16px 2px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 16px 2px rgba(0,0,0,0.15);
}
.directe-cont .directe a:after {
    display:none;
}
.directe-cont .directe a:hover:after,
.directe-plens-cont a:hover:after {
    background:#dedede url(../images/ico-directe-play.png) no-repeat center center;
    background-size:40% auto;
}
.directe-plens-cont a:hover:after {
    background:#aaa url(../images/ico-directe-play.png) no-repeat center center;
    background-size:40% auto;
}

/*Animació*/
.spinner {
    position: absolute;
    top: -16px;
    right: 30px;
    bottom: 0;
    cursor: pointer;
    z-index: 0;
}
.spinner-btn {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -10px;
    left: -46px;
}
.spinner-btn:after {
    position: absolute;
    content:" ";
    top: 30px;
    right: 30px;
    display:inline-block;
    width:40px;
    height:40px;
    background:rgba(204,17,31,.8) url(../images/ico-directe-play.png) no-repeat center center;
    background-size:40% auto;
    border-radius:50%;
    z-index: 99;
}
.spinner-btn * {
    box-sizing: border-box;
}
.ball {
    height: 100%;
    width: 100%;
    background: rgba(204,17,31,.2);
    position: absolute;
    border-radius: 50%;
    border: 0px solid rgba(204,17,31,.6);
    animation: pulse 3.5s infinite;
    cursor: pointer;
}
.ball-2 {
    animation-delay: -0.75s;
}
.ball-3 {
    animation-delay: -1.5s;
}
.ball-4 {
    animation-delay: -2.25s;
}
@keyframes pulse {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 1;
        border-width: 50px;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
        border-width: 0;
    }
}
/*/ Animació*/


/*a continuacio*/

.directe-cont .programa-next {
    position: absolute;
    left: 60px;
    top: 24px;
    text-transform: uppercase;
}

.directe-cont .acontinuacio-prog {
    float:left;
    padding: 0;
}
.directe-cont .acontinuacio-prog:nth-child(1) {
    background:#f0f0f0;
}
.directe-cont .acontinuacio-prog:nth-child(2) {
    background:#e7e7e7;
}
.directe-cont .arrow-right {
   float: left;
   width: 0;
   height: 0;
   border-top: 54px solid transparent;
   border-bottom: 54px solid transparent;
   border-left: 20px solid green;
   margin-right: 20px;
}
.directe-cont .acontinuacio-prog:nth-child(1) .arrow-right {
   border-left-color: #fff;
   margin-right: 190px;
}
.directe-cont .acontinuacio-prog:nth-child(2) .arrow-right {
   border-left-color: #f0f0f0;
}
.directe-cont .acontinuacio-prog .info {
   padding: 24px 0 0 30px;
}

.directe-cont .acontinuacio-prog .programa {
    font-size: 30px;
    line-height: 38px;
    font-weight: 100;
    letter-spacing: -2px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 80%;
}
.directe-cont .more {
    position:relative;
    text-align:center;
}
.directe-cont .more .arrow-right {
   border-left-color: #e7e7e7;
}
.directe-cont .more a {
    float: right;
    display:inline-block;
    width:50px;
    height:50px;
    background:#dedede url(../images/ico-directe-more.png) no-repeat center center;
    background-size:40% auto;
    border-radius:50%;
    margin-top: 30px;
    text-indent:-99999999px;
    overflow:hidden;
}
.directe-cont .more a:hover {
    background:#cc111f url(../images/ico-directe-more.png) no-repeat center center;
    background-size:40% auto;
}

/*plens*/
.directe-plens-cont {
    height:40px;
    line-height:40px;
    color:#fff;
    background:#222 url(../images/bg-directe-plens.png) repeat-x left 10px;
}
.directe-plens-cont p {
    text-align:right;
    padding-right:70px;
}
.directe-plens-cont span {

}


/*MARQUESINA DIRECTES*/

:root {
  --offset: 30%;
  --move-initial: calc(30% + var(--offset));
  --move-final: calc(-130% + var(--offset));
}
@media (min-width: 768px){
    :root {
      --offset: 60%;
      --move-initial: calc(60% + var(--offset));
      --move-final: calc(-160% + var(--offset));
    }
}
@media (min-width: 1200px){
    :root {
      --offset: 100%;
      --move-initial: calc(100% + var(--offset));
      --move-final: calc(-200% + var(--offset));
    }
}

.marquee {
  overflow: hidden;
}
.marquee.running .marquee-inner {
  animation-play-state: running;
}
.marquee:hover .marquee-inner {
  animation-play-state: running;
}
.marquee.running:hover .marquee-inner {
  animation-play-state: paused;
}
.marquee span {
  padding: 0 20px;
  white-space: nowrap;
  font-weight: bold;
}

.marquee-inner {
  width: fit-content;
  display: flex;
  position: relative;
  transform: translate3d(var(--move-initial), 0, 0);
  animation: marquee 20s linear infinite;
  animation-play-state: running;
}

@keyframes marquee {
  0% {
    transform: translateX(var(--move-initial));
  }
  100% {
    transform: translateX(var(--move-final));
  }
}


/*************HEADER*************/

header {
    padding: 50px 0 16px 0;
    background:#cc111f ;
/*    background: url(../images/bg-header.png) repeat-x left bottom;*/
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0);
    -moz-box-shadow:    0px 3px 5px 0px rgba(0,0,0,0);
    box-shadow:         0px 3px 5px 0px rgba(0,0,0,0);
}
header.fixed {
    position:fixed;
    width:100%;
    top:0;
    left:0;
    z-index:3;
    background:#cc111f;
/*    background: url(../images/bg-header.png) repeat-x left 24px;*/


    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,.2);
    -moz-box-shadow:    0px 3px 5px 0px rgba(0,0,0,.2);
    box-shadow:         0px 3px 5px 0px rgba(0,0,0,.2);
}
header .navbar-default {
    padding:0;
    margin:0;
    background-color: transparent;
    border: 0;
    min-height:inherit;
}
header .navbar-default .navbar-brand {
    padding:0;
    height: auto;
}
header .navbar-default .navbar-brand img {
    width:200px;
    opacity:1;
}
header .navbar-default .navbar-brand:hover img {
    opacity:.6;
}
header .navbar-default .navbar-nav {
    margin:0;
    margin-top:20px;
}
header .navbar-default .navbar-nav li a,
header .navbar-default .navbar-nav li.dropdown span {
    position:relative;
    display:inline-block;
    color:rgba(255,255,255,1);
    padding: 0 10px;
    text-transform:uppercase;
    text-decoration:none;
    overflow: hidden;
}
header .navbar-default .navbar-nav li a:hover,
header .navbar-default .navbar-nav li a:focus,
header .navbar-default .navbar-nav .active > a,
header .navbar-default .navbar-nav .active > a:focus,
header .navbar-default .navbar-nav .active > a:hover {
    color:rgba(255,255,255,1);
    background:transparent;
}
header .navbar-default .navbar-nav .active > a {
    cursor:default!important;
}

/*Animació menu*/
header .navbar-default .navbar-nav > li a span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

header .navbar-default .navbar-nav > li a span::before {
    position: absolute;
    top: 140%;
    content: attr(data-hover);
    font-weight: 700;
    letter-spacing: -.6px;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

header .navbar-default .navbar-nav > li a:hover span,
header .navbar-default .navbar-nav > li a:focus span,
header .navbar-default .navbar-nav > .active > a span,
header .navbar-default .navbar-nav > .active > a:focus span,
header .navbar-default .navbar-nav > .active > a:hover span {
    -webkit-transform: translateY(-140%);
    -moz-transform: translateY(-140%);
    transform: translateY(-140%);
}

header .navbar-default .navbar-nav .categories {
    display: flex;
    clear: both;
    flex-direction: column;
    row-gap: 10px;
}
header .navbar-default .navbar-nav .categories > .dropdown {
    width: 50%;
}
/*Animació menu*/

header #menu-principal {
    padding:10px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
header .navbar-default .navbar-toggle {
    border:0;
    padding: 10px 0;
    background:transparent!important;
}
header .navbar-default .navbar-toggle .icon-bar {
    position:relative;
    width: 30px;
    height: 2px;
    margin-top: 6px;
    border-radius: 0;
    background-color: rgba(255,255,255,1);
}
header .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: rgba(255,255,255,1);
}
header .navbar-default .navbar-toggle .icon-bar:nth-child(1) {
    margin-top: 0;
}
header .navbar-default .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(1) {
   -ms-transform: rotate(45deg); /* IE 9 */
   -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
   transform: rotate(45deg);
   top: 8px;
}
header .navbar-default .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
   -ms-transform: rotate(-45deg); /* IE 9 */
   -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
   transform: rotate(-45deg);
}
header .navbar-default .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3) {
   display:none;
}
header .navbar-default .navbar-toggle[data-target="#menu-secondari"] {
    display: none;
    float: none;
    margin:0 0 0 22px;
    vertical-align: top;
}
header #menu-secondari {
    background:#cc111f url(../images/bg-menu-secondari.png) repeat-x right top;
    z-index: 2;
}
header #menu-secondari.collapse {
    display: block;
    visibility: visible;
}
header #menu-secondari .navbar-nav {
    width:100%;
}
header #menu-secondari .navbar-nav > li {
    float: none;
    display:block;
}
header #menu-secondari .navbar-nav > .divider {
    float: left;
    display: inline-block;
    width: 100%;
    height: 2px;
    background:rgba(255,255,255,.15);
    border-top:1px solid rgba(183,15,27,.8);
    margin: 6px 0;
}
header #menu-secondari .navbar-nav a,
header #menu-secondari .navbar-nav span {
    width:100%;
    padding: 4px 10px;
}

header #menu-secondari a:hover,
header #menu-secondari a:focus,
header #menu-secondari .active a {
    color:rgba(255,255,255,.6);
}
header #menu-secondari a:hover,
header #menu-secondari .active a {
    padding-left: 25px;
}
header #menu-secondari .navbar-nav span {
    cursor:default;
}
header #menu-secondari .navbar-nav .dropdown > .dropdown-menu {
    position: relative;
    display:block;
    top: 0;
    left: 0;
    min-width: 100%;
    padding: 0;
    padding-left:14px;
    margin: 0;
    font-size: inherit;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
header #menu-secondari .navbar-nav .dropdown > .dropdown-menu a {
    padding: 0px 8px;
    font-size:11px;
}
header #menu-secondari .navbar-nav .dropdown > .dropdown-menu a:hover {
    padding-left: 25px;
}
header #menu-secondari .navbar-nav .dropdown > .dropdown-menu a:before {
    content:"-";
    margin-right:2px;
}
.xarxes-header {
    margin: 0;
    margin-top: 5px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    opacity: 1;
    transition: all .2s ease-in-out;
    z-index: 1;
}
.xarxes-header li {
    display:inline-flex;
    margin:0;
    margin-left: 3px;
    padding:0;
}
.xarxes-header img {
    width: 112px;
}
.xarxes-header a {
    display:inline-block;
    width: 30px;
    height: 30px;
    transform: scale(1);
    transform-origin: center 6px;
    transition: all .2s ease-in-out;
    margin:0;
    padding:0;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:70% auto;
    text-indent:-99999999px;
    overflow:hidden;
    opacity:1;
    background-size: auto 100%;
    z-index: 0;
    line-height: 0;
}
.xarxes-header a.facebook {
    background-image:url(../images/ico-facebook.svg);
}
.xarxes-header a.twitter {
    background-image:url(../images/ico-twitter.svg);
}
.xarxes-header a.instagram {
    background-image:url(../images/ico-instagram.svg);
}
.xarxes-header a.youtube {
    background-image:url(../images/ico-youtube.svg);
}
.xarxes-header a.tiktok {
    background-image:url(../images/ico-tiktok.svg);
}
.xarxes-header a.twitch {
    background-image:url(../images/ico-twitch.svg);
}
.xarxes-header a:hover {
    transform: scale(1.5);
    z-index: 1;
}


header .navbar-default .frequencia {
    display: none;
    position: absolute;
    right: 14px;
    top: -30px;
}
header .navbar-default .frequencia img {
    width: 80px;
}


/*RADIO LAB*/

.menu-radioLAB-wrapper {
    margin-top: 0;
}
.menu-radioLAB-wrapper.fixed {
    margin-top: 100px;
}
.menu-radioLAB {
    background: #515256;
    padding: 20px 0;
}
.menu-radioLAB .menu.nav:before {
    display: inline-block;
    content: " ";
    width: 246px;
    height: 62px;
    background: url(../images/logo-sbd-lab.png) no-repeat center center;
    background-size: 100% auto;
    vertical-align: middle;
    margin-right: 40px;
}
.menu-radioLAB li {
    position: relative;
    display: inline-block;
}
.menu-radioLAB li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: transparent!important;
}
.menu-radioLAB li a:hover,
.menu-radioLAB .nav .open > a,
.menu-radioLAB .nav .open > a:hover,
.menu-radioLAB .nav .open > a:focus,
.menu-radioLAB .nav .dropdown-menu > .active > a,
.menu-radioLAB .nav .dropdown-menu > .active > a:hover,
.menu-radioLAB .nav .dropdown-menu > .active > a:focus {
    color: #bbb;
    background: transparent;
}

.menu-radioLAB .dropdown-menu {
    border: 0;
    border-radius: 4px;
    background-color: #515256;
}
.menu-radioLAB .dropdown-menu > li > a {
    display: block;
    padding: 3px 15px;
}



.menu-radioLAB .dropdown-menu {
    display: none !important;
}
.menu-radioLAB .dropdown-menu.open {
    display: block !important;
}



.descripcio-radiolab {
    margin: 20px 0;
    margin-bottom: 40px;
}

.docents-item {
    margin-bottom: 40px;
}
.docents-item .imatge {
    padding-left: 0;
}
.docents-item .imatge .field--type-image img {
    border-radius: 100%;
}
.docents-item .descripcio .titol {
    margin: 0;
    margin-bottom: 10px;
}

.cursos-cont {
    display: inline-block;
    width: 100%;
    padding: 40px 0;
}
.cursos-cont .titol-seccio {
    padding: 0;
}
.cursos-cont .tipu-curs-item {
    position: relative;
    text-align: center;
}
.cursos-cont .tipu-curs-item:nth-child(1) {
    padding-left: 0;
    padding-right: 20px;
}
.cursos-cont .tipu-curs-item:nth-child(3) {
    padding-right: 0;
    padding-left: 20px;
}
.cursos-cont .tipu-curs-item a {
    color: #333;
    text-decoration: none;
}
.cursos-cont .tipu-curs-item a:hover {
   color: #cc111f;
}
.cursos-cont .tipu-curs-item p {
    color: #555;
}


.fb-page,
.fb-page > span,
.fb-page > span > iframe {
    width: 100%!important;
}

/*Radio LAB*/


/*************EXTRES*************/
.page-header {
    padding:0 10px;
    margin:20px auto;
    margin-top: 40px;
    border:0;
}
.menu-radioLAB-wrapper .page-header {
    padding:0;
}
.titol-principal-cont {
    position: relative;
    padding:0 10px;
    text-transform:uppercase;
    margin:0;
    margin-top:40px;
}
.titol-principal-cont .titol-principal {
    padding-bottom:4px;
    border-bottom:1px solid #333;
    margin:0;
}
.titol-principal-cont .titol-principal h2, .titol-principal-cont .titol-principal h1 {
    display:inline-block;
    margin:0;
    vertical-align: middle;
    font-size: 26px;
    line-height: 30px;
}
.menu-esportsmini {
    margin-top: 10px;
    margin-bottom: 0;
    position: relative;
}
.display-inline-block{
    display: inline-block;
}
.titol-principal-cont .display-inline-block{
    display: block;
    overflow-x: auto;
}
.menu-seccio,
.menu-esportsmini ul {
    display:inline-block;
    padding:0;
    padding-left:60px;
    margin:0;
    margin-top: 2px;
    vertical-align: middle;
    width: 100%;
}
.titol-principal-cont .menu-seccio {
    padding-left: 0;
    width: max-content;
}

.menu-esportsmini ul {
    font-size: 80%;
}
.menu-seccio li,
.menu-esportsmini ul li {
    float: left;
    display:inline-block;
}
.menu-seccio li a,
.menu-esportsmini ul li a {
    display:inline-block;
    color:#333;
    text-decoration:none;
    text-transform: uppercase;
}
.menu-seccio li a:hover,
.menu-esportsmini ul li a:hover {
    color:#cc111f;
}
.menu-seccio li a.active,
.menu-esportsmini ul li  a.active {
    color:#cc111f;
    font-weight:600;
}
.menu-seccio > li > div,
.menu-esportsmini ul > li > div{
    display: inline-block;
}
.menu-seccio > li+li:before,
.menu-esportsmini ul > li+li:before {
    position:relative;
    padding: 0 4px;
    color: #333;
    content: "|";
    font-weight:300;
    top: -1px;
}
.block-views-blockmenu-actualitat-block-1 .titol-principal-cont,
.block-views-blockmenu-esports-block-1 .titol-principal-cont{
  margin-top: 0;
}
.enllac-cercador {
    position: relative;
    margin: 0 10px 30px;
}
.titol-principal-cont .enllac-cercador {
    position: absolute;
    right: 10px;
    top: -3px;
    margin: 0;
}
.enllac-cercador .link {
    position: relative;
    padding: 12px 12px;
    padding-right: 50px;
    color: #fff;
    background-color: #cc111f;
    border-color: #cc111f;
    text-transform: uppercase;
}
.enllac-cercador .link:hover {
    background-color: #333;
    border-color: #333;
}
.enllac-cercador .link:after {
    display: inline-block;
    position: absolute;
    content: " ";
    right: 10px;
    top: 9px;
    width: 26px;
    height: 26px;
    background: url(../images/ico-cerca.svg) no-repeat center center;
    background-size: auto 90%;
}

.titol-seccio {
    padding:0 10px;
    text-transform:uppercase;
    margin:20px 0;
}
.titol-seccio h2,
.titol-seccio h3 {
    padding-bottom:4px;
    border-bottom:1px solid #333;
    margin:0;
}
.titol-seccio h3 {
    text-transform:none;
    border:0;
    padding:0;
    letter-spacing:-.5px;
}
.destacats-home,
.esports-home,
.actualitat-home,
.essencials-home,
.noticies-llista,
.noticia-cont,
.noticia-rel-cont,
.programes-llista,
.taxonomy-list,
.noticia-results-list,
.cursos-llista,
.programa-cont,
.essencials-alacarta,
.programes-llista-alacarta,
.podcasts-cont,
.graella-cont,
.contacte-cont,
.sabadell-informa-cont {
    position:relative;
    padding:20px 0;
    background:#fff;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    overflow: hidden;
}
.esports-home,
.noticia-rel-cont,
.programes-llista-alacarta {
    background:#f4f4f4;
    border-color:#e5e5e5;
}
.programes-llista-alacarta .programes-item .imatge img {
    filter: url('https://radiosabadell.fm/themes/custom/radiosabadell/css/style.css?snyvav#grayscale'); /* Versión SVG para IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */
    filter: grayscale(100%) contrast(30%) brightness(160%); /* Para cuando es estándar funcione en todos */
    -webkit-filter: grayscale(100%) contrast(30%) brightness(160%);
    -moz-filter: grayscale(100%) contrast(30%) brightness(160%);
    -ms-filter: grayscale(100%) contrast(30%) brightness(160%);
    -o-filter: grayscale(100%) contrast(30%) brightness(160%);
}
.essencials-home {
    padding-bottom:80px;
    background:#cc111f url(../images/bg-header.png) repeat-x left bottom;
}
.noticies-llista,
.noticia-cont,
.programes-llista,
.taxonomy-list,
.noticia-results-list,
.cursos-llista,
.programa-cont,
.essencials-alacarta,
.contacte-cont,
.sabadell-informa-cont {
    padding-top:0;
}





/*************BREADRCRUMB************/

.breadcrumb {
    padding: 0;
    margin: 20px 10px;
    margin-top:0;
    background-color: transparent;
}
.breadcrumb a {
    color:#333;
    text-decoration:none;
}
.breadcrumb .active {
    color:#333;
    font-weight:600;
}
.breadcrumb > li+li:before {
    padding: 0 4px;
    color: #333;
    content: "/\00a0";
    font-weight:300;
}




.directe-plens-cont.fixed + .main-content.fixed {
    margin-top: 240px;
}
header.fixed + .main-content.fixed {
    margin-top: 200px;
}


/*************NOTICIES LLISTA************/


.programes-llista,
.taxonomy-list,
.noticia-results-list,
.destacats-home .container,
.esports-home .container,
.actualitat-home .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.programes-llista .enllac-cercador,
.destacats-home .titol-seccio,
.esports-home .titol-seccio,
.actualitat-home .titol-seccio,
.taxonomy-list > h2,
.taxonomy-list > nav {
    width: 100%;
}
.taxonomy-list > h2 {
    margin-bottom: 30px;
}
.taxonomy-list > h2 * {
    display: inline-block;
}
.taxonomy-list > .noticies-item > .noticies-item {
    padding: 0;
    width: 100%;
}

.programes-llista > .titol-principal {
    padding-left: 10px;
    margin: 30px 0;
    margin-top: -16px;
}

.noticies-item {
    position:relative;
    margin-bottom: 40px;
}
.noticies-item .imatge {
    overflow:hidden;
    position: relative;
}
.noticies-item .imatge.video a:before,
.noticies-item .imatge.sound a:before {
    background: url('../images/ico-play.svg') no-repeat center center;
    background-size: 100% auto;
    border-radius: 100%;
    content:" ";
    display:inline-block;
    height: 50px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    transform: translate(-50% , -50%);
    width: 50px;
}
.noticies-item .imatge.sound a:before {
    background: url('../images/ico-sound.svg') no-repeat center center;
    background-size: 100% auto;
}
.noticies-item .imatge.video a:hover:before {
    background: url('../images/ico-play-dark.svg') no-repeat center center;
    background-size: 100% auto;
}
.noticies-item .imatge.sound a:hover:before {
    background: url('../images/ico-sound-dark.svg') no-repeat center center;
    background-size: 100% auto;
}
.noticies-item .imatge img {
    width: 100%;
}
.noticies-item .imatge .peu-foto {
    position: relative;
    display:block;
    font-size: 11px;
    line-height: 14px;
    margin-top: 4px;
    color: #666;
    padding-left: 14px;
}
.noticies-item .imatge .peu-foto:before {
    position:absolute;
    display:inline-block;
    content:" ";
    width:9px;
    height:5px;
    background:url(../images/ico-arrow-peu.gif) no-repeat center center;
    background-size:100% auto;
    vertical-align: top;
    margin-top: 5px;
    margin-right: 5px;
    left:0;
    top:-1px;
}
.noticies-item .descripcio {
    position:relative;
}
.noticies-item .descripcio .categoria {
    position:relative;
    display:inline-block;
    font-size:16px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #aaa;
    top: 10px;
}
.noticies-item .descripcio .categoria:before {
    position:relative;
    display:none;
    line-height: 14px;
    content:"[";
    margin-right:4px;
    top:-1px;
}
.noticies-item .descripcio .categoria:after {
    position:relative;
    display:none;
    line-height: 14px;
    content:"]";
    margin-left:4px;
    top:-1px;
}
.noticies-item .descripcio .categoria:hover {
    color:#cc111f;
}
.noticies-item .descripcio .titol {
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: -.5px;
}
.noticies-item.gran .descripcio .titol {
    font-size:24px;
    line-height: 26px;
}
.noticies-item .descripcio p {
    color:#555;
}
.noticies-item .descripcio a {
    color:#333;
    text-decoration:none;
}
.noticies-item .descripcio a:hover {
   color: #cc111f;
}

/*Publi*/
.noticies-publi,
.lateral-publi {
    position:relative;
    text-align:center;
    margin-bottom:20px;
}
.noticies-publi .banner,
.lateral-publi .banner {
    /*height: 100%;*/
    background:#fafafa;
    padding:8px;
    border:1px solid #f7f7f7;
}
.esports-home .noticies-publi .banner {
    background:#f1f1f1;
    border-color:#e7e7e7;
}
.noticies-publi .banner img,
.lateral-publi .banner img {
    width: 100%;
    max-width: 300px;
    cursor: pointer;
}

.noticies-publi .banner img {
    margin-bottom: 20px;
    vertical-align: middle;
}
.noticies-publi .banner .titol,
.lateral-publi .banner .titol {
    position:relative;
    overflow:hidden;
}
.noticies-publi .banner .titol img,
.lateral-publi .banner .titol img {
    position:relative;
    display: block;
    width:auto;
    left: 50%;
    transform: translateX(-50%);
    margin: 2px 0 6px 0;
}


/*************ESSENCIALS HOME*************/

.essencials-home .titol-seccio {
    color: #fff!important;
    text-transform:none;
}
.essencials-home .titol-seccio h2 {
    border-bottom:0;
    font-weight:100;
}
.essencials-home .essencial {
    color:#fff;
}
.essencials-home .essencial .hora {
    font-size:11px;
}
.essencials-home .essencial .titol {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: .6;
    margin-bottom: 10px;
}
.essencials-home .essencial .player-sabadell .info .song-name > a {
    color:#fff;
}
.essencials-home .essencial .player-sabadell .player {
    border-bottom: 1px solid rgba(255,255,255,.2)!important;
}
.essencials-home .essencial .player-sabadell .player div,
.td.player .track-error-box {
    border: 0!important;
}
.essencials-home .essencial .player-sabadell .controls .player-play.tdicon-play-circle-outline {
    background-image:url(../images/ico-player-play-home.png);
}
.essencials-home .essencial .player-sabadell .controls .player-play.tdicon-pause-circle-outline {
    background-image:url(../images/ico-player-pause-home.png);
}
.essencials-home .essencial .player-sabadell .tdloader,
.essencials-home .essencial .player-sabadell .scrubber .start-time,
.essencials-home .essencial .player-sabadell .scrubber .stop-time  {
    color:#fff!important;
}

.essencials-home .essencial .player-sabadell .slider > .track {
    background: rgba(255,255,255,.5)!important;
}
.essencials-home .essencial .player-sabadell .slider > .highlight-track {
    background:rgba(255,255,255,1)!important;
}
.essencials-home .more {
    text-align:center;
}
.essencials-home .more a {
    display:inline-block;
    width:50px;
    height:50px;
    background:transparent url(../images/ico-directe-more.png) no-repeat center center;
    background-size:44% auto;
    border:2px solid #fff;
    border-radius:50%;
    margin-top: 20px;
    text-indent:-99999999px;
    overflow:hidden;
    opacity: .7;
}
.essencials-home .more a:hover {
    background:#cc111f url(../images/ico-directe-more.png) no-repeat center center;
    background-size:44% auto;
    opacity: 1;
}



/*************NOTICIA************/

.lateral-publi {
    height: auto;
}
.lateral-publi .banner img,
.adsbygoogle {
    margin-bottom:20px;
    vertical-align: middle;
}
.publi-top .adsbygoogle {
    margin-bottom:0;
    margin:auto;
}
.noticia-item .field--name-field-media-oembed-video{
  padding-top: 56.25%;
  height: 0;
  position: relative;
  margin: 1.5rem 0;
}
.noticia-item .field--name-field-media-oembed-video iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.noticia-item {
    position:relative;
    margin-bottom: 40px;
}
.noticia-item .imatge {
    overflow:hidden;
}
.noticia-item img {
   width: 100%;
   height: auto;
}
.noticia-item .imatge .peu-foto,
.noticia-item figure figcaption {
    position: relative;
    display:block;
    font-size: 11px;
    line-height: 14px;
    margin-top: 4px;
    margin-bottom: 30px;
    color: #666;
    padding-left: 14px;
}
.noticia-item .imatge .peu-foto:before,
.noticia-item figure figcaption:before {
    position:absolute;
    display:inline-block;
    content:" ";
    width:9px;
    height:5px;
    background:url(../images/ico-arrow-peu.gif) no-repeat center center;
    background-size:100% auto;
    vertical-align: top;
    margin-top: 5px;
    margin-right: 5px;
    left:0;
    top:-1px;
}
.noticia-item .descripcio {
    position:relative;
}
.noticia-item .descripcio span {
    display:inline-block;
    padding:0 6px 0 10px;
    border-left:1px solid #999;
}
.noticia-item .descripcio span:first-child {
    padding-left:0;
    border-left:0;
}
.noticia-item .descripcio .data,
.noticia-item .descripcio .autor {
    font-size: 11px;
    line-height: 16px;
    font-weight: 600;
    color: #999;
}
.noticia-item .descripcio .titol {
    font-size: 30px;
    line-height: 34px;
    font-weight: 400;
    letter-spacing: -2px;
}
.noticia-item .descripcio p {
    color:#555;
}
.noticia-item .descripcio .reproductor {
    padding:20px 0;
    color:#cc111f;
}
.noticia-item .descripcio a {
    color:#333;
    text-decoration:underline;
}
.noticia-item .descripcio a:hover {
   color: #cc111f;
}

.noticia-item .descripcio .btn {
    color:#fff;
    text-decoration:none;
}
.noticia-item .share {
    position:relative;
    padding:40px 0;
}

/*Paraules clau*/

.paraulesclau {
    padding: 0 !important;
    margin: 40px 0;
    background-color: transparent;
}
.paraulesclau li {
    display:inline-block;
}
.paraulesclau li {
    display:inline-block;
    color:#aaa;
    padding:4px 10px;
    margin-right:6px;
    margin-bottom:8px;
    margin-top:12px;
    border:1px solid #aaa;
    text-decoration:none;
}
.paraulesclau li:before {
    display:none;
    content:"#";
}
.paraulesclau li a {
    text-decoration: none;
}


/*************NOTICIA RELACIONADA************/

.noticia-rel-llista {
    padding:0;
}
.noticia-rel-item {
    position:relative;
    margin-bottom: 20px;
}
.noticia-rel-item .imatge {
    overflow:hidden;
}
.noticia-rel-item .imatge img {
    width: 100%;
}
.noticia-rel-item .descripcio {
    position:relative;
}
.noticia-rel-item .descripcio .titol {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -1px;
}
.noticia-rel-item .descripcio a {
    color:#333;
    text-decoration:none;
}
.noticia-rel-item .descripcio a:hover {
   color: #cc111f;
}


/*************PROGRAMES LLISTA************/

.programes-item {
    position:relative;
    margin-bottom: 20px;
}
.programes-item .imatge {
    overflow:hidden;
}
.programes-item .imatge img {
    aspect-ratio: 16/8.2;
    height: -webkit-fill-available;
    width: 100%;
}
.banners-list .programes-item .imatge img {
    object-fit: cover;
}
.programes-item .descripcio {
    position:relative;
}
.programes-item .descripcio .titol {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -1px;
}
.programes-item .descripcio .subtitol {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: -.5px;
}
.programes-item .descripcio .horari {
    color:#555;
    margin-top:20px;
}
.programes-item .descripcio a {
    color:#333;
    text-decoration:none;
}
.programes-llista-alacarta .programes-item .descripcio a {
    color:#888;
}
.programes-item .descripcio a:hover {
   color: #cc111f;
}

.categories-llista {
  padding: 0px !important;
}
.categories-llista .titol-principal h3 {
    margin: 0;
}
.categories-llista .programes-llista .views-field-name a {
    color: #000;
    display: list-item;
    //list-style-type: disclosure-closed;
    list-style-type: none;
    text-decoration: none;
    margin: 10px 0;
    //margin-left: 12px;
    padding-left: 0;
}
.categories-llista .programes-llista .views-field-name a:hover {
    color: #cc111f;
    padding-left: 10px;
}

.categories-llista .programes-llista .views-field-description__value h3
{
  font-size: 16px;line-height: 22px;margin-top: 10px;
}


/*************PROGRAMA************/

.programa-item {
    position:relative;
    margin-bottom: 40px;
}
.programa-item.fils {
    margin-bottom: 10px;
}
.noticia-cont .programa-item {
    margin-bottom: 0px;
}
.programa-item .imatge {
    overflow:hidden;
    margin-bottom:20px;
}
.programa-item .imatge img {
    width: 100%;
}
.programa-item .imatge .peu-foto {
    display:block;
    font-size: 11px;
    margin-top: 4px;
    color: #666;
}
.programa-item .imatge .peu-foto:before {
    display:inline-block;
    content:" ";
    width:9px;
    height:5px;
    background:url(../images/ico-arrow-peu.gif) no-repeat center center;
    background-size:100% auto;
    vertical-align: top;
    margin-top: 5px;
    margin-right: 5px;
}
.programa-item .descripcio {
    position:relative;
}
.programa-item .descripcio .presenta {
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    border: 0 solid #f3f3f3;
    overflow: hidden;
    background: white;
    right: 0;
    top: -40px;
    -webkit-box-shadow: 2px 10px 14px -5px rgba(0,0,0,.15);
    -moz-box-shadow: 2px 10px 14px -5px rgba(0,0,0,.15);
    box-shadow: 2px 10px 14px -5px rgba(0,0,0,.15);
}
.programa-item.fils .descripcio .presenta {
    float: right;
    position: relative;
    right: 20px;
    top: 0;
}
.programa-item .descripcio .titol {
    font-size:30px;
    line-height:30px;
    font-weight: 400;
    letter-spacing: -2px;
    margin: 0;
    margin-bottom: 10px;
}
.programa-item .descripcio .subtitol {
    font-size:18px;
    line-height:18px;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 0;
    margin-bottom: 20px;
}
.programa-item .descripcio .horari {
    font-size:18px;
    line-height:18px;
    color:#555;
    margin:0;
    margin-bottom:20px;
}
.programa-item .descripcio p {
    color:#555;
}
.programa-item .descripcio .reproductor {
    padding:20px 0;
    color:#cc111f;
}
.programa-item .descripcio a {
    color:#000;
    text-decoration:underline;
}
.programa-item .descripcio a:hover {
   color: #cc111f;
}
.programa-item .btn {
    background-image:url(../images/ico-podcast.png);
    background-repeat:no-repeat;
    background-position:center right;
    background-size: auto 60%;
    padding-right: 60px;
    margin-top:30px;
    margin-bottom: 60px;
}
.programa-item .btn:hover,
.programa-item .btn:focus {
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.programa-item .share {
    position:relative;
    padding:40px 0;
}



/*************A LA CARTA*************/

.essencials-alacarta .essencial {
    margin-bottom:0px;
}
.essencials-alacarta .essencial .hora {
    font-size:11px;
}
.essencials-alacarta .essencial .titol {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #cc111f;
    margin-bottom: 4px;
}
.essencials-alacarta .essencial a {
    text-decoration:none;
}
/*A la carta programa*/
.podcasts-cont.embeded:after {
    position: absolute;
    display: inline-block;
    content: " ";
    left: 10px;
    top: 20px;
    width: 245px;
    height: 40px;
    padding: 4px 20px;
    background: #fff url(../images/logo-radiosabadell-vermell.png) no-repeat center center;
    background-size: 94% auto;
}

.podcasts-cont > .view-content {
    display: flex;
    flex-wrap: wrap;
}
.podcasts-cont .podcasts {
    margin-bottom:40px;
    height: auto !important;
    float: none !important;
}
.podcasts-cont.embeded .jp-audio {
    margin: 20px 0!important;
    margin-top: 4px!important;
}
.podcasts-cont.embeded .podcasts {
    position: relative;
    padding: 10px 20px!important;
    padding-top: 40px!important;
    border: 1px solid #cc101f;
    height: auto;
}
/*** afegit podcast a notícies home 09/02/2023 ***/
.noticia-item .podcasts-cont.embeded .podcasts {
    position: relative;
    padding: 10px 20px!important;
    padding-top: 10px!important;
    border: 0px;
    height: auto;
}
.noticia-item .podcasts-cont.embeded:after {
    background: none;
}
.noticia-item .podcasts-cont {
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

/*** fi podcast a notícies home 09/02/2023 ***/

.podcasts-cont .podcasts .hora {
    font-size:11px;
    color: #cc111f;
}
.podcasts-cont .podcasts .titol {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #cc111f;
    margin-bottom: 4px;
}
.podcasts-cont .podcasts .subtitol {
    font-weight:600;
}
.podcasts-cont .podcasts a {
    text-decoration:none;
}
.podcasts-cont .podcasts .no-audio {
    position: relative;
    display: inline-table;
    width: 100%;
    background: whitesmoke;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    margin-top: 16px;
    margin-bottom: 25px;
    height: 158px;
    vertical-align: middle;
    text-align: center;
}
.podcasts-cont .podcasts .no-audio span {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.podcasts-cont .podcasts .share-cont,
.essencials-alacarta .essencial .share-cont,
.essencials-home .essencial .share-cont .embed {
    display: inline-block;
    padding:0;
}
.podcasts .share-cont a,
.podcasts-cont .podcasts .share-cont a,
.podcasts-cont .podcasts .share-cont .embed,
.essencials-alacarta .essencial .share-cont a,
.essencials-alacarta .essencial .share-cont .embed,
.essencials-home .essencial .share-cont a,
.essencials-home .essencial .share-cont .embed,
.audio-item .views-field-field-audio .share-cont a {
    display:inline-block;
    width:30px;
    height:30px;
    border:2px solid #333;
    border-radius:50%;
    margin:0 4px;
    padding:0;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:70% auto;
    background-color: #fff;
    text-indent:-99999999px;
    overflow:hidden;
    opacity:.2;
}
.essencials-home .essencial .share-cont a,
.essencials-home .essencial .share-cont .embed {
    border: 2px solid #fff;
    opacity: .4;
    background-color: #cb1020;
}
.podcasts-cont .podcasts .share-cont a.facebook,
.essencials-alacarta .essencial .share-cont a.facebook,
.essencials-home .essencial .share-cont a.facebook {
    background-image:url(../images/ico-facebook-dark.png);
}
.essencials-home .essencial .share-cont a.facebook {
    background-image:url(../images/ico-facebook.png);
}
.podcasts-cont .podcasts .share-cont a.twitter,
.essencials-alacarta .essencial .share-cont a.twitter,
.essencials-home .essencial .share-cont a.twitter {
    background-image:url(../images/ico-twitter-dark.png);
}
.essencials-home .essencial .share-cont a.twitter {
    background-image:url(../images/ico-twitter.png);
}
.podcasts-cont .podcasts .share-cont a.youtube,
.essencials-alacarta .essencial .share-cont a.youtube,
.essencials-home .essencial .share-cont a.youtube {
    background-image:url(../images/ico-youtube-dark.png);
}
.essencials-home .essencial .share-cont a.youtube {
    background-image:url(../images/ico-youtube.png);
}
.podcasts-cont .podcasts .share-cont a.soundcloud,
.essencials-alacarta .essencial .share-cont a.soundcloud,
.essencials-home .essencial .share-cont a.soundcloud {
    display: none;
    background-image:url(../images/ico-soundcloud-dark.png);
}
.essencials-home .essencial .share-cont a.soundcloud {
    background-image:url(../images/ico-soundcloud.png);
}
.podcasts-cont .podcasts .share-cont a.googleplus,
.essencials-alacarta .essencial .share-cont a.googleplus,
.essencials-home .essencial .share-cont a.googleplus {
    background-image:url(../images/ico-googleplus-dark.png);
}
.essencials-home .essencial .share-cont a.googleplus {
    background-image:url(../images/ico-googleplus.png);
}
.podcasts-cont .podcasts .share-cont a.download,
.essencials-alacarta .essencial .share-cont a.download,
.essencials-home .essencial .share-cont a.download {
    background-image:url(../images/ico-download-dark.png);
    margin-left: 0px;
}
.essencials-home .essencial .share-cont a.download {
    background-image:url(../images/ico-download.png);
}
.share-cont a.share-btn {
    background-image:url(../images/ico-share-dark.png);
    background-size: 63% auto !important;
}
.essencials-home .essencial .share-cont a.share-btn {
    background-image:url(../images/ico-share.png);
    background-size: 63% auto !important;
}
.podcasts-cont .podcasts .share-cont input.embed,
.essencials-alacarta .essencial .share-cont input.embed,
.essencials-home .essencial .share-cont input.embed {
    vertical-align: top;
    padding: 0;
    margin: 0;
    outline: 0!important;
    background-image:url(../images/ico-embed-dark.png);
}
.essencials-home .essencial .share-cont input.embed {
    background-image:url(../images/ico-embed.png);
}
.share-cont a:hover,
.podcasts-cont .podcasts .share-cont a:hover,
.podcasts-cont .podcasts .share-cont .embed:hover,
.essencials-alacarta .essencial .share-cont a:hover,
.essencials-alacarta .essencial .share-cont .embed:hover,
.essencials-home .essencial .share-cont a:hover,
.essencials-home .essencial .share-cont .embed:hover,
.audio-item .views-field-field-audio .share-cont a:hover {
    opacity:.6;
}
.essencials-home .essencial .share-cont a:hover,
.essencials-home .essencial .share-cont .embed:hover {
    opacity:.8;
}



/*************GRAELLA*************/

.graella .nav-tabs li {
    min-width: 13.7%;
}
.graella table tr:nth-child(even) {
    background:#fcfcfc;
}
.graella table tr > td {
    border-bottom:1px solid #eee;
    padding:20px 4px;
    vertical-align:top;
    line-height:26px;
}
.graella table tr > td:first-child {
    width: 12%;
    text-align:center;
    font-weight:600;
}
.graella table tr > td:last-child {
    padding:20px;
}
.graella table tr > td h3 {
    font-size: 20px;
    line-height: 22px;
    margin:0;
    margin-bottom:10px;
    letter-spacing: -1px;
}
.graella table tr > td h4 {
    font-size: 14px;
    line-height: 18px;
}
.graella table tr > td h3 > a {
    color:#cc111f;
    text-decoration:none;
}
.graella table tr > td h3 > a:hover {
    color:#333;
}
.graella table tr > td h4 {
    margin:0;
}

/*************STREAMING*************/

.streaming {
    padding:0;
    padding-bottom: 20px;
    margin:0;
    height:100%;
    background: #cc111f url(../images/bg-streaming.png) repeat-x left bottom;
    overflow:hidden!important;
}
.streaming {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1024px;
    margin: auto;
}
.page-reproductor.streaming {
    min-height: 100vh;
    flex-direction: column;
    min-width: 100vw;
    justify-content: space-between;
    align-items: inherit;
}
    
.streaming.plens {
    background: #222 url(../images/bg-directe-plens.png) repeat-x left bottom;
}
.streaming header {
    padding:14px 0 0 12px;
    background:transparent;
    text-align:left;
}
.streaming h1,
.streaming h2,
.streaming h3 {
    position:relative;
    color:rgba(255,255,255,.6);
    font-size:16px;
    margin:0;
    text-align:left;
    top:-10px;
}
.streaming h1 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-indent:4px;
    color:rgba(255,255,255,1);
    margin-bottom: 3px;
    top:0;
    letter-spacing: .5px;
}
.streaming .main-content {
    padding:0 10px;
}
.streaming .main-content {
    width: 100%;
    top: 2px;
    position: relative;
}
.streaming h2 {
    display:inline-block;
    font-size:11px;
    text-indent:6px;
}
.streaming h3 {
    display:inline-block;
    font-size:11px;
}
.streaming .brand img {
    width:120px;
    margin-bottom:4px;
}
.streaming video,
.streaming audio {
    width:300px;
    height:40px;
    display:inline-block;
    margin:auto;
}


/***********CANALS**********/

.page-canals.streaming {
    min-height: 100vh;
    flex-direction: column;
    width: 100vw;
    justify-content: space-between;
    align-items: inherit;
    max-width: 100%;
    padding-bottom: 80px;
    overflow: auto !important;
    background: #fff;
}
.page-canals.streaming header {
    background: #ca1627;
    padding: 4px 30px 7px 12px;
}
.page-canals.streaming .brand img {
    width: 250px;
}
.page-canals.streaming .main-content {
    background: white;
    margin-bottom: auto;
    margin-top: auto;
    padding: 0 30px;
}
.page-canals .main-content .container {
    max-width: 900px;
}
.page-canals .main-content h2 {
    text-align: center;
    margin-top: 50px;
    display: block;
    font-size: 16px;
    color: #ca1627;
}
.page-canals .main-content h3 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
    display: block;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #ca1627;
}
.canals-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 30px;
    row-gap: 30px;
}
.canals-wrapper .canals-item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background: #ca1627;
    color: #fff;
    width: calc(50% - 15px);
    aspect-ratio: 1;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px;
    text-decoration: none;
    -webkit-box-shadow: -1px 1px 1px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: -1px 1px 1px 0px rgba(0,0,0,0.05);
    box-shadow: -1px 1px 1px 0px rgba(0,0,0,0.05);
    transition: all .2s linear;
}
.canals-wrapper .canals-item.android {
    background: #ca1627 url('../images/canal-android.svg') no-repeat 96% bottom;
}
.canals-wrapper .canals-item.ios {
    background: #ca1627 url('../images/canal-ios.svg') no-repeat 96% 96%;
}
.canals-wrapper .canals-item:hover {
    -webkit-box-shadow: 0px -2px 20px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px -2px 20px 2px rgba(0,0,0,0.1);
    box-shadow: 0px -2px 20px 2px rgba(0,0,0,0.1);
}
.canals-wrapper .canals-item img {
    filter: brightness(10);
    width: 65%;
    aspect-ratio: 1;
    transform: translateX(-4%);
    transition: all .2s linear;
}


/***********SOUNDCLOUD PLAYER**********/

.playButton {
    width: 104px!important;
}
iframe.soundcloud-player {
    background: #fff;
    padding: 15px 0 25px 0;
    border-radius: 20px;
    overflow: hidden;
}
.noticia-item iframe.soundcloud-player {
    height: 113px;
}
.essencials-home iframe.soundcloud-player,
.essencials-home .essencial .iframe:after {
    background: #cc111f;
}
iframe.soundcloud-player .title {
    display:none!important;
}
.g-background-default {
    background-color: #fff!important;
}
.essencials-home .g-background-default {
    background-color: #cc111f!important;
}


/***********JPLAYER PLAYER**********/

.jp-audio {
    width: 100%!important;
    padding: 0!important;
    border: transparent!important;
    background: transparent!important;
    margin: 20px 0!important;
}
.streaming .jp-audio {
    margin: 12px 0 0 2px!important
}
.jp-interface,
.jp-controls,
.jp-progress,
.jp-seek-bar {
    background: transparent!important;
}
.jp-audio .jp-controls-holder {
    height:auto!important;
}
.jp-audio .jp-controls-holder {
    width: calc(100% - 30px);
}
.jp-controls {
    display:inline-block!important;
    width: auto!important;
    height: 46px!important;
    padding:0!important;
    margin: 0!important;
    vertical-align:top!important;
}
.jp-volume-bar,
.jp-volume-max,
.jp-toggles,
.jp-details,
.jp-stop {
    display:none!important;
}
.jp-type-single .jp-play {
    float: left;
    width: 46px!important;
    height: 46px!important;
    padding:0!important;
    margin: 0!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    background-size: 100% auto!important;
    background-image: url(../images/ico-player-play.png)!important;
    vertical-align:top!important;
}
.jp-state-playing .jp-type-single .jp-play {
    background-image: url(../images/ico-player-pause.png)!important;
}
.essencials-home .jp-type-single .jp-play,
.streaming .jp-type-single .jp-play {
    background-image: url(../images/ico-player-play-home.png)!important;
}
.essencials-home .jp-state-playing .jp-type-single .jp-play,
.streaming .jp-state-playing .jp-type-single .jp-play {
    background-image: url(../images/ico-player-pause-home.png)!important;
}
.jp-volume-controls {
    height: 46px!important;
}
.jp-progress {
    float: none!important;
    display: inline-block!important;
    width:170px!important;
    height: 46px!important;
    padding:0!important;
    margin: 0!important;
    vertical-align:middle!important;
}
.jp-progress {
    width: calc(100% - 100px)!important;
}
.streaming .jp-progress {
    pointer-events: none!important;
}
.jp-current-time,
.jp-duration {
    display:none!important;
    width: auto!important;
    font-family: 'Open Sans', sans-serif!important;
    font-size: 10px!important;
    font-weight: 600!important;
    color: #cc111f!important;
}
.essencials-home .jp-current-time,
.essencials-home .jp-duration,
.streaming .jp-current-time,
.streaming .jp-duration {
    color: #fff!important;
}
.jp-duration,
.jp-current-time {
    height: 46px;
    line-height: 43px;
    vertical-align: middle;
}
.jp-progress,
.jp-state-playing .jp-current-time,
.jp-duration,
.jp-controls-holder,
.jp-volume-controls,
.jp-mute {
    position: relative!important;
    display:inline-block!important;
    float:none!important;
    vertical-align: middle!important;
}
.jp-state-playing .jp-duration {
    display:none!important;
}
.jp-seek-bar {
    width:100%!important;
    margin-top: 18px!important;
    height:8px!important;
    background:rgba(204,17,31,.5)!important;
    vertical-align:middle!important;
}
.essencials-home .jp-seek-bar,
.streaming .jp-seek-bar {
    background:rgba(255,255,255,.5)!important;
}
.jp-play-bar {
    background:#cc111f!important;
}
.essencials-home .jp-play-bar,
.streaming .jp-play-bar {
    background:#fff!important;
}
.jp-mute {
    width: 20px!important;
    height: 20px!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    background-size: 100% auto!important;
    background-image: url(../images/ico-audio-on.png)!important;
    top:0!important;
    margin-top:11px!important;
}
.essencials-home .jp-mute,
.streaming .jp-mute {
    background-image: url(../images/ico-audio-on-home.png)!important;
}
.jp-state-muted .jp-mute {
    background-image: url(../images/ico-audio-off.png)!important;
}
.essencials-home .jp-state-muted .jp-mute,
.streaming .jp-state-muted .jp-mute {
    background-image: url(../images/ico-audio-off-home.png)!important;
}


/***********PAGINA ESTATICA**********/

.estatica-cont  {
    padding-bottom:60px;
}
.estatica-cont .field--type-text-with-summary {
    overflow:hidden;
}
.noticia-item .descripcio .field--type-text-with-summary img {
    max-width:100%;
}
.estatica-cont ol li {
    margin-bottom:20px;
}
.estatica-cont table {
    margin-bottom:30px;
}
.estatica-cont table th {
    font-weight: 600;
    padding: 6px 10px;
    color: #fff;
    background: #cc111f;
}
.estatica-cont table tr:nth-child(odd) td {
    background: #f4f4f4;
}
.estatica-cont table td {
    padding: 4px 10px;
}
.estatica-cont table tr:first-child th:first-child {
    border-radius:2px 0 0 0;
}
.estatica-cont table tr:first-child th:last-child {
    border-radius:0 2px 0 0;
}
.estatica-cont table tr:last-child td:first-child {
    border-radius:0 0 0 2px;
}
.estatica-cont table tr:last-child td:last-child {
    border-radius:0 0 2px 0;
}
.estatica-cont table th:last-child,
.estatica-cont table td:last-child {
    text-align:center;
}

/**********SABADELL INFORMA*********/

.view-sabadell-informa .revista {
    padding-left: 0;
    list-style-type: none;
    overflow: hidden;
}
.view-sabadell-informa .revista .item {
    position: relative;
    display: table;
    width: 100%;
    padding: 0;
    padding-left: 60px;
    vertical-align: middle;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
}
.view-sabadell-informa .revista .item:before {
    position: absolute;
    display: inline-block;
    content: " ";
    left: 0;
    width: 50px;
    height: 50px;
    background: #cc111f url(../images/ico-revista-download.png) no-repeat center center;
    background-size: 60% auto;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 10px;
}
.view-sabadell-informa .revista .item .data {
    display: block;
    vertical-align: middle;
    color:#ccc;
}
.view-sabadell-informa .revista .item a {
    display: block;
    text-decoration: none;
    color: #333;
    vertical-align: middle;
}
.view-sabadell-informa .revista .item a:hover {
    color: #cb1020;
}
.view-sabadell-informa .revista .item a h3 {
    margin-top: 0;
}


/*************CONTACTAR*************/

.contacte-cont .titol-seccio {
    padding:0;
}


/***********FILTRES CERCA***********/

.filtres-cerca,
.podcast-results-list,
.noticies-results-list {
    padding: 0 10px;
}
.filtres-cerca {
    padding: 20px 10px;
}
.filtres-cerca .form-item,
.filtres-cerca .form-actions {
    width: 100%;
    padding-right: 0;
    box-sizing: border-box;
}
.filtres-cerca .form-item.form-type-date + .form-type-date label {
    display: none;
}
.filtres-cerca .form-item label,
.filtres-cerca .form-item input,
.filtres-cerca .form-item .select-wrapper,
.filtres-cerca .form-item select {
    width: 100%;
    display: inline-block;
    vertical-align: bottom;
}

.filtres-cerca .form-item label {
    line-height: 24px;
    text-transform: uppercase;
    font-size: 90%;
    font-weight: 600;
}

/*CERCA DATA*/
.filtres-cerca .panel-default {
    border: 0;
    width: 100% !important;
    padding-right: 16px !important;
    box-shadow: none;
}
@media (min-width: 768px) {
    .filtres-cerca .panel-default {
        width: auto !important;
    }
}
.filtres-cerca .panel-default > .panel-heading {
    color: #333333;
    background-color: transparent;
    border-color: #dddddd;
    padding: 0;
    border: 0;
}
.filtres-cerca .panel-default > .panel-heading .panel-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 90%;
    margin: -7px -16px;
}
@media (min-width: 1200px) {
    .filtres-cerca .panel-default > .panel-heading .panel-title {
        margin: -10px -16px;
    }
}
.filtres-cerca .panel-default > .panel-body {
    display: flex;
    align-items: start;
    padding: 0;
}
.filtres-cerca .panel-default > .panel-body .form-group {
    width: 100%;
    display: flex;
    align-items: center;
}
.filtres-cerca .panel-default > .panel-body .form-group.js-form-item-created-min {
    padding-right: 10px;
}
.filtres-cerca .panel-default > .panel-body .form-group.js-form-item-created-max {
    padding-right: 0;
}
.filtres-cerca .panel-default > .panel-body .form-group label {
    text-transform: none;
    font-size: 11px;
    line-height: 14px;
    width: auto;
    padding-right: 10px;
    display: none;
}
.filtres-cerca .panel-default > .panel-body .form-group input {
    margin: 0 !important;
    max-width: 124px;
}
.filtres-cerca .form-actions {
    width: auto !important;
    padding-right: 0 !important;
}

.filtres-cerca .form-actions .btn {
    position: relative;
    padding-right: 40px;
    color: #fff;
    background-color: #cc111f;
    border-color: #cc111f;
}

@media (min-width: 768px){
    .filtres-cerca .form-actions .btn {
        margin-top: 24px;
    }
}
/*FI CERCA DATA*/


.filtres-cerca .form-actions .btn:hover {
    background-color: #333;
    border-color: #333;
}
.filtres-cerca .form-actions .btn:after {
    position: absolute;
    display: inline-block;
    content: " ";
    width: 20px;
    height: 20px;
    background: url(../images/ico-cerca.svg) no-repeat center center;
    right: 10px;
    background-size: auto 90%;
}



/*********RESULTATS CERCA********/

.podcast-results-list .item {
    margin: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}
.podcast-results-list .item .titol {
    margin: 0;
    margin-bottom: 10px;
    color: #cc1020;
}
.podcast-results-list .item .titol a {
    color: #cc1020;
    text-decoration: none;
}
.podcast-results-list .item .data {
    color: #999;
}
.podcast-results-list .item .programa a {
    color: #fff;
    background: #cc1020;
    padding: 3px 10px;
    border-radius: 3px;
    text-decoration: none;
}



.noticia-results-list .item {
    margin: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}



/*OWL CAROUSSEL*/

.block-views-blockslide-banners-block-1 {
    margin-top: 40px;
}

.owl-item {
    padding:0 10px;
}
.views_slideshow_controls_text_previous,
.views_slideshow_controls_text_next,
.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    left: -15px;
    top: 34%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -9999999px;
    background: #fff url(../images/ico-prev.png) no-repeat center center;
    background-size: 36% auto;
    cursor: pointer;
    opacity: 1;
    z-index: 99;
}
.views_slideshow_controls_text_next,
.owl-theme .owl-controls .owl-buttons .owl-next{
    left: inherit;
    right: -15px;
    background: #fff url(../images/ico-next.png) no-repeat center center;
    background-size: 36% auto;
}
.views_slideshow_controls_text_previous:hover,
.views_slideshow_controls_text_next:hover {
    opacity: .6;
}


/*************PLAYER*************/

.player-sabadell,
.player-sabadell .tdbody,
.player-sabadell .player {
    font-family: 'Open Sans', sans-serif!important;
    border:0!important;
    background: transparent!important;
    color: #333!important;
}
.player-sabadell .player {
    padding-bottom: 20px!important;
    border-bottom: 1px solid rgba(0,0,0,.2)!important;
}

.player-sabadell .tdicon-td_logo-link,
.player-sabadell .header,
.player-sabadell .playlist,
.player-sabadell .artist-name,
.player-sabadell .social,
.player-sabadell .controls .tdicon-repeat,
.player-sabadell .controls .player-prev,
.player-sabadell .controls .player-next,
.player-sabadell .controls .volume-controls,
.player-sabadell .scrubber .start-time {
    display:none!important;
}
.player-sabadell .info {
    text-align:left!important;
    border: 0!important;
    padding: 0!important;
}
.player-sabadell .info > div {
    text-align:left!important;
    margin:0!important;
}
.player-sabadell .info .song-name {
    height:40px;
}
.player-sabadell .info .song-name > a {
    font-weight:400;
    color:#333;
}
.player-sabadell .controls {
    width: 20%!important;
    float:left!important;
    border: 0!important;
    padding:0!important;
    margin:10px 0!important;
}
.player-sabadell .controls div {
    text-align:left!important;
}
.player-sabadell .controls .player-play {
    float:left;
    width:46px!important;
    height:46px!important;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:100% auto;
}
.player-sabadell .controls .player-play.tdicon-play-circle-outline {
    background-image:url(../images/ico-player-play.png);
}
.player-sabadell .controls .player-play.tdicon-pause-circle-outline {
    background-image:url(../images/ico-player-pause.png);
}
.player-sabadell .controls .player-play:before {
    content:"";
}
.player-sabadell .scrubber {
    float: left!important;
    width: 80%!important;
    border: 0!important;
    padding:0!important;
    margin:10px 0!important;
}
.player-sabadell .scrubber .start-time,
.player-sabadell .scrubber .stop-time {
    width: auto!important;
    font-size:11px!important;
    margin-top: -1px;
}
.player-sabadell .scrubber .start-time {
    float: left!important;
    padding-right:10px!important;
}
.player-sabadell .scrubber .stop-time {
    float: right!important;
    padding-left:10px!important;
}
.player-sabadell .scrubber .scrub-bar-box {
    float: left!important;
    width: 80%!important;
}
.player-sabadell .slider > .track {
    background: #333!important;
    height: 6px!important;
    border: 0!important;
    margin-top:-4px!important;

    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
}
.player-sabadell .slider > .highlight-track {
    background:rgba(255,255,255,.5)!important;
    height: 6px!important;
    border: 0!important;;
    margin-top:-4px!important;

    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
}
.player-sabadell .slider > .dragger {
    opacity:0!important;
}

/*************AUDIOS*************/


.description-categories {
    padding: 0 20px !important;
    margin-bottom: 30px;
}

.audio-item {
    align-items: center;
    border-bottom: 1px dashed #eee;
    display: flex;
    flex-direction: row;    
    justify-content: flex-start;
    padding: 0 10px;
    width: 100%;
}
.audio-item .views-field-field-imatge-gran {
    order: 1;
    padding-right: 20px;
}
.audio-item .views-field-field-imatge-gran img {
    height: 70px;
    min-width: 70px;
    object-fit: cover;
    width: 70px;
}
.audio-item .views-field-title {
    font-size: 22px;
    line-height: 24px;
    order: 2;
    padding-right: 30px;
}
.audio-item .views-field-field-audio {
    margin-left: auto;
    min-width: 120px;
    min-width: 270px;
    order: 3;
    width: 120px;
    width: 270px;
}
.audio-item .views-field-field-audio > .field-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.audio-item .views-field-field-audio > .field-content .share-cont {
    width: auto;
    top: -4px;
}
.share-cont .copiat {
    background: #cc111f;
    color: #fff;
    font-size: 14px;
    padding: 4px 7px;
    position: absolute;
    left: 120px;
    border-radius: 4px;
    margin: 0px 5px;
    opacity: 1 !important;
}
.audio-item .views-field-field-audio > .field-content .share-cont .copiat {
    left: -11px;
}
.essencials-home .essencial .share-cont .copiat {
    background: #fff;
    color: #cc111f;
}
.audio-item .views-field-field-audio .jp-controls-holder {
    width: auto;
}
.audio-item .views-field-field-audio .jp-controls-holder .jp-progress {
    width: 110px!important;
}


/*************SHARE*************/

.share-cont {
    position:relative;
    display: inline-block;
    width: 100%;
    padding:20px 0;
}
.podcasts-cont .podcasts .share-cont,
.essencials-alacarta .essencial .share-cont,
.essencials-home .essencial .share-cont {
    padding-top: 0;
}
.share-cont .share {
    display:inline-block;
    float:left;
    width:25%;
    height:30px;
    line-height:30px;
    text-indent:-999999px;
    background:#333;
    overflow:hidden;
    padding:0 10px;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:auto 80%;
}
.share-cont .share:first-child {
    border-left:0;
}
.share-cont .share:last-child {
    border-right:0;
}
.share-cont .title {
    display: block;
    font-size: 90%;
    margin-bottom: 4px;
    color:#aaa;
}
.share-cont .facebook {
    background-color:#3b5998;
    background-image:url(../images/ico-facebook.png);
}
.share-cont .twitter {
    background-color:#1da1f2;
    background-image:url(../images/ico-twitter.png);
    background-size:auto 100%;
}
.share-cont .youtube {
    background-color:#1da1f2;
    background-image:url(../images/ico-youtube.png);
    background-size:auto 100%;
}
.share-cont .googleplus {
    background-color:#4285f4;
    background-image:url(../images/ico-googleplus.png);
}
.share-cont .mail {
    background-color:#666;
    background-image:url(../images/ico-mail.png);
}
.share-cont .share:hover {
    background-color:#333;
}




/***********PLAYER IFRAME***********/

.player {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 59%;
}
.player iframe,
.player embed,
.player object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    margin-top: 24px;
}




/***********LOGIN PAGE***********/

.user-login-form {
    position:relative;
    padding:0 20px;
    margin:auto;
    margin-bottom:40px;
}



/***********LOGIN PAGE***********/

.pager-nav {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}

.pagination {
    padding: 0 10px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    font-weight: 600;
    color: #fff;
    background-color: #cc111f;
    border-color: #cc111f;
}
.pagination > li > a,
.pagination > li > span {
    width: 34px;
    height: 34px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    margin:0 2px;
    border-radius: 50%!important;
    color: #ccc;
    border: 2px solid #ccc;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
    color: #888;
    border-color:#888;
    background:transparent;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 2px;
}
.pagination > li.pager__item--next > a,
.pagination > li.pager__item--next > span,
.pagination > li.pager__item--last > a,
.pagination > li.pager__item--last > span,
.pagination > li.pager__item--previous > a,
.pagination > li.pager__item--previous > span,
.pagination > li.pager__item--first > a,
.pagination > li.pager__item--first > span {
    color: transparent;
}
.pagination > li.pager__item--next > a:after,
.pagination > li.pager__item--next > span:after,
.pagination > li.pager__item--last > a:after,
.pagination > li.pager__item--last > span:after,
.pagination > li.pager__item--previous > a:after,
.pagination > li.pager__item--previous > span:after,
.pagination > li.pager__item--first > a:after,
.pagination > li.pager__item--first > span:after {
    position: absolute;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #ccc;
    font-size: 10px;
    width: 10px;
    margin: auto;
}
.pagination > li.pager__item--next > a:after,
.pagination > li.pager__item--next > span:after {
    content: "\e075";
    left: 4px;
}
.pagination > li.pager__item--last > a:after,
.pagination > li.pager__item--last > span:after {
    content: "\e077";
}
.pagination > li.pager__item--previous > a:after,
.pagination > li.pager__item--previous > span:after {
    content: "\e071";
    right: 4px;
}
.pagination > li.pager__item--first > a:after,
.pagination > li.pager__item--first > span:after {
    content: "\e070";
}
.pagination > li > a:hover:after {
    color: #888;
}



/*************FOOTER*************/

footer {
    position: relative;
    color:#fff;
    text-align:center;
    padding:30px 0;
    background:#333 url(../images/bg-footer.png) repeat;
}
footer .brand {
    margin-bottom:20px;
}
footer .brand img {
    width:200px;
}
footer .menu-peu {
    list-style-type:none;
    padding:0;
    margin:0;
    margin-bottom:20px;
}
footer .menu-peu li {
    display:inline-block;
}
footer .menu-peu li a {
    position:relative;
    display:inline-block;
    color:rgba(255,255,255,1);
    padding: 2px 6px;
    text-transform:uppercase;
    text-decoration:none;
    overflow: hidden;
}
footer .copy {
    font-size:12px;
    margin-bottom:30px;
}
footer .xarxes {
    list-style-type:none;
    padding:0;
    margin:0;
}
footer .xarxes li {
    display:inline-block;
    margin:0;
    padding:0;
}
footer .xarxes a {
    display:inline-block;
    width:46px;
    height:46px;
    line-height: 0;
/*    border:2px solid #fff;*/
/*    border-radius:50%;*/
    margin:0 4px;
    padding:0;
    background-repeat:no-repeat;
    background-position:center center;
    background-size: auto 100%;
    text-indent:-99999999px;
    overflow:hidden;
    opacity:1;
    filter: grayscale(1) brightness(4);
}
footer .xarxes a.facebook {
    background-image:url(../images/ico-facebook.svg);
}
footer .xarxes a.twitter {
    background-image:url(../images/ico-twitter.svg);
}
footer .xarxes a.instagram {
    background-image:url(../images/ico-instagram.svg);
}
footer .xarxes a.youtube {
    background-image:url(../images/ico-youtube.svg);
}
footer .xarxes a.tiktok {
    background-image:url(../images/ico-tiktok.svg);
}
footer .xarxes a.twitch {
    background-image:url(../images/ico-twitch.svg);
}
footer .xarxes a.soundcloud {
    display: none;
    background-image:url(../images/ico-soundcloud.png);
}
footer .xarxes a:hover {
    opacity:.6;
}

audio {
    display: inline-block;
    vertical-align: baseline;
    width: 100%;
    margin-bottom: 170px;
    top: 65px;
    position: relative;
}


/*************MODAL*************/

.field--name-field-cursos .modal-dialog {
    top: 50%;
    transform: none;
    transform: translateY(-50%)!important;
}
.field--name-field-cursos .modal-dialog .modal-header {
    border: 0;
}
.field--name-field-cursos .modal-dialog .modal-body {
    padding-top: 0;
    min-height: 250px;
    max-height: 380px;
    overflow-y: auto;
}
.field--name-field-cursos .modal-dialog .modal-close {
    position: absolute;
    right: 10px;
    color: #fff;
    background-color: #cc111f;
    border-color: #cc111f;
}
.field--name-field-cursos .modal-dialog .modal-title {
    margin: 0;
    padding-right: 50px;
    color:#cc111f;
}






/*************GESTIO*************/

.menu-admin {
    position: relative;
    width:100%;
    padding: 4px 10px;
    overflow: hidden;
    text-align:right;
    font-size:14px!important;
    font-weight:300;
    color:rgba(255,255,255,.8);
    background: #222;
    border-bottom:1px solid rgba(255,255,255,.3);
    line-height:20px!important;
}
.menu-admin b {
    color:#fff;
}
.menu-admin ul {
d
    display:inline-block;
    list-style-type:none;
    margin:0;
}
.menu-admin li {
    display:inline-block;
}
.menu-admin li:after {
    position:relative;
    display:inline-block;
    content:" ";
    width:1px;
    height:14px;
    background:rgba(255,255,255,.8);
    margin:0;
    margin-left:8px;
    margin-right:4px;
    top:-1px;
    vertical-align:middle;
}
.menu-admin li:last-child:after {
    display:none;
}
.menu-admin li a {
    position:relative;
    display:inline-block;
    text-decoration:none;
    color:rgba(255,255,255,.8);
}
.menu-admin li a:hover {
    color:rgba(255,255,255,1);
}
.menu-admin li:last-child a {
    padding-right:0;
}
.menu-admin li:last-child a:hover {
    padding-right:16px;
}
.menu-admin li:last-child a:after {
    position:absolute;
    display:inline-block;
    content:"   \2192";
    color:rgba(255,255,255,0);
    right:2px;
    margin-top:1px;
}
.menu-admin li:last-child a:hover:after {
    color:rgba(255,255,255,1);
    right:-2px;
}

.region-content > .tabs {
    margin-top:40px;
}

.user-logged-in .page-node-type-noticia .js-text-format-wrapper .js-text-summary-wrapper.text-summary-wrapper {
    display:none;
}


/*Cookies*/

#sliding-popup {
    background: #cc111f!important;
    padding: 10px;
    width: 100%!important;
}
.streaming #sliding-popup {
    display:none!important;
}
#sliding-popup .popup-content {
    max-width: none!important;
    width: 100%;
}
#sliding-popup p {
    font-size: 12px!important;
    font-weight: 400!important;
    line-height: 18px!important;
}
#sliding-popup button {
    font-family: inherit!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    background-color: rgba(0,0,0,.2)!important;
    background: rgba(0,0,0,.2)!important;
    border: 0!important;
    border-radius: 2px!important;
    text-shadow: none!important;
    color:#fff!important;
    font-weight: 400!important;
    font-size: 12px!important;
    outline: 0!important;
}

.eu-cookie-compliance-categories-buttons {
line-height: 15px;
}
.eu-cookie-compliance-categories-buttons {
    margin: 0 0 0 0;
}

@media (max-width: 991px) {
    header .navbar-default .container-fluid {
        padding:0;
    }

    .acontinuacio-prog:nth-child(2) {
        display: none;
    }
    .directe-cont .acontinuacio-prog:nth-child(1) {
        background: #e7e7e7;
    }
}
@media (max-width: 767px) {
    header {
        padding: 14px 0 6px 0;
    }
    header.fixed {
        padding: 6px 0 6px 0;
    }
    header .navbar-default .navbar-toggle {
        width: 24px;
        height: 24px;
        padding:0;
        margin-top: 3px;
        margin-right: 6px;
    }
    header .navbar-default .navbar-toggle .icon-bar {
        width: 24px;
        margin-top: 5px;
    }
    header .navbar-default .navbar-toggle .icon-bar:nth-child(1) {
        margin-top: 0;
    }
    header .navbar-default .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(1) {
        top: 7px;
    }
    header .navbar-default .navbar-brand {
        padding-left: 10px;
    }
    header .navbar-default .navbar-brand img {
        width: 200px;
    }
    header .navbar-default .container-fluid {
        padding-right:15px;
    }
    header #menu-secondari {
        background: transparent;
    }
    header #menu-secondari .navbar-nav a,
    header #menu-secondari .navbar-nav span {
        padding: 0 10px;
    }
    header #menu-secondari .navbar-nav a,
    header #menu-secondari .navbar-nav {
        margin: 0;
    }
    header #menu-secondari .navbar-nav .dropdown > .dropdown-menu {
        padding-left: 0;
    }
    header #menu-secondari .navbar-nav .dropdown > .dropdown-menu li {
        float:left;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color:#fff;
    }
    .publi-top {
       /* padding: 0;*/
    }
    .publi-top span + a img {
        width:100%;
    }
    .directe-cont .directe {
        height:auto;
    }
    .directe-cont .directe .info-directe {
        padding: 4px 0 0 0;
    }
    .directe-cont .directe .info-directe {
        padding: 4px 0 0 22%;
    }
    .directe-cont .directe .info-directe .info {
        font-size: 12px;
    }
    .directe-cont .directe a:after{
        top: 5px;
        right: 0;
        width: 40px;
        height: 40px;
    }
    .directe-plens-cont a:after {
        top: 5px;
        right: 12px;
        width: 30px;
        height: 30px;
    }
    header .navbar-default .navbar-nav > li:nth-child(2),
    .publi-top span,
    .directe-cont .acontinuacio,
    .directe-cont .more .arrow-right,
    .directe-cont .more,
    .menu-seccio,
    .menu-esportsmini {
        display:none;
    }
    .noticies-publi,
    .lateral-publi,
    .lateral-contactar {
        position:relative;
        padding:0;
    }
    .graella table tr > td {
        padding: 12px 4px;
        line-height: 16px;
    }
    .graella table tr > td:last-child {
        padding: 10px 20px;
    }
    .view-sabadell-informa .revista .item {
        float: left;
        width: 50%;
    }
    .block-views-blockslide-banners-block-1 .item-slide img{
        width:100%;
        height: auto;
    }

    .categories-llista .programes-llista,
    .programes-llista:has(.audio-item) {
        padding: 0 8px !important;
    }
    .audio-item {
        padding: 10px !important;
        flex-wrap: wrap;
    }
    .audio-item .views-field-field-imatge-gran {
        padding-right: 10px;
    }
    .audio-item .views-field-field-imatge-gran img {
        height: 46px;
        min-width: 46px;
        width: 46px;
    }
    .audio-item .views-field-title {
        font-size: 14px;
        line-height: 16px;
        padding-right: 10px;
        max-width: calc(100% - 56px);
    }
    .audio-item .views-field-field-audio {
        min-width: 140px;
        width: 140px;
        min-width: 100%;
        width: 100%;
    }
    .audio-item .views-field-field-audio > .field-content .share-cont {
        top: -1px;
        padding: 0;
    }
    .audio-item .views-field-field-audio .jp-audio {
        margin: 0!important;
    }
    .audio-item .views-field-field-audio .jp-controls-holder .jp-progress {
        width: 0!important;
        width: calc(100vw - 180px)!important;
    }
    .jp-controls {
        height: 28px!important;
        vertical-align: middle!important;
    }
    .jp-type-single .jp-play {
        width: 28px!important;
        height: 28px!important;
    }

    footer {
        font-size:12px;
    }
    #popup-text,
    #popup-buttons{
        float: none!important;
        width: 100%!important;
        max-width: none!important;
    }
}

/* input a missatge de cookies amb avisos 2021 */

.eu-cookie-compliance-category input {
-webkit-appearance: auto;
-moz-appearance: auto;
appearance: auto;
border: 1px solid #dcdcdc;
width: 23px;
height: 16px;
}
.eu-cookie-compliance-category-description
{
font-size: 10px;
color: #e4888f !important;
line-height: 11px;
padding: 4px;
}
.eu-cookie-compliance-message
{
    font-size: 13px;
}
.eu-cookie-compliance-more-button {
    padding:5px !important;
   text-decoration: none;
}
.eu-cookie-compliance-category{
width: 33%;
float: left;
}
#sliding-popup .find-more-button {
    background-color: transparent !important;
    text-decoration: underline;
}
#sliding-popup p, #sliding-popup button {
    font-size: 11px !important;
}

/* editat per fer aparèixer arxius media a Transparència */

.file-link a {
    color: black !important;
    font-size: 15px !important;
}


/* botó a menú 20 anys */
.anys {
/*color: black !important;
*/background-color: #ae101c;
font-weight: bolder;
font-size: 19px;
}


.active a span {cursor:pointer;}

.paragraph--type--fils-ciutat .titol-principal-cont {
  margin-bottom: 20px;
}

.paragraph--type--banners .programes-llista {
  padding-bottom: 5px;
}

.page-header .field--name-body {
  margin: 20px 10px;
}

/* CONTINGUT PATROCINAT */
.patrocinat {
    background-color: #b8b8b8;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
    padding: 2px 10px;
    position: relative;
    text-transform: uppercase;
    width: fit-content;
}
/* a la graella */
.descripcio .patrocinat {
    margin-bottom: -7px;
    padding: 0px 10px;
    top: 6px;
}
.descripcio .patrocinat + .categoria {
    display: none;
}