body, p, span, b, i, em, h1, h2, h3, h4, h5, h6, button, input, select, textarea {
	font-family: 'Roboto', sans-serif;
}

i, em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

.no_visible {
	opacity: 0.5;
}

.ui-datepicker {
	background: #f7f7f7;
	border: 1px solid #323232;
}

.ui-datepicker .ui-state-active {
	color: #111111;
}

.clear {
	clear: both;
}

.truncate {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hidden {
	display: none;
}

a.anchor {
	display: block;
	position: relative;
	top: -100px;
	visibility: hidden;
}

a {
	color: #5a93a8;
}

a:hover {
	color: #1e3965;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.mayusculas {
	text-transform: uppercase;
}

.minusculas {
	text-transform: none;
}

.normal {
	font-weight: normal !important;
}

/* Cabecera *******************************************************************/
#header.menu-align-right #logo {
	top: 6px;
}

#header #logo img {
	max-height: 70px;
}

.tt-menu-nav > li > a:hover::after,
.tt-menu-nav > li.active > a::after {
	height: 0;
}

.tt-menu-nav > li > a {
	color: #202020;
	font-size: 17px;
}


.tt-menu-nav > li > a:hover,
.tt-menu-nav > li.active > a {
	color: #9e9e9e;
}

.tt-submenu .tt-submenu-list li > a {
	font-size: 17px;
}

.tt-submenu-dark .tt-submenu {
	background-color: #202020;
}

.tt-submenu-dark .tt-submenu .tt-submenu-list li > a:hover,
.tt-submenu .tt-submenu-list li > a:hover {
	background-color: #9e9e9e;
	box-shadow: none;
}

/* Pie ************************************************************************/
.footer {
}

.footer .social-buttons a {
	color: #fff;
	background: #202020;
}

.footer .social-buttons li:last-child > a {
	margin-right: 0;
}

.footer-bottom,
.footer-bottom-left,
.footer-bottom-right,
.footer p {
	margin-bottom: 0;
	color: #202020;
}

.footer a {
	color: #202020;
}

.footer a:active,
.footer a:focus,
.footer a:hover {
	color: #9e9e9e;
}

.footer a.invertida {
	display: inline-block;

	-moz-transform: scaleX(-1);    /* Gecko */
	-o-transform: scaleX(-1);      /* Opera */
	-webkit-transform: scaleX(-1); /* Webkit */
	transform: scaleX(-1);         /* Standard */
	filter: FlipH;                 /* IE 6/7/8 */
}

/* Patrocinadores *****************************************************************************************************/
.patrocinadores h2 {
	margin-bottom: 30px;
	padding-bottom: 5px;
	color: #202020;
	font-size: 25px;
	font-weigth: bold;
	text-align: center;
	border-bottom: 1px solid #343434;
}

