body {
	background-color: #CCCCCC;
	background-attachment: fixed;
	overflow-x:hidden;
	font-family: 'Muli';
}

.btn-xlarge {
    padding: 14px 24px;
    font-size: 15px;
    line-height: normal;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

@media screen and (max-width: 992px) {
	h1 {
		font-size: 25px;
	}
}

@media screen and (max-width: 768px) {
	h1 {
		font-size: 15px;
	}
}

.kiszerelesar {
	color: #cc0000;
	font-size:25px;
	font-weight:bold;
}

.kiszerelesblokk {
	background-color: #CCCCCC;
	border-radius: 10px;
	margin-top:10px;
}


.wbutton {
  background-color: #004A7F; 
  /* background-color: yellow; */
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
  box-shadow: 5px 10px #888888;
  font-family: 'Muli';
}
.wbutton:hover {
  text-decoration:none;
  font-weight:bold;
  color:#FFFFFF;
}

.wbutton:visited {
  text-decoration:none;
  color:#FFFFFF;
}

#Akciospanel {
	position: fixed;
	right: 0;
	bottom: 10px;
	width: 220px;
	height: 74px;
	margin: 0;
	padding: 0;
	z-index:500;	
}


@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 10px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 10px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 10px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 10px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}
