@font-face {
	font-family: din;
	src: url('../fonts/din.ttf');
}

@font-face {
	font-family: 'Oswald';
	src: url('../fonts/Oswald-Regular.ttf');
}

.red {
	background-color: red;
}

.green {
	background-color: green;
}

.content-center {
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
}

/* Colores background */

.bgBlanco {
	background-color: white;
}

.bgGris {
	background-color: #f2f2f2;
}

.bgAmarillo {
	background-color: #c4ae55;
}

.amarillo {
	color: #dbc554;
}

.bgVerde {
	background-color: #8c8c48;
}



/* Inicio Menu */

.menu, .menuTop {
	padding: 5px;
	height: 60px;
    position: relative;
    top: 0px;
    width: 100%;
    background-color: transparent;
    z-index: 999999999;

}

.menuTop {
	position: absolute;
	visibility:hidden;
}

.menuLista li {
	font-family: din;
	text-transform: uppercase;
	font-size: 14px;
	display: inline !important;
	list-style: none;
	margin-right: 10px;
	margin-top: 10px;
}

.menuLista li a {
	color: black;
	text-decoration: none;
}

.menuLista li a:hover {
	color: #8c8c48;
}

.menuLista li::after {
	content: '';
	height: 1px;
	background: black;
	width: 0px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}


.menuLista li:hover::after {
	width: 35px;
}

.menuLista {
	margin-top: 12px;
	padding-left: 0px;
}

.menuLista li:last-child {
	margin-right: 0px;
}

.socialMenu {
	float: right;
}

.desplegableIdioma {
	cursor: pointer;
	font-family: din;
	text-transform: uppercase;
	font-size: 11px;
	float: left;
	margin-top: 10px !important;
	margin-right: 10px;
	color: #8c8c48;
}

.idioma {
    font-family: din !important;
    font-size: 12px !important;
    text-transform: uppercase;
}

#menuMobile .desplegableIdioma {
	color: white;
	font-family: din;
	text-transform: uppercase;
	font-size: 10px;
	padding-top: 20px;
}

.submenuMobile {
	display: none;
}

.listaSocial {
	padding-left: 0px;
	margin-bottom: 0px;
}

.listaSocial li {
	display: inline;
	list-style: none;
	margin-top: 17px;
}

.listaSocial li a {
	color: rgba(219,197,84,0.6);
	font-size: 11px;
}

.listaSocial li a:hover {
	color: #dbc554;
	text-decoration: none;
}

.listaSocial li a span {
	margin-top: 10px;
}


/* Fin Menu */

/* Inicio Index */


#introBlank, #introFitxa {
	height: 40vh;
	background-size: cover !important;
	position: relative;
	background-color: #c4ae55 !important;
	min-height: 320px;
}



#introIndex {
	height: 100vh;
	background-size: cover !important;
	position: relative;
		min-height: 320px;
}

#introPerfils {
	height: 75vh;
	background-size: cover !important;
	position: relative;
	background-repeat:no-repeat;
	background-position-y: bottom;
	background-position-x: center;
	min-height: 320px;
}

#tituloIndex {
	font-family: 'Oswald', sans-serif;
	font-size: 90px;
	color: #8c8c48;
	letter-spacing: 3px;
	padding: 0px;
	margin: 0px;
}

#subtituloIndex {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 24px;
	color: #57585a;
	padding: 0px;
	margin-top: -20px;
}

#filtres .desplegableIntro {
	font-size: 14px !important;
	background-color: #c8c8c8;
	color: white;
	border: 0 !important;
	padding: 15px !important;
}

#filtres .desplegableIntro i {
	font-size: 24px;
}

.desplegable {padding-bottom: 10px;}

