/* #Imports
 * ================================================== */
/* #Reset & Basics (Inspired by E. Meyers)
 * ================================================== */
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, button, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

table {
  border-spacing: 0; }

/* #Typography
 * ================================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

h1 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: bold; }

h2 {
  font-size: 24px;
  line-height: 1.4; }

h3 {
  font-size: 32px;
  line-height: 1.3; }

strong {
  font-weight: bold; }

/* #Mozilla fixes
 * ================================================== */
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  text-transform: uppercase; }
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }

/* #Buttons
 * ================================================== */
input[type="submit"], input[type="reset"], input[type="button"] {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: black;
  color: white;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  padding: 5px 8px;
  margin: 0px;
  border: 0px;
  cursor: pointer;
  margin: 0px;
  text-transform: uppercase; }
  input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    background: black; }
  input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
    background: black; }

/* #Input
 * ================================================== */
input[type="text"], input[type="password"], input[type="email"] {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: white;
  color: black;
  width: 100px;
  margin: 0px;
  border: 1px solid black;
  font-size: 14px;
  padding: 8px;
  margin: 0px;
  border-right: 0px; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus {
    outline: none; }
  input[type="text"]:first-child, input[type="password"]:first-child, input[type="email"]:first-child {
    text-indent: 4px; }

/* #Textarea
 * ================================================== */
textarea, select {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: white;
  color: black;
  font-size: 16px;
  width: 100%;
  border: 1px #cccccc solid;
  padding: 0px;
  outline: none; }
  textarea:focus, select:focus {
    outline: none; }

select {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  width: 161px;
  color: #666666;
  background: white;
  width: 268px;
  border: 1px solid #cccccc;
  height: 24px;
  box-shadow: 0px 1px 0px white; }

/* #Tables
 * ================================================== */
.table {
  width: 100%;
  vertical-align: top; }
  .table td {
    vertical-align: top; }

.twoColumn td {
  width: 50%; }

.twoColumnGR td:first-child {
  width: 38%; }
.twoColumnGR td:last-child {
  width: 62%; }

.twoColumnGR2 td:first-child {
  width: 62%; }
.twoColumnGR2 td:last-child {
  width: 38%; }

.threeColumn td {
  width: 33%; }

.fourColumn td {
  width: 25%; }

.fiveColumn td {
  width: 20%; }

.sixColumn td {
  width: 18%; }

/* #Style
 * ================================================== */
body {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background: white;
  margin: 0px;
  padding: 0px;
  color: #232323;
  background: white;
  cursor: default; }

a, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: none;
  border: 0px;
  outline: 0; }

html {
  height: 100%;
  width: 100%;
  overflow: hidden; }

body {
  height: 100%;
  width: 100%;
  overflow: auto;
  background: black;
  color: #1f1f21;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300; }

strong {
  font-weight: 500; }

.wrapper {
  height: 100%;
  position: relative;
  z-index: 23452345234523453245; }

.corner {
  line-height: 20px;
  font-size: 14px;
  padding: 5px 8px;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
  color: #888a91;
  opacity: 0;
  text-transform: uppercase;
  display: none; }

h1 {
  color: #38383b;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal; }

h2 {
  color: #888a91; }

.logo {
  width: 380px;
  height: 380px;
  background: url(../images/logo.png);
  background-size: cover;
  border-radius: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.618s;
  -moz-transition: all 0.618s;
  -ms-transition: all 0.618s;
  -o-transition: all 0.618s;
  transition: all 0.618s; }

.container {
  width: 380px;
  height: 380px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -190px 0 0 -190px;
  border-radius: 100%;
  overflow: hidden;
  opacity: 0.55;
  -webkit-transition: all 0.618s;
  -moz-transition: all 0.618s;
  -ms-transition: all 0.618s;
  -o-transition: all 0.618s;
  transition: all 0.618s; }
  .container:hover {
    top: 0;
    left: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    border-radius: 0%;
    opacity: 0.9;
    background: white; }
    .container:hover .logo {
      height: 234px;
      width: 234px;
      margin-top: 45px;
      margin-bottom: 40px; }
    .container:hover .corner {
      opacity: 1;
      display: block; }

.pageWrapper {
  width: 812px;
  margin: 0 auto;
  text-align: center; }

.buttons {
  margin: 0 auto; }

.button {
  height: 46px;
  line-height: 46px;
  border-radius: 40px;
  border: 2px solid black;
  font-size: 20px;
  font-weight: bold;
  width: 232px;
  margin: 0 10px;
  text-transform: uppercase;
  margin-top: 4px;
  z-index: 99;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-transition: all 0.382s;
  -moz-transition: all 0.382s;
  -ms-transition: all 0.382s;
  -o-transition: all 0.382s;
  transition: all 0.382s; }
  .button:hover {
    box-shadow: inset 0 0 0 26px black;
    color: white;
    cursor: pointer; }

.redButton {
  border-color: #ff9500;
  color: #ff9500; }
  .redButton:hover {
    box-shadow: inset 0 0 0 26px #ff9500; }

.greenButton {
  border-color: #4cd964;
  color: #4cd964; }
  .greenButton:hover {
    box-shadow: inset 0 0 0 26px #4cd964; }

.blueButton {
  border-color: #34aadc;
  color: #34aadc; }
  .blueButton:hover {
    box-shadow: inset 0 0 0 26px #34aadc; }

.button:active {
  border: 2px solid black;
  box-shadow: inset 0 0 0 26px black;
  -webkit-transition: all 0.618s;
  -moz-transition: all 0.618s;
  -ms-transition: all 0.618s;
  -o-transition: all 0.618s;
  transition: all 0.618s; }

.leftCorner {
  position: absolute;
  left: 0;
  bottom: 0; }

.rightCorner {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right; }

video#bgvid {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background: url(../images/cover.jpg) no-repeat;
  background-size: cover; }

.addressLink:hover span {
  text-decoration: underline; }
