@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');
}

.grid {
	position: relative;
	/*margin: 0 auto;*/
	/*max-width: 1000px;*/
	overflow: hidden;
	list-style: none;
	text-align: center;
}

.grid-sobre{
	max-width: 10000px;
	margin: inherit !important;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	max-width: 1000px;
	/*width: 40%;*/
	width: 25%;
	text-align: center;
	/*margin-left: 20px;*/
	cursor: pointer;
}

.grid-sobre figure{
	width: 23.5%;
}
.grid figure.effect-sarah2{
	width: 35%;
	margin-top: 43px;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	font-size: 24px;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

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

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Sarah *****/
/*---------------*/

figure.effect-sarah {
	background: #F8F8F8;
	padding: 10px 28px;
}

figure.effect-sarah.fundo2 {
	background: #fff;
}

figure.effect-sarah img {
	max-width: none;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-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;
	height: 308px;
}

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

figure.effect-sarah figcaption {
	text-align: left;
}
figure.effect-sarah:hover{
	/*opacity: 0.4;*/
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah:hover figcaption {
    /*text-align: left;*/
    opacity: 1;
    background: rgba(143, 86, 77, 0.95);
}
figure.effect-sarah h2 {
	opacity: 0;
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
	color: #BAB4B1;
}
figure.effect-sarah:hover h2 {
    /*text-align: left;*/
    opacity: 1;
}
p.effect-grind-p a{
	padding: 8px 12px;
	background-color: #fff;
	border-radius: 50px;
	display: block;
	width: 70%;
	margin-top: 12px;
	color: #A4A4A4;
	text-align: center;
}


figure.effect-sarah p {
	font-family: 'RedHatDisplay-Bold';
	font-size: 16px !important;
	line-height: 20px;
	margin-top: 48px;
	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);
}

.colecao-imagens figure.effect-sarah p {
	margin-top: 33px;
	margin-left: -15px
}

figure.effect-sarah:hover p {
	text-transform: uppercase;
	opacity: 1;
	display: inline-block;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-sarah figcaption hr{
    opacity: 0;
}

figure.effect-sarah:hover hr {
	opacity: 1;
	margin-bottom: 8px;
	margin-right: 18px;
    border: 0;
    border-top: 1px solid #eee;
    width: 40px;
    display: inline-block;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}



figure.effect-sarah p {
	margin-top: 18px;
	line-height: 24px;
	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);
}

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

@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}