/* ==========================================================================
   CIDOB custom styles
   ========================================================================== */
@import url(css@family=Droid+Serif%253A400,700);
.asi-va {
	font-family: 'Droid Serif', serif;
}

hr {
	display: none;
}
a {
	color: #7d193c;
	text-decoration: none;
}
a:hover {
	color: #000;
}
::-webkit-input-placeholder { /* WebKit browsers */
	color: #c6c6c5 !important;
	font-style: italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #c6c6c5 !important;
	font-style: italic;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #c6c6c5 !important;
	font-style: italic;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #c6c6c5 !important;
	font-style: italic;
}
video {
	max-width: 100%;
	height: auto;
}
.hvr {
}
.tthover {
	cursor: pointer;
}
img {
	max-width: 100%;
}



#header {
	background: #f3f3f3 url(CIDOB-header-deg.png) 0 0 repeat-x;
	position: relative;
	z-index: 3000;
	margin-bottom: 20px;
}
#header .logo {
	float: left;
	display: inline-block;
	margin: 24px 0 0 0;
}





header .right-tools {
	float: right;
	margin-top: 20px;
	font-size: 0;
}



header .right-tools .lang {
	margin-right: 6px;
}
header .right-tools .lang button {
	background-color: #bfbfbf;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 7px 4px 13px;
	height: 24px;
}
header .right-tools .lang button span {
	/*text-decoration: underline;*/
}
header .right-tools .lang .fa {
	position: relative;
	margin-left: 6px;
}
header .right-tools .lang .fa-globe {
	font-size: 16px;
	top: 2px;
}
header .right-tools .lang .fa-caret-down {
	color: #7d193c;
	margin-left: 4px;
	top: 1px;
}
header .right-tools .lang .dropdown-menu {
	margin: 0;
	font-size: 11px;
}
header .right-tools .lang .dropdown-menu>li>a {
	padding: 3px 13px;
	color: #3f372d;
}
header .right-tools .contact button {
	background-color: #7d193c;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 13px 2px;
	text-transform: uppercase;
}
header .right-tools .contact button:hover {
	background-color: #3f372d;
	text-decoration: underline;
}
header .right-tools .header-search {
	margin-top: 7px;
	position: relative;
	margin-bottom: 19px;
}
.header-search input {
	border-color: #e0e0e0;
	height: 24px;
	line-height: 13px !important;
	box-shadow: none;
	font-size: 12px;
	color: #7d193c;
	padding: 0 18px 0 4px;
}
.header-search button {
	position: absolute;
	color: #7d193c;
	top: 2px;
	right: 6px;
	display: inline-block;
	margin-bottom: 0;
	background: none;
	border: none;
	padding: 0;
	font-size: 13px;
	border-radius: 0;
}

#main-nav {
	background: #3f372d;
	border-bottom: 3px solid #7d193c;
}

.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}
.navbar-toggle {
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 1px;
}
.principal,
.navbar {
	position: inherit !important;
	margin-bottom: 0;
	min-height: inherit;
}
.navbar {
	border-radius: 0;
	border: 0;
}
.navbar-nav {
	border-right: 1px solid rgba(255,255,255,.2);
	border-left: 1px solid rgba(0,0,0,.2);
}
.principal,
.principal-solo {
	float: left;
	display: inline-block;
}
.principal>a,
.principal-solo>a {
	float: left;
	display: inline-block;
	padding: 7px 12px 6px;
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	color: #FFF;
	position: relative;
	margin: 0;
	outline: none;
}
.principal a .fa,
.principal-solo a .fa {
	color: #e4dfc8;
	margin-left: 4px;
}

.principal>a,
.principal-solo>a {
	border-left: 1px solid rgba(255,255,255,.2);
	border-right: 1px solid rgba(0,0,0,.2);
}
.principal a.pest {
	text-decoration: none;
}
.principal.hover a.pest,
.principal>a.current,
.principal-solo>a.current {
	background: #dcdcdc;
	background: -moz-linear-gradient(top,  #dcdcdc 0%, #fbfbfb 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcdcdc), color-stop(90%,#fbfbfb));
	background: -webkit-linear-gradient(top,  #dcdcdc 0%,#fbfbfb 90%);
	background: -o-linear-gradient(top,  #dcdcdc 0%,#fbfbfb 90%);
	background: -ms-linear-gradient(top,  #dcdcdc 0%,#fbfbfb 90%);
	background: linear-gradient(to bottom,  #dcdcdc 0%,#fbfbfb 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#fbfbfb',GradientType=0 );
	color: #7d193c;
	position: relative;
	border-color: #3f372d;
}
.principal>a.current,
.principal-solo>a.current {
	background: #FFF;
}
.principal.hover a.pest:before,
.principal>a.current:before,
.principal-solo>a.current:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	top: -3px;
	left: 0;
	background-color: #3f372d;
}
.principal>a.current:before,
.principal-solo>a.current:before {
	background-color: #7d193c;
}
.principal.hover a.pest:after,
.principal>a.current:after,
.principal-solo>a.current:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: -3px;
	left: 0;
	background-color: #fbfbfb;
	z-index: 100;
}
.principal>a.current:after,
.principal-solo>a.current:after {
	background-color: #FFF;
}
.principal.hover a.pest .fa {
	color: #7d193c;
}
.principal .hover.principal-solo a.pest {
	border-radius: 0 0 3px 3px;
}

.principal>a:hover,
.principal.hover>a,
.principal-solo>a:hover {

}



.principal .sub-nav {
	position: absolute;
	margin-top: -3px;
	display: none;
	top: 100%;
	left: 0;
	background: #fbfbfb;
	width: 100%;
	border-top: 3px solid #7d193c;
	border-bottom: 2px solid #7d193c;
	padding: 16px 0 28px;
	list-style: none;
}
.principal .sub-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.principal .sub-nav ul li,
.principal .sub-nav .col-md-3 article,
.principal .sub-nav .col-md-6 article {
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #efe2cf;
}
.principal .sub-nav ul li:first-child,
.principal .sub-nav .col-md-3 article:first-child,
.principal .sub-nav .col-md-6 article:first-child {
	border-top: none;
}
.principal .sub-nav ul li:last-child,
.principal .sub-nav .col-md-3 article:last-child,
.principal .sub-nav .col-md-6 article:last-child {
	border-bottom: none;
}

.principal .sub-nav ul.simple a {
	display: block;
}
.principal .sub-nav ul.simple>li>a {
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	padding: 8px 3px 7px;
}
.principal .sub-nav ul.simple ul {
	padding-left: 16px;
	margin-top: -2px;
}
.principal .sub-nav ul.simple ul li {
	border: none;
}
.principal .sub-nav ul.simple ul a {
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	color: #302a22;
	padding: 3px 0;
}
.principal .sub-nav ul.simple .current a {
	color: #838383;
}


.principal .sub-nav .line-title {
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	color: #7d193c;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 10px;
}
.principal .sub-nav .line-title:before {
	content: '';
	border-bottom: 1px solid #7d193c;
	display: block;
	position: relative;
	top: 8px;
}
.principal .sub-nav .line-title span {
	position: relative;
	z-index: 100;
	padding: 0 7px;
	background-color: #fbfbfb;
}
.principal .sub-nav .line-title span span {
	font-weight: normal;
	color: #666;
	padding: 0;
}
.principal .sub-nav .img-float {
	float: left;
	margin: 2px 10px 6px 0;
}

.principal .sub-nav p {
	font-size: 12px;
	line-height: 15px;
	color: #666;
}
.principal .sub-nav .boton,
.sidebar-document .boton,
.main .icon-boton,
.en-activitats .boton,
.banda-titulo .publicacion .boton,
.categoria-box .boton {
	border-radius: 4px;
	background-color: #7d193c;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	padding: 3px 12px;
	display: inline-block;
}
.categoria-box .boton.red,
.banda-titulo .publicacion .boton.red {
	background-color: #7D193C;
}
.sidebar-document .boton,
.main .icon-boton,
.categoria-box .boton,
.banda-titulo .publicacion .boton {
	font-size: 12px;
	background-color: #9d9d9d;
	margin: 8px 0 7px;
}
.en-activitats .boton {
	margin: 8px 0 0 10px;
}
.categoria-box .boton {
	margin: 0 0 0 7px;
}
.banda-titulo .publicacion .boton {
	margin: 0 0 4px;
}
.main .icon-boton {
	margin-left: 14px;
	margin-bottom: 0;
}
.principal .sub-nav .boton.con-icon,
.sidebar-document .boton.con-icon,
.main .icon-boton,
.categoria-box .boton,
.banda-titulo .publicacion .boton {
	padding: 4px 12px 4px 10px;
}
.principal .sub-nav .boton:hover,
.principal .sub-nav .tthover .boton,
.sidebar-document .boton:hover,
.sidebar-document .tthover .boton,
.main .icon-boton:hover,
.en-activitats .boton:hover,
.main .categoria-box .boton:hover,
.banda-titulo .publicacion .boton:hover {
	background-color: #3f372d;
	text-decoration: underline;
}
.principal .sub-nav .boton .fa,
.sidebar-document .boton .fa,
.categoria-box .boton .fa,
.banda-titulo .publicacion .boton .fa,
.main .icon-boton .fa {
	color: #FFF;
	font-size: 13px;
	margin-right: 6px;
}
.sidebar-document .boton .fa {
	font-size: 15px;
}
.principal .sub-nav .col-md-3 .boton {
	top: -7px;
	position: relative;
	margin-bottom: 2px;
}

.principal .sub-nav .destacado {
	background-color: #c34a47;
	color: #FFF;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	padding: 2px 7px 3px;
}
.principal .sub-nav .col-md-6 article .hvr {
	background-color: #f2f0e6;
	margin-bottom: 2px;
}
.principal .sub-nav .col-md-6 article .hvr.tthover {
	background-color: #e6e4da;
}
.principal .sub-nav .col-md-6 article .hvr h2,
.principal .sub-nav .col-md-4 article .hvr h2 {
	margin: 7px 0 2px;
	padding: 0 11px;
	font-family: 'Droid Serif', serif;
	font-size: 21px;
	line-height: 24px;
	font-weight: 400;
}
.principal .sub-nav .col-md-4 article .hvr h2 {
	padding: 0 0 7px 0;
}
.principal .sub-nav .col-md-6 article .hvr p {
	margin: 0;
	padding: 0 11px 11px;
}
.principal .sub-nav .col-md-6 article .hvr h2 a,
.principal .sub-nav .col-md-4 article .hvr h2 a {
	color: #3f372d;
}
.principal .sub-nav .col-md-6 article .hvr h2 a:hover,
.principal .sub-nav .col-md-6 article .tthover h2 a,
.principal .sub-nav .col-md-4 article .hvr h2 a:hover,
.principal .sub-nav .col-md-4 article .tthover h2 a {
	color: #7d193c;
	text-decoration: underline;
}


.principal .sub-nav .col-md-6 article.hvr h3,
.principal .sub-nav .col-md-3 article.hvr h3 {
	margin: 11px 0 4px;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #302a22;
}
.principal .sub-nav .col-md-6 article:first-child h3,
.principal .sub-nav .col-md-3 article:first-child h3 {
	margin-top: 0;
}
.principal .sub-nav .col-md-6 article.hvr h3 a,
.principal .sub-nav .col-md-3 article.hvr h3 a {
	color: #302a22;
}
.principal .sub-nav .col-md-6 article.hvr h3 a:hover,
.principal .sub-nav .col-md-6 article.tthover h3 a,
.principal .sub-nav .col-md-3 article.hvr h3 a:hover,
.principal .sub-nav .col-md-3 article.tthover h3 a {
	color: #7d193c;
	text-decoration: underline;
}

.principal .sub-nav ul.listado {
	margin-top: -8px;
}
.principal .sub-nav ul.listado a {
	display: block;
	padding: 8px 3px;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #302a22;
}
.principal .sub-nav ul.listado a span {
	font-weight: normal;
	color: #666;
}
.principal .sub-nav ul.listado a.ver-todo {
	font-size: 11px;
	line-height: 12px;
	color: #FFF;
	background-color: #8b8b8b;
	display: inline-block;
	padding: 3px 6px;
	margin: 9px 3px;
}
.principal .sub-nav ul.listado a.ver-todo:hover {
	background-color: #666;
}

.principal .sub-nav .sub-tit {
	display: block;
	font-size: 10px;
	line-height: 12px;
	color: #7d193c;
	padding: 2px 0 12px;
}

.principal .sub-nav .activitats-list {
	background: none;
	margin-top: -12px;
}
.principal .sub-nav .activitats-list article {
	margin: 0;
}
.principal .sub-nav .activitats-list article h4,
.principal .sub-nav .activitats-list article h4 a {
	font-size: 13px;
	line-height: 15px;
}
.principal .sub-nav .activitats-list article .cat span {
	color: #666;
}

.calen.image {
	background: none;
	width: 42px;
	height: 32px;
	top: 16px;
}
.calen.image .icono {
	position: absolute;
	top: 3px;
	left: 9px;
    display: block;
    width: 23px;
    height: 23px;
    background: rgba(125,25,60,.8); 
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
}
.calen.image .icono .fa {
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
}
.calen.image .icono .fa-slideshare {
	font-size: 13px;
}
.en-activitats .calen.image {
	width: 70px;
	height: 53px;
	top: 14px;
	background-color: #C3C3C2;
	padding-right: 0;
}
.activ-past .activitats-list .calen.image {
	width: 108px;
	height: 82px;
	top: 16px;
	background-color: #C3C3C2;
	padding-right: 0;
}
.en-activitats .calen.image .icono,
.activ-past .activitats-list .calen.image .icono {
	top: 9px;
	left: 16px;
    width: 35px;
    height: 35px;
}
.activ-past .activitats-list .calen.image .icono {
	top: 23px;
	left: 36px;
}
.en-activitats .calen.image .icono .fa,
.activ-past .activitats-list .calen.image .icono .fa {
	font-size: 18px;
	line-height: 35px;
}
.en-activitats .calen.image .icono .fa-slideshare,
.activ-past .activitats-list .calen.image .icono .fa-slideshare {
	font-size: 19px;
}

#content-slider article {
	position: relative;
}
#content-slider .sobre-img {
	position: absolute;
	bottom: 26px;
	left: 0;
	background-color: rgba(0,0,0,.6);
	text-shadow: 1px 1px #000;
	padding: 13px 10px 10px;
	width: 97%;
	border-left: 3px solid #91294d;
}
#content-slider .sobre-img h2 {
	color: #FFF;
	margin: 0 0 4px;
	font-size: 31px;
	line-height: 34px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: -.02em;
}
#content-slider .sobre-img h2 a {
	color: #FFF;
}
#content-slider .sobre-img.tthover h2 a,
#content-slider .sobre-img h2 a:hover {
	text-decoration: underline;
}
#content-slider .sobre-img p {
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
	margin: 0;
}

