@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('/fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('/fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('/fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('/fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('/fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}

.about_grid {
	margin: -50px auto 0 auto;
	list-style: none;
	text-align: center;
}



.about_grid figure h2 {
	font-size:3em;
	line-height:1em;
	word-spacing: -0.15em;
	font-weight: 300;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform:none; 
	color: rgba(255,255,255,0.4);
	margin: 1em;
}

.about_grid figure h2,
.about_grid figure p {
	margin: 0;
}


/*---------------*/
/***** Sadie *****/
/*---------------*/
.about_gridul{
	position:relative;
	width:100%;
	text-align:center;
	float:left;
	top:50px;
	z-index:99;
}


figure.effect-sadie h2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #484c61;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}


figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}




/*---------------*/
/***** Sarah *****/
/*---------------*/
.about_grid figure {
    overflow: hidden;
	height:auto;
    width: calc(100%/1);
    text-align: center;
    cursor: pointer;
	padding: 10%;
	color: #fff;
	font-size: 1.1em;
}

figure#effect1 {
	background:url('/sp_img/about/sp_about_bg1.jpg') no-repeat top center;
	background-size:100% auto;
	padding:10% 0 0 0;
	margin:-50px 0 -50px 0;
}
figure#effect2 {
	background:url('/sp_img/about/sp_about_bg2.jpg') no-repeat top center;
	background-size:100% auto;
	padding:10% 0 0 0;
	margin:-50px 0 -50px 0;
}
figure#effect3 {
	background:url('/sp_img/about/sp_about_bg3.jpg') no-repeat top center;
	background-size:100% auto;
	padding:10% 0 0 0;
	margin:-50px 0 0 0;
}
figure.effect-sarah img {
	max-width: none;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align:center;
}

figure.effect-sarah:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


figure.effect-sarah h2 {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
}
figure.effect-sarah p {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

.grid_box{
	width:90%;
	margin:5%;
	text-align:center;
}
.grid_box p{
	line-height:1.3em;
	border:1px #FFF solid;
	padding:5%;
	margin:5%;
}
.grid_box a p{
	color:#FFF;
}
.grid_box img{
	width:50px;
	height:auto;
	float:right;
}
