.sotetit {
  text-align: center;
  width: 100%;
  height: 100%;
  margin: 0px;
	top: 0px;
	left: 0px;
  position: fixed;
  z-index: 5000;
  float: none;
  display: inline;
  background: rgba(0, 0, 0, 0.7);
}
.felugro {
	z-index: 2000;
	border-top: 30px solid #ca5286;
	background-color: #fde9d9;
	font-size: 9pt;
	margin-right: auto;
	margin-left: auto;
	background-position:  center center;
	background-repeat: no-repeat;
	margin-top: 0px;
	text-align: center;
	padding: 10px;
	display: block;
	color: white;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.4);
	width: 400px;
}
.felugro h1{
	color: #ca5286;
}
.felugro h2{
	
}
.close1 {
		margin-top: -47px;
	margin-right: -15px;
	background: #ca5286;
		width: 40px;
	height: 40px;
	color: white;
	float: right;
	font-size: 24pt;
	line-height: 24pt;
	cursor: pointer;
}
.close {
	margin-top: -47px;
	background: #ca5286;
	color: white;
	width: 40px;
	height: 40px;
	float: left;
	font-size: 24pt;
	line-height: 24pt;
	cursor: pointer;
}
.close:hover { 
	background-color: #cd0000;
}
#alap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#alap[id] {
  display: table;
  position: static;
}
#middle {
  position: absolute;
  top: 50%;
}
#middle[id] {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: static;
}
#inner {
  position: relative;
  top: -50%;
  height: 280px;
}

@media screen and (max-width: 480px) {
h1 {
	font-size: 25px;
}
.felugro {
	width: 260px;
}
}