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: #202020;
}

a:hover {
	color: #ffa400;
}

a.btn-fade {
	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);
}

a.btn-fade:hover {
	opacity: 0.6;
}

.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;
}

/* Menu ***************************************************************************************************************/
#header.header-transparent.header-filled,
#header.header-con-fondo {
	background-color: #202020;
}

#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: #fff !important;
	font-size: 17px;
}


.tt-menu-nav > li > a:hover,
.tt-menu-nav > li.active > a {
	color: #bebebe !important;
}

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

.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;
}

/* Cabecera ***********************************************************************************************************/
/* Cabecera - Portada *************************************************************************************************/
.visor-portada {
	position: relative;
}

.visor-portada.portfolio-carousel .owl-carousel[data-items="1"] .owl-item .portfolio-carousel-caption {
	bottom: 30%;
	max-width: 100%;
}

.visor-portada h1 {
	margin: 0;
	line-height: 70px;
	color: #fff;
	font-size: 68px;
	font-weight: bold;
}

.visor-portada .owl-dots {
	z-index: 1001;
}

.visor-portada .owl-carousel.nav-minimal.nav-light .owl-nav button.owl-prev:hover,
.visor-portada .owl-carousel.nav-minimal.nav-light .owl-nav button.owl-next:hover {
	color: #ffa400;
}

.visor-portada .owl-dots button.owl-dot.active span,
.visor-portada .owl-dots button.owl-dot:hover span {
	background-color: #ffa400;
}

.one-page-intro-jump {
	z-index: 1000;
	position:absolute;
	bottom:15px;
	left:0;
	right:0;
	width: 38px;
	margin: auto;
	text-align:center;
	animation: bobble 2s infinite;
	-webkit-animation: bobble 2s infinite;
}

.one-page-intro-jump .intro-center {
	display:inline-block;
}

@keyframes bobble {
	0% {
		bottom:15px;
		animation-timing-function: ease-in;
		-webkit-animation-timing-function: ease-in;
	}
	50% {
		bottom:25px;
		animation-timing-function: ease-out;
		-webkit-animation-timing-function: ease-out;
	}
	100% {
		bottom:15px;
		animation-timing-function: ease-in;
		-webkit-animation-timing-function: ease-in;
	}
}

/* Cabecera - Seccion *************************************************************************************************/
body.header-transparent-on #page-header.ph-lg .page-header-inner {
	padding-top: 260px;
	padding-bottom: 260px;
}

.ph-title-wrap h1 {
	line-height: 70px !important;
	margin-bottom: 5px !important;
	color: #fff !important;
	font-size: 68px !important;
	font-weight: bold !important;
}

.ph-title-wrap h2 {
	display: inline-block !important;
	margin-bottom: 0 !important;
	padding: 5px 20px !important;
	color: #fff !important;
	font-size: 42px !important;
	font-weight: bold !important;
	background: #202020 !important;
}

/* Pie ****************************************************************************************************************/
.footer {
	padding: 0;
	color: #fff;
	background: #202020;
}

/* Pie - Superior *****************************************************************************************************/
.footer .footer-inner.superior {
	color: #fff;
	background: #202020;
}

.footer .footer-inner.superior .footer-logo > img {
	max-height: 130px !important;
}

.footer .footer-inner.superior .social-buttons a {
	margin: 0 10px 0 0;
	color: #202020;
	background: #fff;
}

.footer .footer-inner.superior .social-buttons a:hover {
	color: #202020;
	background: #ffa400;
}

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

/* Pie - Superior - Patrocinadores ************************************************************************************/
.footer .footer-inner.superior .patrocinadores h5 {
	margin: 0 0 20px;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
}

.footer .footer-inner.superior .patrocinadores a {
	margin-bottom: 30px;
	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);
}

.footer .footer-inner.superior .patrocinadores 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);
}

/* Pie - Inferior *****************************************************************************************************/
.footer .footer-inner.inferior {
	color: #202020;
	background: #ffa400;
}

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

.footer .footer-inner.inferior a {
	color: #202020;
	font-weight: bold;
}

