﻿.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption, .grid figure a {
    objectNoteosition: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;

}

/* 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 .objectTitle,
.grid figure .objectNote {
	margin: 0;
}

figure.effect-sarah {
	background: #000;
}

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;
}

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 .objectTitle::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

figure.effect-sarah:hover .objectTitle::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah .objectNote {
	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 .objectNote {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
	background: #000;
}

figure.effect-bubba img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba .objectTitle {
    font-weight: bold;
    font-size: 24px;
    padding-top: 10%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-bubba .objectNote {
	padding: 0 2.5em;
}

figure.effect-bubba .katalog {
	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:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover .objectTitle,
figure.effect-bubba:hover .objectNote,
figure.effect-bubba:hover .katalog {
	opacity: 1;
	-webkit-transform: translate3d(0,90px,0);
	transform: translate3d(0,35px,0);
}

.bubba .contentBody {
    width: 100%;
}

.sarah .object:nth-child(3),.sarah .object:nth-child(4) {
    margin-bottom: 0;
}

.grid {
    width: 100%;
    margin: auto;
}

.grid figure {
    cursor: pointer;
  /*  max-width: 370px;
    max-height: 300px;     */
    position: relative;
    overflow: hidden;
    text-align: left;
    margin: 0;
}

.grid figure figcaption {
    padding: 1.2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


.grid figure .objectNote {
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: none;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.bubba .katalogLink {
    color: #797979;
    text-decoration: none;
    position: relative;
}

.bubba .katalog {
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 15px;
    padding-top: 15px;
    border-width: 2px;
    border-color: #eae9e9;
    border-style: solid !important;
    margin: auto;
 /*   width: 370px;   */
    position: relative;
    top: 110px;
    font-weight: 300;
    padding-bottom: 15px;
    padding-top: 15px;
    border-width: 2px;
    border-color: #eae9e9;
    border-tyle: solid;
    margin: auto;
    width: 370px;
    position: relative;
    top: 110px;
}

.bubba. katalog:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #0d8dd6;
}


@media (max-width: 320px) {

.grid figure .objectNote {
    letter-spacing: 0.5px;
}

ul {
    margin: 0;
}

figure.effect-bubba .objectTitle {
    font-size: 18px !important;
    padding-left: 6%;
}

.grid figure .objectNote {
    font-size: 14px !important;
}

figure.effect-bubba .objectNote {
    padding: 0 !important;
}


}
