/*Canvi color a verd*/
div#ft, div.ct-preloader, div#title-breadcrumb, div.cd-popup.is-visible > div.cd-popup-container > div.search label, p.readmore a{
	background: #2bb673;
}
div#menuModal{
	background: rgba(43, 182, 115, 0.9) !important;
}
div#sitename a:hover, td.list-title a:hover{
	color: #2bb673 !important;
}
div.nicescroll-cursors{
	background-color: rgb(43, 182, 115) !important;
}
/*Capçalera solapa galeria && fixada*/
header.fixedHeader{
	z-index: 8000;
	position: inherit;
}
/*Logo*/
#sitename a img {
	max-width: 100%;
    	max-height: 150px;
}
header#header.header.fixedHeader{
	height: auto;
}
/*Menú horizontal*/
div#carrousel ul#menu{
	text-align:center;
	font-size: 20px;
}
div#carrousel ul#menu li{
	margin: 20px;
	display: inline;
}
div#carrousel ul#menu li a:hover{
	color: #2bb673
}

@media only screen and (max-width: 720px) {
   div#carrousel ul#menu {display:none;}
}
/*Text color*/
body{
	color: #505050 !important;
}
/*Enllaços webs*/
div.links img{
	width:60%;
	max-width:250px;
}
div.links div.banneritem {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 32.9%;
    margin: auto;
}
@media only screen and (max-width: 720px) {
div.links div.banneritem {
    	float:left;
    	width: 100%;
	margin-bottom: 20px;
}
}
/*Parallax1*/
div.parallax1{
	background: url("/images/el_grup/parallax.JPG");
    	height: 35vh;
    	background-size: cover;
    	background-attachment: fixed;
}
/*Agenda*/
div.agenda li{
	list-style-type: none !important;
	size: 30px;
    	font-size: 25px;
    	color: #000000;
	margin-top: 20px;
}
div.agenda span.mod-articles-category-date{
	color: #888888;
	font-size: 20px;
}
div.agenda div.mod-articles-category-group{
	font-size: 40px;
    	text-transform: uppercase;
    	color: #2bb673;
}
div.agenda p.mod-articles-category-introtext{
	margin: 0px;
    	margin-left: 30px;
    	color: #888888;
}
/*Social icons*/
.soc_icons li a {
    	font-size: 50px;
	line-height: inherit;
}
/*Publicacions*/
div.publicacions div.enlace {
    	width: 30%;
	height: 450px;
	overflow: hidden;
    	margin: 1.5%;
    	float: left;
	border: solid 1px #2bb673;
}
@media only screen and (max-width: 1200px) {
	div.publicacions div.enlace {
		width:46%;
	}
}
@media only screen and (max-width: 700px) {
	div.publicacions div.enlace {
		width:97%;
	}
}
div.publicacions div.image {
	height:200px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover !important;
	margin-bottom: 10px;
}
div.publicacions div.titulo, div.descripcion{
	padding: 0px 10px;
}
div.publicacions div.titulo a{
	font-size: 1.5em;
}
div.publicacions div.titulo a:hover{
	color: #2bb673 !important;
}
/*Paginació (publicacions)*/
div.pagination{
	clear:both;
}
div.pagination span, div.pagination span a:hover{
	background-color: #2bb673;
}
div.pagination a:hover{
	color: #2bb673;
}
/*Correcció overflow main*/
div#main{
	overflow:hidden;
}
/*Munu mobil*/
@media only screen and (max-width: 720px){
	.menuButon {
		margin-bottom: 20px;
	}
}
/*Amagar elements menu mobil*/
@media only screen and (min-width: 720px){
	a.mobil{
		display:none !important;
	}
}
/*Reprofuctor spotify*/
iframe.spotify{
	width: 100%;
	height: 50vw;
	max-height: 900px;
	min-height: 350px;"
}
/*Imatge capçalera article i titol llevar linea*/
div.pull-item-image img{
	width: 100%;
}
div.item-page.gk-item-page > div.gk-article > h1.article-header, h2.article-header-blog{
	background: none !important;
}
