@-webkit-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -1300px 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-moz-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -1300px 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -1300px 0;
  }
  100% {
    background-position: 0 0;
  }
}
.universal-transition {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s;
}
body {
  background-color: #1d2837;
  min-height: 1300px;
  margin: 0;
  padding: 0;
  height: 100%;
  background-image: url(images/wavebg.png);
  -webkit-animation: animatedBackground 200s linear infinite;
  -moz-animation: animatedBackground 200s linear infinite;
  animation: animatedBackground 200s linear infinite;
}
.container {
  /*background-color: black;*/

}
.marquee {
  width: 100%;
  /*	border-bottom:3px solid white;
	border-top:3px solid white;*/

}
iframe {
  margin: auto;
  display: block;
}
iframe.second-vid {
  margin-bottom: 20px;
}
.main-content {
  width: 100%;
  margin-top: 30px;
  background-color: none;
  color: white;
}
.main-content .lt {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.main-content .rt {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.screen {
  width: 500px;
  background-color: grey;
  height: auto;
  padding-bottom: 25px;
  margin-bottom: 20px;
  display: block;
  margin: auto;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #141414), color-stop(100%, #464646)) fixed;
  background: -moz-linear-gradient(-90deg, #000000, #3b3b3b) fixed;
}
.img-grid {
  width: 100%;
}
.item {
  padding: 20px;
  width: 255px;
  width: 25%;
  box-sizing: border-box;
}
#tlemail {
  width: 100%;
  color: black;
}
input[type="submit"] {
  -webkit-appearance: none;
  background-color: transparent;
  color: white;
  text-transform: uppercase;
  font-family: 'Open Sans';
  /* width: 200px !important; */

  cursor: pointer;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s;
  margin-top: 20px;
  width: 200px;
  border: 2px solid white;
}
input[type="submit"]:hover {
  background-color: white;
  color: #1d2837;
}
p {
  color: white;
  font-family: 'Open Sans';
  font-size: 16px;
}
p a {
  text-decoration: none;
  color: #ffff50;
}
p a:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #ffff50;
}
label {
  font-weight: normal;
}
form p {
  margin-top: 20px;
  text-align: left;
  font-weight: normal;
}
.joystick {
  width: 100%;
  background-color: black;
  height: 275px;
  background: black;
  border-top: 1px solid white;
  /*background:url('bg.png') 0 0 no-repeat;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/

}
.itunes-image {
  width: 190px;
  border: 1px solid white;
  border-radius: 7px;
  margin-left: 50px;
}
p.download-links {
  text-align: center;
  padding-top: 10px;
}
b.new {
  font-style: italic;
  text-decoration: underline;
}