#content-slider .row {
	background: url(CIDOB-home-slider-2col-deg.png) 0 0 repeat-x;
}
#content-slider .col-md-4 article {
	margin: 13px 13px 0 -7px;
	padding: 0 0 13px 0;
	border-bottom: 1px solid #e0e0e0;
}
#content-slider .col-md-4 article:last-child {
	border-bottom: none;
}
#content-slider .col-md-4 article img {
	margin-bottom: 8px;
}
#content-slider .col-md-4 h2 {
	font-family: 'Droid Serif', serif;
	font-size: 18px;
	line-height: 23px;
	color: #3f372d;
	font-weight: 400;
	margin: 0;
}
#content-slider .col-md-4 h2 a {
	color: #3f372d;
}
#content-slider .col-md-4 p {
	margin: 0;
}


#play-pause { 
	position: absolute;
	top: 3px;
	right: 17px;
}
#play-pause span { 
	cursor: pointer;
}
#play-pause .fa { 
	color: #e0e0e0;
}
#play-pause span:hover .fa { 
	color: #FFF;
}


.tit-box {
	display: block;
	margin: 0;
	padding: 5px 0 0;
	font-size: 13px;
	line-height: 16px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	min-height: 26px;
	text-shadow: 1px 1px rgba(0,0,0,.3);
}
.tit-box a {
	display: block;
	color: #FFF;
}
.tit-box .fa {
	font-size: 13px;
	margin-left: 2px;
}
.tit-box span {
	color: #d0d0d0;
	font-weight: normal;
}
.tit-verde {
	background-color: #9c9670;
}
.tit-gris {
	background-color: #989898;
}
.tit-negro {
	background-color: #302a22;
}
.tit-bordo {
	background-color: #7d193c;
}
.tit-gris-claro {
	background-color: #E0E0E0;
	color: #302A22;
	text-shadow: 1px 1px rgba(255,255,255,.9);
	margin: 28px 0 8px;
}



.destacats {
	background-color: #f3f3f3;
	padding-bottom: 4px;
}
.destacats article,
.publicacions-list article {
	position: relative;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #ece9e9;
	min-height: 92px;
}
.destacats.projectes article {
	min-height: 60px;
}
.destacats article.no-image,
.publicacions-list article.no-image {
	min-height: inherit;
	/*padding-bottom: 11px;*/
}
.destacats article:first-child,
.publicacions-list article:first-child {
	border-top: none;
}
.destacats article:last-child,
.publicacions-list article:last-child {
	border-bottom: none;
}
.destacats article img,
.publicacions-list article img {
	position: absolute;
	top: 10px;
	left: 5px;
	max-width: 50px;
}
.publicacions-list article img {
	left: 0;
}
.destacats.projectes article img {
	max-height: 44px;
}
.destacats article .cont,
.publicacions-list article {
	padding: 10px 4px 6px 60px;
}
.destacats article.no-image .cont {
	padding-left: 7px;
	padding-top: 7px;
	display: inline-block;
	width: 100%;
}
.destacats article .meta {
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 3px;
}
.destacats article .meta span {
	float: left;
	display: inline-block;
	line-height: 15px;
}
.destacats article .meta .dia {
	color: #000;
	background-color: #FFF;
	padding: 0 2px;
	font-size: 14px;
	font-weight: bold;
}
.destacats article .meta .mes {
	color: #FFF;
	background-color: #c34a47;
	padding: 0 2px;
	font-size: 11px;
	font-weight: bold;
	margin-right: 2px;
}
.destacats article .meta .cat,
.activitats-list article .cat,
.publicacions-list article .cat,
.biografias .pais,
.noticias .meta .cat,
#content-slider .cat,
.sidebar-document .meta,
.destacats article .meta .cargo,
.main .encajado .cat {
	color: #7d193c;
	font-size: 10px;
}
.destacats article .meta .cargo {
	line-height: 11px;
}
.destacats article h4 {
	color: #3f372d;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin: 0;
}
.destacats article h4 a,
.activitats-list article h4 a,
.publicacions-list article h4 a {
	color: #3f372d;
}
.destacats article.tthover h4 a,
.destacats article h4 a:hover {
	color: #7d193c;
	text-decoration: underline;
}
.destacats article .nombre {
	font-family: 'Droid Serif', serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	color: #302a22;
	/*text-transform: uppercase;*/
	margin-bottom: 3px;
}

.apuntate {
	margin-top: 15px;
}
.apuntate a {
	color: #e4dfc8;
	background: #7d193c url(CIDOB-apuntate-bg.png) 100% 100% no-repeat;
	padding: 2px;
	display: block;
	width: 100%;
	height: 100%;
}
.apuntate a:hover {
	background: #580020;
}
.apuntate a:hover .inner {
	border-color: #FFF;
}
.apuntate a .inner {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(255,255,255,.5);
	padding: 0 0 0 56px;
	min-height: 62px;
}
.apuntate a .ico {
	position: absolute;
	top: 10px;
	left: 8px;
}
.apuntate a .f-line,
.apuntate a .s-line {
	display: block;
}
.apuntate a .f-line {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	text-shadow: 1px 1px rgba(0,0,0,.5);
	margin: 8px 0 0;
}
.apuntate a .s-line {
	font-size: 21px;
	line-height: 21px;
	margin-top: 4px;
}
.apuntate a .s-line img {
	vertical-align: top;
	margin-top: 2px;
}
.apuntate a .s-line span {
	display: none;
}
.apuntate a:hover {
	text-decoration: none;
}

.second-row {
	margin-top: 36px;
}

.activitats-list {
	background: url(CIDOB-activitats-list-bg.png) 0 0 repeat-x;
	margin-top: 5px;
}
.activ-past .activitats-list {
	background: none;
	margin-top: 10px;
}
.activitats-list article {
	position: relative;
	padding: 12px 0 15px 52px;
	border-top: 1px solid #f0e3d0;
	border-bottom: 1px solid #FFF;
	min-height: 70px;
	margin: 0 10px;
}
.activitats-list article:first-child {
	border-top: none;
}
.activitats-list article:last-child {
	border-bottom: none;
}
.en-activitats .col-sm-6:last-child .activitats-list article {
	padding-left: 78px;
}
.activ-past .activitats-list article {
	padding-left: 118px;
	padding-top: 14px;
	min-height: 114px;
}
.activ-past .pagination {
	position: relative;
	top: 38px;
}
.activ-past .pagination a {
	font-weight: normal;
}

.calen {
	position: absolute;
	top: 10px;
	left: 0;
	background: url(CIDOB-calendar-mini.png) 0 0 no-repeat;
	width: 42px;
	height: 48px;
	text-align: center;
	font-weight: bold;
	padding-right: 2px;
}
.calen span {
	display: block;
}
.calen .mes {
	font-size: 11px;
	line-height: 12px;
	color: #FFF;
	padding-top: 7px;
	padding-bottom: 4px;
}
.calen .dia {
	font-size: 18px;
	line-height: 20px;
	display: block;
}


.publicacions-list {
	background: url(CIDOB-publicacions-list-bg.png) 0 0 repeat-x;
	margin-top: 5px;
}
.publicacions-list .row div:first-child article {
	margin-left: 10px;
}
.publicacions-list .row div:last-child article {
	margin-right: 10px;
}
.activitats-list article p,
.publicacions-list article p {
	margin: 0;
	line-height: 12px;
}
.activitats-list article h4,
.publicacions-list article h4 {
	margin: 0;
	color: #3f372d;
	font-size: 15px;
	line-height: 17px;
}
.activitats-list article h4 a,
.publicacions-list article h4 a {
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
}
.activitats-list article.tthover h4 a,
.activitats-list article h4 a:hover,
.publicacions-list article.tthover h4 a,
.publicacions-list article h4 a:hover {
	color: #7d193c;
	text-decoration: underline;
}

.banda-areas-proyectos {
	position: relative;
	margin: 25px 0 45px;
	background-color: #f2f0e6;
	border-top: 3px solid #FFF;
}
.banda-areas-proyectos:before {
	position: absolute;
	top: 0;
	content: '';
	border-top: 1px solid #f2f0e6;
	border-bottom: 3px solid #FFF;
	width: 100%;
}
.banda-areas-proyectos:after {
	position: absolute;
	bottom: 0;
	content: '';
	border-bottom: 1px solid #f2f0e6;
	border-top: 3px solid #FFF;
	width: 100%;
}
.banda-areas-proyectos .titulo {
	position: relative;
	font-family: 'Droid Serif', serif;
	font-size: 21px;
	line-height: 30px;
	color: #3f372d;
	font-weight: 400;
	border-bottom: 1px solid #FFF;
	padding-bottom: 2px;
	margin-top: 0;
}
.banda-areas-proyectos .titulo:after {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: '';
	border-bottom: 1px solid #e0e0e0;
	width: 100%;
}
.banda-areas-proyectos .titulo span {
	color: #bfbfbf;
}
.banda-areas-proyectos .col-md-5 .titulo {
	border-bottom: 1px solid #F3F3F3;
}
.banda-areas-proyectos .col-md-5 .titulo:after {
	border-bottom: 1px solid #d0d0d0;
}
.banda-areas-proyectos .viewall {
	position: absolute;
	top: 26px;
	right: 18px;
	color: #9d9d9d;
	background-color: #FFF;
	font-size: 11px;
	line-height: 12px;
	padding: 3px 6px;
}
.banda-areas-proyectos .viewall:hover {
	color: #FFF;
	background-color: #989898;
}
.banda-areas-proyectos .col-md-5 .viewall {
	right: 34px;
}
.banda-areas-proyectos .col-md-7 .wrap {
	margin: 0 8px;
	padding-top: 20px;
}
.banda-areas-proyectos .col-md-5 .wrap {
	padding: 16px 24px 0;
	margin-top: 4px;
	background-color: #e6e4da;
	min-height: 323px;
}
#carousel-arees {
	padding-bottom: 30px;
}
#carousel-arees .item {
	padding: 2px;
}
#carousel-arees .item div {
	float: left;
	display: inline-block;
	border: 3px solid #FFF;
	margin: 2px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,.15);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,.15);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,.15);
}
#carousel-arees .item div:nth-child(odd) {
	margin: 0 10px 10px 0;
}
#carousel-arees .item div:nth-child(even) {
	margin: 0 0 10px 0;
}
#carousel-arees .item a {
	position: relative;
	font-size: 15px;
	line-height: 18px;
	color: #FFF;
	font-weight: 700;
	height: 102px;
	width: 251px;
	display: table;
}
#carousel-arees .item a span {
    display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
	z-index: 300;
}
#carousel-arees .item a span strong {
	background-color: rgba(0,0,0,.6);
	color: #FFF;
	padding: 3px 8px 2px;
	display: inline-block;
}
#carousel-arees .item a img {
    position: absolute;
	z-index: 200;
	top: 0;
	left: 0;
}
#carousel-arees .item a:hover span strong {
	background-color: rgba(0,0,0,1);
}
#carousel-arees .item a:hover img,
.arees-2col .tthover img {
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}
#carousel-arees .carousel-indicators {
	bottom: 0;
}
#carousel-actividad-destacada .carousel-indicators {
	bottom: -22px;
}
#carousel-publicacions-destacada .carousel-indicators {
	bottom: -42px;
}
#carousel-arees .carousel-indicators li,
#carousel-actividad-destacada .carousel-indicators li,
#carousel-publicacions-destacada .carousel-indicators li {
	width: 14px;
	height: 14px;
	margin: 0;
	border: 2px solid #d0d0d0;
}
#carousel-arees .carousel-indicators li:hover,
#carousel-actividad-destacada .carousel-indicators li:hover,
#carousel-publicacions-destacada .carousel-indicators li:hover {
	background-color: #FFF;
}
#carousel-arees .carousel-indicators .active,
#carousel-arees .carousel-indicators .active:hover,
#carousel-actividad-destacada .carousel-indicators .active,
#carousel-actividad-destacada .carousel-indicators .active:hover,
#carousel-publicacions-destacada .carousel-indicators .active,
#carousel-publicacions-destacada .carousel-indicators .active:hover {
	width: 14px;
	height: 14px;
	background-color: #91294d;
	border-color: #91294d;
}

#carousel-publicacions-destacada,
.categoria-box {
	margin-bottom: 42px;
	padding: 12px 12px 0 12px;
	background-color: #F8F7F3;
	border: 3px solid #FFF;
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
	box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
	position: relative;
}
.categoria-box {
	margin-top: 26px;
	margin-bottom: 20px;
	padding-bottom: 14px;
}
.main .categoria-box h2 {
	font-size: 28px;
	line-height: 33px;
	margin-top: 1px;
	margin-bottom: 7px;
}
.main .categoria-box h3 {
	font-size: 14px;
	line-height: 21px;
	color: #3F372D;
	font-weight: normal;
	margin: 0 0 8px;
}
.main .categoria-box dl {
	line-height: 21px;
	margin-bottom: 0;
}
.main .categoria-box dt {
	float: left;
	display: inline-block;
	margin-right: 4px;
	color: #302A22;
}
.main .categoria-box dd {
	color: #666;
}
.main .categoria-box a {
	float: right;
}


.biografias,
.noticias {
	margin-top: 5px;
}
.biografias img,
.noticias img {
	position: absolute;
	top: 0;
	left: 0;
}
.biografias p {
	margin: 0;
	font-size: 13px;
	line-height: 15px;
	color: #828281;
}
.biografias .pais {
	line-height: 12px;
}
.biografias a,
.noticias a {
	color: #3f372d;
}
.biografias a:hover,
.biografias .tthover a,
.noticias a:hover,
.noticias .tthover a {
	color: #7d193c;
	text-decoration: underline;
}
.biografias h4 {
	font-family: 'Droid Serif', serif;
	font-weight: 700;
	color: #3f372d;
	font-size: 12px;
	line-height: 13px;
	margin: 3px 0 5px;
}
.biografias .big h4 {
	font-size: 18px;
	line-height: 21px;
}
.biografias .big {
	position: relative;
	display: inline-block;
	float: left;
	width: 64%;
	border-right: 5px solid #FFF;
	background-color: #f3f3f3;
	padding: 4px 0 0 156px;
	min-height: 198px;
}
.biografias .list div {
	position: relative;
	display: inline-block;
	float: left;
	width: 36%;
	background-color: #f3f3f3;
	margin-bottom: 6px;
	min-height: 62px;
	padding: 4px 0 0 52px;
}
.biografias .big:hover,
.biografias .big.tthover,
.biografias .list div:hover,
.biografias .list div.tthover {
	background-color: #e3e3e3;
}
.noticias article {
	position: relative;
	display: inline-block;
	margin: 10px 15px 4px;
	padding: 0 0 8px 87px;
	border-bottom: 1px solid #ece9e9;
}
.noticias article:last-child {
	border-bottom: none;
}
.noticias p {
	margin: 0;
	font-size: 12px;
	line-height: 13px;
	color: #989898;
}
.noticias p a {
	color: #7d193c;
	font-weight: bold;
}
.noticias .meta {
	font-size: 10px;
	line-height: 12px;
	color: #797979;
}
.noticias h4 {
	font-weight: bold;
	color: #3f372d;
	font-size: 15px;
	line-height: 17px;
	margin: 1px 0 2px;
}

