/* CSS Document */
.wrapper{ height:auto; background:#9c916c;}
	section#grid {
		margin-bottom: 0;
	}
	#lucho-gallery{ overflow:hidden; width:100%; height:100%; }
	#lucho-gallery .row{ display:block; height:100%; padding:0; margin:0;}  
	#lucho-gallery .grid-item{ width:100%; height:100%; padding:0;}
	#lucho-gallery .grid-item img{ display:block; max-width:none; width:100%;}
	#lucho-gallery .grid-item a{}
	#lucho-gallery [class^="col-"]{
		padding:0;
	}	
	#lucho-gallery .grid-item::before {
		background-color: #4f4f4f;
		content: "";
		height: 100%;
		left: 0;
		opacity: 0.46;
		position: absolute;
		top: 0;
		transition: all 0.3s ease 0s;
		width: 100%;
		z-index: 1;
	}
	#lucho-gallery .grid-item.video::after {
		bottom: 0;
		color: #fff;
		content: "";
		font-family: "frescos";
		font-size: 99px;
		height: 99px;
		left: 0;
		line-height: 99px;
		margin: auto;
		pointer-events: none;
		position: absolute;
		right: 0;
		top: 0;
		width: 99px;
		z-index: 3;
		/*background: url("/assets/img/gallery/player.png") center center no-repeat; */
	}
	#lucho-gallery .grid-item:hover::before {
		opacity: 0;
	}
	#lucho-gallery .grid-item a.modal-open {
		display: block;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 3;
	}
	#lucho-gallery .grid-item h2 {
		bottom: 29px;
		color: #fff;
		font-size: 22px;
		left: 29px;
		margin: 0;
		padding-right: 100px;
		position: absolute;
		right: 0;
		text-transform: uppercase;
		z-index: 2;
	}
	#lucho-gallery .grid-item h2.large {
		font-size: 30px;
	}
	#lucho-gallery .grid-item h2.large::after {
		font-size: 48px;
	}
	#lucho-gallery .grid-item h2::after {
		bottom: 0;
		color: #fff;
		content: "";
		font-family: "frescos";
		font-size: 39px;
		font-weight: initial;
		position: absolute;
		right: 34px;
		transition: all 0.3s ease 0s;
	}
	
	.product-modal footer::after, .product-modal footer::before{
		content: "";	
	}
	
	#lucho-gallery .grid-item.no-hover::before {
		display: none;
	}
	
	#desk_search-glass > img {
		margin-left: 20px;
		margin-top: -10px;
	}
	
	
	#lucho-gallery .grid-item p.newP{ display:block; position:absolute; bottom:8%; left:4%; right:4%; text-align:center; font-size:1.2vw; line-height:2.2vw; color:#f1eedf;}
	
	
	@media all and (min-width: 770px) and (max-width: 1920px) {
		#lucho-gallery .grid-item p.newP{ display:block; position:absolute; bottom:8%; left:4%; right:4%; text-align:center; font-size:2vw; line-height:3vw; color:#f1eedf;}
	}
	
	
	@media all and (min-width: 0px) and (max-width: 769px) {	
		.product-modal footer {
			padding: 20px 30px;
		}
		#lucho-gallery .grid-item p.newP{ font-size:4vw; line-height:5vw;}
		img.newImg{ width:80%; padding-top:20%;}
	}

