.style_prevu_kit
{
    display:inline-block;
    border:0;
    width:180px;
    height:180px;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   
    background-color: #a2bc3f;


}
.style_prevu_kit:hover
{
    box-shadow: 0px 0px 150px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
}



.style_prevu_kit .obrazek {
	background-size: 100%;
}

.style_prevu_kit:nth-child(1) .obrazek {
	background-image: url(img/ikonki/renault.jpg);
}

.style_prevu_kit:nth-child(2) .obrazek {
	background-image: url(img/ikonki/mercedes.jpg);
}

.style_prevu_kit:nth-child(3) .obrazek {
	background-image: url(img/ikonki/bmw5.jpg);
}


.style_prevu_kit:nth-child(4) .obrazek {
	background-image: url(img/ikonki/skoda.jpg);
}

.style_prevu_kit:nth-child(5) .obrazek {
	background-image: url(img/ikonki/toyota.jpg);
}


.obrazek {
	display: block;

	background-color: #ffffff;
	width: 90%;
	height: 90%;
	position: absolute;
	cursor: pointer;
	top: 5%;
	left: 5%;
	overflow: hidden;
	    -webkit-filter: grayscale(50%); /* Safari */
    		filter: grayscale(50%);


}


.obrazek:hover {
    -webkit-filter: grayscale(0%); /* Safari */
    filter: grayscale(0%);
}


.pasekNapis {
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	display: block;
	width: 100%;
	height: 20px;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	bottom: 0;
	text-align: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;

}

.obrazek:hover .pasekNapis {
	bottom: 87%;
}



.obrazek:hover .wiecej {
	bottom: 0;
}

.wiecej {
	font-size: 10px;
	font-family: arial;
	font-weight: bold;
	color: #000000;
	display: block;
	width: 60px;
	height: 15px;
	text-align: center;
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -30px;
	background-color: rgba(255, 255, 255, 0.8);
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
		transition: all 0.8s;
	-webkit-transition: all 0.8s;
	cursor: pointer;
}