.desplegableIntro {
	font-size: 14px;
	background-color: white;
	color: black;
	padding: 15px;
	text-align: left;
	border-right: 1px solid black;
	text-transform: uppercase;
	cursor: pointer;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

.desplegableIntro i {
	float: right;
	margin-top: 2px;
}



.botonInspiram {
	font-size: 18px;
	background-color: #dbc554;
	padding: 12px;
	text-transform: uppercase;
	color: white;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.botonInspiram:hover {
	background-color: #d4b94f;¡
}

#desplaca {
	color: white;
	font-size: 10px;
	text-transform: uppercase;
	position: absolute;
	width: 100%;
	bottom: 10px;
}

.perfil {
	background-color: black;
	color: white;
	padding: 15px;
	margin: 15px 0px 15px 0px;
	position: relative;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.perfil h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	color: white;
	text-transform: uppercase;
}

.perfil p {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 20px;
	color: white;
	margin: 0px;
}

.perfil img {
	float: left;
	position: absolute;
	right: 5px;
	top: 0px;
}

.perfil a {
	text-decoration: none;
}


/* Colores  */

.bgfamilies {
	background-color: #96c5bd;
}

.bgparelles {
	background-color: #dfa18e;
}

.bgesportistes {
	background-color: #d0b891;
}

.bggourmets {
	background-color: #d4b94f;
}

.bggrups {
	background-color: #aba7b1;
}

.bgsenderistes {
	background-color: #a5a98b;
}

.perfil.bgfamilies:hover {
	background-color: #c0dcd7;
}

.perfil.bgparelles:hover {
	background-color: #ecc7bb;
}

.perfil.bgesportistes:hover {
	background-color: #e3d4bd;
}

.perfil.bggourmets:hover {
	background-color: #e5d595;
}

.perfil.bggrups:hover {
	background-color: #cdcad0;
}

.perfil.bgsenderistes:hover {
	background-color: #c9cbb9;
}

.roundperfil{
	border: 3px solid;
    border-radius: 100%;
    margin-bottom: 10px;
    padding: 8px;
}


.colorfamilies {
	color: #96c5bd;
	border-color: #96c5bd;
}

.colorblanco {
	color: white;
	border-color: white;
}

.colorparelles {
	color: #dfa18e;
	border-color: #dfa18e;
}

.coloresportistes {
	color: #d0b891;
	border-color: #d0b891;
}

.colorgourmets {
	color: #d4b94f;
	border-color: #d4b94f;
}

.colorgrups {
	color: #aba7b1;
	border-color: #aba7b1;
}

.colorsenderistes {
	color: #a5a98b;
	border-color: #a5a98b;
}

.triangulofamilies {
	border-right-color: #96c5bd;
}

.trianguloparelles {
	border-right-color: #dfa18e;
}

.trianguloesportistes {
	border-right-color: #d0b891;
}

.triangulogourmets {
	border-right-color: #d4b94f;
}

.triangulogrups {
	border-right-color: #aba7b1;
}

.triangulosenderistes {
	border-right-color: #a5a98b;
}

/* Fin colores */

.titulo {
	font-family: 'Oswald', sans-serif;
	font-size: 42px;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
}

.subtitulo {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 18px;
	margin-top: 5px;
	padding: 0px;
}

.subtitulo.blanco {
	color: white;
}

.titulo.principal {
	color: #8c8c48;
}

.titulo.blanco {
	color: white;
}

/* .escapada {

	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	position: relative;
} */



.itemGradient {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+80,000000+100&0+0,0.65+100 */ /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 80%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(0,0,0,0)),color-stop(80%, rgba(0,0,0,0.30)),to(rgba(0,0,0,0.8)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.30) 80%,rgba(0,0,0,0.8) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.30) 80%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.30) 80%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.item .itemGradient:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0.5+100 */
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.escapadaContent {
	position: absolute;
	bottom: 10px;
	padding: 1em;
	width: 100%;
}

.escapadaContent p {
	margin-bottom: 0px;
}

.itemTitulo {
	font-family: 'Oswald', sans-serif;
	font-size: 34px;
	color: white;
	text-transform: uppercase;
}

.itemTitulo26 {
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	color: white;
	text-transform: uppercase;
}

.itemSubtitulo {
	color: #dbc554;
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 18px;
}

.duradaPreu {
	color: white;
	font-family: din;
	font-size: 14px;
}

.escapada p {
	margin: 0px;
	padding: 0px;
}

.itemTitulo::after {
	content: '';
	height: 1px;
	width: 68px;
	background: white;
	display: block;
	margin-top: 5px;
}

.flags {
	position: absolute;
	right: -5px;
	top: 5px;
	list-style: none;
}