.social-home {
	margin: 48px 0 24px;
}
.social-home .tit-box {
	position: relative;
	background: #91294d url(CIDOB-social-home-deg.png) 100% 100% repeat-x;
	margin-bottom: 10px;
}
.social-home .tit-box .fa {
	position: absolute;
	text-shadow: none;
	font-size: 18px;
	line-height: 18px;
	top: 5px;
}
.social-home .tit-box .fa-facebook {
	left: 13px;
}
.social-home .tit-box .fa-twitter {
	right: 13px;
}

.social-home .facebook iframe,
.social-home .twitter iframe {
	max-height: 470px;
}
.social-home .facebook iframe {
	width: 100%;
}
.social-home .twitter iframe {
	width: 100% !important;
}
.social-home .col-md-6:first-child {
	border-right: 1px solid #e0e0e0;
}


#breadcrumb {
	font-size: 10px;
	color: #838383;
	margin: -5px 0 12px;
}
#breadcrumb div {
	display: inline-block;
}
#breadcrumb .fa {
	font-size: 17px;
	color: #c3c3c2;
	vertical-align: middle;
}
#breadcrumb a {
	color: #aeaeae;
	text-decoration: underline;
}
#breadcrumb a:hover,
#breadcrumb a:hover .fa {
	color: #333;
}
#breadcrumb .separator {
	color: #7d193c;
	margin: 0 1px;
}


.banda-titulo {
	background-color: #edebe1;
}
.banda-titulo .container {
	min-height: 114px;
}
.banda-titulo .boxed {
	background-color: rgba(0,0,0,.6);
	padding: 4px 11px 6px 8px;
	display: inline-block;
}
.banda-titulo h1 {
	font-family: 'Droid Serif', serif;
	font-weight: 400;
	font-size: 36px;
	line-height: 40px;
	color: #3f372d;
	text-shadow: 1px 1px 0 #FFF;
	margin-top: 37px;
	margin-bottom: 20px;
	letter-spacing: -0.02em;
}
.banda-titulo h2 {
	font-family: 'Droid Serif', serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #666;
	text-shadow: 1px 1px 0 #FFF;
	margin-top: -5px;
	margin-bottom: 33px;
}
.banda-titulo h1.boxed {
	color: #FFF;
	text-shadow: 1px 1px 0 #000;
}

