* {
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

html, body, div, span, applet, embed, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
input {
  height:15px;
}

html, body {
  background: #000;
  padding: 0 0 0 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  color: #fff;
}

a:link, a:visited {
  text-decoration: none;
  color: #FF2140;
}

a:hover {
  color: #FFF;
}

a.download {
  display: inline-block;
  padding: 15 px 30px;
}

a: hover.download {
  background: #fff;
  color: #000;
}

img {
  margin: 0;
  padding: 0;
  height: auto;
}
.clear {
  display: block;
  clear: both;
  height: 50px;
}

h1 {
  font-family: 'Oswald', sans-serif;
  display: block;
  font-weight: 300;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  line-height: 1em;
  margin: 0;
  padding: 3px 0;
  text-align: center;
  color: #808080;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 1em;
  letter-spacing: 0.1em;
  line-height: 1em;
  margin: 0;
  color: #808080;
  padding: 3px 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}

h3 {
  display: block;
  font-weight: 200;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 3px 0;
  color: #808080;
  line-height: 1.2em;
  text-align: center;
}


h4 {
  display: block;
  max-width: 500px;
  margin: 5px auto;
  font-weight: 200;
  font-size: 1.2em;
  padding: 3px 0;
  color: #808080;
  line-height: 1.2em;
  text-align: left;
}

.line {
  display: block;
  height: 1px;
  background: white;
  margin: 25px auto;
  max-width: 600px;
}

#page {
  display: block;
  /*background-position-y: 30px;*/
  padding:0 40px 100px 40px;
  max-width:1280px;
  margin:0 auto;
  text-align: center;
  opacity: 0;
}

#logo_img {
  display: block;
  position: relative;
  margin: 0px auto 0px auto;
  max-width: 100%;
  z-index:100;
}

#tln_logo {
  display: block;
  position: absolute;
  margin-top: -700px;
  left: 50%;
  margin-left: -277px;
  z-index: 10;
}

#block_screens {
  display: block;
  margin: 60px auto 40px auto;
  z-index: 1;
}

.screenshot {
	margin:25px 0;
	max-width: 100%;
	height: auto;
}

.white {
  color: #fff;
}

.subscribe-email {
  background: #222;
  padding: 8px 8px 8px 25px;
  font-size: 1.8em;
  font-family: "Oswald";
  font-weight: 300;
  border:0px;
  border-bottom: 1px solid #FF2140;
  display: block;
  margin: 15px auto 10px;
  max-width: 300px;
  height: auto;
  letter-spacing: 2px;
  color: #fff;
  border-radius: 10px;
  text-align: center;
}

.subscribe-button {
  color: #FF2140;
  background: transparent;
  font-family: "Oswald";
  font-size: 1.8em;
  font-weight: 300;
  border: none;
  height: auto;
  cursor: pointer;
  text-transform: uppercase;
  padding:10px;
}

.subscribe-button:hover {
  color: #fff;
}


#logo_bg {
	position: absolute;
	left:0;
	right:0;
	margin: 0;
	padding: 0 40px;
	z-index:0;
}

#logo_bg img {
  margin: 0px auto 0px auto;
  max-width: 100%;
  height: auto;
}

