/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(246,246,246,0.96);
	z-index:10;
	overflow-y:auto;
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 40px;
	top: 40px;
	overflow: hidden;
	border: none;
	background: url(../img/cross.png) no-repeat center center;
	background-size:cover;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
	cursor:pointer;
}
.overlay .overlay-close:hover{
	background: url(../img/cross_.png) no-repeat center center;
	background-size:cover;
}




/* Menu style */
.overlay nav {
	text-align: left;
	position: relative;
	margin:40px auto;
	width:100%;
	max-width:1110px;
	padding:0 20px;
}

.overlay_cont {
	max-width:600px;
	margin:auto;
}
/* Menu style */
.modal_cont{
    max-width: 600px;
    margin: auto;
}
 .tit_desc {
	padding: 20px;
    font-weight: 600;
    font-size: 25px;
    color: #2c285b;
    letter-spacing: 0.05em;

    text-align: center;
}

/* these styles are for the demo, but are not required for the plugin */
.zoom {
	display:inline-block;
	position: relative;
	margin: auto;
}

.zoom {
	width:100%;
	max-width:600px;
	height:auto;
	max-height:400px;
}
.zoom.height {
	width: auto;
	height:400px;
	margin: auto;
}
.zoom img {
	width:100%;
	height:auto;
}
.zoom.height img {
	width:auto;
	height:100%;
}

/* magnifying glass icon */
.zoom:after {
	content:'';
	display:block; 
	width:31px; 
	height:27px; 
	position:absolute; 
	bottom:0;
	right:0;
	background:url(../img/lupa.png) no-repeat;
}

/*.zoom img {
	display: block;
}*/

.zoom img::selection { background-color: transparent; }

/*.zoom img:hover { cursor: url(js/zoom-master/grab.cur), default; }
.zoom img:active { cursor: url(js/zoom-master/grabbed.cur), default; }*/

.prod_img {
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}
.prods_cont {
	width: 100%;
	font-size: 16px;
    font-weight: 300;
	color: #fff;
	padding-top: 40px;
}

.prods_cont .txt_desc {
	font-weight: 300;
    font-size: 16px;
    color: #575756;
    letter-spacing: 0.05em;
    padding: 20px;
	padding-top:0px;
}
.prod_info a {
	font-size:14px;
	color:#575756;
	font-weight:600;
	line-height:25px;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #f6f6f6;
	text-align: right;
	padding-right:30px;
	width: 220px;
	margin: auto;
	margin-right: 0;

	background:url(../img/info_.png) no-repeat right;
	
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
}
.prod_info:hover a {
	color: #2c285b;
}
.share-button{
	display: inline-block;
	margin: 0px 5px;
	cursor: pointer;
}


@media only screen and (max-width:600px) {
	.tit_desc {
		font-size: 20px;
	}
	.prods_cont .txt_desc {
		font-size: 14px;
	}
	.prod_info{
		padding-top: 30px;
	}
	.prod_info a {
		margin: auto;
		text-align: center;
	}
}

/* Effects */
.mainDiv, .footer {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.mainDiv.overlay-open,
.mainDiv.overlay-open ~ .footer {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.overlay-contentscale {
	visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
	transition: transform 0.5s, visibility 0s 0.5s;
}

.overlay-contentscale.open {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

@media only screen and (max-width: 600px) {
	.overlay .overlay-close {
		right: 20px;
		top: 20px;
		width: 20px;
		height: 20px;
	}
	.overlay nav {
		margin:50px auto;
	}

}