.banda-titulo.con-img {
	background-color: #302a22;
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}
.banda-titulo.con-img .container {
	min-height: 124px;
}
.banda-titulo.con-img:before,
.banda-titulo.con-img:after {
	position: absolute;
	content: '';
	height: 100%;
	width: 160px;
}
.banda-titulo.con-img:before {
	left: 50%;
	top: 0;
	margin-left: -656px;
	background: -moz-linear-gradient(left,  rgba(48,42,34,1) 0%, rgba(48,42,34,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(48,42,34,1)), color-stop(100%,rgba(48,42,34,0)));
	background: -webkit-linear-gradient(left,  rgba(48,42,34,1) 0%,rgba(48,42,34,0) 100%);
	background: -o-linear-gradient(left,  rgba(48,42,34,1) 0%,rgba(48,42,34,0) 100%);
	background: -ms-linear-gradient(left,  rgba(48,42,34,1) 0%,rgba(48,42,34,0) 100%);
	background: linear-gradient(to right,  rgba(48,42,34,1) 0%,rgba(48,42,34,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#302a22', endColorstr='#00302a22',GradientType=1 );
}
.banda-titulo.con-img:after {
	right: 50%;
	top: 0;
	margin-right: -656px;
	background: -moz-linear-gradient(left,  rgba(48,42,34,0) 0%, rgba(48,42,34,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(48,42,34,0)), color-stop(100%,rgba(48,42,34,1)));
	background: -webkit-linear-gradient(left,  rgba(48,42,34,0) 0%,rgba(48,42,34,1) 100%);
	background: -o-linear-gradient(left,  rgba(48,42,34,0) 0%,rgba(48,42,34,1) 100%);
	background: -ms-linear-gradient(left,  rgba(48,42,34,0) 0%,rgba(48,42,34,1) 100%);
	background: linear-gradient(to right,  rgba(48,42,34,0) 0%,rgba(48,42,34,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00302a22', endColorstr='#302a22',GradientType=1 );
}
.banda-titulo.presentacio {
	min-height: 200px;
	background-image: url(CIDOB-banda-titulo-img-Presentacio.jpg);
}

.banda-titulo .container {
	position: relative;
}
.banda-titulo .bottom-toolbox {
	position: absolute;
	z-index: 500;
	bottom: -10px;
	right: 10px;
}
.banda-titulo .addthis_sharing_toolbox {
	float: right;
	background: #FFF;
	padding: 5px;
}
.banda-titulo .bottom-toolbox .tag {
	float: right;
	background: #FFF;
	padding: 5px 8px;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}
.banda-titulo .bottom-toolbox .tag a {
	color: #302A22;
}
.banda-titulo .bottom-toolbox .tag a:hover {
	color: #7d193c;
}
.banda-titulo .bottom-toolbox .tag .fa {
	color: #7D193C;
	font-size: 16px;
	margin-right: 2px;
}
.banda-titulo .bottom-toolbox .cc-by-nc-sa {
	float: right;
	background: #FFF;
	padding: 2px 6px 0 4px;
}

.banda-titulo .expert-detall {
	background-color: #F9F9F9;
	border: 3px solid #FFF;
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
	box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
	margin-bottom: 38px;
	position: relative;
	overflow: hidden;
}
.banda-titulo .expert-detall img {
	margin: 15px 20px;
}

.banda-titulo .expert-detall .contenido {
	position: relative;
	left: -26px;
	text-shadow: 1px 1px 0 #FFF;
}
.banda-titulo .expert-detall h2 {
	font-family: 'Droid Serif', serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 24px;
	color: #7D193C;
	margin: 18px 0 9px;
	letter-spacing: -0.02em;
}
.banda-titulo .expert-detall .contenido ul {
	list-style: none;
	padding: 0;
	line-height: 21px;
	color: #666;
	margin-bottom: 8px;
}
.banda-titulo .expert-detall .contenido ul strong {
	color: #302A22;
}
.banda-titulo .expert-detall .contenido ul:first-of-type strong {
	color: #7D193C;
}

.banda-titulo .expert-detall .contactar {
	background-color: #EDEBE1;
	list-style: none;
	padding: 6px;
	margin: 0;
	line-height: 18px;
	border-left: 3px solid #FFF;
	position: relative;
	z-index: 300;
}
.banda-titulo .expert-detall .contactar li {
	position: relative;
	z-index: 400;
	border-bottom: 1px solid #E4E1E1;
	border-top: 1px solid #FFF;
}
.banda-titulo .expert-detall .contactar li:first-child {
	border-top: none;
}
.banda-titulo .expert-detall .contactar li:last-child {
	border-bottom: none;
}
.banda-titulo .expert-detall .contactar:after {
	content: '';
	background-color: #EDEBE1;
	left: -3px;
	right: 0;
	margin-right: -3px;
	top: 40px;
	border-left: 3px solid #FFF;
	border-right: 3px solid #FFF;
	min-height: 500px;
	position: absolute;
	z-index: 100;
}
.banda-titulo .expert-detall .contactar a {
	display: block;
	color: #302A22;
	font-family: 'Droid Serif', serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: -0.02em;
	padding: 8px 3px 7px;
}
.banda-titulo .expert-detall .contactar .fa {
	font-size: 17px;
	margin-right: 3px;
	position: relative;
	top: 1px;
}
.banda-titulo .expert-detall .contactar .fa-chevron-right {
	font-size: 12px;
	margin-right: 6px;
	top: 0;
	color: #C8C093;
}
.banda-titulo .expert-detall .contactar :hover .fa-chevron-right {
	color: #7d193c;
}
.banda-titulo .expert-detall .fa-phone-square {
	color: #7D193C;
}
.banda-titulo .expert-detall .fa-envelope-square {
	color: #3A0A18;
}
.banda-titulo .expert-detall .fa-linkedin-square {
	color: #0D6FDF;
}
.banda-titulo .expert-detall .fa-twitter-square {
	color: #2CA9D3;
}
.banda-titulo .expert-detall .fa-external-link-square {
	color: #CCC;
}

.banda-titulo .black-bg {
	background-color: rgba(0,0,0,.6);
	padding: 11px 15px 16px;
	position: relative;
	top: 26px;
}
.banda-titulo .black-bg:after {
	content: '';
	background-color: rgba(0,0,0,.6);
	position: absolute;
	bottom: -300px;
	height: 300px;
	width: 100%;
	left: 0;
	right: 0;
}
.banda-titulo .black-bg h1,
.banda-titulo .black-bg p {
	color: #FFF !important;
	text-shadow: 1px 1px 0 #000 !important;
	margin-top: 0;
}

.banda-titulo .publicacion {
	padding-left: 158px;
	padding-bottom: 30px;
	position: relative;
}
.banda-titulo .publicacion img {
	position: absolute;
	left: 0;
	top: 5px;
}
.banda-titulo .publicacion dl {
	line-height: 21px;
	margin-bottom: 10px;
	text-shadow: 1px 1px 0 #FFF;
}
.banda-titulo .publicacion dt {
	float: left;
	display: inline-block;
	margin-right: 4px;
	color: #302A22;
}
.banda-titulo .publicacion dd {
	color: #666;
}

.sidebar-sh {
	background: url(CIDOB-sidebar-shadow-side-left.png) 0 100% no-repeat;
}
.sidebar-sh .inner {
	background: url(CIDOB-sidebar-shadow-side-right.png) 100% 100% no-repeat;
	padding-bottom: 80px;
	position: relative;
}
.sidebar-sh .inner .top-sh {
	height: 8px;
	position: absolute;
	top: -8px;
	left: 0;
	right: 0;
	width: 100%;
}
.sidebar-sh .inner .top-sh .left,
.sidebar-sh .inner .top-sh .right {
	display: block;
	width: 50%;
	height: 8px;
}
.sidebar-sh .inner .top-sh .left {
	float: left;
	background: url(CIDOB-sidebar-shadow-top.png) 0 0 no-repeat;
}
.sidebar-sh .inner .top-sh .right {
	float: right;
	background: url(CIDOB-sidebar-shadow-top.png) 100% 0 no-repeat;
}

.sidebar-sh ul,
.filters-sidebar {
	margin: 0 5px;
	padding: 0 3px;
	list-style: none;
	background: #FFF;
}
.sidebar-sh ul>li {
	border-bottom: 1px solid #eeebde;
}
.sidebar-sh ul>li:last-child {
	border-bottom: none;
}
.sidebar-sh ul>li>a {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #838383;
	display: block;
	padding: 8px;
	position: relative;
}
.sidebar-sh ul>li>a:hover {
	color: #333;
}
.sidebar-sh ul>li.current>a {
	color: #7d193c;
}
.sidebar-sh ul>li.current .current a {
	color: #111;
}
.sidebar-sh ul>li.current .current a:after {
	display: none;
}
.sidebar-sh ul>li.current>a:hover {
	color: #7d193c;
}
.sidebar-sh ul>li.current>a:after {
	position: absolute;
	top: 13px;
	right: 2px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 5px;
	border-color: transparent transparent transparent #7d193c;
}

.sidebar-sh ul ul {
	padding: 0 0 7px 13px;
}
.sidebar-sh ul ul li {
	border: none;
	line-height: 15px;
}
.sidebar-sh ul ul li a {
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	color: #9d9d9d;
	padding: 3px 4px;
}
.sidebar-sh ul ul li:first-child a {
	padding-top: 0;
}


.sidebar-document {
	margin: 0 9px 9px;
	padding: 4px 13px 6px;
	background-color: #edebe1;
}
.sidebar-document p {
	font-size: 15px !important;
	line-height: 18px !important;
	color: #3f372d !important;
	font-weight: bold;
	margin: 3px 0 0;
}
.sidebar-document p span {
	font-size: 12px;
	color: #838383;
	font-weight: normal;
}
.sidebar-document.largo {
	padding-left: 128px;
	position: relative;
	padding-top: 7px;
	line-height: 17px;
	padding-bottom: 12px;
}
.sidebar-document.largo img {
	position: absolute;
	left: 12px;
	top: 12px;
}
.sidebar-document.largo .meta {
	display: block;
}
.sidebar-document.largo .meta span {
	color: #7A7A7A;
}
.sidebar-document.largo a {
	font-size: 15px !important;
	line-height: 17px !important;
	color: #3f372d;
	font-weight: bold;
}
.sidebar-document.largo p {
	font-size: 12px !important;
	line-height: 13px !important;
	color: #858585 !important;
	font-weight: normal;
}
.sidebar-document.largo p span {
	color: #7D193C !important;
	font-weight: bold;
}
.sidebar-document.largo.tthover a,
.sidebar-document.largo a:hover {
	color: #7D193C !important;
	text-decoration: underline;
}
.sidebar-document.largo.tthover p {
	color: #333 !important;
}

.filters-sidebar h4 {
	margin: 0;
	padding: 5px 0 6px;
	text-align: center;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	color: #FFF;
	background: #c3c3c2;
	position: relative;
}
.filters-sidebar h4:before {
	content: ' ';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 13px 0 13px;
	border-color: #FFF transparent transparent transparent;
	z-index: 1000;
	left: 50%;
	margin-left: -13px;
	bottom: -12px;
}
.filters-sidebar h4:after {
	content: ' ';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 9px 0 9px;
	border-color: #c3c3c2 transparent transparent transparent;
	z-index: 1000;
	left: 50%;
	margin-left: -9px;
	bottom: -8px;
}
.filters-sidebar h5 {
	margin: 26px 0 16px;
	padding: 5px 6px 6px;
	font-family: 'Droid Serif', serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #7d193c;
	background: #ededed;
	text-transform: uppercase;
}
.filters-sidebar h5:first-of-type {
	margin: 3px 0 14px;
}
.filters-sidebar h5.collapse-btn {
	cursor: pointer;
}
.filters-sidebar h5 .fa {
	margin-right: 6px;
	width: 8px;
	text-align: center;
}
.filters-sidebar h5 .fa-caret-right {
	display: none;
}
.filters-sidebar h5.collapsed .fa-caret-down {
	display: none;
}
.filters-sidebar h5.collapsed .fa-caret-right {
	display: inline-block;
}

.filters-sidebar .checkbox {
	min-height: 16px;
	margin: 0 0 11px;
}
.filters-sidebar .checkbox label {
	display: block;
	padding: 0 0 0 7px;
	color: #9d9d9d;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.filters-sidebar .checkbox label.selected {
	color: #302a22;
}
.filters-sidebar .checkbox label span {
	padding-left: 16px;
	display: inline-block;
}
.filters-sidebar select.input-sm {
	font-weight: bold;
	color: #302a22 !important;
	margin: 0 6px;
	display: block;
	width: 94%;
}
.filters-sidebar .resetear,
.filters-sidebar .expandcollapse {
	display: block;
	margin-top: 20px;
	border: 1px solid #e0e0e0;
	padding: 4px 6px;
	color: #9d9d9d;
	font-size: 11px;
	text-decoration: underline;
	cursor: pointer;
}
.filters-sidebar .expandcollapse {
	margin-top: 6px;
}
.filters-sidebar .resetear:hover,
.filters-sidebar .expandcollapse:hover {
	border: 1px solid #9d9d9d;
	color: #666;
}
.filters-sidebar .resetear .fa,
.filters-sidebar .expandcollapse .fa {
	margin-right: 4px;
}



.main,
.side,
.side-right {
	padding-bottom: 30px;
}
.side {
	position: relative;
	/*top: -160px;*/
}

.center-line-title,
.main .left-line-title {
	font-family: 'Droid Serif', serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 24px;
	color: #7d193c;
	margin-top: 33px;
	margin-bottom: 16px;
	letter-spacing: -0.02em;
}
.center-line-title {
	text-align: center;
}
.con-espacio-title {
	margin-top: 48px !important;
}
.main .left-line-title {
	text-align: left;
}
.main .left-line-title span {
	margin-left: 7px;
}
.main .left-line-title span strong {
	font-weight: 400;
	color: #9d9d9d;
}
.center-line-title:before,
.main .left-line-title:before {
	content: '';
	border-bottom: 1px solid #eeebde;
	display: block;
	position: relative;
	top: 14px;
}
.center-line-title span,
.main .left-line-title span {
	position: relative;
	z-index: 100;
	padding: 0 7px;
	background-color: #FFF;
	color: #7d193c;
	
	display: inline-block;
}
.main p,
.main ul,
.projecte .banda-titulo p {
	font-size: 14px;
	line-height: 21px;
	color: #666;
}
.main .primero-sin-tit {
	margin-top: 33px;
}
.main ul {
	list-style: none;
	padding: 0;
}
.main ul li {
	margin-bottom: 8px;
}
.main ul li:before {
	content: '●';
	position: relative;
	color: #7d193c;
	font-size: 12px;
	top: -1px;
	margin-right: 3px;
}

.main h2 {
	font-family: 'Droid Serif', serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 24px;
	color: #7d193c;
	margin-top: 33px;
	margin-bottom: 16px;
}
.main h3 {
	font-size: 18px;
	line-height: 22px;
	color: #302a22;
	font-weight: bold;
	margin: 42px 0 8px;
}
.main h4 {
	font-size: 16px;
	line-height: 21px;
	color: #7d193c;
	font-weight: bold;
	margin: 28px 0 8px;
}
.main h5 {
	font-size: 14px;
	line-height: 21px;
	color: #666;
	font-weight: bold;
	margin: 36px 0 -21px;
}
.main h4 span {
	font-size: 14px;
	line-height: 21px;
	color: #666;
	font-weight: normal;
}

.main ul.list-bloques,
.main ul.list-bloques ul {
	list-style: none;
	padding: 0;
}
.main ul.list-bloques li:before {
	display: none;
}

.main ul.list-bloques>li {
	border: 3px solid #FFF;
	-moz-box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
	box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
	background: #f1f1f1;
	padding: 5px 5px 5px 12px;
	margin-bottom: 21px;
}
.main ul.list-bloques>li:nth-child(even) {
    background: #FFF;
}
.main ul.list-bloques>li.con-img {
	padding: 5px 5px 5px 108px;
	min-height: 142px;
	position: relative;
}
.main ul.list-projectes li.con-img {
	padding: 5px 5px 5px 192px;
}
.main ul.list-bloques>li.con-img img {
	position: absolute;
	left: 12px;
	top: 12px;
}

.main ul.list-bloques>li a {
	font-size: 13px;
}
.main ul.list-bloques>li h3,
.main ul.list-bloques>li h3 a {
	font-family: 'Droid Serif', serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 24px;
	color: #302a22;
}
.main ul.list-bloques>li h3 a:hover,
.main ul.list-bloques>li .tthover h3 a {
	text-decoration: underline;
}
.main ul.list-bloques>li h3 {
	margin: 3px 0 0;
}
.main ul.list-bloques>li .cargo {
	font-size: 12px;
	line-height: 18px;
	color: #7d193c;
	text-transform: uppercase;
}
.main ul.list-bloques>li p {
	font-size: 13px;
	line-height: 16px;
	color: #666;
	margin: 0 0 6px;
	max-height: 50px;
	overflow: hidden;
	position: relative;
}
.main ul.list-projectes li.con-img p {
	max-height: 65px;
}
.main ul.list-bloques>li .tthover p {
	color: #333;
}
.main ul.list-bloques>li p:after,
.arees-2col .hvr p:after,
.en-activitats .activitats-list p:after,
.activ-past .activitats-list p:after {
	background: -moz-linear-gradient(left,  rgba(241,241,241,0) 0%, rgba(241,241,241,1) 90%, rgba(241,241,241,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(241,241,241,0)), color-stop(90%,rgba(241,241,241,1)), color-stop(100%,rgba(241,241,241,1)));
	background: -webkit-linear-gradient(left,  rgba(241,241,241,0) 0%,rgba(241,241,241,1) 90%,rgba(241,241,241,1) 100%);
	background: -o-linear-gradient(left,  rgba(241,241,241,0) 0%,rgba(241,241,241,1) 90%,rgba(241,241,241,1) 100%);
	background: -ms-linear-gradient(left,  rgba(241,241,241,0) 0%,rgba(241,241,241,1) 90%,rgba(241,241,241,1) 100%);
	background: linear-gradient(to right,  rgba(241,241,241,0) 0%,rgba(241,241,241,1) 90%,rgba(241,241,241,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f1f1f1', endColorstr='#f1f1f1',GradientType=1 );
	content: '';
	position: absolute;
	display: block;
	width: 178px;
	height: 17px;
	bottom: -1px;
	right: 0;
	z-index: 500;
}
.main ul.list-bloques>li:nth-child(even) p:after,
.arees-2col .hvr p:after,
.en-activitats .activitats-list p:after,
.activ-past .activitats-list p:after {
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(90%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
.en-activitats .activitats-list p.cat:after,
.activ-past .activitats-list p.cat:after {
	display: none;
}

.main ul.list-bloques>li .contact-tit {
	font-size: 13px;
	line-height: 16px;
	color: #302a22;
	font-weight: bold;
}
.main ul.list-bloques>li .contact-list {
	display: inline-block;
}
.main ul.list-bloques>li .contact-list li {
	display: inline-block;
	margin: 0;
}
.main ul.list-bloques>li .contact-list .fa {
	font-size: 15px;
}
.main ul.list-bloques>li .contact-list .fa-phone-square {
	color: #7d193c;
}
.main ul.list-bloques>li .contact-list .fa-envelope-square {
	color: #3a0a18;
}
.main ul.list-bloques>li .contact-list .fa-linkedin-square {
	color: #0d6fdf;
}
.main ul.list-bloques>li .contact-list .fa-link {
	color: #CCC;
}
.main ul.list-bloques>li .contact-list .fa-twitter-square {
	color: #2ca9d3;
}
.main ul.list-projectes li.con-img .block-img {
	position: absolute;
	left: 12px;
	top: 12px;
	white-space: nowrap;
	width: 163px;
	text-align: center;
	background-color: #FFF;
	border: 1px solid #e4e1e1;
	height: 112px;
	display: inherit;
}
.main ul.list-projectes li.con-img .block-img .center {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.main ul.list-projectes li.con-img .block-img img {
	vertical-align: middle;
	max-width: 100%;
	height: auto !important;
	position: relative;
	top: 0;
	left: 0;
}
.main ul.list-projectes li h4 {
	margin: 1px 0 5px;
	font-size: 14px;
	line-height: 18px;
}
.main ul.sin-titulo {
	padding-top: 35px;
}
.main .encajado {
	padding: 0 14px;
}
.main .cont-publi ul {
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
	color: #838383;
}
.main .cont-publi ul strong {
	font-size: 15px;
	line-height: 18px !important;
	color: #3F372D;
	font-weight: bold;
}
.main .cont-publi ul li {
	margin-bottom: 3px;
}
.main .cont-publi ul li:before {
	display: none;
}
.main .leer-mas {
	font-size: 12px;
	font-weight: bold;
	color: #7D193C;
	margin-left: 2px;
}
.main .encajado .cat {
	margin: 0;
	line-height: 18px;
}
.main .encajado .cat span {
	color: #838383;
}

.bajar-pdf {
	margin: 30px 0;
	display: block;
	text-align: center;
	background: #f5f3eb;
	border-top: 1px solid #7d193c;
	border-bottom: 1px solid #7d193c;
	padding: 20px;
}
.bajar-pdf span {
	display: block;
	width: 100%;
	margin: 0 0 12px;
	text-align: center;
	color: #7d193c;
	font-family: 'Droid Serif', serif;
	font-size: 22px;
	line-height: 29px;
	font-weight: 700;
}
.bajar-pdf a,
.boton-gran {
	border-radius: 4px;
	background-color: #7d193c;
	font-size: 14px;
	font-weight: bold;
	color: #FFF !important;
	padding: 6px 14px;
	display: inline-block;
}
.bajar-pdf a .fa,
.boton-gran .fa {
	margin-right: 4px;
}
.bajar-pdf a:hover,
.boton-gran:hover {
	background-color: #3f372d;
	text-decoration: underline;
}
.boton-gran.desact {
	background-color: #9D9D9D !important;
	text-decoration: none !important;
}
.bajar-pdf .text-center {
	margin-bottom: 10px;
	position: relative;
	bottom: -18px;
}
.bajar-pdf .text-center p {
	font-size: 13px;
	line-height: 15px;
	margin: 0;
	color: #302A22;
}
.bajar-pdf .text-center p em {
	font-style: italic;
	color: #666;
}

.main .scroll {
	max-height: 210px;
	margin-left: 14px;
	padding-right: 14px;
}

.main .nav-tabs {
	width: 100%;
	height: auto;
	margin: 50px auto 0;
	position: relative;
	background: #91294d url(CIDOB-home-slider-tabs-deg-bg.png) 100% 0 repeat-y;
	border: none;
}
.main .nav-tabs li {
	margin-bottom: -1px;
}
.main .nav-tabs li:before {
	display: none;
}
.main .nav-tabs li {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #e4dfc8;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px #000;
	position: relative;
	*display:inline; 
	*zoom:1;
}
.main .nav-tabs li a:hover {
	color: #FFF;
	text-decoration: underline;
	border: none;
	background: none;
}
/*.main .nav-tabs li.active:hover a {
	text-decoration: none;
}*/
.main .nav-tabs li a {
	display: inline-block;
	padding: 5px 15px;
	color: #e4dfc8;
	margin-right: 0;
	line-height: 16px;
	border: 0;
	border-left: 1px solid transparent !important;
	border-radius: 0;
}
.main .nav-tabs li a:focus {
	border: 0;
	outline: none;
}
.main .nav-tabs li.active a { 
	color: #7d193c;
	background-color: #FFF;
	text-shadow: none;
	cursor: default;
}
.main .nav-tabs li:first-child.active a  { 
	border-left: 1px solid #f0f0f0 !important;
}
.main .nav-tabs li.active:before { 
	content: ' ';
	display: block;
	width: 100%;
	position: absolute;
	border-top: 2px solid #91294d;
	border-left: 1px solid #91294d;
	left: 0;
	top: -2px;
}
.main .nav-tabs li.active:after { 
	content: ' ';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 9px 0 9px;
	border-color: #FFFFFF transparent transparent transparent;
	z-index: 1000;
	left: 50%;
	margin-left: -9px;
}

.main .tab-content {
	padding: 23px 12px;
	background: url(CIDOB-tapas-list-deg.png) 0 0 repeat-x;
}
.main .tab-content .contador,
.main .filter-box .contador {
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	color: #7d193c;
}
.main .tab-content .contador span,
.main .filter-box .contador span {
	font-size: 12px;
	font-weight: normal;
	color: #9d9d9d;
}
.main .tab-content .contador span strong,
.main .filter-box .contador span strong {
	font-weight: normal;
	color: #3f372d;
}
.main .filter-box {
	padding: 8px 12px;
	margin: 17px 0 0;
	background: #ededed;
	width: 100%;
	display: block;
	float: left;
}
.main .filter-box .contador {
	float: left;
}
.main .filter-box a {
	float: right;
	font-size: 11px;
	color: #838383;
	text-decoration: underline;
	margin: 2px 0 0 4px;
}
.main .filter-box a:hover {
	color: #333;
}
.main .filter-search {
	margin: 2px 0 0 0;
	padding: 10px 12px 13px;
	background-color: #E0E0E0;
	display: inline-block;
	width: 100%;
	position: relative;
}
.main .filter-search span {
	font-size: 16px;
	line-height: 16px;
	color: #3F372D;
	font-weight: bold;
}
.main .filter-search span span {
	color: #7D193C;
}
.main .filter-search input {
	border-color: #FFF;
	border-radius: 2px;
	box-shadow: none;
	padding-right: 28px;
}
.main .filter-search button {
	position: absolute;
	color: #7d193c;
	bottom: 17px;
	right: 20px;
	display: inline-block;
	margin-bottom: 0;
	background: none;
	border: none;
	padding: 0;
	font-size: 19px;
	border-radius: 0;
}
.main .filter-search button:hover {
	color: #333 !important;
}
.main .resultados {
	font-size: 12px;
	color: #838383;
	font-weight: normal;
}
.main .resultados>div {
	margin-top: 10px;
}
.main .resultados p {
	font-size: 12px;
	margin: 0 0 0 12px;
}
.main .resultados label {
	font-weight: normal;
}



.main .filter-search .twitter-typeahead {
	margin-top: 5px;
	display: block !important;
	width: 100%;
	font-weight: normal !important;
}


.typeahead-wrapper {
	display: block;
}
.tt-dropdown-menu {
	background-color: #fff;
	padding: 6px 12px;
	width: 100%;
	border: 1px solid #E0E0E0;
	border-top: none;
}
.tt-suggestion.tt-cursor {
	background-color: #f1f1f1;
}




.main .filters {
	margin-top: 6px;
	margin-bottom: 22px;
}
.main .filters select.input-sm,
.main .resultados select.input-sm,
.filters-sidebar select.input-sm {
	height: 26px;
	line-height: 26px;
	padding: 3px;
	font-size: 13px;
	border-radius: 0;
	color: #666;
	appearance: inherit;
	position: relative;
	box-shadow: none;
}
.main .tapas-list article {
	position: relative;
	padding: 0 0 0 140px;
	min-height: 174px;
	margin-bottom: 12px;
	width: 335px;
}
.main .tapas-list.sin-img article,
.list-programa .item {
	padding: 7px;
	background-color: #FFF;
	border: 1px solid #E9E9E9;
	min-height: inherit;
}
.main .tapas-list article img {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	padding: 0 14px 14px 0;
	background: url(CIDOB-tapas-shadow.png) 0 0 no-repeat;
}
.main .tapas-list article .meta {
	color: #7d193c;
	font-size: 12px;
	margin: 0;
	line-height: 12px;
	display: block;
}
.main .tapas-list article .meta span {
	color: #666;
}
.main .tapas-list article h3,
.main .tab-pane ul.list-bloques>li h3 {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #302a22;
	margin: 2px 0 4px;
}
.main .tab-pane ul.list-bloques>li h3 {
	margin-bottom: 0;
}
.main .tab-pane ul.list-bloques>li h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #302a22;
}
.main .tab-pane ul.list-projectes li h4 {
	margin: 0 0 2px;
}
.main .tapas-list article h3 a {
	color: #302a22;
}
.main .tapas-list article h3 a:hover,
.main .tapas-list article .tthover h3 a {
	text-decoration: underline;
	color: #7d193c;
}
.main .tapas-list article .tthover p {
	color: #333;
}
.main .tapas-list article .author {
	font-size: 12px;
	line-height: 14px;
	margin: 0;
}
.main .tapas-list article .boton {
	padding: 2px 10px 3px;
	display: inline-block;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #c8c093;
	border: 1px solid #c8c093;
	background: #FFF;
	margin-top: 11px;
}
.main .tapas-list article .boton .fa {
	font-size: 13px;
	margin-right: 3px;
	position: relative;
	top: 1px;
}
.main .tapas-list article .boton:hover {
	background: #c8c093;
	color: #FFF;
	text-decoration: none;
}

.main .tab-pane ul.list-bloques>li {
	border: 1px solid #E9E9E9;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #FFF !important;
	padding: 5px 5px 5px 12px;
	margin-bottom: 21px;
	min-height: 110px;
}
.main .tab-pane ul.list-projectes li.con-img {
	padding: 5px 5px 5px 144px;
	min-height: 122px;
}
.main .tab-pane ul.list-projectes li.con-img .hvr div {
	left: 6px;
	top: 6px;
	height: auto;
	width: 129px;
	padding: 6px;
}
.main .tab-pane ul.list-bloques>li p:after {
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(90%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
.main .tab-pane ul.list-projectes li.con-img .hvr .center {
	display: none;
}

.tab-content>.tab-pane {
	margin-bottom: 30px;
}
.tab-content>.tab-pane .pagination {
	margin-bottom: 0;
}

.list-programa .item {
	margin-bottom: 12px;
	padding-top: 5px;
	padding-bottom: 4px;
}
.list-programa .item h3 {
	font-size: 15px;
	line-height: 17px;
	color: #302a22;
	font-weight: bold;
	margin: 0;
}
.list-programa .item h3 span {
	color: #7D193C;
}
.list-programa .item p {
	font-size: 12px;
	line-height: 14px;
	margin: 5px 0 0 0;
}


.boton-line {
	text-align: center;
	border-bottom: 1px solid #E9E9E9;
}
.main .boton-line .icon-boton {
	margin: 0;
	background-color: #7D193C;
	position: relative;
	bottom: -12px;
}
.main .boton-line .icon-boton:hover {
	background-color: #3f372d;
}

.pagination {
	margin: 30px 0;
	text-align: center;
}
.pagination>li {
	display: inline-block;
}
.pagination > li > a,
.pagination > li > span {
	padding: 4px 8px;
	margin: 0 3px;
	font-size: 14px;
	line-height: 14px;
	color: #9d9d9d !important;
	border: none;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #7d193c !important;
	background: none;
	font-weight: bold;
}
.pagination > .disabled > a,
.pagination > .disabled > a:hover {
	color: #c3c3c2 !important;
}
.pagination > li:before {
	display: none;
}
.pagination .fa-chevron-right {
	margin-left: 24px;
}
.pagination .fa-chevron-left {
	margin-right: 24px;
}


.arees-2col {
	margin-bottom: 27px;
}
.arees-2col .hvr {
	position: relative;
	margin: 4px 14px !important;
	/*display: inline-block;*/
	border: 3px solid #FFF;
	margin: 2px;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,.15);
	-moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,.15);
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,.15);
}
.arees-2col .hvr h3 {
	text-align: center;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 30%;
    margin: auto;
	z-index: 300;
	text-transform: uppercase;
}
.arees-2col .hvr h3 a {
	background-color: rgba(0,0,0,.6);
	color: #FFF;
	padding: 9px 18px;
	display: inline-block;
}
.arees-2col .hvr h3 a:hover,
.arees-2col .tthover h3 a {
	background-color: rgba(0,0,0,1);
	text-decoration: underline;
}
.arees-2col .hvr p {
	position: absolute;
	z-index: 200;
	bottom: 5px;
	left: 0;
	right: 0;
	width: 94%;
	margin: auto;
	font-size: 12px;
	line-height: 15px;
	padding: 10px 20px 0;
	background-color: #FFF;
	max-height: 70px;
	overflow: hidden;
}


.list-per {
	margin: 0 14px;
}
.list-per .hvr {
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.list-per .hvr:last-child {
	border-bottom: none;
}
.list-per .hvr h3 {
	margin: 0;
	font-family: 'Droid Serif', serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 24px;
	color: #3f372d;
}
.list-per .hvr h3 a {
	color: #3f372d;
}
.list-per .hvr p {
	font-size: 12px;
	line-height: 15px;
}
.list-per .hvr h3 a:hover,
.list-per .tthover h3 a {
	color: #111;
	text-decoration: underline;
}
.list-per .tthover p {
	color: #333;
}


.side-right {
	padding-top: 24px;
}
.side-right .widget {
	padding-bottom: 25px;
}

.side-right .list-gran {
	list-style: none;
	font-family: 'Droid Serif', serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
	color: #302a22;
	letter-spacing: -0.02em;
	margin: 2px 0 0;
	padding: 0;
}
.side-right .list-gran li {
	border-bottom: 1px solid #f2f2f2;
}
.side-right .list-gran li:last-child {
	border-bottom: none;
}
.side-right .list-gran li a {
	display: block;
	padding: 7px 5px 7px 12px;
	position: relative;
}
.side-right .list-gran li a:after {
	content: '\f054';
	position: absolute;
	left: 1px;
	top: 12px;
	color: #c8c093;
	display: inline-block;
	font: normal normal normal 12px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 12px;
}
.side-right .list-gran li a:hover:after {
	color: #7d193c;
}


.side-right .banner {
	position: relative;
	display: block;
	padding-bottom: 0;
	overflow: hidden;
	margin-bottom: 25px;
}
.side-right .banner .hvr {
	position: relative;
	display: table;
	height: 150px;
}
.side-right .banner .hvr img {
	position: absolute;
	top: 0;
	left: 0;
}
.side-right .banner .hvr h4 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
	font-family: 'Droid Serif', serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	z-index: 500;
	text-transform: uppercase;
	margin: 0;
}
.side-right .banner .hvr h4 a {
	margin: 0 10px;
	background-color: rgba(0,0,0,.6);
	color: #FFF;
	padding: 12px 4px;
	display: inline-block;
	font-weight: 700;
}
.side-right .banner .hvr h4 a:hover,
.side-right .banner .tthover h4 a {
	background-color: rgba(0,0,0,1);
	text-decoration: underline;
}






.projecte .banda-titulo h1 {
	margin-bottom: 13px;
}
.projecte .banda-titulo h2 {
	font-size: 21px;
	line-height: 25px;
	color: #7D193C;
	margin: 0 0 17px;
	letter-spacing: -0.02em;
}
.projecte .banda-titulo p {
	text-shadow: 1px 1px 0 #FFF;
	margin: 0 0 16px;
}

.banda-titulo .data {
	font-size: 14px;
	line-height: 21px;
	color: #666;
	text-shadow: 1px 1px 0 #FFF;
	margin-bottom: 16px;
}
.banda-titulo .data span {
	display: block;
}
.banda-titulo .data strong {
	color: #302A22;
}


.projecte .banda-titulo .logo {
    white-space: nowrap;
	width: 100%;
    text-align: center;
	background-color: #FFF;
	height: 230px;
	display: inherit;
	margin-top: 28px;
	border: 1px solid #E4E1E1;
	margin-bottom: 114px;
	display: inline-block;
}
.projecte .banda-titulo .logo .center {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.projecte .banda-titulo .logo img {
    height: auto !important;
}


.projecte .banda-titulo .col-sm-8,
.projecte .banda-titulo .col-sm-4 {
    position: relative;
	min-height: 372px;
}
.projecte .banda-titulo .financia {
    position: absolute;
	width: 386px;
	bottom: 0;
	right: 0;
	z-index: 100;
}
.projecte .banda-titulo .financia .inner {
    margin: 0 10px;
	padding: 6px 16px 2px;
	background-color: #FFF;
	position: relative;
}
.projecte .banda-titulo .financia h3 {
    font-size: 10px;
	line-height: 12px;
	color: #AEAEAE;
	margin: 0;
}
.projecte .banda-titulo .financia .carousel {
	margin: 8px 10px;
}
.projecte .banda-titulo .financia .carousel .item {
	text-align: center;
}
.projecte .banda-titulo .financia .carousel .item img {
	display: inline-block;
}
.projecte .banda-titulo .financia .carousel-indicators {
	bottom: auto;
	left: auto;
	width: auto;
	right: -20px;
	top: -20px;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	text-align: center;
	margin: 0;
}
.projecte .banda-titulo .carousel-indicators .active {
	width: 8px;
	height: 8px;
	background-color: #6F6F6E;
	border-color: #6F6F6E;
	cursor: default;
}
.projecte .banda-titulo .carousel-indicators li {
	width: 8px;
	height: 8px;
	margin: 1px;
	border: 1px solid #C3C3C2;
	border-radius: 8px;
	float: left;
}

.projecte .main .scroll {
	max-height: 336px;
}

.main .etiquetas {
	background-color: #EDEBE1;
	padding: 6px;
	margin: 36px 10px 0 14px;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #7D193C;
}
.main .etiquetas span {
	display: inline-block;
	margin-left: 4px;
}
.main .etiquetas ul {
	list-style: none;
	padding: 0;
	display: inline;
	font-size: 12px;
	line-height: 14px;
}
.main .etiquetas ul li {
	display: inline-block;
	margin: 2px 1px;
}
.main .etiquetas ul li:before {
	display: none;
}

.main .etiquetas ul li a {
	display: inline-block;
	color: #9d9d9d;
	font-weight: normal;
	background-color: #FFF;
	border: 1px solid #E9E9E9;
	border-radius: 3px;
	padding: 2px 5px;
}
.main .etiquetas ul li a:hover {
	background-color: #989898;
	color: #FFF;
	border: 1px solid #989898;
}



.projecte .center-line-title {
	margin: 1px 0 6px;
}

.projecte .main .nav-tabs {
	margin-top: 24px;
}

.projecte .partners {
	background-color: #EDEBE1;
}
.projecte .container>.partners {
	margin-top: 35px;
}
.projecte .partners h4 {
	margin: 0;
	padding: 0 8px;
	font-size: 12px;
	line-height: 15px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #9D9D9D;
	position: relative;
	display: table;
	width: 100%;
}
.projecte .partners h4 span {
	display: table-cell;
    vertical-align: middle;
	font-size: 12px;
	line-height: 15px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold !important;
}

.projecte .partners h4:after {
	position: absolute;
	content: '';
	right: -14px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 30px 14px;
	border-color: transparent transparent transparent #9d9d9d;
}
.projecte .partners ul {
	list-style: none;
	padding: 0;
	margin: 4px 0 0;
	font-size: 0;
	line-height: 0;
}
.projecte .partners ul li {
	display: inline-block;
	margin: 0 3px 4px 3px;
}
.projecte .partners ul li:before {
	display: none;
}

.actividad-destacada {
	background-color: #F4F2E9;
	border: 3px solid #FFF;
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
	box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
	margin: 0 14px 18px;
	position: relative;
	margin-top: 5px;
}
.actividad-destacada .contenido {
	padding: 20px 15px;
}
.actividad-destacada .contenido img.pull-left {
	margin: 0 15px 4px 0;
}
.actividad-destacada .contenido h2 {
	line-height: 26px;
	color: #302A22;
	margin-top: 0;
	margin-bottom: 6px;
}
.actividad-destacada .contenido h2 a {
	color: #302A22;
}
.actividad-destacada .contenido.tthover h2 a {
	text-decoration: underline;
	color: #333;
}
.actividad-destacada .contenido h3 {
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #666;
	margin: 2px 0 0;
}
.actividad-destacada .contenido.tthover h3 {
	color: #333;
}


.side-data {
	background-color: #FFF;
	margin: 0;
	position: relative;
	z-index: 300;
	font-size: 13px;
	line-height: 15px;
	color: #666;
	min-height: 180px;
}
.col-sm-4 .side-data {
	margin-top: 26px;
	margin-bottom: 114px;
	min-height: initial;
}
.actividad-destacada .side-data {
	background-color: #E3DFC8;
	list-style: none;
	min-height: 180px;
	border-left: 3px solid #FFF;
}
.actividad-destacada .side-data {
	background-color: #E3DFC8;
	list-style: none;
	min-height: 180px;
	border-left: 3px solid #FFF;
}
.side-data .fecha {
	background-color: #666;
	left: -10px;
	position: relative;
	color: #FFF;
	width: 100%;
	font-size: 17px;
	line-height: 14px;
	padding: 7px 0 0 24px;
	margin: 12px 0 0;
	display: inline-block;
	min-height: 28px;
}
.col-sm-4 .side-data .fecha {
	margin: 0;
	left: 0;
	padding-left: 14px;
}
.side-data .fecha:before {
	content: '';
	top: 0;
	left: -14px;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 14px 14px 0;
	border-color: transparent #666666 transparent transparent;
}
.side-data .fecha:after {
	content: '';
	background-color: #666666;
	top: 0;
	bottom: 0;
	right: -18px;
	height: 100%;
	display: block;
	width: 18px;
	position: absolute;
	z-index: 1000;
}
.col-sm-4 .side-data .fecha:after {
	right: -4px;
	width: 4px;
}
.side-data .fecha span {
	position: absolute;
	content: '';
	bottom: -6px;
	right: -18px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 4px 0 0;
	border-color: #7d193c transparent transparent transparent;
}
.col-sm-4 .side-data .fecha span {
	right: -4px;
}
.side-data .cont {
	position: relative;
	z-index: 600;
	padding: 10px 15px 15px;
}
.side-data .cont span {
	color: #302A22;
	font-size: 11px;
	font-weight: bold;
}
.side-data .cont a {
	color: #9C9670;
	font-size: 12px;
	text-decoration: underline;
	margin-bottom: 10px;
	display: inline-block;
}
.side-data .cont a:hover {
	color: #3F372D;
}

.side-data .cont .boton {
	border-radius: 4px;
	background-color: #7d193c;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #FFF;
	padding: 7px 14px;
	display: inline-block;
	text-decoration: none;
}
.side-data .cont .boton:hover{
	background-color: #3f372d;
	color: #FFF;
}
.side-data .cont .boton .fa {
	margin-right: 4px;
	font-size: 15px;
}
#carousel-actividad-destacada {
	margin-top: 5px;
}

.en-activitats .activitats-list {
	background: none;
	margin-top: 0;
}
.en-activitats .activitats-list p,
.activ-past .activitats-list article p {
	font-size: 12px;
	line-height: 15px;
	position: relative;
}
.en-activitats .activitats-list .tthover p,
.activ-past .activitats-list .tthover p {
	color: #333;
}
.en-activitats .activitats-list article,
.activ-past .activitats-list article {
	border-top-color: #DFDFDF;
}
.en-activitats .activitats-list article .cat,
.activ-past .activitats-list article .cat {
	font-size: 10px;
	line-height: 12px;
}
.en-activitats .activitats-list article .cat span,
.activ-past .activitats-list article .cat span {
	color: #666;
}

.en-activitats .activitats-list article:last-child {
	border-bottom: 1px solid #DFDFDF;
}


.banda-titulo.is-activ-past {
	padding-bottom: 140px;
}

.activ-past {
	margin-top: -140px;
}
.activ-past .contenido {
	margin: 0 5px;
	padding: 0 3px;
	background: #FFF;
}

.activ-past .filter-box {
	margin: 0;
	padding: 8px 18px;
}

.activ-past .deg {
	display: inline-block;
	width: 100%;
	margin: 2px 0 0 0;
	padding: 0 18px;
	background: url(CIDOB-activ-past-deg.png) 0 0 repeat-x;
}
.activ-past .deg h3 {
	margin: 16px 0 0 0;
	color: #3F372D;
	font-size: 16px;
	line-height: 13px;
}
.main .activ-past .filters {
	margin-top: 10px;
	margin-bottom: 0;
}
.main .activ-past .filters label {
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	text-align: right;
	position: relative;
	color: #666;
	top: 5px;
	right: -15px;
}
.main .activ-past .filters .input-sm {
	height: 26px;
	padding: 3px;
	font-size: 13px;
	border-radius: 0;
	color: #666;
	appearance: inherit;
	position: relative;
	box-shadow: none;
}

.main .activ-past .filters button {
	position: absolute;
	color: #7d193c;
	top: 3px;
	right: 16px;
	display: inline-block;
	margin-bottom: 0;
	background: none;
	border: none;
	padding: 0;
	font-size: 13px;
	border-radius: 0;
}

.main .activ-past .resultados p {
	margin: 0;
}
.main .activ-past .form-group {
	margin-bottom: 0;
}

.participantes {
	padding: 0 14px;
}
.participantes .item {
	padding: 6px 6px 10px 10px;
	background-color: #F1F1F1;
	position: relative;
	margin-bottom: 8px;
	width: 552px;
}
.participantes .list-colabora .item:nth-child(even) {
	background-color: #F9F9F9;
}
.participantes .item.foto {
	height: 110px;
	padding-left: 94px;
}
.participantes .item.foto img {
	position: absolute;
	top: 0;
	left: 0;
}
.participantes .item h3 {
	font-family: 'Droid Serif', serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #302A22;
	margin: 2px 0 0;
}
.participantes .item h4 {
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	color: #666666;
	margin: 0;
}

.participantes .list-colabora .item {
	padding: 8px 10px;
	width: 302px;
	margin: 0 0 8px; 
}
.participantes .list-colabora h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 17px;
	color: #666666;
	margin: 0;
}
.participantes .list-colabora h3 strong {
	font-family: 'Droid Serif', serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 17px;
	color: #302A22;
}



.gallery-row {
	font-size: 0;
	margin-bottom: 10px;
}
.gallery-row .fancybox {
	float: left;
	display: inline-block;
	width: 219px;
	margin: 0 0 12px 0;
}
.gallery-row .fancybox:hover {
	text-decoration: none;
}
.gallery-row .fancybox:last-child {
	margin-right: 0;
}
.gallery-row .fancybox .title {
	display: block;
	font-size: 15px;
	line-height: 18px;
	color: #302A22;
	font-weight: bold;
	margin: 7px 0 2px;
}
.gallery-row .fancybox:hover .title {
	color: #7d193c;
	text-decoration: underline;
}
.gallery-row .fancybox .from {
	display: block;
	font-size: 12px;
	line-height: 14px;
	color: #7D193C;
}
.gallery-row .fancybox .from span {
	color: #666;
}
.gallery-row .fancybox img {
	min-width: 100%;
}

.projecte .main .tab-pane .scroll {
	max-height: 550px;
	background-color: #FFF;
	border: 1px solid #E9E9E9;
	margin-left: 0;
	padding: 6px 20px 6px 6px;
}
.tab-pane .ps-container .ps-scrollbar-y-rail {
	margin-top: 5px;
	right: 10px;
}
.tab-pane .scroll .pretit {
	color: #7D193C;
	font-size: 12px;
	line-height: 15px;
}
.tab-pane .scroll h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #3F372D;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	margin: 4px 0 2px;
}

.map-outer {
    display: block;
	position: relative;
}
.gm-style:before,
.gm-style:after {
	content: '';
    display: block;
	position: absolute;
	width: 100%;
	height: 16px;
	left: 0;
	right: 0;
	z-index: 5;
	top: 0;
	background: url(CIDOB-map-shadow-top.png) 50% 0 no-repeat;
}
.gm-style:after {
	top: auto;
	bottom: 0;
	background-image: url(CIDOB-map-shadow-bottom.png);
}
#gmaps-map01 {
	height: 188px;
	width: 100%;
}
.gmnoprint {
	z-index: 100 !important;
}
.gmnoprint img {
    max-width: none; 
}


.form-horizontal.contacto {
	padding: 20px 40px;
	margin: 4px 0 0;
	background: url(CIDOB-tapas-list-deg.png) 0 0 repeat-x;
}

.form-horizontal.contacto .control-label {
	padding-top: 5px;
	color: #838383;
	font-size: 13px;
}
.form-horizontal.contacto textarea {
	font-size: 12px;
}

.form-horizontal.contacto .btn {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #CCC;
	padding: 6px 14px;
	outline: none;
	margin-right: 6px;
	text-transform: uppercase; 
}
.form-horizontal.contacto .btn:hover {
	background-color: #7D193C;
}
.form-horizontal.contacto .btn .fa {
	margin-right: 4px;
}
.form-horizontal.contacto p {
	color: #9D9D9D;
	font-size: 10px;
	line-height: 13px;
}
.contacte-dades {
	list-style: none;
	padding: 0;
	margin: 3px 0 0;
}
.contacte-dades li {
	background-color: #F7F7F7;
	margin-bottom: 2px;
	padding: 4px 10px 8px;
}
.contacte-dades li:nth-child(even) {
	background-color: #FBFBFB;
}
.contacte-dades span {
	color: #302A22;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	display: block;
	margin-bottom: 4px;
}
.contacte-dades p {
	color: #807568;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
}
.contacte-dades a {
	font-size: 12px;
}
.contacte-dades p.dir {
	color: #605342;
	font-size: 14px;
}
.contacte-dades p strong {
	color: #7D193C;
	font-size: 15px;
}
.contacte-dades .fa {
	font-size: 15px;
	color: #C8C093;
	margin-right: 6px;
	vertical-align: middle;
}
.contacte-dades .fa-phone-square {
	font-size: 18px;
}
.contacte-dades .fa-map-marker {
	font-size: 22px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 50px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: 0;
}

.pre-footer {
	position: relative;
	background: url(CIDOB-footer-top-deg.png) 100% 100% repeat-x;
	min-height: 82px;
	text-align: center;
	border-bottom: 2px solid #FFF;
	margin-top: 30px;
	margin-bottom: 6px;
}
.pre-footer:after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	border-bottom: 6px solid #7d193c;
}
.pre-footer h4 {
	font-family: 'Droid Serif', serif;
	font-weight: 400;
	font-size: 28px;
	line-height: 34px;
	color: #acabab;
	letter-spacing: -0.025em;
	margin: 0;
	padding-bottom: 10px;
}

footer .image-bg {
	background: url(CIDOB-footer-foto-entrada.jpg) no-repeat center bottom fixed; 
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}
footer .footer-shadow {
	position: relative;
	background: url(CIDOB-footer-top-shadow.png) 50% 0 no-repeat;
}

footer .to-top {
	position: absolute;
	top: -20px;
	left: 50%;
	display: block;
	width: 34px;
	height: 34px;
	margin-left: -17px;
	background-color: #7d193c;
	color: #FFF;
	cursor: pointer;
}
footer .to-top .fa {
	font-size: 20px;
	line-height: 22px;
	width: 100%;
	text-align: center;
	color: #FFF;
	margin-top: 5px;
}
footer .to-top:hover {
	background-color: #3f372d;
}


.footer-links {
	margin: 40px 0;
}
.footer-links div {
	float: left;
	width: 14.28571428571429%;
}
.footer-links h4 {
	display: block;
	background-color: rgba(48,42,34,.85);
	margin: 0;
	padding: 5px 10px;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 0px rgba(0,0,0,1);
}
.footer-links ul {
	list-style: none;
	background-color: rgba(255,255,255,.89);
	margin: 0;
	padding: 10px 4px 10px 10px;
	font-size: 12px;
	line-height: 13px;
	color: #000;
	text-shadow: 1px 1px 0px rgba(255,255,255,1);
	min-height: 230px;
}
.footer-links ul li {
	padding-bottom: 10px;
}
.footer-links ul li a {
	color: #000;
}
.footer-social {
	float: left;
	display: inline-block;
	margin-bottom: 20px;
}
.footer-social .logo {
	float: left;
}
.footer-social .social-boxes {
	float: left;
	list-style: none;
	margin: 119px 0 0 12px;
	padding: 0;
}
.footer-social .social-boxes li {
	display: inline-block;
	margin-right: 5px;
}
.footer-social .social-boxes a {
	float: left;
	display: inline-block;
	width: 31px;
	height: 31px;
	padding-top: 3px;
	text-align: center;
	background-color: rgba(255,255,255,.89);
	color: #7d193c;
	font-size: 22px;
	line-height: 26px;
	transition: background-color 0.3s ease;
}
.footer-social .social-boxes a:hover {
	background-color: rgba(48,42,34,.85);
	color: #FFF;
}
.footer-social .social-boxes a span {
	display: inline-block;
	text-indent: -9000px;
}



.footer-info {
	float: right;
	display: inline-block;
	margin: 84px 0 20px 0;
}
.footer-info .apuntate {
	float: left;
	display: inline-block;
	min-width: 210px;
	margin: 0;
	min-height: 66px;
}
.footer-info .telefono {
	float: left;
	display: inline-block;
	text-align: right;
	margin-left: 7px;
	background-color: rgba(255,255,255,.89);
	min-height: 66px;
	padding: 12px 6px 0;
}
.footer-info .telefono p {
	margin: 0;
	color: #272624;
	font-size: 11px;
	line-height: 14px;
}
.footer-info .telefono p:first-child {
	margin-bottom: 7px;
}
.footer-info .telefono p a {
	color: #272624;
}
.footer-info .telefono p span {
	font-size: 15px;
	font-weight: bold;
}
.footer-info .telefono .fa {
	color: #7d193c;
}
.footer-info .telefono .fa-phone-square {
	font-size: 18px;
}
.footer-info .telefono .fa-envelope {
	font-size: 15px;
}

.footer-bottom {
	background-color: #3f372d;
	min-height: 49px;
}
.footer-bottom .copy {
	float: left;
	display: inline-block;
	margin-top: 10px;
	color: #FFF;
	text-shadow: 1px 1px 0px rgba(0,0,0,1);
	font-size: 12px;
	line-height: 14px;
}
.footer-bottom .copy span {
	color: #acabab;
}
.footer-bottom .copy .fa {
	font-size: 22px;
}
.footer-bottom .menu {
	float: right;
	display: inline-block;
	padding-bottom: 12px;
}
.footer-bottom .menu ul {
	list-style: none;
	padding: 0;
	margin: 17px 0 0;
}
.footer-bottom .menu ul li {
	float: left;
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	padding: 0 8px;
	border-right: 1px solid #91294d;
}
.footer-bottom .menu ul li:last-child {
	border-right: none;
	padding-right: 1px;
}
.footer-bottom .menu ul li a {
	color: #acabab;
	text-decoration: underline;
}
.footer-bottom .menu ul li a:hover {
	color: #FFF;
}





.black-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 2000;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}
.black-overlay.open {
	display: inherit;
}













/* v1.0.5 - RoyalSlider */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 100%;
	height: 400px;
	/*height: 610px !important;*/
	position: relative;
	direction: ltr;
	overflow:hidden;
}
.royalSlider > * {
	float: left;
}
.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;
}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}
.rsThumb {
	float: left;
	position: relative;
}
.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}
.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}
/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}
.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}
.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}
.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}
.rsPreloader {
	position:absolute;
	z-index: 0;	
}
.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}
.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVideoContainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoContainer img.rsImg {
	max-width: 100%;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}
