/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	outline: 1px solid tomato;
	top: 0;
	left: 0;
	/* background: rgba(153,204,51,0.9); */
	background: #2a2b30;
	z-index: 100000;
	overflow: scroll;
}
/* Overlay closing cross */
.overlay .overlay-order {
	position: -webkit-sticky;
	position: sticky;
	left: 10%;
	top: 20px;
	overflow: hidden;
	border: none;
	color: white;
	background: #24252A;
	z-index: 100;
	cursor: pointer;
	font-size: 30px;
	padding: 2px;
}

.overlay .overlay-order:hover {
	color: #CECECE;
}
/* Overlay closing cross */
.overlay .overlay-close {
	width: 70px;
	height: 40px;
	position: -webkit-sticky;
	position: sticky;
	left: calc((100vw) - 10%);
	top: 20px;
	overflow: hidden;
	border: none;
	/* background: url(../img/cross.png) no-repeat center center; */
	color: white !important;
	background: black;
	/* text-indent: 200%; */
	/* color: transparent; */
	outline: none;
	z-index: 100;
	cursor: pointer;
}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	font-size: 54px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
}

.overlay ul li a {
	font-weight: 300;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #e3fcb1;
}

/* Effects */
.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.overlay-hugeinc nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.overlay-hugeinc nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}

.preview{
	width: 100%;
}
.image-item {
	/* outline: 1px solid tomato; */
	width: 100%;
	/* outline: 1px solid tomato; */
	padding: 0 !important;
}

.image-item > .grid__item {
	width: 100%;
	margin-top: 3rem ;
}

.preview-details {
	margin-right: 25%;
	left: 0;
	/* outline: 1px solid tomato; */
}

.btn-yefepere {
	background: #e87924 !important;
	color: white !important;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: .5px;
}
.btn-yefepere:hover {
	opacity: .8;
}

@media(min-width: 500px) {
	.image-item {
		width: 55%;
	}
}

@media(min-width: 768px) {
	.image-item > .grid__item {
		width: 100%;
		margin-top: 3rem ;
	}
	.image-item {
		width: 25%;
	}
}

.circle {
	padding: .5rem .7rem;
	border-radius: 50%;
	border: none !important;
	outline: none !important;
}
.active {
	color: white;
	background: #3c3d3e;
	font-weight: 700;
}

@media screen and (max-height: 30.5em) {
	.image-item > .grid__item {
		width: 100%;
	}

	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}