.flag {
	position: relative;
	margin-bottom: 5px;
	height: 50px;
	padding: 5px;
	width: 50px;
}

.flag::before {
	content: '';
	position: absolute;
	top: 0px;
	left: -25px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 25px 25px 25px 0;
	border-color: transparent transparent transparent transparent;
	border-right-color: inherit;
	line-height: 0px;
	_border-color: #000000 blue #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.btn-veuremes {
	font-family: din;
	background-color: transparent;
	border: 1px solid #dbc554;
	color: #FFF;
	font-size: 14px;
	border-radius: 0px;
	text-transform: uppercase;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin-top:10px;
}

.btn-veuremes2 {
	color: #dbc554;
}

.btn-veuremes:hover,  .btn-veuremes:active {
	background-color: #dbc554;
	color: white;
}

.btn-veuremes2:hover,  .btn-veuremes2:active {
	color: white;
}

.btn-veuremesgris {
	font-family: din;
	background-color: transparent;
	border: 1px solid #57585a;
	color: #57585a;
	font-size: 14px;
	border-radius: 0px;
	text-transform: uppercase;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin-top:10px;
}

.btn-veuremesgris:hover, .btn-veuremesgris:active {
	background-color: #57585a;
 	color:#FFF;
}

.btn-mes {
	font-family: din;
	background-color: transparent;
	border: 1px solid #8c8c48;
	color: #8c8c48;
	font-size: 18px;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 15px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.btn-mes:hover, .btn-mes:active, .btn-mes:focus {
	color: white !important;
	background-color: #8c8c48;
	border-color: #8c8c48;
}

.btn-info {
	font-family: din;
	background-color: transparent;
	border: 1px solid #8c8c48;
	color: #8c8c48;
	font-size: 11px;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 10px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.btn-info:hover, .btn-info:active, .btn-info:focus {
	color: white !important;
	background-color: #8c8c48;
	border-color: #8c8c48;
}

.btn-info2 {
	font-family: din;
	background-color: transparent;
	border: 1px solid #dbc554;
	color: #dbc554;
	font-size: 11px;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 10px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.btn-info2:hover, .btn-info2:active, .btn-info2:focus {
	color: white !important;
	background-color: #dbc554;
	border-color: #dbc554;
}

.btn-info3 {
	font-family: din;
	background-color: transparent;
	border: 1px solid white;
	color: white;
	font-size: 11px;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 10px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.btn-info3:hover, .btn-info3:active, .btn-info3:focus {
	color: white !important;
	background-color: #dbc554;
	border-color: #dbc554;
}

.info {
	background-color: white;
	color: #8c8c48;
	padding: 15px 0px 15px 0px;

}

.info.empreses  h3, .info.empreses h4 {
	color: #57585a;
	text-align: center;
}

.info.empreses p {
	text-align: center;
}

.info h3, .info h4 {
	 font-family: 'Lora', serif;
	 font-style: italic;
	 text-align: left;
	 color: #dbc554;
	 font-size: 22px;
}

.info h4 {
	font-size: 18px;
}

.info a:hover {
	color: #dbc554;
}

.info p {
	padding: 0px;
	margin: 0px;
	color:#57585a;
	text-align: left;
	font-size: 14px;
	font-family: din;
}

.paquetPromo {
	font-family: din;
	color: white;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	z-index: 1;
	font-size: 14px;
	padding: 3px;
}

.paquetPromo::before {
	z-index: -1;
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 100px 100px 0;
	border-color: transparent #dbc554 transparent transparent;
	line-height: 0px;
	_border-color: #000000 #dbc554 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.dtf {
	position: absolute;
	top: 5px;
	left: 5px;
}

.esdeveniment .data {
	font-family: din;
	font-size: 16px;
	color: white;
	margin: 0px;
}

.esdeveniment .localitzacio {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 32px;
	color: white;
}

p.localitzacio::after {
	content: '';
	height: 1px;
	background-color: white;
	display: block;
	width: 45px;
	margin: 0 auto;
}

.esdeveniment .descripcio {
	font-family: din;
	font-size: 18px;
	color: #57585a;
}

.btn-esdeveniment {
	font-family: din;
	background-color: transparent;
	border: 1px solid #57585a;
	color: #57585a;
	font-size: 18px;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 15px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.btn-esdeveniment:hover {
	background-color: #57585a;
	border: 1px solid #57585a;
	color: #c4ae55;
}

.footerDesc {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 18px;
	color: white;
}

.footerContacto {
	font-family: din;
	font-size: 14px;
	color: white;
}

.tituloFooter {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 16px;
	color: #dbc554;
	margin-bottom: 5px;
}

.listaFooter {
	font-family: din;
	font-size: 14px;
	color: white;
}

.listaFooter {
	list-style: none;
	padding: 0px;
}

.listaFooter a, .listaFooter a:hover, .listaFooter a:active, .listaFooter a:focus {
	color: white;
}

.listaFooter.mapaWeb {
	text-transform: uppercase;
}

.listaFooter li::after {
	content: '';
	height: 1px;
	display: block;
	background: white;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	width: 0px;
}


.listaFooter li:hover::after {
	width: 20%	;
}

.borderRightBlanco {
	border-right: 1px solid white;

}

.borderRightMustard {
	border-right: 1px solid #dbc554;
	}

footer img {
	margin-right: 10px;
}

footer a {
	color: rgba(255,255,255,0.3);
}

footer a:hover {
	color: white;
	text-decoration: none;
}

.fa-socialFooter {
	color: #8c8c48 !important;
}

.juicer-feed h1.referral {
	display: none !important;
}

.localitzacions label {
	margin-right: 5px;
	font-family: din;
	font-size: 18px;
	color: #57585a;
}

#mapa {
	background-size: cover;
	max-width: 100%;
	height: 70vh;
}

.mapa-container {
	/*display: none;*/
}

.nopaddings {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.nomargins {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.leaflet-popup-content.btn {
	font-size: 16px;
}

.popupTitle {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 20px;
	color: #57585a;
}

.leaflet-popup-content p {
	margin: 0px !important;
	padding: 0px !important;
}

.leaflet-popup-content a {
	color: #dbc554 !important;
}

.popupPlace {
	font-family: din;
	font-size: 12px;
	color: #57585a;
	text-transform: uppercase;
}

.popupTelephone {
	font-family: din;
	font-size: 16px;
	color: #57585a;
}

.popupMailWeb {
	font-family: din;
	font-size: 16px;
}

.leaflet-popup-content-wrapper, .map-legends, .map-tooltip {
	border-radius: 10px !important;

}

.leaflet-popup-content {
	padding: 15px;
	width: 230px !important;
}


.tasta .item {
	margin-bottom: 0px !important;
}

.tasta .info {
	margin-bottom: 30px !important;
}

a i {
	margin-right: 5px;
}

.filtros {
	margin-top: 5px;
	padding: 15px;
	font-family: din;
	font-size: 16px;
	display: none;
	position: absolute;
	z-index: 9999999;
}

.filtros2 {
	margin-top: 5px;
	padding: 15px;
	font-family: din;
	font-size: 16px;
	z-index: 9999999;
	display: none;
	position: relative;
}

.textoDesplegable {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	width: 90%;
	float: left;
}

.filtros ul {
	padding-left: 0px;

}

 .filtros2 ul {
 	padding-left: 15px;
 	}

.filtros ul li, .filtros2 ul li {
	width: 33.33%;
	float: left;
	list-style: none;
	text-align: left;
	margin-bottom: 5px;

}

input[type=checkbox] {
	display: none;
}

.filtros label::before, .filtros2 label::before, .localitzacions label::before {
	content: '\f096';
	display: inline-block;
	height: 10px;
	width: 10px;
	margin-right: 7px;
	margin-bottom: 1px;
	font-family: FontAwesome;

}

.filtros label.active::before, .filtros2 label.active::before, .localitzacions label.active::before {
	content: '\f046';
	display: inline-block;
	height: 10px;
	width: 10px;
	margin-right: 7px;
	margin-bottom: 1px;
	font-family: FontAwesome;

}

.tituloCarousel {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

.subtituloCarousel {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 18px;

}

.carousel-indicators li {
	background-color: white;
	border: 1px solid white;
}

.carousel-indicators .active {
	background-color: #dbc554;
	border: 1px solid #dbc554;
}

.carousel .flags {
	top: 20px;
	right: 0px;
}

.bordeRedondo {
	border: 3;
}


/* Fin Index */



/* Inicio Menu Mobile */

#abrirMenu {
	padding: 5px 10px 5px 10px;
	color: white;
	background-color: #dbc554;
	display: inline-block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

#cerrarMenu {
	padding: 5px 10px 5px 10px;
	color: white;
	background-color: #dbc554;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 9999;
}

#menuMobile {
	padding: 50px 50px 0px 50px;
	background-color: #dbc554;
	font-size: 24px;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: -100vw;
	overflow: hidden;
	opacity: 0;
	z-index: 9997;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	min-height: 100%;
}

#menuMobile #listaMenuMobile {
	padding: 0px;
}

#menuMobile #listaIdiomasMobile {
	padding: 0px;
	margin: 0px;
}

#menuMobile #listaIdiomasMobile li {
	list-style: none;
	display: inline;
	font-size: 16px;
}

#menuMobile #listaIdiomasMobile li::after {
	font-family: din;
	content: ' | ';
}

#menuMobile #listaIdiomasMobile li:last-child::after {
	content: '';
}

