@charset "utf-8";
/* CSS Document */


	/* ------------------------------------------------------------------------------------- */
	/*  Headers, Paragraphs etc */
	/* ------------------------------------------------------------------------------------- */
	
		h1, h2, h3, h4 {
			font-family: 'FuturaBT-Medium';	
			color: #6c6f70;
			text-transform: uppercase;
			font-weight: normal;
		}
		
		h1 {
			color: #6c6f70;
			font-size: 26px;
			margin-bottom: 15px;
			line-height:114%;
		}
		
		h2 {
			font-size: 18px;
			margin-bottom: 15px;
		}
		
		h3 {
			font-size: 16px;
			margin-bottom: 15px;
		}
		
		h4 {
			font-size: 14px;
			margin-bottom: 15px;
		}
		
		p {
			margin-bottom: 10px;
		}
		
		hr {
			margin: 20px 0;
		}
		
		.big
		{
			font-size: 20px;
		}
		.read_more { 
		}
		.interactive-map {
		}
		