/* ASSOC CLASS FOR SHOWING THE MOSOLYFESTŐK PICTURE FOR assotiation.php FILE*/
.assoc {
	position: absolute;
  z-index: 57;
	left: 68.5%;
  top: 9%;
	width: 28%;
	height: 28%;
	text-align: center;
	float: left;
	white-space: normal;
	/* border around the div */
  border: solid 0px;
  border-radius: 10px;
}
.assoc img {
	width: 100%;
	height: auto;
	display: inline-block;
	float: left;
}
/* ASSOC-TEXT CLASS FOR POSITIONING TEXT FOR assotiation.php FILE */
.assoc-text {
	position: absolute;
	z-index: 16;
	top: 170px;
	left: 14px;
	width: 550px;
}
/* ASSOC-PARAG CLASS TO CONFIGURE TEXT STYLE FOR assotiation.php FILE */
.assoc-parag {
	font-family: "arial";
	font-style: normal;
  font-size: 16px;
	text-align: justify;
	/*float: left;*/
}
/* ONLY FOR TEXT "Mosolyfestők" */ 
.overlay-text-paint {
	position: absolute;
	z-index: 14;
	top: 9px;
	left: 14px;
	/*font-family: "avantgarde_bk_btbook";*/
	font-family: "arial";
  color: #333333;
  font-style: normal;
  font-size: 18px;
	text-align: justify;
	margin: 0px 14px 0px 0px;
}
.association-paint-pic-one {
	position: absolute;
	z-index: 610;
	left: 13%;
  top: 25%;
	width: 30%;
	height: 30%;
	font-family: "arial";
	font-size: 16px;
	color: #333333;
  font-style: normal;
	text-align: center;
}
.association-paint-pic-one img {
	width: 100%;
	height: auto;
	display: inline-block;
	float: left;
}
.association-paint-pic-two {
	position: relative;
	left: 58%;
  top: 25%;
	width: 30%;
	height: 30%;
	font-family: "arial";
	font-size: 16px;
	color: #333333;
  font-style: normal;
	text-align: center;
}
.association-paint-pic-two img {
	width: 100%;
	height: auto;
	display: inline-block;
	float: left;
}