@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic,900);

body{
	margin:0;
	padding:0;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #fff;
	background: #0f131b url('../img/bg3.png') no-repeat;
    background-size: cover;
    min-width: 100%;
}
.clr{
	clear:both;
}
.bg{
	margin: 40px auto;
    background-color: rgba(26, 32, 45, 0.82);
    border-radius: 6px;
    padding: 30px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}
.title{
	text-align: center;
}
.title header {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}
.title article{
	margin-top: 10px;
	color: #7D8AA2;
    font-size: 14px;
}
.title span{
	font-weight: bold;
	color: #bab5db;
}
.game-info{
	background-color: #11171F;
    padding: 20px;
    margin-top: 30px;
}
.game-info article{
	font-size: 18px;
    color: #99DBFF;
    line-height: 30px;
    font-weight: bold;
    margin-left: 40px;
}
.download-icon img{
	margin-top: 19px;
}
.button{
	margin-top: 20px;
}
.button img:hover{
	opacity: 0.9;
}
hr {
    margin: 10px 0;
    border-top: 1px solid #1D2633;
}
.game-info span{
	color: #7D8AA2;
}
.info{
	margin-top: 20px;
    margin-bottom: 20px;
}
h2{
	font-size: 18px;
}
.virus{
	margin-top: 30px;
}
li.step1{
	background: url(http://plovedesign.pl/projekty/gw-games/step1.png) no-repeat 0 0px transparent;
	padding-left: 55px;
}
li.step2{
	background: url(http://plovedesign.pl/projekty/gw-games/step2.png) no-repeat 0 0px transparent;
	padding-left: 55px;
}
li.step3{
	background: url(http://plovedesign.pl/projekty/gw-games/step3.png) no-repeat 0 0px transparent;
	padding-left: 55px;
}
li{
	list-style: none;
	font-size: 18px;
	color: #75728e;
	height: 43px;
	padding-top: 12px;
	margin-top: 10px;
}
.steps ul{
	margin: 0;
	padding: 0;
}
.button{
	background-image: url(../img/button.png);
	width: 228px;
	height: 65px;
	text-align: center;
    color: #fff;
    line-height: 64px;
    font-weight: bold;
    font-size: 21px;
    padding-right: 53px;
}
.game-info a:hover{
	text-decoration: none;
}
.steps {
	text-align: center;
	margin-top: 30px;
}
.virus{
	text-align: center;
}
.virus h2{
	margin-bottom: 20px;
	font-size: 24px;
}
.center{
	margin: auto;
	text-align: center;
}





@media only screen and (max-width: 992px){
.download-icon{
	text-align: center;
}
.game-info article{
	text-align: center;
	margin-left: 0px;
}
.center{
	text-align: center;
	margin: auto;
}
.download-icon img{
	margin-top: 30px;
}
h2{
	text-align: center;
	margin-bottom: 20px;
}
.button{
	margin: 15px auto;
}
}
@media only screen and (max-width: 768px){
.game-info{
	padding: 10px;
}
.bg{
	padding: 10px;
}
}

#step-1 .download-button:hover {
  background: url(../images/dl-icon-white.png) left bottom no-repeat transparent;
  color: #ffffff;
}
#step-2 {
  display: none;
  padding: 20px;
  margin-top: 30px;
  border: 2px solid #ffffff;
  border-radius: 25px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
#step-2 .offer-header {
  color: #ffffff;
  font-size: 1.6em;
  font-weight: 800;
  letter-spacing: -0.03em;
}
#step-2 .offer-header span {
  display: inline;
  background: #ffffff;
  color: #0fb4f0;
  font-weight: bold;
  padding: 2px;
}
#step-2 #offers-table a {
  display: inline-block;
  color: #ffffff;
  margin: 5px 0;
  font-size: 1.4em;
  transition: all 0.5s ease;
  padding: 2px;
}
#step-2 #offers-table a:hover {
  text-decoration: none;
  background: #ffffff;
  color: #0fb4f0;
}