#menuMobile #listaMenuMobile li::after {
	content: '';
	display: block;
	height: 1px;
	background-color: rgba(255,255,255,0.3);
	width: 100%;
	margin: 5px 0px 5px 0px;
}

#menuMobile #listaMenuMobile li:last-child::after {
	display: none;
}

#menuMobile a {
	color: white;
	color: rgba(255,255,255,0.8);
}

#menuMobile a:hover {
	color: white;
	text-decoration: none;
}

.menuMobileSocial {
	font-size: 26px !important;
}

#menuMobile ul li {
	color: white;
	list-style: none;
	text-transform: uppercase;
	font-family: din;
	font-size:19px;
}

.submenuMobile {
	margin-top: 10px;
	padding-left: 20px;
}


.submenuMobile li {
	font-size:16px !important;
}

#barraBlanca {
	background-color: white;
	height: 43px;
	color: black;
	display: inline-block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	width: 100%;
	text-align: right;
	padding: 5px;
	opacity: 0;
}

#topMenuMobile {
	width: 100%;
}


/* Fin Menu Mobile */

.texteIdioma{
	text-transform: uppercase;
	font-size: 11px;
}


#introIndex .idiomasDesktop {
	background-color: transparent !important;
}

#introIndex .menu{
	position: absolute;
}