.patrocinadores .patrocinadores_logo {
	margin-bottom: 30px;
	-webkit-filter: none;
	filter: none;
	opacity: 1;

	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.patrocinadores .patrocinadores_logo:hover,
.patrocinadores.invertido .patrocinadores_logo {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.6;

	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.patrocinadores.invertido .patrocinadores_logo:hover {
	-webkit-filter: none;
	filter: none;
	opacity: 1;

	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

/* Modulo - Galeria ***********************************************************/
.modulo_galeria {
	display: flex;
	flex-wrap: wrap;

	margin-top: -30px;

	font-size: 0;
}

.modulo_galeria > div {
	display: inline-flex;

	margin-top: 30px;
}

.modulo_galeria > div > a {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
}

.modulo_galeria .galeria-elemento {
	flex: 1;
}

.modulo_galeria .galeria-elemento > .galeria-elemento-imagen {
	position: relative;
	overflow: hidden;

	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.modulo_galeria .galeria-elemento > .galeria-elemento-imagen:after {
	position: absolute;
	display: block;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;

	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.modulo_galeria .galeria-elemento > .galeria-elemento-imagen.redondo {
	border-radius: 50%;
}

.modulo_galeria .galeria-elemento > .galeria-elemento-imagen > img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.modulo_galeria .galeria-elemento > .galeria-elemento-imagen > .galeria-elemento-detalles {
	top: 100%;
	bottom: auto;
	position: absolute;
	width: 100%;
	left: 0;
	padding: 20px;
	opacity: 0;
	z-index: 2;
	text-align: center;
	font-size: 12px;
	color: #aaa;

	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.modulo_galeria .galeria-elemento > .galeria-elemento-imagen > .galeria-elemento-detalles > p {
	margin: 0;
	padding: 0;

	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.modulo_galeria .galeria-elemento > .galeria-elemento-imagen > .galeria-elemento-detalles > span {
	display: block;

	margin: 10px 0 0;

	font-size: 16px;
}

.modulo_galeria .galeria-elemento > .galeria-elemento-titulo {
	margin: 15px 0 0;

	font-size: 14px;
	text-align: center;
}

.modulo_galeria .galeria-elemento:hover > .galeria-elemento-imagen:after {
	background: rgba(0, 0, 0, 0.7);
}

.modulo_galeria .galeria-elemento:hover > .galeria-elemento-imagen > .galeria-elemento-detalles {
	top: 50%;
	bottom: auto;
	color: #383f51;
	opacity: 1;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* General ********************************************************************/
.btn {
	font-size: 18px;
}

h1.titulo {
	position: relative;
	margin: 0;
	padding-left: 33px;
	color: #202020;
	font-size: 42px;
	font-weight: bold;
	line-height: 44px;
}

h1.titulo:after {
	content: '';
	display: block;

	position: absolute;
	top: 7px;
	left: 0;

	width: 8px;
	height: 30px;

	background: #fff;
}

.seccion {
	padding-top: 60px;
}

.textos_legales h1 {
	margin: 0 0 30px;
	color: #202020;
	font-size: 42px;
	font-weight: bold;
}

.textos_legales p {
	color: #202020;
	font-size: 18px;
}

.linea {
	border-bottom: 1px solid #202020;
}

/* Seccion - Que es? **********************************************************/
.que_es .textos h2 {
	position: relative;
	margin: 0;
	padding-right: 33px;
	color: #202020;
	font-size: 42px;
	font-weight: bold;
	line-height: 44px;
}

.que_es .textos h2:after {
	content: '';
	display: block;

	position: absolute;
	top: 6px;
	right: 0;

	width: 8px;
	height: 30px;

	background: #fff;
}

.que_es .textos p {
	color: #202020;
	font-size: 18px;
}

/* Seccion - Calendari ********************************************************/
.calendari .botones .btn {
	display: block;
	margin: 0;
	padding: 15px 25px;
	min-height: 72px;
}

.calendari .botones .btn > img {
	width: auto;
	max-height: 42px;
}

.calendari .botones .btn.levante {
	padding: 15px 25px;
}

.calendari .botones .btn.levante > img {
	width: auto;
	height: 42px;
}

.calendari .botones .btn.informacion {
	padding: 21px 25px;
}

.calendari .botones .btn.informacion > img {
	width: auto;
	height: 30px;
}

.calendari .botones {
	font-size: 20px;
}

.calendari .button-block {
	display: block !important;
}

.calendari .widget .widget-title {
	margin: 0 0 25px;
	padding: 0 0 20px;

	border-top: 0;
	border-bottom: 1px solid rgba(238, 238, 238, .9);
}

.calendari .widget .widget-title h5 {
	text-transform: none;
	font-size: 17px;
	font-weight: bold;
	margin: 0;
}

.calendari .calendar_wrap table {
	margin: 0 auto;
	width: 98%;
	border-spacing: 2px;
	border-collapse: separate;
}

.calendari .calendar_wrap tbody {
	color: #aaa;
}

.calendari .calendar_wrap tbody td {
	position: relative;
	width: 14%;
	background: #f5f5f5;
	text-align: center;
	padding: 8px;
	border-radius: 50%;
	vertical-align: middle;
}

.calendari .calendar_wrap tbody td.cuadrado:after {
	content:'';
	display:block;
	margin-top:100%;
}

.calendari .calendar_wrap tbody td.cuadrado .content {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.calendari .calendar_wrap tbody .pad {
	background: none;
}

.calendari .calendar_wrap td.activo .content {
	color: #ffffff;
}

.calendari .calendar_wrap td.activo .content > a {
	display: block;

	color: #ffffff;
}

.calendari .calendar_wrap td.activo .content > a:hover {
	color: rgba(255, 255, 255, 0.7);
}

.calendari .diari_logo {
	position: relative;

	height: 60px;

	margin: 60px 0;

	text-align: center;
}

.calendari .diari_logo img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;

	display: block;
	margin: 0 auto;

	max-width: 300px;
	max-height: 60px;
}

.calendari h3.fecha {
	margin: 30px 0 0;
	color: #202020;
	font-size: 18px;
	font-weight: bold;
}

.calendari h3.diari {
	margin: 0 0 30px;
	font-size: 16px;
}

/* Seccion - Llegir mes *******************************************************/
.llegir_mes .entrevista {
	position: relative;
	margin-bottom: 30px;
}

.llegir_mes .entrevista > a {
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.llegir_mes .entrevista > a > .bloque_1 {
	min-height: 110px;
	padding: 15px;
}

.llegir_mes .entrevista > a > .bloque_1 h4 {
	margin: 0;
	padding: 0;
	color: #202020;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
}

.llegir_mes .entrevista > a > .bloque_1 h5 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}

.llegir_mes .entrevista > a > .bloque_2 {
	min-height: 105px;
	padding: 15px;
	line-height: 25px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: #202020;
}

.llegir_mes .entrevista > a:hover {
	opacity: 0.6;

	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

/* Seccion - Concurs **********************************************************/
.concurs h2 {
	margin: 30px 0 0;
	font-size: 18px;
	text-align: center;
}

.concurs .libro_concurso {
	position: relative;
	margin-bottom: 30px;
}

.concurs .libro_concurso > a {
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.concurs .libro_concurso > a > .bloque_1 {
	min-height: 94px;
	padding: 15px;
}

.concurs .libro_concurso > a > .bloque_1 h4 {
	margin: 0;
	padding: 0;
	line-height: 32px;
	color: #202020;
	font-size: 24px;
	font-weight: bold;
}

.concurs .libro_concurso > a > .bloque_2 {
	padding: 15px;
	line-height: 25px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: #202020;
}

.concurs .libro_concurso > a:hover {
	opacity: 0.6;

	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.concurs .bases p {
	font-size: 18px;
}

.concurs .cabecera {
	margin: 30px 0;
	padding: 30px 0;
	border-top: 1px solid #202020;
	border-bottom: 1px solid #202020;
}

.concurs .cabecera h2 {
	margin: 0;
	padding: 0;
	font-size: 42px;
	font-weight: bold;
	text-align: center;
}

.concurs .cabecera h3 {
	margin: 0;
	padding: 0;
	color: #202020;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.concurs .pregunta h4 {
	margin: 0;
	padding: 0;
	color: #202020;
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	line-height: 38px;
}

.concurs .boton_concurso {
	display: block;
	margin: 0;
	padding: 15px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	line-height: 26px;
	background: #202020;

	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.concurs .boton_concurso:hover {
	background: #9e9e9e;

	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

/* Seccion - Llibres ***********************************************************/
.llibres .libro {
	position: relative;
	margin-bottom: 30px;
}

.llibres .libro > a {
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.llibres .libro > a > .caption {
	opacity: 0;

	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	bottom: 0;

	background: rgba(0, 0, 0, 0.7);

	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.llibres .libro.ancho > a > .caption,
.llibres .libro.fitxa > a > .caption {
	left: 0;
	right: 0;
}

.llibres .libro > a > .caption .caption-contenido {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;

	padding: 15px;
}

.llibres .libro.fitxa > a > .caption .caption-contenido {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(50% - 77px);
	bottom: auto;

	padding: 15px;
}

.llibres .libro > a > .caption h4 {
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.llibres .libro > a > .caption h5 {
	margin: 0 0 15px;
	font-size: 16px;
	font-weight: bold;
}

.llibres .libro.fitxa > a > .caption h4 {
	font-size: 100px;
}

.llibres .libro.fitxa > a > .caption h5 {
	margin: 0;
	font-size: 18px;
}

.llibres .libro.grande > a > .caption h4 {
	font-size: 22px;
}

.llibres .libro.grande > a > .caption h5 {
	font-size: 18px;
}

.llibres .libro > a:hover > .caption {
	opacity: 1;

	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.llibres .social-icon > li > a:hover {
	color: #1e3965;
}

.llibres .button_portada {
	color: #fff !important;
	font-weight: normal;
}

.llibres .ficha h2 {
	margin: 0;
	color: #202020;
	font-size: 42px;
	font-weight: bold;
	line-height: 44px;
}

.llibres .ficha h3 {
	margin: 0;
	font-size: 24px;
	font-weight: bold;
}

.llibres .ficha h4 {
	margin: 0;
	color: #202020;
	font-size: 30px;
	font-weight: bold;
}

.llibres .ficha .sinopsis,
.llibres .ficha .sinopsis p {
	margin: 0;
	color: #202020;
	font-size: 18px;
}

.llibres .ficha .sinopsis p:last-child {
	margin-bottom: 0;
}

/* Seccion - Noticies *********************************************************/
.noticies h2.subtitulo {
	margin: 10px 0 0;
	padding: 0;
	color: #9e9e9e;
	font-size: 16px;
	font-weight: bold;
}

.noticies .noticia h4 {
	position: relative;
	margin: 15px 0 5px;
	padding-left: 12px;
	color: #202020;
	font-size: 25px;
	font-weight: bold;
}


.noticies .noticia h4:after {
	content: '';
	display: block;

	position: absolute;
	top: 8px;
	left: 0;

	width: 7px;
	height: 18px;

	background: #fff;
}


.noticies .noticia h5 {
	margin: 0 0 15px;
	font-size: 16px;
	font-weight: bold;
}

.noticies .noticia .resumen {
	margin: 15px 0;
}

.noticies .noticia .resumen p {
	margin: 0;
	color: #202020;
	font-size: 18px;
}

.noticies .noticia .btn {
	font-size: 18px;
}

.noticies .social-buttons a {
	color: #fff;
	background: #202020;
}

.noticies .social-buttons a:hover {
	color: #9e9e9e;
	background: #202020;
}

.noticies .social-buttons li:last-child > a {
	margin-right: 0;
}

.noticies .post-content p {
	font-size: 18px;
}

.noticies .isotope.iso-col-1 .bl-item-title h2 {
	position: relative;
	margin: 0;
	padding-left: 33px;
	color: #202020;
	font-size: 42px;
	font-weight: bold;
	line-height: 38px;
}

.bl-item-title, .bl-item-title h2 {
	line-height: 38px;
}

.noticies .isotope.iso-col-1 .bl-item-title h2:after {
	content: '';
	display: block;

	position: absolute;
	top: 10px;
	left: 0;

	width: 8px;
	height: 30px;

	background: #fff;
}

.noticies .isotope.iso-col-1 .bl-item-meta {
	font-size: 16px;
	font-weight: bold;
}

.noticies .isotope.iso-col-1 .bl-item-desc,
.noticies .isotope.iso-col-1 .bl-item-desc p {
	font-size: 18px;
}

.noticies .categoria_cantidad {
	width: 30px;
	height: 30px;
	line-height: 30px;
	padding: 0;
}

/* Seccion - Galeria **********************************************************/
.galeria a.portfolio-link:hover,
.galeria a.portfolio-link:focus {
	outline: none;
	text-decoration: none;
}

.galeria a.portfolio-link:hover img {
	opacity: 0.75;
}

.galeria .mp_galeria_elemento img.ancho {
	width: 100%;
	height: auto;
}

.galeria .mp_galeria_elemento > h3 > a {
	color: #000;
	text-decoration: none;
}

.galeria .mp_galeria_elemento > h3 > a:hover {
	color: #1e3965;
}

.galeria .mp_galeria_elemento > h6 {
	color: #66697a;
	font-weight: normal;
}

.galeria .filters {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.galeria .filters > li {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	display: inline-block;
	margin: 20px 15px;
	line-height: 20px;
}

.galeria .filters > li {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	display: inline-block;
	margin: 20px 15px;
	line-height: 20px;
}

.galeria .filters > li > a {
	color: #202020;
	text-decoration: none;
}

.galeria .filters > li > a.current,
.galeria .filters > li > a:hover {
	color: #9e9e9e;
}

/* Seccion - Campanyes ********************************************************/
.campanyes h6 {
	font-weight: normal;
}

.campanyes .campanya {
	position: relative;
	margin-bottom: 30px;
}

.campanyes .campanya a {
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.campanyes .campanya a > img {
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.campanyes .campanya a > .bloque {
	position: absolute;
	left: 30px;
	bottom: 15px;

	padding: 15px;
	background: #202020;
}

.campanyes .campanya a > .bloque h4 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.campanyes .campanya a > .bloque h5 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.campanyes .campanya a:hover > img {
	opacity: 0.7;

	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}


/* Seccion - Contacte *********************************************************/
.contacte .social-buttons a {
	color: #fff;
	background: #202020;
}

.contacte .social-buttons a:hover {
	color: #9e9e9e;
	background: #202020;
}

.contacte .social-buttons li:last-child > a {
	margin-right: 0;
}

.contacte .mapa {
	display: none;
	margin-top: 90px;
}

.contacte .mapa iframe {
	width: 100%;
	height: 300px;
	margin-bottom: -5px;
}

.contacte .texto p,
.contacte span,
.contacte .alert {
	font-size: 18px;
}

/* Seccion - Admin ************************************************************/
.site-navigation-sticky-wrapper.admin .main-navigation a {
	padding: 14px 14px 16px;
}

#seccion.admin .btn-list .button {
margin-left: 10px;
}

#seccion.admin .btn-list .button:first-child {
	margin-left: 0;
}

#seccion.admin form label.titulo {
	display: block;
	border-bottom: 1px solid #202020;
	color: #202020;
	font-weight: bold;
	text-transform: uppercase;
}

#seccion.admin form label {
	display: block;

	color: #202020;
}

#seccion.admin form label > span {
	font-weight: normal;
	font-size: 12px;
}

#seccion.admin .form-control {
	text-transform: none;
}

#seccion.admin .form-group.previsualizacion_multiple a img {
	margin-top: 20px;
}

#seccion.admin .form-group.previsualizacion_multiple a:first-child img {
	margin-top: 0;
}

#seccion.admin button.btn.dropdown-toggle.btn-gray-transparent {
	margin-top: 0;
	margin-bottom: 0;
}

#seccion.admin input[type="file"] {
	padding: 0;
	border: 0;
}

#seccion.admin a.galeria {
	margin-top: 20px;
	display: block;
}

#seccion.admin a.galeria:hover {
	opacity: 0.8;
}

#seccion.admin div.form-group.fecha.ed-datepicker {
	height: auto;
}

#seccion.admin div.form-group.fecha.ed-datepicker .form-control {
	height: 34px;

	padding: 6px 12px;

	font-size: 14px;
	color: #555;
	background: #fff;
	border: 1px solid #ccc;
}

#seccion.admin .module-dark {
	background: #5a93a8;
}

/* Seccion - Admin - Listado tabla ********************************************/
#seccion.admin .listado_tabla {
}

#seccion.admin .listado_tabla table {
	width: 100%;

	margin: 0 auto;
}

#seccion.admin .listado_tabla table th, #seccion.admin .listado_tabla table td {
	padding: 5px;
}

#seccion.admin .listado_tabla table th {
	cursor: default;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background: #202020;
}

#seccion.admin .listado_tabla table th a {
	color: #fff;
}

