.title_espais {
	margin-top: 40px;
}
.mini_title {
	font-size: 20px;
	font-weight: normal;
}
.padding_top_20{
	padding-top: 20px !important;
}


#footer_actions {
	margin-bottom: 30px;
}




/* GALERIA FOTOS */
#photos {
  /* Prevent vertical gaps */
  line-height: 0;
   
  -webkit-column-count: 4;
  -webkit-column-gap:   0px;
  -moz-column-count:    4;
  -moz-column-gap:      0px;
  column-count:         4;
  column-gap:           0px;  
}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
  border: 4px solid transparent;
}
@media (max-width: 1200px) {
	#photos {
  -webkit-column-count: 4;
  -moz-column-count:    4;
  column-count:         4;
}
}
/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
#photos {
  -webkit-column-count: 3;
  -moz-column-count:    3;
  column-count:         3;
}
}


@media (max-width: 768px) {
#photos {
  -webkit-column-count: 2;
  -moz-column-count:    2;
  column-count:         2;
}
}
/* END GALERIA FOTOS */



/* CALENDARI */
.fc-center {
  text-align: left;
}
.fc-center h2 {
  font-size: 26px;
  text-align: left;
}

.fc-past {
  background:#efefef;
}

.fc-future {
  cursor:pointer;
}
/* END CALENDARI */