.idiomasDesktop {
	display: none;
	position: absolute;
	left: 10px;
	top: 40px;
	background-color: white;
	width: auto;
	height: auto;
	z-index: 9999;
	font-family: din;
	text-transform: uppercase;
	font-size: 10px;
	color: #dbc554;
}

.idiomasDesktop ul {
	padding: 5px;
	margin: 0px;
	text-align: left;
}

.idiomasDesktop ul li {
	list-style: none;
	/*border-bottom: #dbc554 1px solid;*/
	padding-top: 3px;
}

.idiomasDesktop ul li a, .idiomasDesktop ul li a:link, .idiomasDesktop ul li a:visited {
	color: #8c8c48;
	font-size: 11px;
	text-decoration: none;
}

.idiomasDesktop ul li a:hover {
	color: #8c8c48;
}

.idiomasDesktop::before {
	/*content: '';
	border-style: solid;
	border-width: 8.7px 5px 0 5px;
	border-color: #dbc554 transparent transparent transparent;
	line-height: 0px;
	_border-color: #dbc554 #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	height: 10px;
	display: inline-block;
	position: absolute;
	left: calc(50% - 20px);
	top: -10px;
	margin-top: 3px;*/
}

.submenuDesktop {
	display: block!important;
	position: absolute;
	left: 470px;
	top: 40px;
	background-color: white;
	width: auto;
	height: auto;
	z-index: 9999;
	font-family: din;
	text-transform: uppercase;
	font-size: 12px;
	color: #000;
	padding-left: 10px;
	padding-bottom: 10px;
	-webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translate3d(0px, 20px, 0px);
    -moz-transform: translate3d(0px, 20px, 0px);
    -o-transform: translate3d(0px, 20px, 0px);
    -ms-transform: translate3d(0px, 20px, 0px);
    opacity: 0;
    visibility: hidden;
}

