@font-face {
  font-family: 'lively';
  src: url("css/fonts/social_subdomain/lively.svg") format("svg"), url("css/fonts/social_subdomain/lively.ttf") format("truetype"), url("css/fonts/social_subdomain/lively.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans-100';
  src: url("css/fonts/social_subdomain/MuseoSans100.woff") format("woff"), url("css/fonts/social_subdomain/MuseoSans100.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSans-500';
  src: url("css/fonts/social_subdomain/MuseoSans500.woff") format("woff"), url("css/fonts/social_subdomain/MuseoSans500.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

html {
  min-height: 100%; }

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
  background-color: #000;
  background-image: url("http://d23d8ycobil8l3.cloudfront.net/images/socialbg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin: 0 0 20em 0;
  padding: 0; }
  body div.header {
    width: 100%;
    text-align: right; }
    body div.header a:hover {
      text-decoration: none; }
  body div.content {
    width: 100%;
    max-width: 600px;
    margin: 0 auto; }
    body div.content.hero {
      background: rgba(0, 0, 0, 0.7); }
      body div.content.hero .video-frame {
        border: none; }
      body div.content.hero img {
        width: 100%; }

.right-align {
  text-align: right; }

div.caption {
  display: table;
  width: 100%; }
  div.caption div {
    display: table-row;
    font-weight: normal; }
    div.caption div div {
      padding: 0.5em 1em;
      color: #fff;
      display: table-cell;
      vertical-align: middle; }
    div.caption div h3 {
      margin-bottom: 0.25em; }
    div.caption div h2 {
      margin-top: 0.25em;
      text-transform: uppercase; }
    div.caption div div.show {
      color: #aaa; }
      div.caption div div.show p {
        margin-top: 0.5em;
        margin-bottom: 0.5em; }
        div.caption div div.show p.date {
          font-weight: bold; }

div.get {
  color: #fff; }
  div.get a {
    color: #fff;
    font-weight: bold; }
  div.get div {
    display: table;
    width: 100%; }
    div.get div div {
      display: table-cell;
      width: 50%;
      vertical-align: middle;
      padding-top: 1em; }
      div.get div div p {
        margin-bottom: 0; }

@media (max-width: 529px) {
  div.web div div {
    display: block;
    width: 100%; }
    div.web div div p {
      padding-left: 1em;
      padding-right: 1em; }
    div.web div div a:last-child {
      padding-right: 1em; } }
@media (min-width: 530px) {
  div.web div div {
    width: 30%; }
    div.web div div.right-align {
      width: 70%; } }

div.mobile div div {
  text-align: center; }

.btn-store {
  width: 120px; }

.brand {
  color: #fff !important;
  letter-spacing: .072em !important;
  font-family: 'MuseoSans-500';
  font-size: 4em;
  margin: 20px 1em;
  -webkit-font-smoothing: antialiased; }
  .brand span.logo {
    position: relative;
    font-family: 'lively';
    color: #00babe;
    top: 0.25em;
    font-size: 1.2em;
    margin-left: -0.4em;
    margin-right: -0.4em; }

.btn {
  font-size: 20px;
  padding: 10px 18px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  border-bottom-color: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  background-color: #00babe;
  background-image: -moz-linear-gradient(top, #00babe 0%, #005f6b 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00babe), color-stop(100%, #005f6b));
  background-image: -webkit-linear-gradient(top, #00babe 0%, #005f6b 100%);
  background-image: -o-linear-gradient(top, #00babe 0%, #005f6b 100%);
  background-image: -ms-linear-gradient(top, #00babe 0%, #005f6b 100%);
  background-image: linear-gradient(to bottom, #00babe 0%, #005f6b 100%);
  color: white;
  color: #fff;
  font-size: 20px; }
  .btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    background-color: #005f6b;
    color: white; }
  .btn .icon {
    margin-right: 0.5em; }
  .btn:hover {
    color: #ddd; }

.fb-like {
  margin-top: 2em; }

