@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;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	/*margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;*/
	background: rgba(255,255,255,1);
	text-align: center;
	cursor: pointer;
}

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

.grid figure figcaption {
	padding: 2em;
	color: rgba(255,255,255,1);
	text-transform: uppercase;
	font-size: 0.8em;
	-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 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
	color: rgb(255,255,255);
}

.grid figure h2 {
	padding: 0 1.1em;
	font-weight: 500;
    top: 50%;
    font-size: 14pt;
    line-height: 14pt;
    margin-top: -24pt;
    position: absolute;
    max-height: 42pt;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    width: 100%;
}


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

.grid figure i {
	font-size: 24pt;
	width: 100%;
	top: 47%;
	margin-top: -12pt;
}

/* Individual effects */


/*---------------*/
/***** Bubba *****/
/*---------------*/

/*** Estilo v1 ***/

figure.effect-bubba-v1a {
	background: rgba(102,102,102,1);
}

figure.effect-bubba-v1a img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba-v1a:hover img {
	opacity: 0.3;
}

figure.effect-bubba-v1a figcaption::before,
figure.effect-bubba-v1a figcaption::after {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba-v1a figcaption::before {
	border-top: 1px solid rgb(255,255,2525);
	border-bottom: 1px solid rgb(255,255,2525);
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba-v1a figcaption::after {
	border-right: 1px solid rgb(255,255,2525);
	border-left: 1px solid rgb(255,255,2525);
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

/*figure.effect-bubba-v1a h2 {
	padding-top: 50%;
	margin-top: -35px;
	opacity: 0;
	font-size: 14pt;
	line-height: 18pt;
	font-weight: 700;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);*/
}

figure.effect-bubba-v1a p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba-v1a i {
	padding: 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.effect-bubba-v1a:hover i {
	opacity: 1;
	color: rgba(255,255,255,1);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	
}

figure.effect-bubba-v1a:hover figcaption::before,
figure.effect-bubba-v1a:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba-v1a:hover h2,
figure.effect-bubba-v1a:hover p {
	opacity: 1;
	color: rgb(255,255,255);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}





/*** Estilo v2 ***/

figure.effect-bubba-v2a {
	background: rgba(102,102,102,1);
}

figure.effect-bubba-v2a img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba-v2a:hover img {
	opacity: 0.3;
}

figure.effect-bubba-v2a figcaption::before,
figure.effect-bubba-v2a figcaption::after {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba-v2a figcaption::before {
	border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba-v2a figcaption::after {
	border-right: 1px solid rgba(255,255,255,0.5);
	border-left: 1px solid rgba(255,255,255,0.5);
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba-v2a p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba-v2a i {
	padding: 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.effect-bubba-v1a:hover i {
	opacity: 1;
	color: rgba(255,255,255,1);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	
}

figure.effect-bubba-v2a:hover figcaption::before,
figure.effect-bubba-v2a:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba-v2a h2,
figure.effect-bubba-v2a p {
	padding: 0 1.1em;
	font-weight: 400;
    top: 70px;
    font-size: 16pt;
    line-height: 16pt;
    position: absolute;
    max-height: 48pt;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    width: 100%;
}

figure.effect-bubba-v2a:hover h2,
figure.effect-bubba-v2a:hover p {
	opacity: 1;
	color: rgba(255,255,255,1);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}






/*** Estilo v3 ***/

figure.effect-bubba-v3a {
	background: rgba(102,102,102,1);
}

figure.effect-bubba-v3a img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba-v3a:hover img {
	opacity: 0.3;
}

figure.effect-bubba-v3a figcaption::before,
figure.effect-bubba-v3a figcaption::after {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba-v3a figcaption::before {
	border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba-v3a figcaption::after {
	border-right: 1px solid rgba(255,255,255,0.5);
	border-left: 1px solid rgba(255,255,255,0.5);
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba-v3a p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba-v3a i {
	padding: 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.effect-bubba-v3a:hover i {
	opacity: 1;
	color: rgba(255,255,255,1);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	
}

figure.effect-bubba-v3a:hover figcaption::before,
figure.effect-bubba-v3a:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba-v3a h2,
figure.effect-bubba-v3a p {
	padding: 0 1.1em;
	font-weight: 400;
    top: 100%;
    margin-top: -70px;
    font-size: 16pt;
    line-height: 16pt;
    position: absolute;
    max-height: 48pt;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    width: 100%;
}

figure.effect-bubba-v3a:hover h2,
figure.effect-bubba-v3a:hover p {
	opacity: 1;
	color: rgba(255,255,255,1);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}






/* Medias */
@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%;
	}
}

@media (max-width: 767px){
}

@media (min-width: 701px) and (max-width: 991px){
}

@media (min-width: 768px) and (max-width: 991px){
}