* {box-sizing: border-box;}

.container {
  position: relative;
  width: 290px;
	height: 360px;
  max-width: 290px;
  float: left;
  margin-left: 40px;
  margin-bottom: 50px;
}

.container:hover img {
	transition: 1s ease;
	-webkit-filter: grayscale(80%);
  filter: grayscale(80%) ;

}

.image {
  display: block;
  width: 290px;
  height: 290px;
}

.cim-box {
  width: 290px;
  height: 70px;
  position: absolute; 
  bottom: 0px; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.8); /* Black see-through */
  color: #f1f1f1; 
  transition: 1s ease;
  opacity:1;
  color: white;
  font-size: 20px;
	line-height: 140%;
  padding: 6px;
  text-align: center;
}

.szoveg-box {
  height: 290px;
  width: 100%;
  position: absolute; 
  bottom: 70px; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7); /* Black see-through */
  color: #f1f1f1; 
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 17px;
  padding: 20px;
  text-align: left;
}

.container:hover .szoveg-box {
  opacity: 1;
}




.tudastar_tarolo {
    float:left;
}

.tudas_dobozok:hover {

	background: rgba(0, 80, 0, 0.35);
	box-shadow: 4px 4px 4px #888888;
}

.tudas_dobozok {
	float:left;
	display: block;
	box-shadow: 10px 10px 8px #888888;
	border-style: solid;
	border-width: 3px;
	float:left;
  width: 200px;
	height: 200px;
  margin-right: 20px;
	margin-bottom: 20px; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.6); /* Black see-through */
  color: #f1f1f1; 
  transition: .4s ease;
  color: white;
  font-size: 18px;
	line-height: 140%;
  padding: 6px;
  text-align: center;
}



.vissza_tudas_gomb {
	display: block;
	text-transform: uppercase;
	box-shadow: 10px 10px 8px #888888;
	border-style: solid;
	border-width: 3px;
	float:left;
  width: 100%;
	height: 50px;
  margin-top: 30px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  transition: .4s ease;
  color: white;
  font-size: 18px;
  padding: 6px;
  text-align: center;
}

.vissza_tudas_gomb:hover {
	background: rgba(0, 80, 0, 0.35);
	box-shadow: 4px 4px 4px #888888;
}

a {
	color: #ff6600;
}