/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(http://fonts.googleapis.com/css?family=Cantora+One);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  background: #140c1c;
  color: #deeed6;
  font-family: "Cantora One", sans-serif;
  font-size: 20px;
  line-height: 28px;
}
p {
  text-align: justify;
  margin: 20px 0;
}
a {
  color: #d27d2c;
  text-decoration: none;
}
a:hover {
  color: #f1ed79;
  text-decoration: underline;
}
strong {
  color: #f1ed79;
}
em {
  font-style: italic;
}
ul {
  list-style-type: square;
  list-style-position: inside;
  padding-left: 20px;
}
h1 {
  font-size: 40px;
  color: #f1ed79;
  margin: 40px 0;
}
h2 {
  font-size: 30px;
  color: #806041;
  margin: 40px 0;
}
h3 {
  font-size: 24px;
  color: #f1ed79;
  margin: 20px 0;
}
dl dd {
  margin-bottom: 10px;
}
dl:last-child {
  margin-bottom: 0;
}
footer {
  clear: both;
  margin: 80px 0;
  color: #4e4a4e;
}
footer p {
  text-align: center;
}
footer a {
  color: #4e4a4e;
}
footer a:hover {
  color: #91a0ab;
}
ul.screenshots {
  display: block;
  overflow: hidden;
  list-style: none;
  padding-left: 0;
  text-align: center;
}
ul.screenshots li {
  float: left;
  display: block;
  margin: 5px;
}
ul.screenshots li img {
  border: solid 2px #d27d2c;
}
ul.screenshots li img:hover {
  border-color: #f1ed79;
}
#share {
  position: absolute;
  right: 0px;
  top: 0px;
}
#share .social {
  float: right;
  padding: 20px;
}
#share #fb {
  position: relative;
  top: -6px;
}
#share #gplus {
  position: relative;
  top: -2px;
}
.header {
  box-sizing: border-box;
  background: url(/media/images/bg.jpg) center top;
  padding-top: 20px;
  overflow: hidden;
  text-align: center;
}
.header .content {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 1120px;
  height: 309px;
}
.header .content iframe {
  float: left;
}
.header .content iframe:last-child {
  margin-left: 20px;
}
.section {
  overflow: hidden;
  padding: 20px 0;
}
.section .content {
  width: 1120px;
  margin: 0 auto;
}
.section h2 {
  text-align: center;
  font-size: 30px;
  color: #806041;
  margin: 20px 0;
}
.section.odd {
  background-color: #201827;
}
.seen h2 {
  text-align: center;
  margin-bottom: 40px;
}
.seen ul {
  list-style: none;
  display: block;
  text-align: center;
  width: 720px;
  margin: 0 auto;
}
.seen li {
  float: left;
  margin-right: 40px;
}
.seen li img:hover {
  opacity: 0.75;
}
div.screenshots ul {
  width: 840px;
  margin: 0 auto;
}
.faq h2 {
  text-align: center;
  margin-bottom: 40px;
}
.faq dt {
  margin-bottom: 10px;
}
.faq dd {
  color: #f1ed79;
  margin-bottom: 40px;
}
.awl2-cta {
  background: #346524;
  padding: 20px;
  text-align: center;
  font-size: 30px;
}
.awl2-cta a {
  color: #deeed6;
}
