/*
	Theme Name: Beyond This Point 2015
	Theme URI: http://builtbycivilization.com
	Description: WordPress Theme by Civilization
	Version: 1.0
	Author: CIVILIZATION
	Author URI: http://builtbycivilization.com

*/
/*------------------------------------*\
		CSS RESET & SCSS MIXINS
\*------------------------------------*/
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video, input, select {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

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

html {
  overflow-y: scroll; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

select, input, textarea {
  font: 99% sans-serif;
  outline: 0;
  overflow: auto; }

table {
  font-size: inherit;
  font: 100%; }

a:hover, a:active, a:focus {
  outline: 0; }

small {
  font-size: 85%; }

strong, th {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

.clickable, label,
input[type=button],
input[type=submit],
button,
.rsvp-button a {
  cursor: pointer;
  outline: 0; }

button, .rsvp-button a, input, select, textarea {
  margin: 0; }

button, .rsvp-button a {
  width: auto;
  overflow: visible;
  border: 0;
  background: transparent; }

.ie7 img {
  -ms-interpolation-mode: bicubic; }

@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
@font-face {
  font-family: 'Century-Old-Style-Bold';
  src: url("./fonts/century-old-style-bold.eot");
  src: url("./fonts/century-old-style-bold.eot#iefix") format("embedded-opentype"), url("./fonts/century-old-style-bold.woff2") format("woff2"), url("./fonts/century-old-style-bold.woff") format("woff"), url("./fonts/century-old-style-bold.ttf") format("truetype"), url("./fonts/century-old-style-bold.svg#century-old-stylebold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'TransportD-Med';
  src: url("./fonts/27DB05_0_0.eot");
  src: url("./fonts/27DB05_0_0.eot#iefix") format("embedded-opentype"), url("./fonts/27DB05_0_0.woff") format("woff"), url("./fonts/27DB05_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
h3, h4, button, .rsvp-button a, menu a, menu button, .subscribe-buttons .rss-button:after, .section-button, #mc_embed_signup, .subscribe h2, .subscribe .rss-button:after, .keyboard h2, .slideshow .slick-slide .caption, .four-oh-four {
  font-family: 'TransportD-Med',Helvetica,Arial,sans-serif; }

/*------------------------------------*\
		MAIN
\*------------------------------------*/
::selection {
  background: #231F20;
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #231F20;
  color: #fff;
  text-shadow: none; }

:-webkit-autofill {
  -webkit-text-fill-color: #231F20;
  -webkit-box-shadow: 0 0 0px 1000px #faf6f0 inset; }

:-moz-autofill {
  /* Firefox 18- */
  -moz-text-fill-color: #231F20;
  -moz-box-shadow: 0 0 0px 1000px #faf6f0 inset; }

::-moz-autofill {
  /* Firefox 19+ */
  -moz-text-fill-color: #231F20;
  -moz-box-shadow: 0 0 0px 1000px #faf6f0 inset; }

::-webkit-input-placeholder {
  color: #231F20;
  opacity: 0.5; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #231F20;
  opacity: 0.5; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #231F20;
  opacity: 0.5; }

:-ms-input-placeholder {
  color: #231F20; }

html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  /* fixes FF over-bolding */
  font-size: 62.5%;
  /* 10px reset */
  position: relative;
  min-height: 100%;
  background: #faf6f0; }

body {
  width: 100%;
  height: 100%;
  background: #faf6f0;
  color: #231F20;
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-family: 'Century-Old-Style-Bold',Georgia,Times,'Times New Roman',serif;
  font-weight: normal;
  min-height: 100%;
  overflow-x: hidden; }
  body.modal-open {
    height: 100%;
    height: 100vh;
    overflow-y: hidden; }

h1 {
  position: fixed;
  top: -50px;
  left: 50px;
  display: block;
  width: 48px;
  height: 48px;
  background: url(./i/bytp.svg) 0 0 no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  text-indent: 1500%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 101;
  cursor: pointer; }
  h1.no-hide, h1.show {
    top: 50px; }

h2, h3, h4, button, .rsvp-button a {
  text-rendering: optimizeLegibility; }

h2 {
  font-size: 2.8rem;
  line-height: 1; }
  h2.title {
    text-transform: uppercase; }
  h2 + p,
  h2 + ul {
    margin-top: 1.2rem; }

h3 {
  font-size: 2.2rem;
  line-height: 3rem; }
  h3.title {
    text-transform: uppercase; }

h4 {
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-weight: 800; }

p + p {
  margin-top: 1.2em; }
p + h2 {
  margin-top: 24px; }
p + h3 {
  margin-top: 24px; }

img {
  max-width: 100%;
  vertical-align: bottom; }

button, .rsvp-button a {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding: 4px 8px;
  color: #231F20;
  border: 2px solid #231F20;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  transition: all 0.125s; }
  button:not(.keyboard-button):hover {
    background: #231F20;
    color: #faf6f0; }

a {
  color: #231F20;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  transition: all 0.125s; }
  a:hover {
    color: #231F20; }

input, textarea {
  width: 100%;
  border: 2px solid #231F20;
  padding: 4px 12.5px;
  font: inherit;
  background: #fff;
  color: #231F20;
  resize: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; }

textarea {
  padding: 12.5px; }

input[type="submit"] {
  display: block;
  width: 50%;
  margin: 0 auto;
  border: 2px solid #231F20;
  font-size: 2.2rem;
  line-height: 3rem;
  height: 4.8rem; }
  input[type="submit"]:hover {
    background: #231F20;
    color: #fff; }

.gform_body {
  margin: 24px 0; }
  .gform_body .gfield:not(:last-child) {
    margin-bottom: 24px; }

/* clear */
.clear {
  *zoom: 1; }
  .clear:before, .clear:after {
    content: " ";
    display: table; }
  .clear:after {
    clear: both; }

/*------------------------------------*\
		UBIQUITIES & STRUCTURE
\*------------------------------------*/
.paper {
  position: fixed;
  border: solid #231F20;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .paper.edge-top {
    top: 0;
    right: 68px;
    left: 24px;
    height: 27px;
    border-width: 0 0 3px 0;
    z-index: 101; }
  .paper.edge-right {
    top: 68px;
    right: 0;
    bottom: 24px;
    width: 27px;
    border-width: 0 0 0 3px;
    z-index: 102; }
  .paper.edge-bottom {
    bottom: 0;
    right: 24px;
    left: 24px;
    height: 26px;
    border-width: 3px 0 0 0;
    z-index: 103; }
  .paper.edge-left {
    top: 24px;
    left: 0;
    bottom: 24px;
    width: 27px;
    border-width: 0 3px 0 0;
    z-index: 104; }
  .paper.corner {
    top: 24px;
    right: 24px;
    width: 46px;
    height: 46px;
    border: 0;
    background: url(./i/corner.svg) 0 100% no-repeat;
    background-size: 100% 100%;
    text-indent: 1500%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    z-index: 105; }
    .paper.corner:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      visibility: hidden;
      background: url(./i/corner-open.svg) 0 100% no-repeat; }
  .paper.open.edge-top {
    right: 146px; }
  .paper.open.edge-right {
    top: 97px;
    right: 48px; }
  .paper.open.edge-bottom {
    right: 72px; }
  .paper.open.corner {
    right: 72px;
    width: 76px;
    height: 76px;
    background-image: url(./i/corner-open.svg); }
  @media only screen and (min-width: 600px) {
    .paper.open.edge-top {
      right: 218px; }
    .paper.open.edge-right {
      top: 97px;
      right: 120px; }
    .paper.open.edge-bottom {
      right: 144px; }
    .paper.open.corner {
      right: 144px;
      width: 76px;
      height: 76px;
      background-image: url(./i/corner-open.svg); } }

menu {
  position: fixed;
  right: -72px;
  top: 0;
  bottom: 0;
  width: 24px;
  padding: 24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 126; }
  menu.open {
    right: 24px; }
  menu ul {
    width: 24px;
    /*
    		@include transform(rotate(90deg));
    		@include transform-origin(0 0);
    		width: 100vw;
    */ }
  menu li {
    text-align: center; }
    menu li + li {
      border-top: 1px solid #231F20; }
  menu a, menu button:not(.keyboard-button) {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1;
    padding: 6px 24px; }
    menu a span, menu button span {
      display: block;
      margin: 0 auto; }
  menu .side-menu {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    display: none; }
    menu .side-menu button, .rsvp-button menu .side-menu a {
      width: 100%;
      padding: 6px; }
      /* menu .side-menu button + button, menu .side-menu .rsvp-button a + button, .rsvp-button menu .side-menu a + button, menu .side-menu .rsvp-button button + a, .rsvp-button menu .side-menu button + a, menu .side-menu .rsvp-button a + a, .rsvp-button menu .side-menu a + a {
        margin-top: 12px; } */
      .keyboard-button {
        position: absolute;
        bottom: 24px;
        width: 104px;
        border: 0;
        height: 0;
        padding-bottom: 32%;
        text-indent: 1500%;
        white-space: nowrap;
        overflow: hidden;
        background: url(./i/keyboard.png) 50% 100% no-repeat;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        /*
        				@include explorer() {
        					display: none;
        				}
        */ }
  @media only screen and (min-width: 600px) {
    menu {
      right: -148px;
      width: 144px; }
      menu.open {
        right: 0; }
      menu .side-menu {
        display: block; }
      menu ul {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        /* FF Hack for sharper renders */
        width: 100%; }
      menu li {
        display: block;
        border-bottom: 1px solid #231F20;
        text-align: left; }
        menu li + li {
          border-top: 0; }
      menu a {
        display: block;
        padding: 12px 0; }
        menu a span {
          display: inline; } }
  /* @media only screen and (min-width: 960px) {
    menu .side-button {
      display: none; } } */

.subscribe-buttons {
  position: relative;
  margin: 24px -4px;
  width: 32px;
  /*
  	position: absolute;
  	bottom: 56px;
  	left: 20px;
  	right: 20px;
  */ }
  .subscribe-buttons > div {
    display: block;
    margin-bottom: 12px; }
    .subscribe-buttons > div a {
      padding: 0; }
  .subscribe-buttons .rss-button {
    cursor: pointer;
    position: relative; }
    .subscribe-buttons .rss-button:after {
      content: 'RSS Copied to Clipboard';
      position: absolute;
      top: 100%;
      right: -22px;
      width: 148px;
      display: block;
      background: #231F20;
      color: #faf6f0;
      margin-top: 12px;
      text-align: center;
      padding: 6px;
      font-size: 1.1rem;
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s linear 0.25s, opacity 0.25s linear; }
    .subscribe-buttons .rss-button.copied:after {
      visibility: visible;
      opacity: 0.99999;
      transition-delay: 0s; }
    .subscribe-buttons .rss-button input {
      position: fixed;
      left: 99999px; }
  @media only screen and (min-width: 600px) {
    .subscribe-buttons {
      width: 104px;
      letter-spacing: -0.65em;
      text-rendering: optimizeLegibility; }
      .subscribe-buttons > div {
        letter-spacing: normal;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: middle;
        width: 33.33333%;
        padding: 0 4px; }
      .subscribe-buttons .rss-button:after {
        display: block; } }

section {
  position: relative;
  width: 100%;
  min-height: 100%;
  min-height: 100vh;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  section.open, section.open .intro-wrap-inner {
    padding-right: 51px; }
    @media only screen and (min-width: 600px) {
      section.open, section.open .intro-wrap-inner {
        padding-right: 120px; } }

/* loading */
.pace .pace-progress {
  position: fixed;
  z-index: 99;
  background: #231F20;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
.pace.pace-inactive {
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.fade-in {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.loaded .fade-in {
  opacity: 0.99999; }

.wrap {
  min-height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s; }

body.loaded .wrap {
  opacity: 0.99999; }

.table {
  display: table;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .table .table-cell {
    display: table-cell; }
    .table .table-cell.v-middle {
      text-align: center;
      vertical-align: middle; }

.full {
  width: 100%;
  height: 100%; }
  .full .table-cell {
    width: 100%;
    height: 100%; }

/*------------------------------------*\
		SECTIONS
\*------------------------------------*/
.intro-wrap {
  overflow: hidden; }

.intro-wrap-inner {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  z-index: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.intro {
  position: relative;
  width: 100%;
  height: 100%;
  height: 100vh;
  cursor: pointer; }
  .intro div {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: 300px auto;
    -moz-background-size: 300px auto;
    -o-background-size: 300px auto;
    background-size: 300px auto; }
    @media only screen and (min-width: 600px) {
      .intro div {
        -webkit-background-size: auto 75%;
        -moz-background-size: auto 75%;
        -o-background-size: auto 75%;
        background-size: auto 75%; } }
    .intro div.be {
      background-image: url(./i/be.svg);
      z-index: 1; }
    .intro div.yond {
      background-image: url(./i/yond.svg);
      z-index: 2; }
    .intro div.this {
      background-image: url(./i/this.svg);
      z-index: 3; }
    .intro div.point {
      background-image: url(./i/point.svg);
      z-index: 4; }
    .intro div.colbot {
      background-image: url(./i/colbot.svg);
      z-index: 5; }
    .intro div.coltop {
      background-image: url(./i/coltop.svg);
      z-index: 6; }
  .intro.phone div {
    background-position: 50% 35%; }

.section-button {
  position: fixed;
  right: 144px;
  top: 50%;
  width: 76px;
  height: 76px;
  margin-top: -38px;
  font-size: 1.6rem;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  border: 3px solid #231F20;
  cursor: pointer;
  z-index: 99;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  backface-visibility: hidden;
  display: none; }
  @media only screen and (min-width: 960px) {
    .section-button {
      display: block; } }
  .section-button:hover {
    background: #231F20; }
  .section-button .section-button-wrap {
    position: relative; }
    .section-button .section-button-wrap > div {
      position: absolute;
      visibility: hidden;
      opacity: 0;
      width: 70px;
      height: 70px; }
  .section-button.square .subscribe-button {
    visibility: visible;
    opacity: 0.99999;
    transition-delay: 0s;
    padding: 1rem; }
  .section-button.circle {
    border-radius: 50%; }
    .section-button.circle .join-button {
      visibility: visible;
      opacity: 0.99999;
      transition-delay: 0s;
      padding: 1.9rem 1rem; }
  .section-button[data-section="intro"] {
    visibility: hidden;
    opacity: 0;
    cursor: default; }
    .section-button[data-section="intro"]:hover {
      color: #faf6f0; }
  .section-button[data-section="episodes"]:hover {
    color: #faf5cc; }
  .section-button[data-section="upcoming"]:hover {
    color: #dbf6d8; }
  .section-button[data-section="about"] {
    visibility: hidden;
    opacity: 0;
    cursor: default; }
    .section-button[data-section="about"]:hover {
      color: #feede5; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.25s, opacity 0.25s linear; }
  .modal.show {
    visibility: visible;
    opacity: 0.99999;
    transition-delay: 0s;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  .modal.hidden {
    display: none; }
  .modal.open .table {
    padding-right: 51px; }
    @media only screen and (min-width: 600px) {
      .modal.open .table {
        padding-right: 120px; } }
  .modal .table-cell {
    padding: 51px; }
    @media only screen and (min-width: 600px) {
      .modal .table-cell {
        padding: 72px 51px; } }
    @media only screen and (min-width: 800px) {
      .modal .table-cell {
        padding: 72px 120px; } }

.join-form {
  background: #e5f6fe;
  color: #231F20; }
  .join-form .input-wrap {
    letter-spacing: -0.65em;
    text-rendering: optimizeLegibility; }
  .join-form input:not([type="checkbox"]) {
    width: 100%;
    border: 2px solid #231F20;
    padding: 4px 12.5px;
    font: inherit;
    background: transparent;
    color: #231F20;
    resize: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 24px; }
  .join-form .name_first,
  .join-form .name_last {
    letter-spacing: normal;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 49.99999%; }
  .join-form .name_first {
    padding-right: 12.5px; }
  .join-form .name_last {
    padding-left: 12.5px; }
  .join-form ul {
    display: block;
    margin: 0 0 24px; }
  .join-form input[type="checkbox"] {
    letter-spacing: normal;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    background: transparent;
    border: 2px solid #231F20;
    width: 1rem;
    height: 1rem;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0; }
    .join-form input[type="checkbox"] + label {
      letter-spacing: normal;
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      vertical-align: baseline;
      font-size: 1.2rem;
      margin-left: 1rem; }
    .join-form input[type="checkbox"]:checked {
      background: #231F20; }
      .join-form input[type="checkbox"]:checked + label {
        font-weight: 600; }
  .join-form input[type="submit"] {
    display: block;
    width: 50%;
    margin: 0 auto;
    border: 2px solid #231F20;
    font-size: 2.2rem;
    line-height: 3rem; }
    .join-form input[type="submit"]:hover {
      background: #231F20;
      color: #fff; }
  .join-form .response {
    margin-top: 24px; }

.modal-close {
  /*
  	position: absolute;
  	top: 144px;
  	right: 144px;
  */
  font-size: 6rem;
  line-height: 24px;
  margin-top: 24px;
  z-index: 100;
  color: #231F20;
  cursor: pointer; }

#mc_embed_signup {
  padding: 24px;
  max-width: 550px;
  margin: 0 auto; }
  #mc_embed_signup h2 {
    font-size: 2.2rem; }
    #mc_embed_signup h2 + p {
      margin-bottom: 24px; }

.subscribe {
  background: #e5f6fe;
  color: #231F20; }
  .subscribe ul {
    letter-spacing: -0.65em;
    text-rendering: optimizeLegibility;
    margin: 24px auto; }
    .subscribe ul li {
      letter-spacing: normal;
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      vertical-align: middle;
      margin: 0 24px 24px;
      position: relative; }
    .subscribe ul img {
      height: 70px; }
  .subscribe .rss-button {
    cursor: pointer;
    position: relative; }
    .subscribe .rss-button:after {
      content: 'RSS Copied to Clipboard';
      position: absolute;
      top: 100%;
      left: -50px;
      width: 170px;
      display: block;
      background: #231F20;
      color: #e5f6fe;
      margin-top: 12px;
      padding: 6px 12px;
      font-size: 1.2rem;
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s linear 0.25s, opacity 0.25s linear; }
    .subscribe .rss-button.copied:after {
      visibility: visible;
      opacity: 0.99999;
      transition-delay: 0s; }
    .subscribe .rss-button input {
      position: fixed;
      left: 99999px; }

.keyboard {
  background: #231F20;
  color: #faf6f0; }
  .keyboard .keyboard-icon {
    width: 100px;
    height: 37px;
    background: #faf6f0 url(./i/keyboard-mask2.png) 50% 50%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin: 24px auto; }
  .keyboard ul {
    margin: 24px auto 50px; }
  .keyboard .modal-close {
    color: #faf6f0; }

.colorcycle {
  animation: colorcycle 1.5s linear infinite;
  -webkit-animation: colorcycle 1.5s linear infinite; }

@keyframes colorcycle {
  0% {
    background-color: #feede5; }
  33% {
    background-color: #faf5cc; }
  66% {
    background-color: #e5f6fe; }
  100% {
    background-color: #feede5; } }
@-webkit-keyframes colorcycle {
  0% {
    background-color: #feede5; }
  33% {
    background-color: #faf5cc; }
  66% {
    background-color: #e5f6fe; }
  100% {
    background-color: #feede5; } }
.episodes-wrap {
  background: #faf5cc; }
  .episodes-wrap .episodes {
    display: block;
    text-align: center;
    padding: 72px 51px; }
    @media only screen and (min-width: 600px) {
      .episodes-wrap .episodes {
        padding: 72px 120px; } }
  .episodes-wrap .episode-icon {
    display: block;
    height: 56px;
    margin: 0 auto 48px;
    background: url(./i/bricks.svg) 50% 50% no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain; }
  .episodes-wrap .episode-intro {
    display: block;
    max-width: 500px;
    margin: 0 auto; }
    .episodes-wrap .episode-intro + .episode-intro {
      margin-top: 48px; }
    .episodes-wrap .episode-intro h3 {
      font-weight: 400;
      font-size: 1.6rem;
      text-transform: uppercase; }
    .episodes-wrap .episode-intro p {
      margin: 0.4rem 0; }
    .episodes-wrap .episode-intro button, .episodes-wrap .episode-intro .rsvp-button a, .rsvp-button .episodes-wrap .episode-intro a {
      padding: 6px 12px;
      margin-top: 1rem;
      text-transform: uppercase; }
      .episodes-wrap .episode-intro button:hover, .episodes-wrap .episode-intro .rsvp-button a:hover, .rsvp-button .episodes-wrap .episode-intro a:hover {
        color: #faf5cc; }

.load-more {
  margin-top: 48px;
  padding: 6px 12px;
  text-transform: uppercase; }
  .load-more:hover {
    color: #faf5cc; }

.slideshow {
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 100%;
  width: calc(100vw - 54px);
  height: 320px;
  margin: 0 -24px 48px;
  max-width: 800px;
  border-bottom: 2px dashed #231F20; }
  @media only screen and (min-width: 600px) {
    .slideshow {
      border: 0;
      width: calc(100vw - 240px);
      margin: 0 auto 36px;
      height: 320px; } }
  @media only screen and (min-width: 800px) {
    .slideshow {
      width: calc(100vw - 360px); } }
  .slideshow .slick-list {
    height: 100%; }
  .slideshow .slick-track {
    display: table;
    height: 100%; }
  .slideshow .slick-slide {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    opacity: 0.9;
    width: 100%;
    position: relative; }
    .slideshow .slick-slide .caption {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 1;
      font-size: 1rem;
      line-height: 1.4rem;
      width: 33.33333%;
      text-align: center;
      opacity: 0;
      padding: 1rem; }
      @media only screen and (min-width: 600px) {
        .slideshow .slick-slide .caption {
          padding: 0; } }
    .slideshow .slick-slide:hover .caption {
      opacity: 0.99999; }
  .slideshow .slide-image {
    display: block;
    margin: 0 auto;
    width: 240px;
    height: 240px;
    background-color: #231F20;
    background-blend-mode: screen, normal;
    -webkit-background-blend-mode: screen, normal;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 50%;
    border: 1px solid #faf5cc;
    opacity: 0.99999;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s; }
    .slideshow .slide-image[data-image] {
      opacity: 0; }
    @media only screen and (min-width: 600px) {
      .slideshow .slide-image {
        width: 240px;
        height: 240px; } }
    @media only screen and (min-width: 800px) {
      .slideshow .slide-image {
        width: 320px;
        height: 320px; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .slideshow .slide-image {
        border: 0;
        opacity: 0.9; } }
  .slideshow .quote {
    display: table;
    width: 100%;
    height: 100%; }
    .slideshow .quote > div {
      display: table-cell;
      width: 100%;
      height: 100%;
      text-align: center;
      vertical-align: middle; }
    .slideshow .quote h2 {
      line-height: 1.25;
      padding: 48px 24px;
      max-width: 500px;
      margin: 0 auto; }

.modal.open .table-cell {
  /*
  	margin-right: 72px;
  	@include responsive(min600) {
  		margin-right: 144px;
  	}
  */ }

.slick-prev,
.slick-next {
  display: none;
  width: 87px;
  height: 27px;
  border: 0;
  text-indent: 1500%;
  white-space: nowrap;
  overflow: hidden;
  /*
  	opacity: 0;
  	@include transition(opacity 0.75s);
  */ }
  @media only screen and (min-width: 600px) {
    .slick-prev,
    .slick-next {
      position: absolute;
      display: block; } }

/*
.modal.opened .slick-prev,
.modal.opened .slick-next {
	opacity: 0.99999;
}
*/
.slick-prev,
.slick-prev:hover {
  bottom: 0;
  left: 72px;
  background: transparent url(./i/arrow-left.svg) 50% 50% no-repeat;
  -webkit-background-size: 87px 27px;
  -moz-background-size: 87px 27px;
  -o-background-size: 87px 27px;
  background-size: 87px 27px; }
  @media only screen and (min-width: 800px) {
    .slick-prev,
    .slick-prev:hover {
      left: 0; } }

.slick-next,
.slick-next:hover {
  top: 0;
  right: 72px;
  background: transparent url(./i/arrow-right.svg) 50% 50% no-repeat;
  -webkit-background-size: 87px 27px;
  -moz-background-size: 87px 27px;
  -o-background-size: 87px 27px;
  background-size: 87px 27px; }
  @media only screen and (min-width: 800px) {
    .slick-next,
    .slick-next:hover {
      right: 0; } }

.episode-content {
  background: #faf5cc;
  color: #231F20;
  text-align: center; }
  .episode-content h3 {
    font-weight: 400;
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-bottom: 1rem; }
  .episode-content .description {
    max-width: 500px;
    margin: 0 auto 36px; }
    .episode-content .description a {
      color: #231F20;
      padding-bottom: 0.5px;
      background: -webkit-linear-gradient(#faf5cc, #faf5cc), -webkit-linear-gradient(#faf5cc, #faf5cc), -webkit-linear-gradient(#231F20, #231F20);
      background: -moz-linear-gradient(#faf5cc, #faf5cc), -moz-linear-gradient(#faf5cc, #faf5cc), -moz-linear-gradient(#231F20, #231F20);
      background: -o-linear-gradient(#faf5cc, #faf5cc), -o-linear-gradient(#faf5cc, #faf5cc), -o-linear-gradient(#231F20, #231F20);
      background: -ms-linear-gradient(#faf5cc, #faf5cc), -ms-linear-gradient(#faf5cc, #faf5cc), -ms-linear-gradient(#231F20, #231F20);
      background: linear-gradient(#faf5cc, #faf5cc), linear-gradient(#faf5cc, #faf5cc), linear-gradient(#231F20, #231F20);
      -webkit-background-size: .05em 1px, .05em 1px, 1px 1px;
      -moz-background-size: .05em 1px, .05em 1px, 1px 1px;
      background-size: .05em 1px, .05em 1px, 1px 1px;
      background-repeat: no-repeat, no-repeat, repeat-x;
      text-shadow: 0.03em 0 #faf5cc, -0.03em 0 #faf5cc, 0 0.03em #faf5cc, 0 -0.03em #faf5cc, 0.06em 0 #faf5cc, -0.06em 0 #faf5cc, 0.09em 0 #faf5cc, -0.09em 0 #faf5cc, 0.12em 0 #faf5cc, -0.12em 0 #faf5cc, 0.15em 0 #faf5cc, -0.15em 0 #faf5cc;
      background-position: 0 85.2% ,100% 85.2% ,0 85.2%; }
  .episode-content textarea,
  .episode-content .embed {
    display: none; }
    .episode-content textarea.mobile,
    .episode-content .embed.mobile {
      display: block;
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 50%;
      margin-bottom: 36px;
      /*
      			@include responsive(min600) {
      				padding-bottom: 100%;
      			}
      */ }
      .episode-content textarea.mobile iframe,
      .episode-content .embed.mobile iframe {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .episode-content .listen-links,
  .episode-content .sponsors {
    letter-spacing: -0.65em;
    text-rendering: optimizeLegibility;
    margin-bottom: 50px; }
    .episode-content .listen-links li,
    .episode-content .sponsors li {
      letter-spacing: normal;
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      vertical-align: middle;
      margin: 0 12px;
      position: relative; }
      @media only screen and (min-width: 600px) {
        .episode-content .listen-links li,
        .episode-content .sponsors li {
          margin: 0 24px; } }
  .episode-content .listen-links button, .episode-content .listen-links .rsvp-button a, .rsvp-button .episode-content .listen-links a {
    width: 7em;
    text-transform: uppercase;
    position: relative; }
    .episode-content .listen-links button:hover, .episode-content .listen-links .rsvp-button a:hover, .rsvp-button .episode-content .listen-links a:hover {
      color: #faf5cc; }
  .episode-content .listen-links .progress {
    position: absolute;
    top: 2px;
    left: 1px;
    bottom: 1px;
    background: #e5f6fe;
    z-index: -1; }
    .episode-content .listen-links .progress.playing {
      border-right: 2px solid #231F20; }
  .episode-content .listen-links img {
    height: 35px; }
    .episode-content .listen-links img.youtube {
      height: 28px; }
  .episode-content hr {
    max-width: 500px;
    margin: 0 auto 50px;
    border-top: 2px solid #231F20; }
  .episode-content .sponsor-intro {
    font-style: italic;
    margin-bottom: 50px; }
  .episode-content .civilization img,
  .episode-content .sponsors img {
    max-width: 110px;
    max-height: 110px; }
  .episode-content .civilization {
    margin-top: 96px; }

.player-wrap {
  position: fixed;
  bottom: -50px;
  left: 50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 101; }
  .player-wrap.show {
    bottom: 50px; }
  .player-wrap.opaque {
    background: #faf5cc; }
    .player-wrap.opaque:hover {
      background: #231F20; }
  .player-wrap .play {
    list-style: none;
    position: relative;
    margin-top: -1px; }
  .player-wrap button, .player-wrap .rsvp-button a, .rsvp-button .player-wrap a {
    width: 10em;
    min-height: 4rem;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0;
    /*
    		&.playing {
    			background: $blue;
    			&:hover {
    				background: $black;
    				color: $blue;
    			}
    		}
    */ }
    .player-wrap button:hover, .player-wrap .rsvp-button a:hover, .rsvp-button .player-wrap a:hover {
      color: #faf5cc; }
  .player-wrap .progress {
    position: absolute;
    top: 2px;
    left: 1px;
    bottom: 1px;
    background: #e5f6fe;
    z-index: -1; }
    .player-wrap .progress.playing {
      border-right: 2px solid #231F20; }

.share-button {
  cursor: pointer; }

.share-wrap {
  position: relative; }

.share-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  opacity: 0;
  bottom: 17.5px;
  transition: visibility 0s linear 0.25s, opacity 0.25s linear, bottom 0.25s linear; }
  .share-menu a {
    display: block;
    color: #faf5cc;
    text-align: center;
    margin-bottom: -12px;
    -webkit-transition: margin 0.25s;
    -moz-transition: margin 0.25s;
    -o-transition: margin 0.25s;
    transition: margin 0.25s; }
  .share-menu .genericon {
    background: #231F20;
    font-size: 1.7rem;
    width: 35px;
    height: 35px;
    padding: 9px 0;
    border-radius: 50%; }
  .share-menu.open {
    visibility: visible;
    opacity: 0.99999;
    transition-delay: 0s;
    bottom: 100%; }
    .share-menu.open a {
      margin-bottom: 12px; }

.upcoming-wrap {
  background: #dbf6d8;
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-height: 100vh; }
  .upcoming-wrap > div {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle; }
  .upcoming-wrap .upcoming {
    padding: 51px; }
    @media only screen and (min-width: 600px) {
      .upcoming-wrap .upcoming {
        padding: 72px 120px; } }
  .upcoming-wrap .upcoming-content {
    display: block;
    max-width: 896px;
    margin: 0 auto;
    text-align: center;
    /*
    		@include responsive(min800) {
    			font-size: 2.5rem;
    			line-height: 3.5rem;
    		}
    */ }
  .upcoming-wrap .upcoming-icon {
    position: relative;
    display: block;
    width: 96px;
    height: 96px;
    margin: 0 auto 48px;
    background: url(./i/vase.svg) 50% 68% no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain; }
  .upcoming-wrap .episode-intro {
    display: block;
    max-width: 500px;
    margin: 36px auto 0; }
    .upcoming-wrap .episode-intro h3 {
      font-weight: 400;
      font-size: 1.6rem;
      text-transform: uppercase; }
    .upcoming-wrap .episode-intro p {
      margin: 0.4rem 0; }

.about-wrap {
  background: #feede5;
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-height: 100vh; }
  .about-wrap > div {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle; }
  .about-wrap .about {
    padding: 51px; }
    @media only screen and (min-width: 600px) {
      .about-wrap .about {
        padding: 72px 120px; } }
  .about-wrap .about-content {
    display: block;
    max-width: 600px;
    margin: 0 auto;
    text-align: center; }
    @media only screen and (min-width: 800px) {
      .about-wrap .about-content {
        font-size: 2.5rem;
        line-height: 3.5rem; } }
  .about-wrap .about-icon {
    position: relative;
    display: block;
    width: 96px;
    height: 96px;
    margin: 0 auto 48px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    background: #feede5;
    background: url(./i/stairs.png) 100% 6px no-repeat;
    -webkit-background-size: auto 200%;
    -moz-background-size: auto 200%;
    -o-background-size: auto 200%;
    background-size: auto 200%; }
    .about-wrap .about-icon:after {
      content: '';
      display: block;
      position: absolute;
      top: -2px;
      right: -2px;
      left: -2px;
      bottom: -2px;
      border: 2px solid #feede5;
      background: url(./i/doorway.png) 50% 50% repeat-x;
      -webkit-background-size: auto 100%;
      -moz-background-size: auto 100%;
      -o-background-size: auto 100%;
      background-size: auto 100%; }

body.loaded .about-wrap .about-icon {
  opacity: 0.99999;
  background-color: #231F20; }
  body.loaded .about-wrap .about-icon.animate {
    -webkit-transition: background-position 1s;
    -moz-transition: background-position 1s;
    -o-transition: background-position 1s;
    transition: background-position 1s;
    background-position: -13px 92%; }

body.rsvp .intro {
  background-color: #e5f6fe; }
  body.rsvp .intro div.coltop {
    background-image: url(./i/coltop-blue.svg); }
  body.rsvp .intro div.colrsvp {
    z-index: 7;
    mix-blend-mode: multiply;
    -webkit-mix-blend-mode: multiply;
    -webkit-background-size: auto 42%;
    -moz-background-size: auto 42%;
    -o-background-size: auto 42%;
    background-size: auto 42%; }
    @media only screen and (min-width: 600px) {
      body.rsvp .intro div.colrsvp {
        -webkit-background-size: auto 57%;
        -moz-background-size: auto 57%;
        -o-background-size: auto 57%;
        background-size: auto 57%; } }

.rsvp-wrap {
  background: #cadeee; }
  .rsvp-wrap .sponsor-intro {
    font-style: italic;
    margin-top: 100px; }
  .rsvp-wrap .sponsors {
    letter-spacing: -0.65em;
    text-rendering: optimizeLegibility;
    margin-top: 50px; }
    .rsvp-wrap .sponsors li {
      letter-spacing: normal;
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      vertical-align: middle;
      margin: 0 12px;
      position: relative; }
      @media only screen and (min-width: 600px) {
        .rsvp-wrap .sponsors li {
          margin: 0 24px; } }
    .rsvp-wrap .sponsors img {
      max-width: 110px;
      max-height: 110px; }

.rsvp-button {
  margin: 48px auto; }
  .rsvp-button a {
    font-size: 1.8rem; }
    .rsvp-button a:hover {
      color: #cadeee; }

.rsvp-info {
  max-width: 600px;
  margin: 0 auto; }
  .rsvp-info a {
    padding-bottom: 0.5px;
    background: -webkit-linear-gradient(#cadeee, #cadeee), -webkit-linear-gradient(#cadeee, #cadeee), -webkit-linear-gradient(#231F20, #231F20);
    background: -moz-linear-gradient(#cadeee, #cadeee), -moz-linear-gradient(#cadeee, #cadeee), -moz-linear-gradient(#231F20, #231F20);
    background: -o-linear-gradient(#cadeee, #cadeee), -o-linear-gradient(#cadeee, #cadeee), -o-linear-gradient(#231F20, #231F20);
    background: -ms-linear-gradient(#cadeee, #cadeee), -ms-linear-gradient(#cadeee, #cadeee), -ms-linear-gradient(#231F20, #231F20);
    background: linear-gradient(#cadeee, #cadeee), linear-gradient(#cadeee, #cadeee), linear-gradient(#231F20, #231F20);
    -webkit-background-size: .05em 1px, .05em 1px, 1px 1px;
    -moz-background-size: .05em 1px, .05em 1px, 1px 1px;
    background-size: .05em 1px, .05em 1px, 1px 1px;
    background-repeat: no-repeat, no-repeat, repeat-x;
    text-shadow: 0.03em 0 #cadeee, -0.03em 0 #cadeee, 0 0.03em #cadeee, 0 -0.03em #cadeee, 0.06em 0 #cadeee, -0.06em 0 #cadeee, 0.09em 0 #cadeee, -0.09em 0 #cadeee, 0.12em 0 #cadeee, -0.12em 0 #cadeee, 0.15em 0 #cadeee, -0.15em 0 #cadeee;
    background-position: 0 85.2% ,100% 85.2% ,0 85.2%; }

.rsvp-passed {
  margin: 48px auto; }
  .rsvp-passed a {
    padding-bottom: 0.5px;
    background: -webkit-linear-gradient(#cadeee, #cadeee), -webkit-linear-gradient(#cadeee, #cadeee), -webkit-linear-gradient(#231F20, #231F20);
    background: -moz-linear-gradient(#cadeee, #cadeee), -moz-linear-gradient(#cadeee, #cadeee), -moz-linear-gradient(#231F20, #231F20);
    background: -o-linear-gradient(#cadeee, #cadeee), -o-linear-gradient(#cadeee, #cadeee), -o-linear-gradient(#231F20, #231F20);
    background: -ms-linear-gradient(#cadeee, #cadeee), -ms-linear-gradient(#cadeee, #cadeee), -ms-linear-gradient(#231F20, #231F20);
    background: linear-gradient(#cadeee, #cadeee), linear-gradient(#cadeee, #cadeee), linear-gradient(#231F20, #231F20);
    -webkit-background-size: .05em 1px, .05em 1px, 1px 1px;
    -moz-background-size: .05em 1px, .05em 1px, 1px 1px;
    background-size: .05em 1px, .05em 1px, 1px 1px;
    background-repeat: no-repeat, no-repeat, repeat-x;
    text-shadow: 0.03em 0 #cadeee, -0.03em 0 #cadeee, 0 0.03em #cadeee, 0 -0.03em #cadeee, 0.06em 0 #cadeee, -0.06em 0 #cadeee, 0.09em 0 #cadeee, -0.09em 0 #cadeee, 0.12em 0 #cadeee, -0.12em 0 #cadeee, 0.15em 0 #cadeee, -0.15em 0 #cadeee;
    background-position: 0 85.2% ,100% 85.2% ,0 85.2%; }

.clip-tri {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0); }

.clip-hex {
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); }

.clip-circ {
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%); }

.clip-rect {
  -webkit-clip-path: inset(5% 5% 5% 5%);
  clip-path: inset(5% 5% 5% 5%); }

.four-oh-four {
  position: absolute;
  right: 144px;
  top: 50%;
  width: 76px;
  height: 76px;
  margin-top: -38px;
  font-size: 2.4rem;
  line-height: 72px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50%;
  z-index: 100;
  font-weight: 800;
  border: 3px solid #231F20;
  background: #faf6f0;
  cursor: help; }

.moving .coltop {
  background-position: 50% 0%;
  animation: moving 12s linear infinite;
  -webkit-animation: moving 12s linear infinite; }

.moving .colbot {
  background-position: 50% 100%;
  animation: moving2 16s linear infinite;
  -webkit-animation: moving2 16s linear infinite; }

@keyframes moving {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* FF Hack for sharper renders */
    -webkit-transform-origin: 50% 25%;
    -moz-transform-origin: 50% 25%;
    -ms-transform-origin: 50% 25%;
    -o-transform-origin: 50% 25%;
    transform-origin: 50% 25%; }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* FF Hack for sharper renders */
    -webkit-transform-origin: 50% 25%;
    -moz-transform-origin: 50% 25%;
    -ms-transform-origin: 50% 25%;
    -o-transform-origin: 50% 25%;
    transform-origin: 50% 25%; } }
@-webkit-keyframes moving {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* FF Hack for sharper renders */
    -webkit-transform-origin: 50% 25%;
    -moz-transform-origin: 50% 25%;
    -ms-transform-origin: 50% 25%;
    -o-transform-origin: 50% 25%;
    transform-origin: 50% 25%; }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* FF Hack for sharper renders */
    -webkit-transform-origin: 50% 25%;
    -moz-transform-origin: 50% 25%;
    -ms-transform-origin: 50% 25%;
    -o-transform-origin: 50% 25%;
    transform-origin: 50% 25%; } }
@keyframes moving2 {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* FF Hack for sharper renders */
    -webkit-transform-origin: 50% 75%;
    -moz-transform-origin: 50% 75%;
    -ms-transform-origin: 50% 75%;
    -o-transform-origin: 50% 75%;
    transform-origin: 50% 75%; }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* FF Hack for sharper renders */
    -webkit-transform-origin: 50% 75%;
    -moz-transform-origin: 50% 75%;
    -ms-transform-origin: 50% 75%;
    -o-transform-origin: 50% 75%;
    transform-origin: 50% 75%; } }
@-webkit-keyframes moving2 {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* FF Hack for sharper renders */
    -webkit-transform-origin: 50% 75%;
    -moz-transform-origin: 50% 75%;
    -ms-transform-origin: 50% 75%;
    -o-transform-origin: 50% 75%;
    transform-origin: 50% 75%; }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* FF Hack for sharper renders */
    -webkit-transform-origin: 50% 75%;
    -moz-transform-origin: 50% 75%;
    -ms-transform-origin: 50% 75%;
    -o-transform-origin: 50% 75%;
    transform-origin: 50% 75%; } }