#seccion.admin .listado_tabla table th a:hover {
	color: #ddd;
}

#seccion.admin .listado_tabla table tr {
	cursor: pointer;
	background: #fff;
}

#seccion.admin .listado_tabla table tr:nth-child(2n+1) {
	background: #f7f7f7;
}

#seccion.admin .listado_tabla table tr:hover {
	color: #ffffff;
	background: #9e9e9e;
}

#seccion.admin .listado_tabla table .fecha {
	width: 200px;

	text-align: center;
}

#seccion.admin .listado_tabla table .enviar {
	width: 50px;

	text-align: center;
}

/* Modificaciones plantilla ***************************************************/
::selection {
	color: #fff;
	text-shadow: none;
	background: #9e9e9e;
}

::-moz-selection {
	color: #fff;
	text-shadow: none;
	background: #9e9e9e; /* Firefox */
}

::-webkit-selection {
	color: #fff;
	text-shadow: none;
	background: #9e9e9e; /* Safari */
}

.colorpicker-2x .colorpicker-saturation {
	width: 200px;
	height: 200px;
}

.colorpicker-2x .colorpicker-hue,
.colorpicker-2x .colorpicker-alpha {
	width: 30px;
	height: 200px;
}

.colorpicker-2x .colorpicker-color,
.colorpicker-2x .colorpicker-color div{
	height: 30px;
}

