/** Filtre **/
.filtre {
	background-color	: #FBD22A;
	background-repeat	: repeat;
	box-shadow	: 0px 4px 6px -5px #000;
	padding	: 10px;
	position	: relative;
}

.filtre .form-control {
	background-color	: #FFF;
}

.filtre select.chosen-icon + .chosen-container.chosen-container-single .chosen-single, 
.filtre select.chosen-icon + .chosen-container-multi .chosen-choices {
	background-color	: #FFF !important;
	border-color	: #CCC !important;
}

.filtre .input-group-addon {
	padding-left	: 9px;
	padding-right	: 9px;
}

.filtre .input-group input {
	z-index	: 0;
}

.filtre .select-edat + .chosen-container.chosen-container-single .chosen-single:before {
	content	: "\f1ae";
}

.filtre .select-tipus-activitat + .chosen-container.chosen-container-multi .chosen-choices:before {
	content	: "\26fa";
	font-family	: "Glyphicons Halflings";
}

.filtre .select-periode + .chosen-container.chosen-container-single .chosen-single:before {
	content	: "\f073";
}

.filtre .select-tematica + .chosen-container.chosen-container-multi .chosen-choices:before {
	content	: "\f135";
}

.filtre .btn-call-to-action {
	background-color: #007c37;
	border-color: #007c37;
	color: #FFF;
}

.filtre-localitzacio {
	background-color	: #C3C3C2;
	padding	: 5px 10px;
}

.filtre-localitzacio .filtre-actual {
	border-bottom	: 1px solid #A38946;
	padding	: 5px 0;
}

.filtre-localitzacio .filtre-actual:last-child {
	border	: none;
}

.filtre-localitzacio .filtre-actual a {
	color	: #333;
	text-transform	: uppercase;
}

.filtre-localitzacio ul {
	font-size	: 12px;
	margin	: 0;
	padding	: 5px 0;
}

.filtre-localitzacio ul li:first-child {
	padding-left	: 0;
}

.filtre-localitzacio ul a {
	color	: #333;
	text-transform	: uppercase;
}

.filtre-localitzacio .filtre-actual a {
	color	: #464646;
}

/** Missatge "cap activitat" **/
.missatge-cap-activitat {
	background-color	: #FFF;
	border-top	: 5px solid #E0E0E0;
	box-shadow	: 0 6px 6px -6px rgba(22, 33, 44, 0.2);
	margin-bottom	: 20px;
	padding	: 10px;
}

.missatge-cap-activitat h3 {
	margin	: 10px 0;
}


/** Resum dels resultats **/
.resum-resultats {
	margin	: 30px 0 10px 0;
}

.resum-resultats strong {
	font-size	: 16px;
}

.resum-resultats .resum-filtre {
	font-size	: 12px;
}

/** Opcions de visualtizació **/
.opcions-visualitacio {
	margin	: 10px 0 20px 0;
	font-size	: 12px;
}

.opcions-visualitacio ul {
	margin-bottom	: 0;
}

.opcions-visualitacio a {
	display	: block;
	padding	: 1px 5px;
}

.opcions-visualitacio .ordenacio-activa a,
.opcions-visualitacio .layout-actiu a {
	background-color	: #FFF;
	border	: 1px solid #C0C0C0;
}

/** Grups d'activitats organitzats en llista **/
.grups-llista {
	margin	: 0 -15px;
}

.grups-llista .grup {
	background-color	: #F0F0F0;
	border-left	: 5px solid #FFBB0E;
	box-shadow	: 0 6px 6px -6px rgba(22, 33, 44, 0.2);
	margin-bottom	: 20px;
	/* min-height	: 410px; */
	padding	: 10px;
	transition	: transform 0.2s;
}

/*
.grups-llista .grup:hover {
	transform	: scale(1.02);
}
*/

.grups-llista .grup.tipus-activitat-casals {
	border-left-color	: #A10D19;
}

.grups-llista .grup.tipus-activitat-casals .label-tipus {
	background-color	: #A10D19;
}

.grups-llista .grup.tipus-activitat-colonies {
	border-left-color	: #C9002C;
}

.grups-llista .grup.tipus-activitat-colonies .label-tipus {
	background-color	: #C9002C;
}

.grups-llista .grup.tipus-activitat-camps {
	border-left-color	: #E85C0F;
}

.grups-llista .grup.tipus-activitat-camps .label-tipus {
	background-color	: #E85C0F;
}

.grups-llista .grup.tipus-activitat-campaments {
	border-left-color	: #F4930E;
}

.grups-llista .grup.tipus-activitat-campaments .label-tipus {
	background-color	: #F4930E;
}

.grups-llista .grup.tipus-activitat-rutes {
	border-left-color	: #FFBB0E;
}

