@import 'font-weights.css';

#page { 
	overflow: hidden;
}

#header {
	border-bottom: 1px solid #ddd;
	padding: 50px 0;
}

#page-title {
	border-bottom: 1px solid #ddd;
	padding: 50px 0;
}

#main {
	padding: 50px 0;
}

.fc-container {
	
}

.fc-wrap {
	max-width: 1180px;
	padding: 0 50px;
	margin: 0 auto;
}

/* Smaller than tablet portrait */ 	@media screen and (max-width: 767px) 	{
	
	.fc-wrap {
		padding-right: 20px;
		padding-left: 20px;
	}
	
}

.fc-widget {
	margin-bottom: 50px;
}

#footer {
	border-top: 1px solid #ddd;
	padding: 50px 0 0 0;
}



/**************************************************************
 * RESPONSIVE BREAK-POINTS
 */

/* iMac - iMac landscape and smaller */		@media screen and (max-width: 2560px) 	{}

/* Desktop - Desktop landscape and smaller */ 	@media screen and (max-width: 1920px) 	{}

/* Laptop - Laptop landscape and smaller */ 	@media screen and (max-width: 1440px) 	{}

/* Tabelt - Tablet landscape and smaller */ 	@media screen and (max-width: 1024px) 	{}

/* Tabelt - Smaller than tablet landscape */ 	@media screen and (max-width: 1023px) 	{}

/* Tabelt - Tablet portrait and smaller */ 	@media screen and (max-width: 768px)	{}

/* Tablet - Smaller than tablet portrait */ 	@media screen and (max-width: 767px) 	{}

/* Mobile - Mobile landscape and smaller */ 	@media screen and (max-width: 600px) 	{}

/* Mobile - Mobile portrait and smaller */ 		@media screen and (max-width: 480px) 	{}