.footer .footer-inner.inferior a:active,
.footer .footer-inner.inferior a:focus,
.footer .footer-inner.inferior a:hover {
	opacity: 0.8;
}

.footer .footer-inner.inferior 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 */
}

.footer .footer-bottom {
	margin: 0;
	border: 0;
}

/* 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: #fff;

	-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: 20px;
	font-weight: bold;
}

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

	margin: 10px 0 0;

	color: #ffa400;
	font-size: 15px;
	font-weight: bold;
}

.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%);
}

.modulo_galeria.fondo_oscuro .galeria-elemento > .galeria-elemento-imagen {
	background-color: #202020;
}

/* General ************************************************************************************************************/
.btn {
	width: 180px;
	height: 58px;
	padding: 0;
	line-height: 58px;
	text-align: center;
	text-decoration: none !important;
	font-size: 18px;
	font-weight: bold;
}

.btn:before {
	display: none;
}

.btn-social-min {
	width: 46px;
	height: 46px;
	line-height: 46px;
}

.seccion {
}

.textos-legales h1 {
	margin: 0 0 30px;
	color: #202020;
	font-size: 52px;
	font-weight: bold;
}

.texto p,
.textos-legales p {
	color: #202020;
	font-size: 19px;
}

.texto p:last-child,
.textos-legales p:last-child {
	margin-bottom: 0;
}

.texto p img {
	max-width: 100%;
	height: auto;
}

.texto a {
	text-decoration: underline;
}

.texto h2 {
	margin: 0 0 20px !important;
	color: #202020 !important;
	font-size: 30px !important;
	font-weight: bold !important;
}

.texto h2:last-child {
	margin-bottom: 0 !important;
}

.texto h6 {
	margin: 0 0 20px !important;
	color: #202020 !important;
	font-size: 15px !important;
	font-weight: normal !important;
}

.texto h6:last-child {
	margin-bottom: 0 !important;
}

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

/* Seccion - Portada **************************************************************************************************/
.portada .xarxes {
	background: #ffa400;
}

.portada .xarxes h1 {
	margin: 0;
	color: #202020;
	font-size: 52px;
	font-weight: bold;
}

.portada .xarxes .social-buttons a {
	margin: 0 10px 0 0;
	width: 96px;
	height: 96px;
	color: #ffa400;
	font-size: 52px;
	background: #202020;
}

.portada .xarxes .social-buttons a:hover {
	color: #fff;
	background: #202020;
}

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

.portada .tt-section.activitats {
	background: #202020;
}

.portada .tt-section.activitats .modulo-superior h1 {
	margin: 0;
	color: #fff;
	font-size: 52px;
	font-weight: bold;
}

.portada .tt-section.activitats .modulo-superior h2 {
	margin: 0;
	color: #ffa400;
	font-size: 20px;
	font-weight: bold;
}

.portada .tt-section.activitats .modulo-superior .btn-primary {
	color: #202020;
	background: #fff;
}

.portada .tt-section.activitats .modulo-superior .btn-primary:hover {
	color: #202020;
	background: #ffa400;
}

.portada .tt-section.blog .modulo-superior h1 {
	margin: 0;
	color: #202020;
	font-size: 52px;
	font-weight: bold;
}

.portada .tt-section.blog .modulo-superior h2 {
	margin: 0;
	color: #c20e1a;
	font-size: 20px;
	font-weight: bold;
}

.portada .tt-section.blog .modulo-superior .btn-primary {
	color: #fff;
	background: #202020;
}

.portada .tt-section.blog .modulo-superior .btn-primary:hover {
	color: #fff;
	background: #c20e1a !important;
}

/* Seccion - Conlloga Muixeranga **************************************************************************************/
.conlloga-muixeranga h1 {
	color: #202020;
	line-height: 50px;
	font-size: 52px;
	font-weight: bold;
}

.conlloga-muixeranga h2 {
	color: #c20e1a;
	font-size: 20px;
	font-weight: bold;
}

.conlloga-muixeranga .compartir {
	margin-top: auto;
}

.conlloga-muixeranga h3 {
	margin: 0;
	padding: 2px 10px;
	display: inline-block;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	background: #c20e1a;
}

