.member {
	border: solid thin #dfdfdf;
	margin-top: 30px;
	position: relative;
}
		
.member-img {
	height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	width: 100%;
	display: block;
}
		
.member-content {
	padding: 30px;
}
			
.member-contact	a {
	display: inline-block;
	margin-left: 2px;
	margin-top: 15px;
	text-decoration: none !important;
}
					
.member-contact a .fa {
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #aab5c1;
	color: #ffffff;
}
				
.member-contact a .fa-facebook {
	background-color: #3c599b;
}

.member-contact a .fa-twitter {
	background-color: #2ba8e0;
}

.member-contact a .fa-linkedin {
	background-color: #006599;
}

.member-contact a .fa-google {
	background-color: #d73d32;
}

.member-contact a .fa-youtube {
	background-color: #cc181e;
}

.member-contact a .fa-pinterest {
	background-color: #cb2027;
}
				
.member-contact a:first-child {
	margin-left: 0px;
}

.content-land .container{
	position: relative;
	background: #fff;
	margin-top: -400px;
	min-height: 400px;
	padding: 0;
}

.land-inner{
	padding: 60px;
}

#maps-land{
	min-height: 1100px;
}