@charset "utf-8";
/* CSS Document */


.gallerie {margin: 0 auto;}
.gallery-section {margin: 0 auto;}
.gallery-grid1 img {width: 100%;cursor: pointer;}


.gallery-grid1 {position: relative;	overflow: hidden;cursor: pointer;}

.gallery-grid1:nth-child(2),
.gallery-grid1:nth-child(3) {margin-top: 1.7em;}

.gallery-grid1 .p-mask,
.row .product .vm-product-media-container .p-mask {
	opacity: 0;
	visibility: hidden;
	background: #040404;
	bottom: 0%;
	position: absolute;
	padding: 1em 1.3em;
	width: 100%;
	-webkit-transform: translate3d( 0px, 100%, 0px);
	-moz-transform: translate3d( 0px, 100%, 0px);
	-ms-transform: translate3d( 0px, 100%, 0px);
	-o-transform: translate3d( 0px, 100%, 0px);
	transform: translate3d( 0px, 100%, 0px);
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	text-align: left;}

.gallery-grid1 .p-mask .p-desc {
	color: #a3a3a3;
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 1em;}

.gallery-grid1:hover .p-mask,
.row .product:hover .p-mask {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d( 0px, 0px, 0px);
	-moz-transform: translate3d( 0px, 0px, 0px);
	-ms-transform: translate3d( 0px, 0px, 0px);
	-o-transform: translate3d( 0px, 0px, 0px);
	transform: translate3d( 0px, 0px, 0px);}

.p-mask h4 {
	color: #ff3c41;
	font-size: 1.4em;
	text-decoration: none;
	line-height: 1.8em;
	letter-spacing: 1px;}

.p-mask p {
	margin: 0;
	color: #fff;
	font-size: 13px;
	letter-spacing: 2px;}
	
.infos {
	-webkit-box-shadow: 10px 10px 5px -9px rgba(0, 0, 0, 0.66);
	-moz-box-shadow: 10px 10px 5px -9px rgba(0, 0, 0, 0.66);
	box-shadow: 10px 10px 5px -9px rgba(0, 0, 0, 0.66);
	border: 5px solid rgba(118, 218, 255, 0.3);
	margin: 0 auto;
	width: 40% !important;
}	



.gallery-window img {
	width: 100%;
	cursor: pointer;

} 
	
	

	

.gallery-window {
	position: relative;
	overflow: hidden;
	cursor: pointer;}

.gallery-window:nth-child(2),
.gallery-window:nth-child(3) {margin-top: 1.7em;}

.gallery-window .text-window,
.row .product .vm-product-media-container .text-window {
	opacity: 0;
	visibility: hidden;
	background: rgba(4, 4, 4, 0.40);
	bottom: 0%;
	position: absolute;
	padding: 0.0em 1.0em 1.0em 1.0em;
	width: 100%;
	-webkit-transform: translate3d( 0px, 100%, 0px);
	-moz-transform: translate3d( 0px, 100%, 0px);
	-ms-transform: translate3d( 0px, 100%, 0px);
	-o-transform: translate3d( 0px, 100%, 0px);
	transform: translate3d( 0px, 100%, 0px);
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	text-align: left;}

.gallery-window .text-window .p-desc {
	color: #a3a3a3;
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 1.0em;}

.gallery-window:hover .text-window,
.row .product:hover .text-window {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d( 0px, 0px, 0px);
	-moz-transform: translate3d( 0px, 0px, 0px);
	-ms-transform: translate3d( 0px, 0px, 0px);
	-o-transform: translate3d( 0px, 0px, 0px);
	transform: translate3d( 0px, 0px, 0px);}

.text-window h4 {
	color: #FFF;
	font-size: 1.4em;
	text-decoration: none;
	line-height: 1.8em;
	letter-spacing: 1px;}

.text-window p {
	margin: 0;
	color: #fff;
	font-size: 1.1em;
	letter-spacing: 1px;}

/*-- //Gallery Section --*/


@media(max-width:991px) {
	
.row .product .vm-product-media-container .p-mask {
		padding: 1em 1em;
	}
	.grid_info_main:nth-child(2) {
		margin-top: 0em;
	}
	.grid_info_main:nth-child(3) {
		margin-top: 1em;
	}
	.text-window h4 {
	font-size: 1.30em;
}

.text-window p {
	font-size: 1.00em;
}
.gallery-window .text-window,
	.row .product .vm-product-media-container .text-window {
		padding: 1em 1em;
}	
}

@media(max-width:900px) {
.text-window h4 {
	font-size: 1.0em;
}

.text-window p {
	font-size: 0.90em;
}
.gallery-window .text-window,
	.row .product .vm-product-media-container .text-window {
		padding: 0.5em 0.5em;
}
}

@media(max-width:741px) {
.gallery-window .text-window,
.row .product .vm-product-media-container .text-window {
		padding: 0.5em 0.5em;
}
.gallery-section {
		float: left;
		width: 100%;
}
.gallery-window .text-window,
.row .product .vm-product-media-container .text-window {
opacity: 0;
	padding: 0.5em auto;
	width: 80%;
	left: 10%;
	margin: 0 auto !important;
	text-align: center;
}
.gallery-window:nth-child(1),
.gallery-window:nth-child(2),
.gallery-window:nth-child(3) {
		margin-top: 1em;
}
.gallery-window img {
	width: 80%;
	cursor: pointer;
}
.text-window h4 {
	font-size: 1.2em;
}

.text-window p {
	font-size: 1.00em;
	text-align:center;
}
	
	.gallery-grid1 .p-mask,
	.row .product .vm-product-media-container .p-mask {
		padding: 1em 0.5em;
	}
	
}

@media(max-width:600px) {
	
	.gallery-grid1:nth-child(2),
	.gallery-grid1:nth-child(3) {
		margin-top: 0em;
	}
	
}

@media(max-width:480px) {
.gallery-window .text-window,
.row .product .vm-product-media-container .text-window {
opacity: 0;
width: 100%;
}
.gallery-window img {
	width: 100%;
	cursor: pointer;
}
}