/* ////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////            TITLES            //////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////// */

/*---------------*/
/***** Zoe *****/
/*---------------*/

.effect-zoe {
	overflow: hidden;
}

.effect-zoe div {
	position: absolute;
	bottom: 0;
	padding: 1em 0.7em;
	width: 100%;
	height: 5em;
	background-color: var(--title-color);
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

.effect-zoe h2 {
	float: left;
	padding: 2%;
	font-size: calc(15px + 0.5vw);
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.effect-zoe p.icon-links a {
	float: right;
	color: #3c4a50;
	font-size: 1.4em;
}

.effect-zoe:hover p.icon-links a:hover,
.effect-zoe:hover p.icon-links a:focus {
	color: #252d31;
}

.effect-zoe p.description {
	position: absolute;
	bottom: 99%;
	padding: 1.5em;
	color: var(--title-color);
	background-color: var(--additional-color);
	text-transform: none;
	font-size: calc(7px + 1.7vmin);
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden;
	font-family: title_font;
	left: 0;
	text-align: center;
	width: 100%;
}

.effect-zoe h2,
.effect-zoe p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,150%,0);
	transform: translate3d(0,150%,0);
}

.effect-zoe p.icon-links a span::before {
	display: inline-block;
	padding: 8px 10px;
	font-family: base_font;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon_link {
	width: calc(10px + 1em);
}
.effect-zoe h2 {
	display: inline-block;
}

.effect-zoe:hover p.description {
	opacity: 1;
}

.effect-zoe:hover img:first-child {
	filter: brightness(0.5);
}

.effect-zoe:hover div,
.effect-zoe:hover h2,
.effect-zoe:hover p.icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.effect-zoe:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.effect-zoe:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.effect-zoe:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}


/* /////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////            GENERAL            //////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////// */


#wrapper_bu {
  position: absolute;
  width: 100%;
  height: 100%;
	background-color: var(--light-base-color);
}

.holder_bu {
	cursor: pointer;
	transition: top 1s;
	-webkit-box-shadow: 1px 1px 10px 0px rgb(179, 177, 177);
	-moz-box-shadow: 1px 1px 10px 0px rgb(179, 177, 177);
	box-shadow: 1px 1px 10px 0px rgb(179, 177, 177);
}

.holder_bu_awayL1 {
	position: absolute;
	top: 10%;
	left: 30%;
	transform: translateX(-65%);
	width: 25%;
	height: auto;
	-webkit-transition: width 1s, height 1s, top 1s, left 1s;
	-moz-transition: width 1s, height 1s, top 1s, left 1s;
	-o-transition: width 1s, height 1s, top 1s, left 1s;
	-ms-transition: width 1s, height 1s, top 1s, left 1s;
	transition: width 1s, height 1s, top 2s, left 1s;
	z-index: 2;
}
.holder_bu_awayL1 div img {
	height: 100%;
}

.holder_bu_awayL2 {
  position: absolute;
  top: 10%;
  left: 28%;
	transform: translatex(-65%);
  width: 25%;
  height: auto;
  -webkit-transition: width 1s, height 1s, top 1s, left 1s;
  -moz-transition: width 1s, height 1s, top 1s, left 1s;
  -o-transition: width 1s, height 1s, top 1s, left 1s;
  -ms-transition: width 1s, height 1s, top 1s, left 1s;
  transition: width 1s, height 1s, top 2s, left 1s;
	z-index: 1;
}
.holder_bu_awayL2 div img {
	height: 100%;
}

.holder_bu_center {
  position: absolute;
	top: 5%;
  left: 50%;
	max-width: 80%;
	width: 30%;
	transform: translateX(-50%);
  -webkit-transition: width 1s, height 1s, top 1s, left 1s;
  -moz-transition: width 1s, height 1s, top 1s, left 1s;
  -o-transition: width 1s, height 1s, top 1s, left 1s;
  -ms-transition: width 1s, height 1s, top 1s, left 1s;
  transition: width 1s, height 1s, top 2s, left 1s;
	z-index: 3;
}

.holder_bu_center.effect-winston {
  height: 90%;
}

.holder_bu_awayR1 {
	position: absolute;
	top: 10%;
	left: 78%;
	transform: translateX(-65%);
	width: 25%;
	height: auto;
	-webkit-transition: width 1s, height 1s, top 1s, left 1s;
	-moz-transition: width 1s, height 1s, top 1s, left 1s;
	-o-transition: width 1s, height 1s, top 1s, left 1s;
	-ms-transition: width 1s, height 1s, top 1s, left 1s;
	transition: width 1s, height 1s, top 2s, left 1s;
	z-index: 2;
}
.holder_bu_awayR1 div img {
	height: 100%;
}

.holder_bu_awayR2 {
  position: absolute;
  top: 10%;
  left: 82%;
	transform: translateX(-65%);
	width: 25%;
	height: auto;
  -webkit-transition: width 1s, height 1s, top 1s, left 1s;
  -moz-transition: width 1s, height 1s, top 1s, left 1s;
  -o-transition: width 1s, height 1s, top 1s, left 1s;
  -ms-transition: width 1s, height 1s, top 1s, left 1s;
  transition: width 1s, height 1s, top 2s, left 1s;
	z-index: 1;
}
.holder_bu_awayR2 div img {
	height: 100%;
}

@media (max-width: 768px) {
	.holder_bu_center {
		width: 60%;
	}
}