.grups-llista .grup.tipus-activitat-rutes .label-tipus {
	background-color	: #FFBB0E;
}

.grups-llista .grup.tipus-activitat-altres {
	border-left-color	: #FFBB0E;
}

.grups-llista .grup.tipus-activitat-altres .label-tipus {
	background-color	: #FFBB0E;
}

.grups-llista .grup .foto-wrapper {
	float	: left;
	margin-right	: 20px;
	position	: relative;
	width	: 200px;
}

.grups-llista .grup .insigna {
	position	: absolute;
	top	: 0;
	left	: 0;
}

.grups-llista .grup .titol {
	font-size	: 18px;
	margin	: 10px 0;
}

.grups-llista .grup .inscripcions-online {
	background-color	: #444;
	box-shadow	: 0 0 3px rgba(255, 255, 255, 0.4);
	border-radius	: 20px;
	color	: #FFF;
	cursor	: default;
	display	: inline-block;
	font-size	: 14px;
	height	: 30px;
	line-height	: 30px;
	text-align	: center;
	width	: 30px;
}

.grups-llista .grup .activitats-inclusives {
	background-color	: #337AB7;
	box-shadow	: 0 0 3px rgba(255, 255, 255, 0.4);
	border-radius	: 20px;
	color	: #FFF;
	cursor	: default;
	display	: inline-block;
	font-size	: 16px;
	height	: 30px;
	line-height	: 30px;
	text-align	: center;
	width	: 30px;
}

.grups-llista .grup .info-complementaria {
	font-size	: 12px;
}

.grups-llista .grup .info-complementaria .tipus {
	font-variant	: small-caps;
}

.grups-llista .grup .tematiques {
	list-style-type	: none;
	margin	: 0;
	padding	: 0;
}

.grups-llista .grup .tematiques li {
	margin	: 0 0 5px 0;
	padding	: 0;
}

.grups-llista .grup .tematiques .label {
	background-color	: #FFD66E;
	color	: #825114;
}

.grups-llista .grup .tematiques .tematica-15 .label {
	background-color	: #800FFD;
	background-image	: linear-gradient(45deg, rgba(89,40,254,1) 0%,rgba(12,106,255,1) 20%,rgba(35,214,255,1) 40%,rgba(175,153,253,1) 60%,rgba(215,51,255,1) 80%,rgba(247,193,0,1) 100%);
	background-position	: center;
	background-repeat	: no-repeat;
	color	: #FFF;
	text-shadow	: 0 0 3px #000;
}

.grups-llista .grup .preu {
	color	: #C9002C;
	text-align	: center;
}

.grups-llista .grup .preu div {
	line-height	: 1.5em;
	display	: inline-block;
	vertical-align	: middle;
}

.grups-llista .grup .preu span {
	
}

.grups-llista .grup .preu-des-de {
	font-size	: 12px;
}

.grups-llista .grup .preu-a-consultar {
	font-size	: 12px;
}

.grups-llista .grup .preu .import {
	display	: block;
	font-size	: 24px;
	font-weight	: bold;
}

/** Grups d'activitats organitzats en mosaic **/
.grups-mosaic {
	display	: flex;
	flex-wrap	: wrap;
	margin	: 0 -15px;
}

.grups-mosaic .grup {
	background-color	: #F0F0F0;
	border-top	: 5px solid #FFBB0E;
	box-shadow	: 0 6px 6px -6px rgba(22, 33, 44, 0.2);
	flex-grow: 1;
	margin	: 0 15px 30px 15px;
	min-height	: 430px;
	min-width	: 300px;
	max-width	: 360px;
	padding	: 10px;
	transition	: box-shadow 0.2s;
	width	: 30%;
	width: calc(33% - 40px);
}

.grups-mosaic .grup:hover {
	box-shadow	: 0 0 5px rgba(0, 0, 0, 0.4);
}

.grups-mosaic .grup.tipus-activitat-casals {
	border-top-color	: #A10D19;
}

.grups-mosaic .grup.tipus-activitat-casals .label-tipus {
	background-color	: #A10D19;
}

.grups-mosaic .grup.tipus-activitat-colonies {
	border-top-color	: #C9002C;
}

.grups-mosaic .grup.tipus-activitat-colonies .label-tipus {
	background-color	: #C9002C;
}

.grups-mosaic .grup.tipus-activitat-camps {
	border-top-color	: #E85C0F;
}

.grups-mosaic .grup.tipus-activitat-camps .label-tipus {
	background-color	: #E85C0F;
}

.grups-mosaic .grup.tipus-activitat-campaments {
	border-top-color	: #F4930E;
}

.grups-mosaic .grup.tipus-activitat-campaments .label-tipus {
	background-color	: #F4930E;
}

.grups-mosaic .grup.tipus-activitat-rutes {
	border-top-color	: #FFBB0E;
}