.submenuDesktop.actiu {
	opacity: 1;
    visibility: visible;
     -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
}

.submenuDesktop ul {
	padding: 10px 5px 10px 5px;
	margin: 0px;
}

.submenuDesktop li {
	list-style: none;
	/*border-bottom: #000 1px solid;*/
	padding-top: 3px;
	display: block !important;
	text-align: center;
	margin-top: 3px !important;
}

.submenuDesktop li a, .submenuDesktop li a:link, .submenuDesktop li a:visited {
	color: #000;
	font-size: 12px;
	text-decoration: none;
}

.submenuDesktop li a:hover {
	color: #8c8c48;
}

.submenuDesktop::before {
/*	content: '';
	border-style: solid;
	border-width: 8.7px 5px 0 5px;
	border-color: #000 transparent transparent transparent;
	line-height: 0px;
	_border-color: #000 #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	height: 10px;
	display: inline-block;
	position: absolute;
	left: calc(50%);
	top: -10px;
	margin-top: 3px;*/
}



.item {
	background-size: cover !important;
	width: 100%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.item:before {
	content: '';
	display: block;
}

.item .btn-veuremes, .item .duradaPreu {
	display: none;
}



.ratio1-1:before {padding-top: 100%;}
.ratio2-1:before {padding-top: 50%;}
.ratio4-3:before {padding-top: 75%;}
.ratio16-9:before {padding-top: 56.25%;}

.contenido {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	font-size: 1.5rem;
	color: #444;
}

.oculto {
	visibility: hidden;
}

.displaynone {
	display: none;
}

.carousel-item {
	background-size: cover !important;
	min-height: 600px;
	-webkit-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}

.franja {
	height:20px;
}

.wrapper-perfils {
/*	width: 640px;
	margin: auto;*/
}

.wrapper-perfils img{
	-webkit-transform: scale(0.80);
	    -ms-transform: scale(0.80);
	        transform: scale(0.80);
}

.titols-miniperfils {
	text-transform: uppercase;
	font-size: 12px;
	margin-top: -20px;
	margin-bottom: : 20px;
}

#filtres {
	padding-top: 50px;
}


.esdevenimentPost .titolNoti {
/*	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 24px;
	color: #c4ae55;*/

}

.esdevenimentPost .data {
	font-family: din;
	font-size: 16px;
	margin: 0px;

}

.esdevenimentPost .localitzacio {
	font-family: din;
	font-size: 16px;
	text-transform: uppercase;

}

.esdevenimentPost .line {
	content: '';
	height: 1px;
	background-color: #c4ae55;
	display: block;
	width: 20%;
	margin: 0 auto;
	float:left;

}

.esdevenimentPost .descripcio {
	font-family: din;
	font-size: 18px;
	color: #57585a;
	float: left;
}

.esdevenimentPost h2 {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 28px;
	color: #8c8c48;

}

.esdevenimentPost h3 {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 24px;
	color: #8c8c48;

}

.esdevenimentPost h4 {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 20px;
	font-weight: 400;
}

.esdevenimentPost p {
	font-family: din;
}

li.feed-item.juicer{display:none !important;}
.juicer-feed h1.referral{display:none !important;}


/*video*/
.video-container {
  height: auto;
  text-align: center;
  vertical-align: middle;
  min-width: 100%;
  width: 100%;

}

.video-wrapper {
    /*height: 500px;*/
    text-align: center;
    z-index: 999;
    height:0px;
  }
.video-content {
  position: relative;
  color: #FFF;
  /*margin-top: -50%;*/
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
  height: 0;
}

#video2 {
  min-width: 100%;
  max-width: 100%;
}

.video-content h3 {
  font-family: 'din_alternatebold';
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
}
.video-content p {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 150%;
  padding-left: 5%;
  padding-right: 5%;
}
.video-content a:link,
.video-content a:visited {
  opacity: .8;
}
.video-content a:hover {
  opacity: 1;
}

.play {width: 90px; height: 90px;z-index: 999; margin-top: calc(-50% + 45px);}

/*-------------*/

.formulari {
	display: none;
}


.markerRestaurants {
	background-color: #dcc555;
}