.conlloga-muixeranga .compartir .social-buttons a {
	margin: 0 10px 0 0;
	width: 65px;
	height: 65px;
	color: #fff;
	font-size: 30px;
	background: #202020;
}

.conlloga-muixeranga .compartir .social-buttons a:hover {
	color: #fff;
	background: #c20e1a;
}

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

/* Seccion - Activitats ***********************************************************************************************/
.activitats .actividades .actividad {
	position: relative;
	display: block;
	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);
}

.activitats .actividades .actividad .sombreado {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	background-color: 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);
}

.activitats .actividades .actividad:hover .sombreado {
	opacity: 1;
}

.activitats .actividades .actividad .bloque-texto {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	bottom: 0;

	padding: 75% 15px 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);
}

.activitats .actividades .actividad:hover .bloque-texto {
	top: 0;
}

.activitats .actividades .actividad .bloque-texto h5 {
	margin: 0;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.activitats .actividades .actividad .bloque-texto .cuadro-texto {
	display: inline-block;
	margin-top: 15px;
	padding: 7px 10px;
	background-color: #ffa400;
}

.activitats .actividades .actividad .bloque-texto .cuadro-texto h6 {
	margin: 0;
	color: #202020;
	font-size: 15px;
	font-weight: bold;
}

/* Seccion - Calendari ************************************************************************************************/
.activitats .seleccion_fecha {
	background: #202020;
}

.activitats .seleccion_fecha .contenido_oculto h5 {
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	line-height: 55px;
	color: #ffa400;
	font-size: 42px;
	font-weight: bold;
}

.activitats .seleccion_fecha .contenido_oculto .flecha {
	line-height: 55px;
	color: #fff;
	font-size: 30px;
}

.activitats .seleccion_fecha .contenido_oculto .separador {
	margin: 0 15px;
	line-height: 55px;
	color: #ffa400;
	font-size: 38px;
	font-weight: 900;
}

.activitats .seleccion_fecha .contenido_oculto a {
	line-height: 38px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;

	-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);
}

.activitats .seleccion_fecha .contenido_oculto a:hover,
.activitats .seleccion_fecha .contenido_oculto a.activo {
	color: #ffa400;
}

.activitats .seleccion_fecha .contenido_visible .btn {
	margin: 0 0 10px;
	font-size: 24px;
}

.activitats .seleccion_fecha .contenido_visible .icono {
	color: #fff;
	font-size: 24px;
}

.activitats .seleccion_fecha .contenido_visible .icono:before {
	content: "\f078";
}

.activitats .seleccion_fecha.abierto .contenido_visible .icono:before {
	content: "\f077";
}

.activitats .seleccion_fecha .calendario {
	margin: 0 0 25px;
	padding: 0 0 20px;

	border-top: 0;
	border-bottom: 0;
}

.activitats .seleccion_fecha .calendario h6 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.activitats .seleccion_fecha .calendario h6 span {
	color: #ffa400;
}

.activitats .seleccion_fecha .calendario .dias table {
	margin: 0 auto;
	width: 98%;
	border-spacing: 2px;
	border-collapse: separate;
}

.activitats .seleccion_fecha .calendario .dias tbody {
	color: #aaa;
}

.activitats .seleccion_fecha .calendario .dias tbody td {
	position: relative;
	width: 14%;
	text-align: center;
	padding: 8px;
	vertical-align: middle;
}

.activitats .seleccion_fecha .calendario .dias tbody td.cuadrado:after {
	content:'';
	display:block;
	margin-top:100%;
}

.activitats .seleccion_fecha .calendario .dias tbody td.cuadrado .content {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;

	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
}

.activitats .seleccion_fecha .calendario .dias tbody .pad {
	background: none;
}

.activitats .seleccion_fecha .calendario .dias td.activo {
	color: #ffffff;
	background: #ffa400;
	border-radius: 50%;
}

.activitats .seleccion_fecha .calendario .dias td.activo .content {
	color: #ffffff;
}

.activitats .seleccion_fecha .calendario .dias td.activo .content > a {
	display: block;

	color: #ffffff !important;
	background: #ffa400;
	border-radius: 50%;
}

