/* BEGIN Light */
@font-face {
  font-family: 'Open Sans';
  src: url("/system/static/opensans-light.eot?v=1.1.0");
  src: url("/system/static/opensans-light.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("/system/static/opensans-light.woff2?v=1.1.0") format("woff2"), url("/system/static/opensans-light.woff?v=1.1.0") format("woff"), url("/system/static/opensans-light.ttf?v=1.1.0") format("truetype"), url("/system/static/opensans-light.svg?v=1.1.0#Light") format("svg");
  font-weight: 300;
  font-style: normal; }
/* END Light */
/* BEGIN Regular */
@font-face {
  font-family: 'Open Sans';
  src: url("/system/static/opensans-regular.eot?v=1.1.0");
  src: url("/system/static/opensans-regular.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("/system/static/opensans-regular.woff2?v=1.1.0") format("woff2"), url("/system/static/opensans-regular.woff?v=1.1.0") format("woff"), url("/system/static/opensans-regular.ttf?v=1.1.0") format("truetype"), url("/system/static/opensans-regular.svg?v=1.1.0#Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* END Regular */
/* BEGIN Semibold */
@font-face {
  font-family: 'Open Sans';
  src: url("/system/static/opensans-semibold.eot?v=1.1.0");
  src: url("/system/static/opensans-semibold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("/system/static/opensans-semibold.woff2?v=1.1.0") format("woff2"), url("/system/static/opensans-semibold.woff?v=1.1.0") format("woff"), url("/system/static/opensans-semibold.ttf?v=1.1.0") format("truetype"), url("/system/static/opensans-semibold.svg?v=1.1.0#Semibold") format("svg");
  font-weight: 600;
  font-style: normal; }
/* END Semibold */
/* BEGIN Bold */
@font-face {
  font-family: 'Open Sans';
  src: url("/system/static/opensans-bold.eot?v=1.1.0");
  src: url("/system/static/opensans-bold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("/system/static/opensans-bold.woff2?v=1.1.0") format("woff2"), url("/system/static/opensans-bold.woff?v=1.1.0") format("woff"), url("/system/static/opensans-bold.ttf?v=1.1.0") format("truetype"), url("/system/static/opensans-bold.svg?v=1.1.0#Bold") format("svg");
  font-weight: bold;
  font-style: normal; }
/* END Bold */
/* BEGIN Extrabold */
@font-face {
  font-family: 'Open Sans';
  src: url("/system/static/opensans-extrabold.eot?v=1.1.0");
  src: url("/system/static/opensans-extrabold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("/system/static/opensans-extrabold.woff2?v=1.1.0") format("woff2"), url("/system/static/opensans-extrabold.woff?v=1.1.0") format("woff"), url("/system/static/opensans-extrabold.ttf?v=1.1.0") format("truetype"), url("/system/static/opensans-extrabold.svg?v=1.1.0#ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal; }
/* END Extrabold */


html {
  height: 100%;
}

body * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  height: 100%;
  margin: 0;
  font: 300 18px/30px 'Open Sans', sans-serif;
  color: #808080;
  background: #0d0d0d none;
}

#intro-media-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f7f7f7;
  z-index: -1000;
  overflow: hidden;
}

#page {
  display: table;
  width: 100%;
  height: 100%;
}

#wrapper {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

#inner {
  z-index: 2;
  max-width: 380px;
  width: 90%;
  margin: 24px auto;
  padding: 0 30px;
  text-align: center;
}

.page-body {
  padding-top: 24px;
  padding-bottom: 24px;
}

.page-body a {
  color: #808080;
}

.page-title {
  margin: 12px 0;
  font: 400 24px/30px 'Open Sans', sans-serif;
  color: #A08F68;
}

p {
  margin: 12px 0;
  font: 300 16px/24px 'Open Sans', sans-serif;
}
