.post-8085, .post-8084, .post-8082, .post-8081, .post-8080, .post-8079, .post-8078, .post-8077, .post-8076, .post-8075, .post-9294, .post-8074, .post-8073, .post-8072, .post-8070, .post-8069, .post-8052,
.post-9717, .post-9716, .post-9715, .post-9714, .post-9713, .post-9712, .post-9711, .post-9710, .post-9709, .post-9708, .post-9707, .post-9706, .post-9705, .post-9704, .post-9700, .post-9699, .post-10192 {
  cursor: pointer;
}

.popUpViografiko {
  position: fixed;
  z-index: 999999999 !important;
  top: 50%;
  left: 50%;
  width: 1100px;
  height: 500px;
	max-width: 90%;
	max-height: 90%;
  transform: translate(-50%, -50%);
  background: #fff;
  color: #000;
box-shadow: 5px 5px 10px #333;
	padding: 15px 20px;
	overflow: auto;
}

#overlayViografikon, #overlayViografikonEng {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000a;
  z-index: 99999999;
  top: 0;
  left: 0;
	display: none;
}

#closePopUpSign, #closePopUpSignEng {
	display: none;
	 z-index: 999999999999;
	position: fixed;
  top: calc(50% - 270px);
  right: calc(50% - 565px);
  background: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 600;
  border: 2px solid #000;
	cursor: pointer;
}

.vioImage {
  width: 40%;
  float: left;
  margin: 0px 20px 10px 0px;
	max-width: 300px;
}

.vioText h4 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.vioText h5 {
 color: #f00;
	 margin-top: 5px;
  margin-bottom: 20px;
}


@media (max-width: 1200px) {
	#closePopUpSign {
  top: calc(50% - 270px);
  right: 3.5%;
}
}

@media (max-width: 520px) {
	.vioImage {
  width: 100%;
  float: left;
  margin: 0px 0px 10px 0px;
	max-width: 100%;
}
}