.activitats .seleccion_fecha .calendario .dias td.activo:hover {
	opacity: 0.8;
}

/* Seccion - Activitats - Ficha ***************************************************************************************/
.activitats .ficha h1 {
	margin: 0 0 10px;
	color: #202020;
	font-size: 42px;
	font-weight: bold;
}

.activitats .ficha h2 {
	margin: 30px 0 10px;
	padding: 2px 10px;
	display: inline-block;
	color: #202020;
	font-size: 25px;
	font-weight: bold;
	background: #ffa400;
}

.activitats .ficha h3 {
	margin: 0;
	color: #202020;
	font-size: 25px;
	font-weight: bold;
}

.activitats .ficha .compartir {
	margin-top: 30px;
	text-align: left;
}

.activitats .ficha .compartir .social-buttons a {
	margin: 0 10px 0 0;
	width: 65px;
	height: 65px;
	color: #fff;
	font-size: 30px;
	background: #202020;
}

.activitats .ficha .compartir .social-buttons a:hover {
	color: #202020;
	background: #ffa400;
}

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

.activitats .ficha .mapa {
	margin: 0;
}

.activitats .ficha .mapa iframe {
	width: 100%;
	height: 430px;
}

/* Seccion - Documentacio *********************************************************************************************/
.documentacio .archivo {
	text-align: center;
}

.documentacio .archivo h5 {
	margin: 15px 0 0;
	color: #202020;
	font-size: 18px;
	font-weight: normal;
}

.documentacio .archivo h6 {
	margin-bottom: 10px;
	margin: 0;
	color: #202020;
	font-size: 16px;
	font-weight: normal;
}

.documentacio .archivo .btn {
	margin: 15px auto 0;
}

/* Seccion - Marxandatge **********************************************************************************************/
.marxandatge .producto {
	text-align: center;
}

.marxandatge .producto h5 {
	margin: 15px 0 0;
	color: #202020;
	font-size: 18px;
	font-weight: normal;

	-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);
}

.marxandatge .producto a .sombreado {
	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);
}

.marxandatge .producto a .sombreado: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);
}

.marxandatge .producto a:hover .sombreado:after {
	background: rgba(0, 0, 0, 0.7);
}

.marxandatge .producto a:hover h5 {
	color: #c20e1a;
}

.marxandatge .ficha a:not(.btn) {
	color: inherit;
}

.marxandatge .ficha a:not(.btn):hover {
	color: #c20e1a;
}

.marxandatge .ficha h1 {
	font-size: 42px;
	font-weight: normal;
}

.marxandatge .ficha h3 {
	margin: 0;
	padding: 2px 10px;
	display: inline-block;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	background: #c20e1a;
}

.marxandatge .ficha .compartir .social-buttons a {
	margin: 0 10px 0 0;
	width: 65px;
	height: 65px;
	color: #fff;
	font-size: 30px;
	background: #202020;
}

.marxandatge .ficha .compartir .social-buttons a:hover {
	color: #fff;
	background: #c20e1a;
}

.marxandatge .ficha .texto p {
	margin: 0;
}

.marxandatge .ficha .texto p,
.marxandatge .ficha span,
.marxandatge .ficha .alert {
	font-size: 19px;
}

/* Seccion - Blog *****************************************************************************************************/
.blog .paginador {
	text-align: center;
}

.blog .paginador a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #202020;
	font-size: 18px;
	font-weight: normal;
}

.blog .paginador a:hover {
	color: #c20e1a;
}

.blog .paginador a.pagina {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #202020;
	font-size: 18px;
	font-weight: normal;
}

.blog .paginador a.pagina:hover,
.blog .paginador a.pagina.actual {
	color: #fff;
	background: #202020;
	border-radius: 50%;
}

.blog .post-previo .categorias {
	margin: 10px 0;
	color: #202020;
	font-size: 13px;
	font-weight: normal;
}

.blog .post-previo .categorias a {
	color: #c20e1a;
}

.blog .post-previo .categorias a:hover {
	color: #202020;
}

.blog .post-previo h1 {
	margin: 0;
	color: #202020;
	font-size: 25px;
	font-weight: bold;
}

