.logo {
text-align: center;
width: 300px;
}
body {
font-family: 'Roboto Condensed', sans-serif;
color: #848484;
}
a:active {
  text-decoration: none;
  color: #999999;
}
a:link {
  color: #848484;
  text-decoration: none;
}
a:visited {
  color: #848484;
  text-decoration: none;
}
h1 {
font-weight: lighter;
font-size: 24pt;
line-height: 24pt;
margin-top: 0px;
}
h2 {
font-weight: lighter;
font-size: 16pt;
line-height: 16pt;
margin-top: 0px;
	color: #ff6600;
}
h4 {
font-weight: lighter;
font-size: 32pt;
line-height: 32pt;
margin-top: 10px;
	color: #00275e;
}
ul {
  list-style: none;
  padding: 0;
  margin: 10;
}

li {
  padding-left: 2em; 
  text-indent: -.7em;
	line-height: 21pt;
}

li::before {
  content: "■ ";
	font-size: 10pt;
	margin-right: 5px;
  color: #ff6600; 
}
.test {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
	box-sizing: border-box;
}
.lenyilo_alap {
border-top: 1px solid #b4b4b4;	
padding-top: 18px;
	box-sizing: border-box;

}
.vzold_szoveg {
font-size: 18pt;	
}
.narancs_szoveg {
font-size: 18pt;
color: #ff6600; 	
}
.nincskeret {
border-top: 0px solid #b4b4b4;	
}
.kapcs-bal {
  border-right: 1px solid #999999;
  width: 33%;
  float: left;
  margin-right: 10px;
	margin-bottom: 30px;
}
.kapcs-kep {
  width: 250px;
  float: left;
  border-top-left-radius: 150px/* CSS by srmark */;
border-top-right-radius: 150px;
border-bottom-right-radius: 150px;
border-bottom-left-radius: 150px;

-moz-border-radius-topleft: 150px/* CSS by srmark */;
-moz-border-radius-topright: 150px;
-moz-border-radius-bottomright: 150px;
-moz-border-radius-bottomleft: 150px;

-webkit-border-top-left-radius: 150px/* CSS by srmark */;
-webkit-border-top-right-radius: 150px;
-webkit-border-bottom-right-radius: 150px;
-webkit-border-bottom-left-radius: 150px;

box-shadow: 0px 0px 20px #636363;
}
.kapcs-nev {
  border-left: 5px solid #ff6600;
  padding: 10px;
  background-color: white;
  font-size: 14pt;
  float: left;
  display: table;
  margin-top: 10px;
  margin-left: 0px;

}
.sor {
  margin-top: 8px;
  margin-bottom: 8px;
  float: right;
  width: 60%;
}
.cimke {
  font-weight: bold;
  width: 200px;
  float: left;
  clear: both;
}
.ikon {
  font-size: 16pt;
  color: white;
  background-color: silver;
  display: table;
  float: left;
	padding: 8px 10px;
	margin-right: 12px;
	border-radius: 40px;
}
@keyframes logo {
    0% {opacity: 0;}
    0% {transform: rotate(90deg);}	
}
.anim1 {
animation-name: logo;
animation-duration: 2s;
animation-delay: 0s;
}
@keyframes szoveg {
    0% {margin-right: -50%;}
	0% {opacity: 0;}
}
.anim2 {
animation-name: szoveg;
animation-duration: 2s;
animation-delay: 0s;
	
}
.vissza-gomb
{
	clear: both;
	border:none;
	background-color: #ff6600;	
	width: 200px;	
	padding: 6px 5px;	
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 5000;
	font-size: 13pt;
	font-family : inherit;
	color: white;
	text-align: center;
	
}
.vissza-gomb:hover
{
	background-color: orange;	
}