*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing:border-box;
}
body {
  background: #060911 url(../img/bg.jpg) top center no-repeat;
  /*background-size: 100% auto;*/
  font-size: 20px;
  font-family: "PT Sans";
  color: white;
  text-align: center;
  line-height: 1;
}
#center-box {
  margin: 0 auto;
  width: 715px;
  padding: 50px 0 0 0;
}
h1 {
  font-family: "Oswald";
  font-size: 52px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  line-height: 1.3;
}
p {
  margin: 0 0 30px 0;
}
p b {
  text-transform: uppercase;
}
form {
  overflow: hidden;
  clear: both;
  margin: 0 0 60px 0;
  }
#status {
  margin: 60px 0 60px 0;
  overflow: hidden;
  clear: both;
}
#status-base {
  margin: 0 0 30px 0;
  height: 20px;
  width: auto;
  border: solid 2px #ffea00;
  display: block;
  position: relative;
}
#status-bar {
  height: 20px;
  width: 80%; /*a base 80%-a*/
  background: #ffea00;
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
}
#status-text {
  position: relative;
  font-size: 16px;
  margin: 10px 0 0 0;
}
#status-text:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "0%";
  font-size: 16px;
}
#status-text:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "100%";
  font-size: 16px;
}
.row {
  margin: 0 -10px;
}
.one-third {
  float: left;
  width: 33.33%; /*egy-harmada - de kell a box sizing fel!*/
  padding: 0 10px;
}
input[type="text"], input[type="e-mail"] { /*a szövegmezőket kihúzza a lehető legszélesebbre*/
  width: 100%;
  padding: 10px;
  border: solid 2px white;
  font-size: 16px;
  font-family: inherit;
  background: transparent;
  color: white;
  margin: 0 0 20px 0;
}
input[type="submit"] {
  width: 100%;
  background: white;
  padding: 10px;
  font-family: inherit;
  font-size: 16px;
  color: #0b0e17;
  font-weight: bold;
  text-transform: uppercase;
  border: solid 2px white;
}
::-webkit-input-placeholder {
  color: white;
}
ul {
  list-style-type: none;
  display: inline-block;
  overflow: hidden;
}
ul li {
  display: inline-block;
  margin: 30px 0 30px 0;
}
ul li a {
  display: inline-block;
  /*border: solid 2px white; nem kell, keretes ikon van, később csere!*/
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 10px;
  background-size: 50px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
#facebook {
  background-image: url(../img/fb_ikon.svg);
}
#twitter {
  background-image: url(../img/twitter_ikon.svg);}
#gplus {
  background-image: url(../img/gplus_ikon.svg);}
#linkedin {
  background-image: url(../img/in_ikon.svg);}
#youtube {
  background-image: url(../img/yt_ikon.svg);
}

/*képernyő beállítások*/
@media only screen and (max-width: 715px) {
  #center-box {
    width: 100%;
    padding: 40px 25px 0 25px;
  }
}
@media only screen and (max-width: 640px) {
  .one-third {
    width: 100%;
    float: none;
  }
  body, p {font-size: 16px;}
  h1 {font-size: 30px;}

  ul li a {
    width: 35px;
    height: 35px;
    margin: 0 5px;
    background-size: 35px auto;
  }
}
