@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 1200px) {
	
	/* HOME */
	.home .header {
		min-height:120px;
	}
	
	/* CALENDAR */
	
	#calendar .col-lg-4:nth-of-type(3n+1) {
		clear:both;
	}
	
}