.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
}
img.rsImg {
	max-width: none;
	min-width: 100%;
}
.grab-cursor {
	cursor:url(grab.png) 8 8, move; 
}
.grabbing-cursor{ 
	cursor:url(grabbing.png) 8 8, move;
}
.rsNoDrag {
	cursor: auto;
}
.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(blank.gif);
}

/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
/* Background
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
	background: #151515;
	color: #FFF;
} */
/***************
*
*  4. Tabs
*
****************/

.rsDefault .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	/*overflow: hidden;*/
	position: relative;
	background: #91294d url(CIDOB-home-slider-tabs-deg-bg.png) 100% 0 repeat-y;
	padding-right: 20px;
}
.rsDefault .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #e4dfc8;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px #000;
	position: relative;

	*display:inline; 
	*zoom:1;
}
.rsDefault .rsTab:hover {
	color: #FFF;
}
.rsDefault .rsTab:hover span {
	text-decoration: underline;
}
.rsDefault .rsTab.rsNavSelected:hover span {
	text-decoration: none;
}
.rsDefault .rsTab span {
	display: inline-block;
	padding: 5px 15px 4px;
	border-left: 1px solid transparent;
}
.rsDefault .rsTab.rsNavSelected { 
	color: #7d193c;
	background-color: #FFF;
	text-shadow: none;
	cursor: default;
}
.rsDefault .rsTab:first-child.rsNavSelected span { 
	border-left: 1px solid #e0e0e0;
}
.rsDefault .rsTab.rsNavSelected:before { 
	content: ' ';
	display: block;
	width: 100%;
	position: absolute;
	border-top: 2px solid #91294d;
	border-left: 1px solid #91294d;
	left: 0;
	top: -2px;
}
.rsDefault .rsTab.rsNavSelected:after { 
	content: ' ';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 9px 0 9px;
	border-color: #FFFFFF transparent transparent transparent;
	z-index: 1000;
	left: 50%;
	margin-left: -9px;
}