.btn-primary {
	background-color: #202020;
	border-color: #202020;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):focus,
.btn-primary:not(:disabled):not(.disabled):hover {
	background-color: #9e9e9e !important;
	border-color: #9e9e9e !important;
}

.btn-primary:before {
	display: none;
}

.form-control:focus {
	border-color: #9e9e9e;
}

.scrolltotop {
	color: #202020;
}

.scrolltotop::after {
	background-color: #202020;
}

.btn-whatsapp {
	background-color: #00e676;
	color: #FFF;
}

.btn-whatsapp:hover,
.btn-whatsapp:focus {
	color: #FFF;
}

.owl-carousel .owl-nav button.owl-prev:before,
.owl-carousel .owl-nav button.owl-next:before {
	background: #9e9e9e;
}

.mfp-figure figure {
	background: none;
}

.mfp-figure figcaption {
	padding-top: 0;
}

/* Responsive *********************************************************************************************************/
@media only screen and ( max-width: 1024px ) {
	.main-navigation a {
		padding: 14px 12px 16px;
	}
}

@media only screen and ( max-width: 991px ) {
	.tt-menu-nav > li.active > a {
		background-color: #9e9e9e;
		box-shadow: none;
	}

	#header #logo {
		top: 5px !important;
	}

	#header #logo img {
		max-height: 50px !important;
	}
}