.grups-mosaic .grup.tipus-activitat-rutes .label-tipus {
	background-color	: #FFBB0E;
}

.grups-mosaic .grup.tipus-activitat-altres {
	border-top-color	: #FFBB0E;
}

.grups-mosaic .grup.tipus-activitat-altres .label-tipus {
	background-color	: #FFBB0E;
}

.grups-mosaic .grup .capcalera {
	position	: relative;
}

.grups-mosaic .grup .insigna {
	position	: absolute;
	top	: 0;
	left	: 0;
}

.grups-mosaic .grup .capcalera .tematiques {
	list-style-type	: none;
	margin	: 0;
	left	: 10px;
	padding	: 0;
	position	: absolute;
	top	: 10px;
}

.grups-mosaic .grup .capcalera .tematiques li {
	margin	: 0 0 5px 0;
	padding	: 0;
}

.grups-mosaic .grup .capcalera .tematiques .label {
	background-color	: #FFD66E;
	color	: #825114;
	font-variant	: small-caps;
}

.grups-mosaic .grup .tematiques .tematica-15 .label {
	background-color	: #800FFD;
	background-image	: linear-gradient(45deg, rgba(89,40,254,1) 0%,rgba(12,106,255,1) 20%,rgba(35,214,255,1) 40%,rgba(175,153,253,1) 60%,rgba(215,51,255,1) 80%,rgba(247,193,0,1) 100%);
	background-position	: center;
	background-repeat	: no-repeat;
	color	: #FFF;
	text-shadow	: 0 0 3px #000;
}

.grups-mosaic .grup .capcalera .inscripcions-online {
	background-color	: #444;
	border-radius	: 20px;
	box-shadow	: 0 0 3px rgba(255, 255, 255, 0.4);
	color	: #FFF;
	display	: block;
	font-size	: 14px;
	height	: 30px;
	line-height	: 30px;
	pointer-events	: none;
	position	: absolute;
	right	: 10px;
	text-align	: center;
	top	: 10px;
	width	: 30px;
}

.grups-mosaic .grup .capcalera .activitats-inclusives {
	background-color	: #337AB7;
	border-radius	: 20px;
	box-shadow	: 0 0 3px rgba(255, 255, 255, 0.4);
	color	: #FFF;
	display	: block;
	font-size	: 16px;
	height	: 30px;
	line-height	: 30px;
	pointer-events	: none;
	position	: absolute;
	right	: 45px;
	text-align	: center;
	top	: 10px;
	width	: 30px;
}

.grups-mosaic .grup .pastilla {
	align-items: center;
	background-color: #f0f0f0;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
	color: #333;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	height: 80px;
	justify-content: center;
	line-height: 1.1;
	pointer-events	: none;
	position: absolute;
	right: 20px;
	text-align	: center;
	top: 50px;
	transform: rotate(15deg);
	width: 80px;
}

.grups-mosaic .grup .capcalera .preu {
	background-color	: #c9002c;
	bottom	: 0;
	color	: #FFF;
	font-size	: 16px;
	font-weight	: bold;
	line-height	: 1.2;
	padding	: 5px 10px;
	pointer-events	: none;
	position	: absolute;
	right	: 0;
	text-shadow	: 1px 1px 1px #000;
}

.grups-mosaic .grup .capcalera .preu-des-de {
	font-size	: 12px;
}

.grups-mosaic .grup .capcalera .preu-a-consultar {
	font-size	: 12px;
}

.grups-mosaic .grup .titol {
	font-size	: 18px;
	margin	: 10px 0;
	max-height	: 40px;
	overflow	: hidden;
}

.grups-mosaic .grup .info-complementaria {
	font-size	: 16px;
}

.grups-mosaic .grup .info-complementaria .tipus {
	font-variant	: small-caps;
}

/** Paginació **/
.paginacio {

}

.paginacio .resum {
	font-size	: 12px;
}

.paginacio nav {
	text-align	: center;
}

.paginacio .pagination li a i,
.paginacio .pagination li span i {;
	line-height	: 1.42857;
}

.content .subscripcio-noticies {
	background-color	: #FFD66E;
}

/** Estils especifics per a la vista promotor **/
body.vista-promotor .logo-encerta {
	display	: none;
}

@media (min-width: 768px) {
	
	.filtre .row:last-child .form-group {
		margin-bottom	: 0;
	}
	
	.filtre .btn-call-to-action {
		float	: right;
	}
	
	.grups-llista .grup .preu {
		line-height	: 150px;
	}

	/** Estils especifics per a la vista promotor **/
	body.vista-promotor .filtre,
	body.vista-promotor .filtre-localitzacio,
	body.vista-promotor .missatge-cap-activitat,
	body.vista-promotor .resum-resultats {
		margin-right	: 0;
	}
	
}