/***************
*
*  6. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url(rs-default.png) no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
}
.rsDefault .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}
.rsDefault .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('rs-default.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}
/***************
*
*  7. Preloader
*
****************/
.rsDefault .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(preloader-white.gif);
	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}
/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;
	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.75);
	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}


















/** Carousel de a uno **/
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
	padding-bottom: 9px;
}
.jcarousel .jcarousel-list {
    width: 20000em;
    position: relative;
    margin: 0;
    padding: 0;
}
.jcarousel .jcarousel-item {
    width: 100px;
    float: left;
    border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	border-top: 2px solid transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	text-align: center;
}
.jcarousel .jcarousel-item .inner {
	min-height: 225px;
    border: 3px solid #f2f0e6;
    background-color: #f2f0e6;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,.15);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,.15);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,.15);
}
.jcarousel .jcarousel-item:hover .inner,
.jcarousel .jcarousel-item.tthover .inner {
    border: 3px solid #FFF;
    background-color: #FFF;
}
.jcarousel .jcarousel-item h3 {
	font-size: 16px;
	line-height: 18px;
	color: #3f372d;
	margin: 9px 0 2px;
	font-weight: bold;
}
.jcarousel .jcarousel-item p {
	font-size: 12px;
	line-height: 14px;
	color: #828282;
	margin: 0 0 8px;
}
.jcarousel .center {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.jcarousel img {
    background: #3A6F9A;
    vertical-align: middle;
    max-width: 100%;
    height: auto !important;
}
.jcarousel .jcarousel-item a {
    white-space: nowrap;
	width: 100%;
    text-align: center;
	background-color: #FFF;
	height: 112px;
	display: inherit;
}
/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 55%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
	font-size: 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	outline: none;
}
.jcarousel-control-prev {
    left: 11px;
}
.jcarousel-control-next {
    right: 11px;
}





