/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #1f1d1d;
	z-index: 100000;
}

/* Overlay closing cross */
.overlay .overlay-close {
	font-size: 1.5em;
	margin: 0;
	padding: 0;
	cursor: pointer;
	vertical-align: top;
	color: #6bd68a;
	border: none;

	position: fixed;
	z-index: 150;
	top: 20px;
	left: 20px;
	padding: 1em;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: scale3d(0.6, 0.6, 1);
	transform: scale3d(0.6, 0.6, 1);
}

.overlay.open .overlay-close {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	width:100%;
	height: 100%;
	display:block;
}


/* Effects */
.overlay-scale {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

.overlay-scale.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);	
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}


.det_info_cont{
	padding:0 50px;
}
.imgs_cont{
	display:block;
	width:100%;
	height:100%;
	overflow-y: auto;
	max-height: 100vh;
	cursor: url("../../../imgs/elem/scroll.png"), move;
}
.grid_container{
	margin-bottom: 30px;
}
.grid {
	position: relative;
	margin: 0 auto;
	width: 100% !important;
	margin-bottom: 65px;
}
.grid_item {
	width: 33.333%;
	padding: 5px;
}
.grid_sizer_cat{
	width: 33.333%;
}
.grid_item > a{
	border: 1px solid #ededed;
}

.grid_item-current {
	opacity: 0 !important;
}

.img-wrap {
	display: block;
	position:relative;
	overflow:hidden;
}

.img-wrap:focus,
.img-wrap:hover {
	outline: none;
}

.img-wrap img {
	display: block;
	max-width: 100%;
}
.det_info_cont h3 {
	font-family: 'badscript', sans-serif;
	font-weight: 300;
	font-size:36px;
	line-height: 45px;
	color: #fff;
	display: table;
	margin: 0 auto;
}
.prods_ft{
	background:rgba(39,39,39,0.7);
	padding:15px;
	padding-top:20px;
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
	font-weight: 300;
	
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
}

.prods_link{
	display: inline-block;
	vertical-align:top;
	position: relative;
	z-index: 1;
	padding: 0 5px;
	font-size:11px;
	line-height: 24px;
	letter-spacing:0.08em;
	text-transform:uppercase;
	color: #909090;
	font-weight: 700;
	margin-top:60px;
	cursor:pointer;
	background-position:center top;
	background-repeat:no-repeat;
	
	background-image:url(../../../imgs/elem/galeria.png);
	padding-top:50px;
}
.prods_link.caract{
	margin-left:20px;
	background-image:url(../../../imgs/elem/caract.png);
}
.prods_link.desenho{
	margin-left:20px;
	background-image:url(../../../imgs/elem/desenhos.png);
}
.prods_link.video{
	margin-left:20px;
	background-image:url(../../../imgs/elem/prod_video.png);
}
.prods_link:hover, .prods_link.active{
	background-image:url(../../../imgs/elem/galeria_.png);
	color:#fff;
}
.prods_link.caract:hover, .prods_link.caract.active{
	background-image:url(../../../imgs/elem/caract_.png);
}
.prods_link.desenho:hover, .prods_link.desenho.active{
	background-image:url(../../../imgs/elem/desenhos_.png);
}
.prods_link.video:hover, .prods_link.video.active{
	background-image:url(../../../imgs/elem/prod_video_.png);
}
.prods_link:only-child{
	margin-left:0 !important;
}

@media only screen and (max-width: 850px) {
	.grid_item, .grid_sizer_cat {
		width: 50%;
	}
	.det_info_cont{
		padding:0 30px;
	}
	.det_info_cont h3 {
		font-size:30px;
		line-height: 39px;
	}
}
@media only screen and (max-width: 800px) {
	.overlay nav .divs_50{
		display:table;
		width:100%;
		height:auto;
	}
	.det_info_cont {
		padding: 20px;
	}
	.det_info_cont h3 {
		display:none;
	}
	.prods_link{
		background-position:left center;
		margin-top:0;
		padding-top:0px;
		padding-left:50px;
		line-height: 40px;
	}
	.overlay .overlay-close {
		top:10px;
		left:auto;
		right:10px;
		padding: 10px;
	}
}
@media only screen and (max-width: 768px) {
	.action-close{
		top: 75px;
		right: 10px;
		padding: 0.5em;
	}
}
@media only screen and (max-width: 600px) {
	.prods_link.caract {
		max-width: 225px;
		text-align: left;
		padding-left: 65px;
	}
	.det_info_cont{
		padding:0 20px;
	}
}
@media only screen and (max-width: 550px) {
	.grid_item, .grid_sizer_cat {
		width: 100%;
		padding:10px 0;
	}
}
@media only screen and (max-width: 500px) {
	.prods_link{
		text-indent:-999999px;
		padding:0;
		width:34px;
		height:31px;
		overflow:hidden;
	}
	.prods_link.caract{
		width:48px;
		height:39px;
	}
	.prods_ft{
		font-size: 12px;
		line-height: 16px;
	}
}