section.column2map {
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
section.column2map div.text {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	z-index: 4;
	position:relative;
	
	overflow-x: hidden;
	overflow-y: auto;
}
section.column2map .left {
	float: left;
	padding-right: 2%;
}
section.column2map .right {
	float: right;
	padding-left: 2%;
}
section.column2map .text .large {
	font-size: 60px;
	font-weight: 200;
	display: block;
}
section.column2map .text .small { 
	font-size: 24px;
	font-weight: 300;
	margin-top: 35px;
	display: block;
}
section.column2map .text .textalign-left {
	text-align: left;
}
section.column2map .text .textalign-center {
	text-align: center;
}
section.column2map .text .textalign-right {
	text-align: right;
}
section.column2map .text .large p:first-of-type {
	margin-top: 0px;
}
section.column2map .text .large p:last-of-type {
	margin-bottom: 20px;
}
section.column2map .text .small p:last-of-type {
	margin-bottom: 0px;
}


/* Spacing Options */
section.column2map .left.spacing-10 {
	padding-left: 10%;
}
section.column2map .left.spacing-15 {
	padding-left: 15%;
}
section.column2map .left.spacing-20 {
	padding-left: 20%;
}

section.column2map .right.spacing-10 {
	padding-right: 10%;
}
section.column2map .right.spacing-15 {
	padding-right: 15%;
}
section.column2map .right.spacing-20 {
	padding-right: 20%;
}


/* Width Options */
section.column2map .width-20 {
	width: 18%;
}
section.column2map .width-30 {
	width: 28%;
}
section.column2map .width-40 {
	width: 38%;
}
section.column2map .width-50 {
	width: 48%;
}

section.column2map .map.width-20 {
	width: 20%;
}
section.column2map .map.width-30 {
	width: 30%;
}
section.column2map .map.width-40 {
	width: 40%;
}
section.column2map .map.width-50 {
	width: 50%;
}


/* Colour Options */
section.column2map .textcolour-grey {
	color: #5f5f5f;
}
section.column2map .textcolour-white {
	color: #ffffff;
}


/* Map Options */
section.column2map .map {
	position: absolute;
	top: 0px;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0px;
}
section.column2map .map.right {
	right: 0px;
}
section.column2map .map.left {
	left: 0px;
}



@media screen and (max-width: 1400px) {
	section.column2map .width-20 {
		width: 28%;
	}
	
	section.column2map .text .large {
		font-size: 50px;
	}
	section.column2map .text .small { 
		font-size: 22px;
	}
}
@media screen and (max-width: 1200px) {
	section.column2map {
		padding-top: 0px;
	}
	section.column2map .left, section.column2map .right {
		padding-right: 0% !important;
		padding-left: 0% !important;
		margin: 0px auto;
	}
	
	section.column2map .width-20 {
		width: 80%;
	}
	section.column2map .width-30 {
		width: 80%;
	}
	section.column2map .width-40 {
		width: 80%;
	}
	section.column2map .width-50 {
		width: 80%;
	}
	section.column2map .map {
		height: 40vh;
		position: relative;
		width: 100% !important;
		right: auto;
		left: auto;
		top: auto;
	}
	section.column2map .right {
		float: none;
		padding-left: 0%;
		margin-bottom: 35px;
	}
	section.column2map .left {
		float: none;
		padding-left: 0%;
		margin-bottom: 35px;
	}
	section.column2map .text .large {
		font-size: 40px;
	}
	section.column2map .text .small { 
		font-size: 20px;
	}
}
@media screen and (max-width: 1000px) {
	section.column2map .text .large {
		font-size: 30px;
	}
	section.column2map .text .small { 
		font-size: 18px;
	}
}
@media screen and (max-width: 800px) {
	section.webshowcase1 .site {
		width: 90%;
		font-size: 20px;
	}
}