.scroll {
	position: relative;
	max-height: 200px;
	overflow: hidden;
}

/*! perfect-scrollbar - v0.4.11
* http://noraesae.github.com/perfect-scrollbar/
* Copyright (c) 2014 Hyeonje Alex Jun; Licensed MIT */
.ps-container .ps-scrollbar-x-rail {
    position: absolute;
    bottom: 3px;
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*opacity: 0;
    filter: alpha(opacity=0);*/
    opacity: .6;
    filter: alpha(opacity=60);
    -o-transition: background-color .2s linear,opacity .2s linear;
    -webkit-transition: background-color .2s linear,opacity .2s linear;
    -moz-transition: background-color .2s linear,opacity .2s linear;
    transition: background-color .2s linear,opacity .2s linear;
}
.ps-container:hover .ps-scrollbar-x-rail,
.ps-container.hover .ps-scrollbar-x-rail {
    opacity: .6;
    filter: alpha(opacity=60);
}
.ps-container .ps-scrollbar-x-rail:hover,
.ps-container .ps-scrollbar-x-rail.hover {
    background-color: #eee;
    opacity: .9;
    filter: alpha(opacity=90);
}
.ps-container .ps-scrollbar-x-rail.in-scrolling {
    background-color: #eee;
    opacity: .9;
    filter: alpha(opacity=90);
}
.ps-container .ps-scrollbar-y-rail {
    position: absolute;
    right: 3px;
    width: 2px;
    /*opacity: 0;
    filter: alpha(opacity=0);*/
    opacity: .6;
    filter: alpha(opacity=60);
    -o-transition: background-color .2s linear,opacity .2s linear;
    -webkit-transition: background-color .2s linear,opacity .2s linear;
    -moz-transition: background-color .2s linear,opacity .2s linear;
    transition: background-color .2s linear,opacity .2s linear;
    background-color: #ece9e9;
}
.ps-container:hover .ps-scrollbar-y-rail,
.ps-container.hover .ps-scrollbar-y-rail {
    opacity: .6;
    filter: alpha(opacity=60);
}
.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover {
    background-color: #eee;
    opacity: .9;
    filter: alpha(opacity=90);
}
.ps-container .ps-scrollbar-y-rail.in-scrolling {
    background-color: #eee;
    opacity: .9;
    filter: alpha(opacity=90);
}
.ps-container .ps-scrollbar-x {
    position: absolute;
    bottom: 0;
    height: 8px;
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -o-transition: background-color .2s linear;
    -webkit-transition: background-color.2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear;
}
.ps-container.ie6 .ps-scrollbar-x {
    font-size: 0;
}
.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x,
.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
    background-color: #999;
}
.ps-container .ps-scrollbar-y {
    position: absolute;
    right: -3px;
    width: 8px;
    background-color: #d0d0d0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -o-transition: background-color .2s linear;
    -webkit-transition: background-color.2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear;
}
.ps-container.ie6 .ps-scrollbar-y {
    font-size: 0;
}
.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
    background-color: #999;
}
/*.ps-container.ie .ps-scrollbar-x,
.ps-container.ie .ps-scrollbar-y {
    visibility: hidden;
}
.ps-container.ie:hover .ps-scrollbar-x,
.ps-container.ie:hover .ps-scrollbar-y,
.ps-container.ie.hover .ps-scrollbar-x,
.ps-container.ie.hover .ps-scrollbar-y {
    visibility: visible;
}*/


