/*.grid {*/
	/*position: relative;*/
	/*margin:0 auto;*/
/*}*/

.js .grid::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	background: #252323 url(../img/loading.svg) no-repeat 50% 75px;
	background-size: 60px auto;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.js .grid--loaded::after {
	opacity: 0;
}

.img-wrap img{
	border: 4px solid #ffffff;
    border-radius: 2px;
}





	.img-wrap img{
   transition: all 0.5s ease 0s;
}

.img-wrap img:hover {
    border: 4px solid #5a1612;
    border-radius: 2px;
}


 .grid__item {
	/*width: 300px;*/
	padding: 10px;
}

.grid__item img {
display: block;
}

/*@media only screen and (min-width : 480px) {*/
	 /*.grid__item {*/
	/*width: 400px;*/
	/*padding: 10px;*/
/*}*/
/*}*/

 /*@media only screen and (min-width : 768px) {*/
	 /*.grid__item {*/
	/*width: 600px;*/
	/*padding: 10px;*/
/*}*/
/*}*/

/*@media only screen and (min-width : 986px) {*/
/*.grid__item {*/
	/*width: 530px;*/
	/*padding: 10px;*/
/*}*/
/*}*/


 /*@media only screen and (min-width : 1200px) {*/
		/*.grid__item {*/
	/*width: 580px;*/
	/*padding: 10px;*/
/*}*/

	/*}*/


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

.img-wrap {
	display: block;
}

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

.img-wrap img{
   transition:none;
}

.img-wrap img:hover {
    border: 4px solid #ffffff;
    border-radius: 2px;
}

.img-wrap {
	background-color:#FFFFFF;
}

.img-wrap {
	padding:4px;
}

.img-wrap p{
	padding:8px;

}

.img-wrap p.firma{
	color: #7a2513;
	font-family: "Libre Baskerville",serif;
}





.preview {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	-webkit-align-content: center;
	align-content: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