.blog .post-previo h2 {
	margin-bottom: 10px;
	color: #9e9e9e;
	font-size: 14px;
	font-weight: bold;
}

.blog .post-previo .texto p {
	color: #202020;
	font-size: 18px;
}

.blog .post-previo .btn {
	margin-top: 30px;
}

.blog .post-abierto .categorias {
	margin: 10px 0;
	color: #202020;
	font-size: 15px;
	font-weight: normal;
}

.blog .post-abierto .categorias a {
	color: #c20e1a;
}

.blog .post-abierto .categorias a:hover {
	color: #202020;
}

.blog .post-abierto h1 {
	margin: 0;
	color: #202020;
	font-size: 46px;
	font-weight: bold;
}

.blog .post-abierto h2 {
	margin-bottom: 10px;
	color: #9e9e9e;
	font-size: 15px;
	font-weight: bold;
}

.blog .post-abierto .texto p {
	color: #202020;
	font-size: 19px;
}

.blog .post-abierto .multimedia {
	margin: 30px 0 0;
}

.blog .post-abierto .multimedia:first-child {
	margin-top: 0;
}

.blog .post-abierto .texto h2 + .multimedia,
.blog .post-abierto .texto h6 + .multimedia,
.blog .post-abierto .texto p + .multimedia {
	margin-top: 10px;
}

.blog .post-abierto .texto .multimedia + h2,
.blog .post-abierto .texto .multimedia + h6,
.blog .post-abierto .texto .multimedia + p {
	margin-top: 30px;
}

.blog h3.sidebar-heading {
	display: inline-block;
	padding: 2px 10px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	background: #c20e1a;
}

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

.blog .social-buttons a:hover {
	color: #fff;
	background: #c20e1a;
}

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

.blog .sidebar-categories > ul > li > a {
	color: #202020;
	font-size: 18px;
	font-weight: bold;
}

.blog .sidebar-categories > ul > li > a:hover {
	color: #c20e1a;
}

.blog .categoria_cantidad {
	width: 30px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	background: #c20e1a;
	border-radius: 0;
}

.blog .post-reciente {
	display: block;
	position: relative;
	background-color: #c20e1a;

	-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);
}

.blog .post-reciente .bloque-texto {
	position: absolute;
	top: 10px;
	left: 10px;
	display: inline-block;
	padding: 7px 10px;
	background-color: #202020;
}

.blog .post-reciente .bloque-texto h5 {
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.blog .post-reciente .bloque-texto h6 {
	margin: 0;
	color: #c20e1a;
	font-size: 18px;
	font-weight: bold;
}

.blog .post-reciente:hover {
	opacity: 0.8;
}

.blog .sidebar-tags a::before {
	background-color: #c20e1a;
}

.blog .archivo a {
	display: block;
}

.blog .archivo a.ano {
	color: #202020;
	font-size: 18px;
	font-weight: bold;
}

.blog .archivo a.ano:hover {
	color: #c20e1a;
}

.blog .archivo a.mes {
	color: #202020;
	font-size: 18px;
	font-weight: normal;
}

.blog .archivo a.mes:hover {
	color: #c20e1a;
}

.blog .archivo a.noticia {
	color: #202020;
	font-size: 18px;
	font-weight: bold;
}

.blog .archivo a.noticia:hover {
	color: #c20e1a;
}

.blog .archivo span {
	display: block;
	opacity: 0.8;
	color: #202020;
	font-size: 16px;
	font-weight: normal;
}

.blog .texto a:hover {
	color: #c20e1a;
}

/* Seccion - Galeria **************************************************************************************************/
.galeria .seleccion_tags {
	background: #202020;
}

.galeria .seleccion_tags .contenido_oculto {
	margin-bottom: -15px;
	padding-top: 5px;
}

.galeria .seleccion_tags .contenido_oculto a {
	display: block;

	margin: 15px 0;
	padding: 0 15px;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

	line-height: 38px;
	color: #202020;
	font-size: 18px;
	font-weight: bold;
	background: #ffa400;

	-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);
}

.galeria .seleccion_tags .contenido_oculto a:hover {
	opacity: 0.8;
}