/* iCheck plugin Minimal skin, green
----------------------------------- */
.icheckbox_minimal-green,
.iradio_minimal-green {
	position: absolute;
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 14px;
    height: 14px;
    background: url(green.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_minimal-green {
    background-position: 0 0;
}
    .icheckbox_minimal-green.hover {
        background-position: -20px 0;
    }
    .icheckbox_minimal-green.checked {
        background-position: -40px 0;
    }
    .icheckbox_minimal-green.disabled {
        background-position: -60px 0;
        cursor: default;
    }
    .icheckbox_minimal-green.checked.disabled {
        background-position: -80px 0;
    }

.iradio_minimal-green {
    background-position: -100px 0;
}
    .iradio_minimal-green.hover {
        background-position: -120px 0;
    }
    .iradio_minimal-green.checked {
        background-position: -140px 0;
    }
    .iradio_minimal-green.disabled {
        background-position: -160px 0;
        cursor: default;
    }
    .iradio_minimal-green.checked.disabled {
        background-position: -180px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_minimal-green,
    .iradio_minimal-green {
        background-image: url(green@2x.png);
        -webkit-background-size: 200px 20px;
        background-size: 200px 20px;
    }
}



/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
.main .custom-col ul {
       padding: inherit;
}
.main .custom-col ul li {
       margin-bottom: 0px;
}








/* ==========================================================================
   CIDOB Responsive styles
   ========================================================================== */

@media (max-width: 767px) {

	#carousel-arees .item div {
		width: 48%;
	}
	#carousel-arees .item a {
		width: 100%;
	}
	#carousel-arees .item a img {
		height: 100%;
		width: 100%;
	}
	.navbar-toggle .icon-bar {
		background-color: #FFF;
	}	
	.navbar-toggle {
		position: relative;
	}	
	.navbar-toggle:before {
		content: 'Menu';
		color: #FFF;
		position: absolute;
		top: 2px;
		left: -34px;
	}	
	.navbar-nav {
		border-left: none;
		border-right: none;
		margin: 0;
	}
	.navbar-nav .fa {
		display: none;
	}
	.principal,
	.principal-solo {
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,.2);
	}
	.principal:last-child,
	.principal-solo:last-child {
		border-bottom: none;
	}
	.principal>a,
	.principal-solo>a {
		border-left: none;
		border-right: none;
		width: 100%;
	}
	.principal .sub-nav,
	.black-overlay {
		display: none !important;
	}
	.principal>a:hover,
	.principal.hover>a,
	.principal-solo>a:hover,
	.principal.hover a.pest {
		background: rgba(255,255,255,.1) !important;
		color: #FFF !important;
		text-decoration: underline;
	}
	.principal a.pest:before,
	.principal a.pest:after {
		display: none;
	}
	.principal>a.current:hover,
	.principal-solo>a.current:hover {
		background: #FFF !important;
		color: #7d193c !important;
	}
	#content-slider .col-md-8 img {
		min-width: 100%;
	}
	#content-slider .col-md-4 article {
		margin: 13px 13px 0 0;
	}
	#content-slider .col-md-4 article img {
		float: left;
		margin-right: 10px;
	}
	footer .image-bg {
		background: url(CIDOB-footer-foto-entrada-tablet-02.jpg) no-repeat center bottom fixed; 
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	.participantes .item,
	.participantes .list-colabora .item,
	.main .tapas-list article {
		width: 100%;
	}	
	.gallery-row .fancybox {
		width: 48%;
	}	
	.footer-links {
		margin-bottom: 10px;
	}
	.footer-info {
		width: 100%;
		margin-top: 0;
	}	
	.footer-bottom .copy,
	.footer-bottom .menu {
		width: 100%;
		text-align: center;
	}
	.footer-bottom .menu ul {
		display: inline-block;
	}
	.biografias .big h4 {
		font-size: 16px;
		line-height: 19px;
	}
	.second-row .col-sm-6:last-child {
		margin-top: 15px;
	}
	.banda-titulo .col-sm-8 .addthis_sharing_toolbox {
		padding-bottom: 0;
	}
	.projecte .banda-titulo .col-sm-8,
	.projecte .banda-titulo .col-sm-4 {
		min-height: inherit;
	}
	.col-sm-4 .side-data {
		margin-top: 40px;
		margin-bottom: 122px;
		min-height: inherit;
	}
	.banda-titulo .col-sm-8 .bottom-toolbox {
		position: relative;
		bottom: 0;
		right: inherit;
		left: 0;
		float: left;
		margin: 10px 0;
		width: 100%;
	}
	.banda-titulo .black-bg {
		top: 7px;
	}
	.banda-titulo .black-bg:after {
		display: none;
	}
	.banda-titulo h1.boxed {
		margin-bottom: 25px;
	}
	.banda-titulo.con-img {
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	.banda-titulo.presentacio {
		background-size: cover !important; 
	}	
	.side-data .fecha:before {
		display: none;
	}
	.side-right {
		padding-top: 5px; 
		padding-bottom: 5px; 
	}
	.banda-titulo h1 {
		font-size: 32px;
		line-height: 36px;
	}
	.banda-titulo h2 {
		font-size: 17px;
		line-height: 24px;
	}
	.actividad-destacada .contenido h2 {
		font-size: 19px;
		line-height: 24px;
	}
	.main .nav-tabs li.active:after {
		display: none;
	}
	.side-right .banner .hvr,
	.side-right .banner .hvr img {
		min-width: 100%;
	}
	.arees-2col .hvr {
		width: 92%;
		padding-bottom: 4px;
	}
	.arees-2col img {
		min-width: 100%;
	}
	.arees-2col .hvr p {
		position: relative;
		top: 0;
		padding: 10px 0 0;
		background-color: transparent; 
		max-height: 73px;
	}
	.arees-2col .col-sm-6:first-child {
		margin-bottom: 14px;
	}
	.side.pull-left {
		top: -10px !important; 
	}	
	.sidebar-sh .inner {
		padding-bottom: 30px;
	}	
	.banda-titulo .expert-detall .contenido {
		left: 10px;
		padding-bottom: 4px;
		padding-right: 14px;
	}
	.banda-titulo .expert-detall img {
		margin: 10px 10px 0;
	}
	.projecte .banda-titulo .logo {
		margin-top: 0;
		margin-bottom: 121px !important;
	}
	.projecte .banda-titulo .financia {
		width: 100%;
		left: 0;
		margin-bottom: 12px;
	}
	.categoria-box .boton {
		margin-top: 5px;
	}	
	.pre-footer h4 {
		padding-bottom: 26px;
		font-size: 24px;
		line-height: 30px;
	}
	.rsDefault .rsTab.rsNavSelected:after {
		display: none;
	}
	.resultados .form-horizontal {
		padding: 0 12px;
	}
	.main .filter-box {
		float: none;
	}
	.main .filter-box a {
		float: none;
		display: block;
		margin-left: 0;
	}
	.main .filter-box .contador {
		float: none;
	}
	
}
@media (max-width: 991px) {

	.col-md-3 .tit-gris {
		margin-top: 15px;
	}
	.col-md-3.second-side .tit-gris {
		margin-top: 0;
	}
	.footer-links div {
		width: 50%;
		margin-bottom: 10px;
		overflow: hidden;
	}
	.projecte .partners h4 {
		margin: 0;
		padding: 14px 6px;
		height: auto !important;
	}
	.projecte .partners h4:after {
		display: none;
	}	
	.biografias .big {
		padding-right: 4px;
	}	
	.second-row {
		margin-top: 15px;
	}
	.biografias {
		margin-bottom: 9px;
	}	
	.main .filters .col-md-4,
	.main .filters .col-md-3 {
		margin-bottom: 6px;
	}
	.main .activ-past .filters .col-md-2 {
		margin-bottom: 6px;
	}
	.main .activ-past .filters label {
		top: 4px;
		right: inherit;
	}
	.actividad-destacada .side-data .fecha:before {
		display: none;
	}
	.actividad-destacada .side-data {
		min-height: inherit;
		border-left: none;
	}
	.banda-titulo .expert-detall .contactar {
		border-left: none;
	}
	.projecte .banda-titulo .logo {
		margin-bottom: 114px;
	}
	.side-right .tit-gris {
		margin-top: 0 ;
	}
	.row.en-activitats .col-md-6:last-child {
		padding-top: 30px;
	}
	
}
@media (min-width: 768px) and (max-width: 991px) {

	#carousel-arees .item a {
		width: 184px;
	}
	#carousel-arees .item a img {
		height: 100%;
		width: 100%;
	}
	.publicacions-list article h4,
	.publicacions-list article h4 a {
		font-size: 12px;
		line-height: 14px;
	}
	.principal>a,
	.principal-solo>a {
        padding: 7px 5px 6px;
        font-size: 13px;
	}
	footer .image-bg {
		background: url(CIDOB-footer-foto-entrada-tablet.jpg) no-repeat center bottom fixed; 
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	.participantes .item {
		width: 342px;
	}
	.participantes .list-colabora .item {
		width: 225px;
	}	
	.gallery-row .fancybox {
		width: 248px;
	}
	.main .tapas-list article {
		width: 248px;
	}	
	.principal .sub-nav .boton.con-icon,
	.sidebar-document .boton.con-icon,
	.main .icon-boton,
	.categoria-box .boton,
	.banda-titulo .publicacion .boton {
		padding: 4px 7px;
	}
	.main .tapas-list article h3 {
		font-size: 13px;
		line-height: 16px;
	}
	.side-right .banner .hvr {
		height: 110px;
	}
	.side-right .banner .hvr h4 {
		font-size: 16px;
		line-height: 18px;
	}
	.banda-titulo .expert-detall .contenido {
		left: 8px;
		padding-bottom: 6px;
	}
	.banda-titulo .expert-detall img {
		margin: 15px;
	}
	.projecte .banda-titulo .col-sm-8,
	.projecte .banda-titulo .col-sm-4 {
		padding-bottom: 30px;
	}
	.projecte .banda-titulo .logo img {
		max-width: 220px;
	}
	.projecte .banda-titulo .financia {
		width: 247px;
	}
	.main #carousel-publicacions-destacada .tapas-list article {
		width: 100%;
	}

}
@media (min-width: 992px) and (max-width: 1199px) {

	footer .image-bg {
		background: url(CIDOB-footer-foto-entrada-monitor.jpg) no-repeat center bottom fixed; 
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	.participantes .item {
		width: 457px;
	}
	.projecte .banda-titulo .financia {
		width: 322px;
	}

}
@media (min-width: 1200px) {

	#carousel-arees .item a {
		width: 306px;
	}
	#carousel-arees .item a img {
		max-height: 100%;
		width: 100%;
	}
	.main .tapas-list article {
		width: 406px;
	}
	.participantes .list-colabora .item {
		width: 365px;
	}	
	.gallery-row .fancybox {
		width: 267px;
	}
	.banda-titulo .expert-detall img {
		min-width: 90%;
	}
	.banda-titulo .expert-detall .contenido {
		left: 0;
	}

}
@media (max-width: 620px) {
	
	#header .logo {
		width: 100%;
		text-align: center;
	}
	header .right-tools {
		width: 100%;
		display: block;
		text-align: center;
	}

}
@media (max-width: 520px) {

	#carousel-arees .item div {
		width: 100%;
	}
	#carousel-arees .item a {
		width: 100%;
	}
	#carousel-arees .item a img {
		height: 100%;
		width: 100%;
	}
	#content-slider .sobre-img h2 {
		font-size: 20px;
		line-height: 22px;
	}
	#content-slider .sobre-img p {
		display: none;
	}
	#content-slider .col-md-4 h2 {
		font-size: 14px;
		line-height: 18px;
	}
	.biografias .big,
	.biografias .list div {
		width: 100%;
		border-right: none;
	}
	.biografias .big {
		margin-bottom: 6px;
	}
	footer .image-bg {
		background: url(CIDOB-footer-foto-entrada-mobil.jpg) no-repeat center bottom fixed; 
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	.footer-social .social-boxes {
		width: 100%;
		margin: 20px 0 0 0;
	}	
	.footer-info .telefono {
		clear: both;
		margin: 20px 0 0 0;
	}	
	.footer-links div {
		width: 100%;
		margin-bottom: 0;
	}	
	.footer-links ul {
		min-height: inherit;
	}
	.footer-links h4 {
		margin-top: 10px;
	}
	.gallery-row .fancybox {
		width: 100%;
	}	
	.activ-past .activitats-list article {
		padding-left: 0;
	}
	.activ-past .activitats-list .calen.image {
		top: 0;
		position: relative;
		margin-bottom: 4px;
	}
	.actividad-destacada .contenido h2 {
		display: inline-block;
	}
	.main .tapas-list article h3 {
		font-size: 13px;
		line-height: 16px;
	}
	.main .tapas-list.sin-img article h3 {
		font-size: 15px;
		line-height: 18px;
	}
	.main .tab-pane ul.list-projectes li.con-img {
		padding-left: 5px;
		min-height: inherit;
	}	
	.main ul.list-projectes li.con-img .block-img {
		position: relative;
		left: 0 !important;
		top: 0 !important;
	}
	.main ul.list-projectes li.con-img {
		padding: 5px 5px 5px 5px;
	}
	.banda-titulo .publicacion img {
		position: relative;
		top: 15px;
	}
	.banda-titulo .publicacion {
		padding-left: 5px;
	}
	.arees-2col .hvr h3 {
		bottom: 50px;	
	}
	
}
@media (max-width: 320px) {
	
	.main ul.list-bloques>li.con-img {
		padding: 5px 5px 5px 5px;
		min-height: inherit;
	}
	.main ul.list-bloques>li.con-img img {
		position: relative;
		left: 0;
		top: 0;
	}
	.form-horizontal.contacto {
		padding: 20px;
	}
	.arees-2col .hvr h3 {
		width: 100%;
		height: auto;
		top: 10px;
		bottom: 0;	
	}
	.arees-2col .hvr h3 a {
		padding: 9px 0;
		width: 100%;
		display: block;
	}
	
}









.main div.ezxmltext-field h4 {
    font-size: 18px;
    line-height: 22px;
    color: #302a22;
    font-weight: bold;
    margin: 42px 0 8px;
}

.main div.ezxmltext-field h5 {
    font-size: 16px;
    line-height: 21px;
    color: #7d193c;
    font-weight: bold;
    margin: 28px 0 8px;
}

.main #results.noticias h4 {
    font-size: 16px;
    line-height: 21px;
    color: #7d193c;
    font-weight: bold;
    margin: 5px 0 8px;
}

.noticia .banda-titulo .logo {
    white-space: nowrap;
    width: 100%;
    text-align: center;
    background-color: #FFF;
    display: inherit;
    margin-top: 28px;
    border: 1px solid #E4E1E1;
    display: inline-block;
}

.tab-pane .scroll h3 {
    font-family: Arial, Helvetica, sans-serif;
    color: #3F372D;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    margin: 4px 0 2px;
}

.main .tapas-list article.cronologia {
    padding: 0;
}

.banda-titulo.publicacion.cronologia {
    padding-left: 0;
}

.cronologia h3, .cronologia .intro {
    padding-right: 15px;
}

/* Home Slider */

#content-slider article.publicacion {
    margin-top: 10px;
    display: block;
    position: relative;
    padding: 0 0 0 140px;
    min-height: 174px;
    margin-bottom: 12px;
}

#content-slider article.publicacion img {
    position: absolute;
    display: block;
    top: 0;
    left: 5px;
    padding: 0 14px 14px 0;
    background: url(CIDOB-tapas-shadow.png) 0 0 no-repeat;
}

#content-slider article.publicacion span {
    color: #7d193c;
    font-size: 12px;
    margin: 0;
    line-height: 12px;
}

#content-slider article.publicacion h3 {
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    color: #302a22;
    margin: 2px 0 4px;
}

#content-slider article.publicacion h3 a {
    color: #302a22;
}

#content-slider article.publicacion .meta {
    color: #7d193c;
    font-size: 12px;
    margin: 0;
    line-height: 12px;
    display: block;
}

#content-slider article.publicacion .meta span {
    color: #666;
}

.banda-titulo.memoria {
    min-height: 200px;
}

.line-document .boton {
    border-radius: 4px;
    background-color: #7d193c;
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    padding: 3px 12px;
    display: inline-block;
}

.line-document .boton {
    font-size: 12px;
    background-color: #9d9d9d;
    margin: 8px 0 7px;
}

.line-document .boton .fa {
    color: #FFF;
    font-size: 13px;
    margin-right: 6px;
}
.line-document .boton .fa {
    font-size: 15px;
}

.line-document .meta {
    color: #7d193c;
    font-size: 10px;
}

.line-document {
    margin: 20px 9px 9px;
    padding: 4px 13px 6px;
    background-color: #edebe1;
}

.line-document p {
    font-size: 15px;
    line-height: 18px;
    color: #3f372d;
    font-weight: bold;
    margin: 3px 0 0;
}
.line-document p span {
    font-size: 12px;
    color: #838383;
    font-weight: normal;
}

.line-document .ezxmltext-field,
.line-document .ezxmltext-field p {
    color: #abadac;
}

.expert-detall p.update {
    float: right;
    margin-right: 5px;
    color: #aeaeae;
    font-size: 0.8em;
}

.expert-detall p.photo-credit {
    margin-left: 20px;
    color: #aeaeae;
    font-size: 0.8em;
}

.noticias.press article {
    display: block;
}

.filters-sidebar .form-group {
    min-height: 30px;
}

.form-error {
    border: 1px solid red;
}
.form-ok {
    border: 1px solid lawngreen;
}

#contact-form .checkbox label span {
    padding-left: 16px;
    font-size: 12px;
    font-weight: bold;
    color: #838383;
}

.main > .encajado.cont-publi {
    margin-top: 33px;
}

.publicacion {
    min-height: 200px;
}

.footer-links ul {
    background-color: initial;
}

.footer-links.clearfix {
    background-color: rgba(255,255,255,.89);
}

.projecte .scroll.image-xml > img {
    float: left;
    display: inline;
    margin-right: 20px;
}

.projecte .scroll.image-xml > .ezxmltext-field {
    display: inline;
}

.pagination > li > a:hover{
    cursor: pointer;
}

.noticias .no-image {
    padding-left: 0px;
}

.activ-past .activitats-list .calen.image {
    background-color: initial;
}

.banda-titulo .publicacion.no-image {
    padding-left: 0px;
}

.prensa [class^="col-sm"] {
    padding-bottom: 30px;
}

.noticias#results .no-image {
    padding-left: 0px;
}

.hvr.ttarget.memoria {
    margin-bottom: 30px;
}

.noticia .banda-titulo [class^="col-sm"] {
    padding-bottom: 30px;
}

.side-right .banner {
    position: relative;
    display: block;
    padding-bottom: 0;
    overflow: hidden;
    margin-bottom: 25px;
}

.destacats .hvr.ttarget.no-image {
    padding-left: 20px;
    padding-right: 20px;
}

.main .categoria-box .ezxmltext-field a {
    float: initial;
}

.jcarousel img {
    background: #FFF;
}

.content-search .form-control {
    width: 80%;
}

.content-search .form-control, .content-search .btn {
    display: inline-block;
}

.expert-detall .contenido ul {
    margin-top: 30px;
}

.expert-detall .contenido .alias {
    font-style: italic;
    font-weight: bold;
}

.expert-detall .contenido .country {
    font-weight: bold;
}

.filters-sidebar.biographies {
    min-height: 265px;
}

.banda-titulo .expert-detall .boton {
    border-radius: 4px;
    background-color: #7d193c;
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    padding: 3px 12px;
    display: inline-block;
}

.banda-titulo .expert-detall .boton.red {
    background-color: #7D193C;
}

.banda-titulo .expert-detall .boton {
    font-size: 12px;
    background-color: #9d9d9d;
    margin: 8px 0 7px;
}

.banda-titulo .expert-detall .boton {
    margin: 0 0 4px;
}

.banda-titulo .expert-detall .boton {
    padding: 4px 12px 4px 10px;
}

.banda-titulo .expert-detall .boton:hover {
    background-color: #3f372d;
    text-decoration: underline;
}

.banda-titulo .expert-detall .boton .fa {
    color: #FFF;
    font-size: 13px;
    margin-right: 6px;
}

.banda-titulo .expert-detall .boton {
    text-shadow: none;
}

.bolddt {
    margin-right: 4px;
    color: #302A22;
    font-weight: bold;
}

.dl-bottom  {
    width:45%;
    float:left;
}

ul.butllet-less {
    list-style: outside none none;
    padding-left: 0;
    margin-bottom: 0px;
}

#contact-form .date {
    display: inline-block;
    
}

#contact-form .date .element {
    float:left;
    
}

#contact-form .form-group div, #contact-form .form-group label {
    
    text-align: left;
}

.contacte-dades li::before{

    content : none !important;

}

ul ul {
    
    margin-bottom: 0;
    margin-left: 30px !important;
    
}

.billing label{
    display: none !important;
}

p.pbody{
    
    color: #333;
    
}

.main p {
    display: table;
}