.fitxa p {
    font-family: 'Lora', serif;
    font-style: italic;
    line-height: 22px;
   }

p.reserva {
	color:#999999;
	font-size: 12px;
}

.resposta {
	font-size: 18px;
	font-family: din, serif;
	color: white;

}

.fitxadetall p {

    font-family: din, serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.fitxadetall a {

    color:#8c8c48;
    text-decoration: none;
}

.fitxadetall a:hover, .fitxadetall a:active {

    text-decoration: underline;
}



.subtitolFitxa {
	font-family: 'Lora', serif;
    font-style: italic;
    margin-top: 10px;
    font-size: 16px;
    color: white;
    line-height: 18px
}

.tituloFitxa {
	font-family: 'Oswald', sans-serif;
	color: #8c8c48;
	font-size: 32px;
}

.btn-reserva {
	font-family: din !important;
	font-style: normal;
	background-color: #dbc554;
	border: 1px solid #dbc554;
	color: white;
	font-size: 14px !important;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 10px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.btn-reserva:hover, .btn-reserva:active, .btn-reserva:focus {
	color: #dbc554 !important;
	background-color: white;
	border-color: #dbc554;
}

.btn-gris {
	font-family: din;
	font-style: normal;
	background-color: #57585a;
	border: 1px solid #57585a;
	color: white;
	font-size: 14px !important;
	border-radius: 0px;
	text-transform: uppercase;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	padding: 10px;
}

.btn-gris:hover, .btn-gris:active, .btn-gris:focus {
	background-color: transparent !important;
 	color:#57585a;
}

.formulari .form-control {
	border-radius: 0;
}

.formulari input, .formulari textarea {
	margin-bottom: 10px;
	color:#55595c;
	font-family: din;
}

.formulari .selectBlanco::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
  font-family: din;
}

.formulari .selectBlanco::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  font-family: din;
}

.formulari .selectBlanco:-ms-input-placeholder { /* IE 10+ */
  color: #999;
  font-family: din;
}

.formulari  .selectBlanco:-moz-placeholder { /* Firefox 18- */
  color: #999;
  font-family: din;
}


#os-share-even-more, .osshare_imagepoup {
	z-index: 9999999999 !important;
}

.firma {
	background-color: #a2a271;
	color: #ffffff;
}

.firma a {

    color:#FFF;
    text-decoration: none;
    font-family: din;
    font-size: 14px;
}

.firma a:hover, .firma a:active {

    color: #dbc554;
}

.no-results {
	display: none;
}

.no-results p {
	font-family: din;
	font-size: 20px;
	color: #8c8c8c;
}

.sharer li {
	list-style: none;
	display: inline;
}

/* landings */

#introBlank.landing {
 height: 80vh !important;
}

.hero-slider {
 width: 100%;
 height: 100%;
 overflow: hidden;
}

#introBlank .flickity-button {
 z-index: 3;
}

#introBlank .carousel-cell {
 width: 100%;
 height: 100%;
 background-repeat: no-repeat !important;
 background-size: cover !important;
 background-position: center !important;
 }

#introBlank .flickity-page-dots {
	 bottom:25px;
	z-index: 3;
 }

#introBlank .flickity-page-dots .dot {
	background-color: #c4ae55;

}

 .no-gutters {
	 padding-right: 0;
	 padding-left: 0;
 }

.esdevenimentPost.landing p {
	font-size: 1rem;
}

.esdevenimentPost.landing img {
	width:90%;
	display: block;
  margin: 0 auto;
	border: #c4ae55 1px solid;
	padding: 10px;

}

.esdevenimentPost blockquote {
  display: block;
  border-width: 1px 0;
  border-style: solid;
  border-color: #c4ae55;
  padding: 1.5em 0 0.5em;
  margin: 1.5em auto;
  position: relative;
	width: 90%;

}

.esdevenimentPost blockquote p {
	color:#c4ae55;
	font-family: 'Lora', serif;
	font-size: 22px !important;
}



.esdevenimentPost blockquote:before {
  content: '\201C';
  position: absolute;
  top: 0em;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  width: 3rem;
  height: 2rem;
  font: 6em/1.08em 'PT Sans', sans-serif;
  color: #666;
  text-align: center;
}