.galeria .seleccion_tags .contenido_oculto a.activo {
	color: #202020;
	background: #fff;
	opacity: 1;
}

.galeria .seleccion_tags .contenido_visible .btn {
	margin: 0 0 10px;
	font-size: 24px;
	font-weight: bold;
}

.galeria .seleccion_tags .contenido_visible .icono {
	color: #fff;
	font-size: 24px;
}

.galeria .seleccion_tags .contenido_visible .icono:before {
	content: "\f078";
}

.galeria .seleccion_tags.abierto .contenido_visible .icono:before {
	content: "\f077";
}

/* Seccion - Contacte *************************************************************************************************/
.contacte h1 {
	font-size: 52px;
	font-weight: bold;
}

.contacte h2 {
	font-size: 22px;
	font-weight: bold;
}

.contacte .texto p {
	margin: 0;
}

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

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

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

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

.contacte .mapa {
	display: none;
	margin: 0;
}

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

/* 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;
	font-weight: 500;
}

#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 {
	color: #fff;
	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 {
	color: #202020;
	background-color: #ffa400 !important;
	border-color: #ffa400 !important;
}

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

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

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled):focus,
.btn-secondary:not(:disabled):not(.disabled):hover {
	color: #202020;
	background-color: #ffa400 !important;
	border-color: #ffa400 !important;
	opacity: 0.8;
}

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

.btn-tertiary {
	color: #fff;
	background-color: #c20e1a;
	border-color: #c20e1a;
}

.btn-tertiary:not(:disabled):not(.disabled):active,
.btn-tertiary:not(:disabled):not(.disabled):focus,
.btn-tertiary:not(:disabled):not(.disabled):hover {
	color: #fff;
	background-color: #202020 !important;
	border-color: #202020 !important;
	opacity: 0.8;
}

.btn-tertiary: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: #202020;
}

.mfp-figure figure {
	background: none;
}

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

.owl-dots button.owl-dot.active span {
	width: 20px !important;
}

body.tt-boxed .tt-wrap.tt-wrap-ancho {
	max-width: 1530px;
}

#page-wrap {
	background-color: #f6f6f6;
}

.animsition-loading {
	border-left: 3px solid #c20e1a;
}

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

@media only screen and ( max-width: 1199px ) {
	.visor-portada h1 {
		line-height: 63px;
		font-size: 60px;
	}

	.ph-title-wrap h1 {
		line-height: 63px !important;
		font-size: 60px !important;
	}

	.ph-title-wrap h2 {
		font-size: 36px !important;
	}
}

@media only screen and ( max-width: 991px ) {
	.tt-main-menu {
		min-height: 80px;
	}

	.tt-menu-nav > li.active > a {
		color: #202020 !important;
		background-color: #9e9e9e;
		box-shadow: none;
	}

	#header {
		background: #202020;
	}

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

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

	#tt-m-menu-toggle-btn {
		top: 30px;
	}

	#tt-m-menu-toggle-btn span, #tt-m-menu-toggle-btn span::before, #tt-m-menu-toggle-btn span::after {
		background: #fff;
	}

	.tt-menu-collapse {
		background: #202020 !important;
	}
}

@media only screen and ( max-width: 767px ) {
	.visor-portada h1 {
		line-height: 56px;
		font-size: 50px;
	}

	.ph-title-wrap h1 {
		line-height: 56px !important;
		font-size: 50px !important;
	}

	.ph-title-wrap h2 {
		font-size: 30px !important;
	}
}

@media only screen and ( max-width: 575px ) {
	.visor-portada h1 {
		line-height: 33px;
		font-size: 30px;
	}

	.ph-title-wrap h1 {
		line-height: 33px !important;
		font-size: 30px !important;
	}

	.ph-title-wrap h2 {
		font-size: 20px !important;
	}

	.portfolio-carousel .owl-carousel[data-items="1"] .owl-item .portfolio-carousel-caption {
		left: 18%;
	}


	.portada .xarxes .social-buttons a {
		margin: 0 10px 0 0;
		width: 56px;
		height: 56px;
		color: #ffa400;
		font-size: 30px;
		background: #202020;
	}
}