.miniWew {
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
	width: 260px;
	min-height: 320px;

}

.miniWew img {
	width: 200px;
	height: 200px;
}


.miniWewPrzyslona {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 100%;
	left: 0;
	transition: all 0.5s;
	-webkit-ransition: all 0.5s;
}

.miniWew:hover  > .miniWewPrzyslona {
	top: 0;
	background-color: rgba(0, 0, 0, 0.6);
}

.miniWew:hover  > .lupa {
		height: 53px;
	
}

.lupa {
	width: 53px;
	height: 0;
	background-image: url('../img/lupa.png');
	position: absolute;
	
	top: 104px;
	left: 104px;
	
	transition: all 0.5s;
	-webkit-ransition: all 0.5s;
}

.miniCenaSymbol {
	font: 100 14px/18px "Lato", sans-serif;
    color: #9a9a9a;
}

.tytulKolekcji {
	display: table;
	width: auto;
	margin: 10px auto;
	font-family: Lato, Helvetica, sans-serif;
    font-weight: 500;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #9a9a9a;
}

.dopisekPodNaglowkiem {
	display: table;
	margin: 20px auto;
	text-align: center;
	font-size: 16px;
    font-family: Lato;
    color: #9a9a9a;
}


.miniSymbol {
	display:  block;
	color:  #000000;
	font-weight: bold;
}