body {
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.25em;
  margin: 0;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 2.25em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #477dca;
  text-decoration: none;
  transition: color 0.1s linear;
}
a:hover {
  color: #2c5999;
}
a:active, a:focus {
  color: #2c5999;
  outline: none;
}

hr {
  border-bottom: 1px solid #dddddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img {
  margin: 0;
  max-width: 100%;
}

abbr, acronym {
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}

address {
  display: block;
  margin: 0 0 0.75em;
}

hgroup {
  margin-bottom: 0.75em;
}

del {
  color: #595959;
}

blockquote {
  border-left: 2px solid #dddddd;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em;
}

cite {
  color: #737373;
  font-style: italic;
}
cite:before {
  content: '\2014 \00A0';
}

fieldset {
  background: #f7f7f7;
  border: 1px solid #dddddd;
  margin: 0 0 0.75em 0;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
}

label {
  font-weight: bold;
  margin-bottom: 0.375em;
}
label.required:after {
  content: "*";
}
label abbr {
  display: none;
}

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  box-sizing: border-box;
  transition: border-color;
  background-color: white;
  border-radius: 0.1875em;
  border: 1px solid #dddddd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%;
}
textarea:hover,
input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
select[multiple=multiple]:hover {
  border-color: #c4c4c4;
}
textarea:focus,
input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
select[multiple=multiple]:focus {
  border-color: #477dca;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

input[type="file"] {
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
  width: 100%;
}

select {
  width: auto;
  max-width: 100%;
  margin-bottom: 1.5em;
}

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #dddddd;
  padding: 0.75em 0;
}

tr, td, th {
  vertical-align: middle;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
dl {
  line-height: 1.5em;
  margin-bottom: 0.75em;
}
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
dl dd {
  margin: 0;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-ms-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateY(0);
  }

  40% {
    -ms-transform: translateY(-30px);
  }

  60% {
    -ms-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}
@-ms-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-ms-keyframes pulse {
  0% {
    -ms-transform: scale(1);
  }

  50% {
    -ms-transform: scale(1.1);
  }

  100% {
    -ms-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}
@-ms-keyframes shake {
  0%, 100% {
    -ms-transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -ms-transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -ms-transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }

  20% {
    -webkit-transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-ms-keyframes swing {
  20% {
    -ms-transform: rotate(15deg);
  }

  40% {
    -ms-transform: rotate(-10deg);
  }

  60% {
    -ms-transform: rotate(5deg);
  }

  80% {
    -ms-transform: rotate(-5deg);
  }

  100% {
    -ms-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-ms-keyframes tada {
  0% {
    -ms-transform: scale(1);
  }

  10%, 20% {
    -ms-transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -ms-transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -ms-transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -ms-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
  }
}
@-ms-keyframes wobble {
  0% {
    -ms-transform: translateX(0%);
  }

  15% {
    -ms-transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -ms-transform: translateX(20%) rotate(3deg);
  }

  45% {
    -ms-transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -ms-transform: translateX(10%) rotate(2deg);
  }

  75% {
    -ms-transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -ms-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-ms-keyframes bounceIn {
  0% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -ms-transform: scale(1.05);
  }

  70% {
    -ms-transform: scale(0.9);
  }

  100% {
    -ms-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}
@-ms-keyframes bounceInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -ms-transform: translateY(30px);
  }

  80% {
    -ms-transform: translateY(-10px);
  }

  100% {
    -ms-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-ms-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -ms-transform: translateX(30px);
  }

  80% {
    -ms-transform: translateX(-10px);
  }

  100% {
    -ms-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-ms-keyframes bounceInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -ms-transform: translateX(-30px);
  }

  80% {
    -ms-transform: translateX(10px);
  }

  100% {
    -ms-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}
@-ms-keyframes bounceInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -ms-transform: translateY(-30px);
  }

  80% {
    -ms-transform: translateY(10px);
  }

  100% {
    -ms-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }

  25% {
    -webkit-transform: scale(0.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-ms-keyframes bounceOut {
  0% {
    -ms-transform: scale(1);
  }

  25% {
    -ms-transform: scale(0.95);
  }

  50% {
    opacity: 1;
    -ms-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-ms-keyframes bounceOutDown {
  0% {
    -ms-transform: translateY(0);
  }

  20% {
    opacity: 1;
    -ms-transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-ms-keyframes bounceOutLeft {
  0% {
    -ms-transform: translateX(0);
  }

  20% {
    opacity: 1;
    -ms-transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-ms-keyframes bounceOutRight {
  0% {
    -ms-transform: translateX(0);
  }

  20% {
    opacity: 1;
    -ms-transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -ms-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-ms-keyframes bounceOutUp {
  0% {
    -ms-transform: translateY(0);
  }

  20% {
    opacity: 1;
    -ms-transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-ms-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-ms-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-ms-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-ms-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-ms-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -ms-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-ms-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-ms-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -ms-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-ms-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-ms-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -ms-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-ms-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -ms-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-ms-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-ms-keyframes flipInY {
  0% {
    -ms-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -ms-transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -ms-transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -ms-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-ms-keyframes flipOutX {
  0% {
    -ms-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -ms-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-ms-keyframes flipOutY {
  0% {
    -ms-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -ms-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-ms-keyframes lightSpeedIn {
  0% {
    -ms-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -ms-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -ms-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -ms-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-ms-keyframes lightSpeedOut {
  0% {
    -ms-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -ms-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateIn {
  0% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateInDownLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateInDownRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateInUpLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateInUpRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-ms-keyframes rotateOut {
  0% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-ms-keyframes rotateOutDownLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-ms-keyframes rotateOutDownRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-ms-keyframes rotateOutUpLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-ms-keyframes rotateOutUpRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-ms-keyframes hinge {
  0% {
    -ms-transform: rotate(0);
    -ms-transform-origin: top left;
    -ms-animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -ms-transform: rotate(80deg);
    -ms-transform-origin: top left;
    -ms-animation-timing-function: ease-in-out;
  }

  40% {
    -ms-transform: rotate(60deg);
    -ms-transform-origin: top left;
    -ms-animation-timing-function: ease-in-out;
  }

  80% {
    -ms-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -ms-transform-origin: top left;
    -ms-animation-timing-function: ease-in-out;
  }

  100% {
    -ms-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-ms-keyframes rollIn {
  0% {
    opacity: 0;
    -ms-transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -ms-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-ms-keyframes rollOut {
  0% {
    opacity: 1;
    -ms-transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -ms-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
/* Colors */
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: black;
  color: #c5c5c5;
  font-family: "Montserrat", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

/* Less than ie10 */
html.lt-ie10 nav#persistent,
html.lt-ie10 section#main,
html.lt-ie10 section.overlay,
html.lt-ie10 footer#legal,
html.lt-ie10 .pace {
  display: none;
}
html.lt-ie10 body {
  background: black;
}
html.lt-ie10 div.browser-upgrade {
  display: block;
  visibility: visible;
  text-align: center;
}
html.lt-ie10 div.browser-upgrade img {
  max-width: 100%;
  height: auto;
}

/* Rain Sequence on touch devices */
div.plate {
  display: none;
}

html.touch div.video-background {
  display: none;
}
html.touch div.plate {
  display: block;
}

nav#persistent {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  padding: 18px 28px 5px 36px;
  background: black;
  z-index: 50;
}
nav#persistent:after {
  content: "";
  display: table;
  clear: both;
}
nav#persistent .mobile-share,
nav#persistent .mobile-navigation {
  display: none;
}
@media (max-width: 1096px) {
  nav#persistent {
    padding: 18px 12px 5px 12px;
  }
}
@media (max-width: 638px) {
  nav#persistent {
    height: 80px;
    padding-top: 10px;
    position: absolute;
  }
  nav#persistent .mobile-navigation {
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 60;
    background: black;
  }
  nav#persistent .mobile-navigation ul.navigation {
    margin-top: 8px;
    display: block;
    width: 100%;
  }
  nav#persistent .mobile-navigation ul.navigation li {
    display: block;
    text-align: center;
  }
  nav#persistent .mobile-navigation span.close {
    position: absolute;
    top: 6px;
    left: 6px;
    display: block;
    height: 28px;
    width: 28px;
    background: url(../images/mobile-close.png) 0 0 no-repeat;
    background-size: 100% auto;
    cursor: pointer;
  }
  nav#persistent .mobile-navigation span.close:hover {
    background-position: 0 -28px;
  }
  nav#persistent .mobile-share {
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 60;
    background: black;
  }
  nav#persistent .mobile-share ul.social {
    display: block;
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-top: 18px;
    display: block;
    width: 100%;
    text-align: center;
  }
  nav#persistent .mobile-share ul.social li {
    margin-right: 10px;
  }
  nav#persistent .mobile-share ul.social li:last-child {
    margin-right: 0;
  }
  nav#persistent .mobile-share ul.social li a {
    height: 34px;
    width: 34px;
  }
  nav#persistent .mobile-share ul.social li a.icon-facebook:before {
    font-size: 26px;
    position: relative;
    left: 3px;
    top: 11px;
    line-height: 0;
  }
  nav#persistent .mobile-share ul.social li a.icon-twitter:before {
    font-size: 22px;
    position: relative;
    left: 1px;
    top: 6px;
    line-height: 0;
  }
  nav#persistent .mobile-share ul.social li a.icon-instagram {
    color: #810000;
    background: black;
  }
  nav#persistent .mobile-share ul.social li a.icon-instagram:before {
    position: relative;
    top: -4px;
    font-size: 20px;
  }
  nav#persistent .mobile-share ul.social li a.icon-youtube:before {
    font-size: 22px;
    position: relative;
    left: 0px;
    top: 5px;
    line-height: 0;
  }
  nav#persistent .mobile-share span.close {
    position: absolute;
    top: 6px;
    right: 6px;
    display: block;
    height: 28px;
    width: 28px;
    background: url(../images/mobile-close.png) 0 0 no-repeat;
    background-size: 100% auto;
    cursor: pointer;
  }
  nav#persistent .mobile-share span.close:hover {
    background-position: 0 -28px;
  }
  nav#persistent span.hamburger {
    position: absolute;
    top: 6px;
    left: 6px;
    display: block;
    height: 28px;
    width: 28px;
    background: url(../images/navigation-hamburger.png) 0 0 no-repeat;
    background-size: 28px;
    cursor: pointer;
  }
  nav#persistent span.hamburger:hover {
    background-position: 0 -28px;
  }
  nav#persistent span.share {
    position: absolute;
    top: 6px;
    right: 6px;
    display: block;
    height: 28px;
    width: 28px;
    background: url(../images/navigation-share.png) 0 0 no-repeat;
    background-size: 28px;
    cursor: pointer;
  }
  nav#persistent span.share:hover {
    background-position: 0 -28px;
  }
}
nav#persistent:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  height: 16px;
  background: url(../images/header-texture-after.png);
}
nav#persistent .movie-details {
  float: left;
  width: 268px;
  height: 92px;
  text-align: right;
  position: relative;
  z-index: 10;
}
nav#persistent .movie-details:after {
  content: '';
  display: block;
  position: absolute;
  top: 24px;
  left: -36px;
  height: 92px;
  width: 366px;
  background: url(../images/logo-texture-after.png);
  z-index: -1;
}
nav#persistent .movie-details ul.cast {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 10px;
  width: 268px;
  background: url(../images/movie-details-cast.png) 0 0 no-repeat;
  background-size: 268px 10px;
}
nav#persistent .movie-details h1.title {
  margin: 0;
  padding: 0;
}
nav#persistent .movie-details h1.title span {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 38px;
  width: 268px;
  background: url(../images/movie-details-no-good-deed.png) 0 0 no-repeat;
  background-size: 268px 38px;
}
nav#persistent .movie-details span.hr-line {
  display: block;
  margin: 0;
  padding: 0;
  height: 10px;
  width: 268px;
  background: url(../images/movie-details-producer.png) 0 -14px no-repeat;
  background-size: 268px 24px;
}
nav#persistent .movie-details h3.release-date {
  margin: 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 20px;
  width: 268px;
  background: url(../images/movie-details-release-date.png) 0 0 no-repeat;
  background-size: 268px 20px;
}
@media (max-width: 638px) {
  nav#persistent .movie-details {
    float: none;
    margin: 0 auto;
    width: 220px;
    height: auto;
  }
  nav#persistent .movie-details:after {
    display: none;
  }
  nav#persistent .movie-details ul.cast {
    height: 8.8px;
    width: 220px;
    background-size: 220px 8.8px;
  }
  nav#persistent .movie-details h1.title span {
    height: 31px;
    width: 220px;
    background-size: 220px 31px;
  }
  nav#persistent .movie-details span.hr-line {
    height: 6px;
    width: 220px;
    background-size: 220px 19.712px;
  }
  nav#persistent .movie-details h3.release-date {
    height: 14px;
    width: 220px;
    background-size: 220px 14px;
  }
}
nav#persistent ul.navigation {
  float: left;
  margin: 0 24px;
  height: 22px;
}
@media (max-width: 1096px) {
  nav#persistent ul.navigation {
    margin: 0 12px;
  }
}
nav#persistent ul.navigation li {
  padding: 0;
  margin: 0;
  line-height: 1;
  display: inline-block;
  margin-right: 54px;
}
@media (max-width: 1096px) {
  nav#persistent ul.navigation li {
    margin-right: 6px;
  }
}
@media (max-width: 700px) {
  nav#persistent ul.navigation li {
    margin-right: 0;
  }
}
nav#persistent ul.navigation li:last-child {
  margin-right: 0;
}
nav#persistent ul.navigation li span {
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  cursor: pointer;
}
nav#persistent ul.navigation li span.about {
  height: 22px;
  width: 83px;
  background-image: url(../images/navigation-about.png);
}
@media (max-width: 700px) {
  nav#persistent ul.navigation li span.about {
    height: 18px;
    width: 68px;
  }
}
nav#persistent ul.navigation li span.video {
  height: 22px;
  width: 73px;
  background-image: url(../images/navigation-video.png);
}
@media (max-width: 700px) {
  nav#persistent ul.navigation li span.video {
    height: 18px;
    width: 60px;
  }
}
nav#persistent ul.navigation li span.gallery {
  height: 22px;
  width: 106px;
  background-image: url(../images/navigation-gallery.png);
}
@media (max-width: 700px) {
  nav#persistent ul.navigation li span.gallery {
    height: 18px;
    width: 87px;
  }
}
nav#persistent ul.navigation li span:hover {
  background-position: 0 -22px;
}
@media (max-width: 700px) {
  nav#persistent ul.navigation li span:hover {
    background-position: 0 -18px;
  }
}
@media (max-width: 638px) {
  nav#persistent ul.navigation {
    display: none;
  }
}
nav#persistent .play {
  margin: 8px 24px 0 24px;
  font-family: "blue_highway", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: -0.4px;
  line-height: 0.95;
}
nav#persistent .play a {
  font-size: 21px;
  color: #c5c5c5;
  -webkit-mask-image: url(../images/text-texture.png);
  -moz-mask-image: url(../images/text-texture.png);
  -o-mask-image: url(../images/text-texture.png);
  mask-image: url(../images/text-texture.png);
}
nav#persistent ul.social {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: default;
}
nav#persistent ul.social li {
  position: relative;
  top: 3px;
  display: inline-block;
  font-size: 24px;
  margin-right: 2px;
}
nav#persistent ul.social li.youtube {
  display: none;
}
@media (max-width: 960px) {
  nav#persistent ul.social li.youtube {
    display: inline-block;
  }
}
nav#persistent ul.social li.youtube-subscribe {
  top: 2px;
  margin-left: 4px;
}
nav#persistent ul.social li.facebook-like {
  top: 0;
  margin-left: 0;
}
nav#persistent ul.social li.twitter-tweet {
  top: 0;
  margin-right: 0;
}
nav#persistent ul.social li.twitter-tweet iframe.twitter-tweet-button {
  width: 87px !important;
}
@media (max-width: 960px) {
  nav#persistent ul.social li.youtube-subscribe, nav#persistent ul.social li.facebook-like, nav#persistent ul.social li.twitter-tweet {
    display: none;
  }
}
nav#persistent ul.social li a,
nav#persistent ul.social li span {
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  background: #810000;
  color: black;
  transition: background-color 0.1s linear;
  -webkit-mask-image: url(../images/text-texture.png);
  -moz-mask-image: url(../images/text-texture.png);
  -o-mask-image: url(../images/text-texture.png);
  mask-image: url(../images/text-texture.png);
  cursor: pointer;
}
nav#persistent ul.social li a:hover,
nav#persistent ul.social li span:hover {
  background: #3d3d3d;
}
nav#persistent ul.social li a:before,
nav#persistent ul.social li span:before {
  cursor: pointer;
}
nav#persistent ul.social li a.icon-facebook:before,
nav#persistent ul.social li span.icon-facebook:before {
  font-size: 19px;
  position: relative;
  left: 3px;
  top: -1px;
}
nav#persistent ul.social li a.icon-twitter:before,
nav#persistent ul.social li span.icon-twitter:before {
  font-size: 16px;
  position: relative;
  left: 2px;
  top: -5px;
}
nav#persistent ul.social li a.icon-instagram,
nav#persistent ul.social li span.icon-instagram {
  color: #810000;
  background: black;
}
nav#persistent ul.social li a.icon-instagram:before,
nav#persistent ul.social li span.icon-instagram:before {
  position: relative;
  top: -4px;
  font-size: 20px;
}
nav#persistent ul.social li a.icon-youtube:before,
nav#persistent ul.social li span.icon-youtube:before {
  font-size: 16px;
  position: relative;
  left: 2px;
  top: -5px;
}
nav#persistent ul.social li a.icon-volume-high, nav#persistent ul.social li a.icon-volume-mute,
nav#persistent ul.social li span.icon-volume-high,
nav#persistent ul.social li span.icon-volume-mute {
  color: #810000;
  background: #000000;
  width: 22px;
}
nav#persistent ul.social li a.icon-volume-high:before, nav#persistent ul.social li a.icon-volume-mute:before,
nav#persistent ul.social li span.icon-volume-high:before,
nav#persistent ul.social li span.icon-volume-mute:before {
  position: relative;
  top: -4px;
  font-size: 20px;
}
nav#persistent ul.social li a.icon-volume-high:hover, nav#persistent ul.social li a.icon-volume-mute:hover,
nav#persistent ul.social li span.icon-volume-high:hover,
nav#persistent ul.social li span.icon-volume-mute:hover {
  color: #3d3d3d;
}
nav#persistent ul.social li a > span,
nav#persistent ul.social li span > span {
  display: none;
}
@media (max-width: 638px) {
  nav#persistent ul.social {
    display: none;
  }
}
nav#persistent.pre-animate .movie-details h1.title,
nav#persistent.pre-animate .movie-details ul.cast,
nav#persistent.pre-animate .movie-details span.hr-line,
nav#persistent.pre-animate .movie-details h3.release-date {
  opacity: 0;
}
nav#persistent.pre-animate ul.navigation li {
  opacity: 0;
}
nav#persistent.pre-animate ul.social {
  opacity: 0;
}
nav#persistent.animate .movie-details h1.title {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0;
  -ms-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
nav#persistent.animate .movie-details ul.cast {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
nav#persistent.animate .movie-details span.hr-line {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.8s;
  -ms-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
nav#persistent.animate .movie-details h3.release-date {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.8s;
  -ms-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
nav#persistent.animate ul.navigation li:first-child {
  opacity: 0;
  -webkit-animation-name: fadeInRight;
  -ms-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
nav#persistent.animate ul.navigation li:nth-child(2) {
  opacity: 0;
  -webkit-animation-name: fadeInRight;
  -ms-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
nav#persistent.animate ul.navigation li:last-child {
  opacity: 0;
  -webkit-animation-name: fadeInRight;
  -ms-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
nav#persistent.animate ul.social {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.6s;
  -ms-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

section#main {
  box-sizing: border-box;
  padding: 40px 0 90px;
  position: relative;
  height: 100%;
  width: 100%;
}
@media (max-width: 638px) {
  section#main {
    padding-top: 80px;
    height: auto;
    padding-bottom: 0;
  }
  section#main:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    height: 60px;
    background: url(../images/plate-bottom-fade.png) top left repeat-x;
    width: 100%;
    z-index: 100;
  }
}
section#main .contain {
  box-sizing: border-box;
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 5;
}
@media (max-width: 638px) {
  section#main .contain {
    height: 420px;
  }
}
section#main .tagline {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 504px;
}
section#main .tagline p span,
section#main .tagline p strong {
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
}
section#main .tagline p:nth-of-type(1) {
  margin-left: 0;
}
section#main .tagline p:nth-of-type(1) span {
  height: 24px;
  width: 161px;
  background-image: url(../images/tagline-1a.png);
}
section#main .tagline p:nth-of-type(1) strong {
  height: 24px;
  width: 299px;
  background-image: url(../images/tagline-1b.png);
}
section#main .tagline p:nth-of-type(2) {
  text-align: right;
  margin-right: 0;
}
section#main .tagline p:nth-of-type(2) span {
  height: 24px;
  width: 164px;
  background-image: url(../images/tagline-2a.png);
}
section#main .tagline p:nth-of-type(2) strong {
  height: 24px;
  width: 279px;
  background-image: url(../images/tagline-2b.png);
}
@media (max-width: 638px) {
  section#main .tagline {
    z-index: 100;
    width: 300px;
  }
  section#main .tagline p:nth-of-type(1) span {
    height: 16px;
    width: 100px;
  }
  section#main .tagline p:nth-of-type(1) strong {
    height: 16px;
    width: 174px;
  }
  section#main .tagline p:nth-of-type(2) span {
    height: 16px;
    width: 104px;
  }
  section#main .tagline p:nth-of-type(2) strong {
    height: 16px;
    width: 168px;
  }
}
section#main div.trailer {
  position: absolute;
  top: 40%;
  right: 10%;
}
section#main div.trailer span {
  display: block;
  position: relative;
  color: white;
  text-transform: uppercase;
  font-size: 36.5px;
  font-family: "blue_highway", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  letter-spacing: -1px;
  line-height: 0.8;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 52px;
  width: 194px;
  background-image: url(../images/watch-the-trailer.png);
  background-position: 0 0;
  background-size: 100%;
  cursor: pointer;
}
section#main div.trailer span:hover {
  background-position: 0 -52px;
}
@media (max-width: 638px) {
  section#main div.trailer {
    z-index: 100;
    top: 35%;
    right: 5%;
  }
  section#main div.trailer span {
    height: 36px;
    width: 140px;
  }
  section#main div.trailer span:hover {
    background-position: 0 -36px;
  }
}
section#main .video-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
section#main .video-background video {
  position: absolute;
  bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
section#main .plate {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section#main .plate .background {
  background: url(../images/plate-background.jpg) no-repeat center center fixed;
  background-size: cover;
  z-index: 8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section#main .plate .figure {
  background: url(../images/plate-figure.png) no-repeat bottom center fixed;
  background-color: transparent;
  background-size: auto 90%;
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section#main .plate .rain > div {
  background: no-repeat center center fixed;
  background-size: cover;
  z-index: 11;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
}
section#main .plate .rain > div.sequence-00 {
  background-image: url(../images/rain/ngd_rain_00000.png);
  visibility: visible;
}
section#main .plate .rain > div.sequence-01 {
  background-image: url(../images/rain/ngd_rain_00001.png);
}
section#main .plate .rain > div.sequence-02 {
  background-image: url(../images/rain/ngd_rain_00002.png);
}
section#main .plate .rain > div.sequence-03 {
  background-image: url(../images/rain/ngd_rain_00003.png);
}
section#main .plate .rain > div.sequence-04 {
  background-image: url(../images/rain/ngd_rain_00004.png);
}
section#main .plate .rain > div.sequence-05 {
  background-image: url(../images/rain/ngd_rain_00005.png);
}
section#main .plate .rain > div.sequence-06 {
  background-image: url(../images/rain/ngd_rain_00006.png);
}
section#main .plate .rain > div.sequence-07 {
  background-image: url(../images/rain/ngd_rain_00007.png);
}
section#main .plate .rain > div.sequence-08 {
  background-image: url(../images/rain/ngd_rain_00008.png);
}
section#main .plate .rain > div.sequence-09 {
  background-image: url(../images/rain/ngd_rain_00009.png);
}
@media (max-width: 638px) {
  section#main .plate {
    z-index: -1;
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  section#main .plate .background {
    background: url(../images/plate-background.jpg) no-repeat top center scroll;
    background-size: initial;
    z-index: 8;
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    height: 100%;
    width: 100%;
  }
  section#main .plate .figure {
    background: url(../images/plate-figure.png) no-repeat bottom center scroll;
    background-color: transparent;
    background-size: auto 90%;
    z-index: 10;
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    height: 100%;
    width: 100%;
  }
  section#main .plate .rain > div {
    background: no-repeat center center fixed;
    background-size: cover;
    z-index: 11;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
  }
  section#main .plate .rain > div.sequence-00 {
    background-image: url(../images/rain/ngd_rain_00000.png);
    visibility: visible;
  }
  section#main .plate .rain > div.sequence-01 {
    background-image: url(../images/rain/ngd_rain_00001.png);
  }
  section#main .plate .rain > div.sequence-02 {
    background-image: url(../images/rain/ngd_rain_00002.png);
  }
  section#main .plate .rain > div.sequence-03 {
    background-image: url(../images/rain/ngd_rain_00003.png);
  }
  section#main .plate .rain > div.sequence-04 {
    background-image: url(../images/rain/ngd_rain_00004.png);
  }
  section#main .plate .rain > div.sequence-05 {
    background-image: url(../images/rain/ngd_rain_00005.png);
  }
  section#main .plate .rain > div.sequence-06 {
    background-image: url(../images/rain/ngd_rain_00006.png);
  }
  section#main .plate .rain > div.sequence-07 {
    background-image: url(../images/rain/ngd_rain_00007.png);
  }
  section#main .plate .rain > div.sequence-08 {
    background-image: url(../images/rain/ngd_rain_00008.png);
  }
  section#main .plate .rain > div.sequence-09 {
    background-image: url(../images/rain/ngd_rain_00009.png);
  }
}
section#main.pre-animate .video-background,
section#main.pre-animate .tagline p,
section#main.pre-animate div.trailer {
  opacity: 0;
}
section#main.animate .video-background {
  -webkit-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 4s;
  -ms-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 0;
  -ms-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
section#main.animate .tagline p:nth-of-type(1) {
  -webkit-animation-name: fadeInRight;
  -ms-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
section#main.animate .tagline p:nth-of-type(2) {
  -webkit-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
section#main.animate div.trailer {
  -webkit-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

section.overlay {
  display: none;
}
section.overlay#trailer {
  display: none;
  box-sizing: border-box;
  position: absolute;
  z-index: 500;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
}
section.overlay#trailer.temp-hidden {
  display: block;
  visibility: hidden;
}
section.overlay#trailer .contain {
  box-sizing: border-box;
  padding: 40px 0;
}
section.overlay#trailer .contain {
  height: 100%;
}
section.overlay#trailer .video-container {
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 40px;
  left: 0;
  max-height: 100%;
}
section.overlay#trailer span.close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 38px;
  width: 34px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  z-index: 100;
  cursor: pointer;
  background-image: url(../images/close-button.png);
  background-size: 100% auto;
}
section.overlay#trailer span.close:hover {
  background-position: 0 -38px;
}
section.overlay#about, section.overlay#gallery {
  display: none;
  position: absolute;
  z-index: 500;
  top: 50px;
  bottom: 90px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
  background: url(../images/about-background.jpg) no-repeat center center fixed;
  background-size: cover;
  overflow: hidden;
}
section.overlay#about span.close, section.overlay#gallery span.close {
  display: block;
  position: absolute;
  top: 20px;
  right: 0px;
  height: 38px;
  width: 34px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  z-index: 100;
  cursor: pointer;
}
@media (max-height: 620px) {
  section.overlay#about span.close, section.overlay#gallery span.close {
    top: 20px;
    left: auto;
    right: 24px;
  }
}
section.overlay#about .contain, section.overlay#gallery .contain {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  box-sizing: border-box;
  width: 100%;
  padding: 80px 10% 40px;
  z-index: 30;
}
section.overlay#about .contain:after, section.overlay#gallery .contain:after {
  content: "";
  display: table;
  clear: both;
}
section.overlay#about .contain .mobile-header, section.overlay#gallery .contain .mobile-header {
  display: none;
}
@media (max-width: 900px) {
  section.overlay#about .contain, section.overlay#gallery .contain {
    padding: 40px 24px;
  }
}
section.overlay#about .contain:before, section.overlay#gallery .contain:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 594px;
  width: 60px;
  background: url(../images/about-texture-line.png);
}
section.overlay#about h2, section.overlay#gallery h2 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 10px;
}
section.overlay#about .story h2, section.overlay#gallery .story h2 {
  height: 19px;
  width: 89px;
  background: url(../images/about-story.png);
  background-size: 100% auto;
}
section.overlay#about .cast-crew h2, section.overlay#gallery .cast-crew h2 {
  height: 19px;
  width: 178px;
  background: url(../images/about-cast-and-crew.png);
  background-size: 100% auto;
}
section.overlay#about p, section.overlay#gallery p {
  font-size: 15px;
  color: #707070;
  line-height: 1.4;
}
@media (max-height: 620px) {
  section.overlay#about p, section.overlay#gallery p {
    font-size: 13px;
  }
}
section.overlay#about dl, section.overlay#gallery dl {
  font-size: 15px;
  color: #707070;
  line-height: 1.4;
  margin: 0 0 6px;
}
section.overlay#about dl:after, section.overlay#gallery dl:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-height: 620px) {
  section.overlay#about dl, section.overlay#gallery dl {
    font-size: 13px;
  }
}
section.overlay#about dl:last-of-type, section.overlay#gallery dl:last-of-type {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
section.overlay#about dl dt, section.overlay#gallery dl dt {
  margin-top: 0;
  color: red;
  text-transform: lowercase;
  float: left;
  text-align: right;
  width: 150px;
  font-weight: normal;
}
section.overlay#about dl dd, section.overlay#gallery dl dd {
  text-align: left;
  margin-left: 160px;
  text-transform: uppercase;
}
@media (min-width: 638px) and (max-width: 1000px) {
  section.overlay#about dl dt, section.overlay#gallery dl dt {
    width: 100px;
  }
  section.overlay#about dl dd, section.overlay#gallery dl dd {
    margin-left: 110px;
  }
}
section.overlay#about .story, section.overlay#gallery .story {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-right: 36px;
}
@media (max-width: 900px) {
  section.overlay#about .story, section.overlay#gallery .story {
    padding-right: 24px;
  }
}
section.overlay#about .cast-crew, section.overlay#gallery .cast-crew {
  box-sizing: border-box;
  width: 50%;
  float: right;
  padding-left: 36px;
}
@media (max-width: 900px) {
  section.overlay#about .cast-crew, section.overlay#gallery .cast-crew {
    padding-left: 24px;
  }
}
section.overlay#about span.close {
  background-image: url(../images/close-button.png);
  background-size: 100% auto;
}
section.overlay#about span.close:hover {
  background-position: 0 -38px;
}
section.overlay#gallery span.close {
  background-image: url(../images/close-button.png);
  background-size: 100% auto;
}
section.overlay#gallery span.close:hover {
  background-position: 0 -38px;
}
section.overlay#gallery span.prev,
section.overlay#gallery span.next {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 24px;
  height: 38px;
  width: 38px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  z-index: 100;
  cursor: pointer;
  background-image: url(../images/gallery-arrows.png);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
section.overlay#gallery span.prev {
  background-position: 0 0;
}
section.overlay#gallery span.prev:hover {
  background-position: 0 -38px;
}
section.overlay#gallery span.next {
  right: 24px;
  left: auto;
  background-position: -38px 0;
}
section.overlay#gallery span.next:hover {
  background-position: -38px -38px;
}
section.overlay#gallery .images {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.overlay#gallery .images > div {
  background: no-repeat center center fixed;
  background-size: cover;
  z-index: 11;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
}
section.overlay#gallery .images > div.active {
  visibility: visible;
  -webkit-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0;
  -ms-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
section.overlay#gallery .images > div.image-1 {
  background-image: url(../images/ngd_splash_gallery_01.jpg);
}
section.overlay#gallery .images > div.image-2 {
  background-image: url(../images/ngd_splash_gallery_02.jpg);
}
section.overlay#gallery .images > div.image-3 {
  background-image: url(../images/ngd_splash_gallery_03.jpg);
}
section.overlay#gallery .images > div.image-4 {
  background-image: url(../images/ngd_splash_gallery_04.jpg);
}
section.overlay#gallery .images > div.image-5 {
  background-image: url(../images/ngd_splash_gallery_05.jpg);
}
section.overlay#gallery ul.social {
  margin: 0;
  list-style-type: none;
  position: absolute;
  box-sizing: border-box;
  bottom: 0;
  right: 0;
  z-index: 20;
  height: 46px;
  width: 174px;
  padding-top: 18px;
  padding-left: 22px;
  background: url(../images/gallery-social-bg.png);
}
section.overlay#gallery ul.social:after {
  content: "";
  display: table;
  clear: both;
}
section.overlay#gallery ul.social li {
  float: left;
  font-family: "blue_highway", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  margin-right: 4px;
}
section.overlay#gallery ul.social li.share {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 18px;
  width: 54px;
  background: url(../images/gallery-share.png) 0 0 no-repeat;
  background-size: 100% auto;
}
section.overlay#gallery ul.social li.twitter {
  margin-right: 6px;
}
section.overlay#gallery ul.social li:last-child {
  margin-right: 0px;
}
section.overlay#gallery ul.social li a {
  display: block;
  width: 24px;
  text-align: center;
  color: red;
  -webkit-mask-image: url(../images/text-texture.png);
  -moz-mask-image: url(../images/text-texture.png);
  -o-mask-image: url(../images/text-texture.png);
  mask-image: url(../images/text-texture.png);
}
section.overlay#gallery ul.social li a[class^="icon-"], section.overlay#gallery ul.social li a[class*=" icon-"] {
  font-size: 18px;
  color: red;
}
section.overlay#gallery ul.social li a:hover {
  color: white;
}
section.overlay#gallery ul.social span {
  display: none;
}
section.overlay#gallery .copyright {
  position: absolute;
  left: 24px;
  bottom: 12px;
  z-index: 100;
  text-transform: uppercase;
  font-size: 11px;
  font-family: "blue_highway", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.2;
}
@media (max-width: 638px) {
  section.overlay#about {
    display: block !important;
    position: static;
    height: auto;
    background-attachment: scroll;
  }
  section.overlay#about p {
    font-size: 14px;
  }
  section.overlay#about dl dt {
    width: 30%;
    font-size: 14px;
  }
  section.overlay#about dl dd {
    margin-left: 35%;
    font-size: 14px;
  }
  section.overlay#about .contain {
    padding: 40px;
    position: relative;
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding-top: 0;
  }
  section.overlay#about .contain .mobile-header {
    display: block;
    margin: 0 -40px;
  }
  section.overlay#about .contain:before {
    display: none;
  }
  section.overlay#about .contain .story,
  section.overlay#about .contain .cast-crew {
    width: 100%;
    padding: 0;
    margin: 10px 0;
  }
  section.overlay#about span.close {
    display: none;
  }
}

.mobile-view {
  display: none;
}
@media (max-width: 638px) {
  .mobile-view {
    display: block;
  }
  .mobile-view#trailer-mobile {
    position: relative;
    top: -40px;
    margin-bottom: -40px;
    z-index: 500;
  }
  .mobile-view#trailer-mobile span {
    cursor: pointer;
  }
  .mobile-view#trailer-mobile .fluid-width-video-wrapper {
    display: none;
  }
  .mobile-view#gallery-mobile {
    position: relative;
    top: -25px;
    margin-bottom: -40px;
  }
  .mobile-view#gallery-mobile img {
    line-height: 0;
    padding: 0;
    margin: 0;
    display: none;
  }
  .mobile-view#gallery-mobile img.active {
    display: block;
    -webkit-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0;
    -ms-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .mobile-view#gallery-mobile span.prev,
  .mobile-view#gallery-mobile span.next {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 24px;
    height: 38px;
    width: 38px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 100;
    cursor: pointer;
    background-image: url(../images/gallery-arrows.png);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .mobile-view#gallery-mobile span.prev {
    background-position: 0 0;
  }
  .mobile-view#gallery-mobile span.prev:hover {
    background-position: 0 -38px;
  }
  .mobile-view#gallery-mobile span.next {
    right: 24px;
    left: auto;
    background-position: -38px 0;
  }
  .mobile-view#gallery-mobile span.next:hover {
    background-position: -38px -38px;
  }
  .mobile-view#gallery-mobile .copyright {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 100;
    text-transform: uppercase;
    font-size: 11px;
    font-family: "blue_highway", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    line-height: 1.2;
  }
}

#skrollr-body {
  padding: 75px 0 70px;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
}

footer#legal {
  box-sizing: border-box;
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 90px;
  padding: 12px 24px 0;
  background: black;
  z-index: 45;
}
@media (max-width: 800px) {
  footer#legal {
    padding: 0 12px 0;
    height: 70px;
  }
}
footer#legal:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  height: 16px;
  background: url(../images/footer-texture-before.png);
}
footer#legal ul.social {
  display: none;
}
footer#legal ul.logos {
  float: left;
}
@media (max-width: 800px) {
  footer#legal ul.logos {
    position: relative;
    top: 10px;
  }
}
footer#legal ul.logos li {
  display: inline-block;
}
footer#legal ul.logos li div {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  display: block;
  padding-top: 20px;
  text-transform: uppercase;
  font-size: 0.5em;
  line-height: 1.2;
  text-align: center;
}
footer#legal ul.logos li div.logo-wp {
  margin-right: 20px;
  height: 48px;
  width: 52px;
  background: url(../images/logo-wp-productions.png);
  background-size: 100%;
}
@media (max-width: 800px) {
  footer#legal ul.logos li div.logo-wp {
    height: 29px;
    width: 37px;
    margin-right: 12px;
  }
}
footer#legal ul.logos li div.logo-screen {
  position: relative;
  top: 2px;
  margin-right: 20px;
  height: 53px;
  width: 66px;
  background: url(../images/logo-screen-gems.png);
  background-size: 100%;
}
@media (max-width: 800px) {
  footer#legal ul.logos li div.logo-screen {
    height: 31.8px;
    width: 39.6px;
    margin-right: 12px;
  }
}
footer#legal ul.logos li div.logo-rating {
  position: relative;
  margin-right: 20px;
  height: 48px;
  width: 136px;
  background: url(../images/logo-pg13.png) no-repeat;
  background-size: 100% auto;
}
@media (max-width: 800px) {
  footer#legal ul.logos li div.logo-rating {
    top: 0px;
    height: 28.8px;
    width: 81.6px;
    margin-right: 12px;
  }
}
footer#legal p.rights {
  margin: 0 0 0 332px;
  padding: 12px 0 0 0;
  text-transform: uppercase;
  color: #707070;
  font-size: 11px;
  font-family: "blue_highway", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.2;
}
@media (max-width: 800px) {
  footer#legal p.rights {
    margin: 0 0 0 202px;
  }
}
footer#legal p.rights a {
  color: #707070;
}
footer#legal p.rights a:hover {
  color: #810000;
}
footer#legal ul.links {
  margin: 0 0 0 332px;
  padding: 0;
  line-height: 1;
}
@media (max-width: 800px) {
  footer#legal ul.links {
    margin: 0 0 0 202px;
  }
}
footer#legal ul.links li {
  display: inline-block;
  margin-right: 4px;
}
footer#legal ul.links li a {
  text-transform: uppercase;
  line-height: 1;
  color: #707070;
  font-size: 11px;
  font-family: "blue_highway", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
footer#legal ul.links li a:hover {
  color: #810000;
}
footer#legal ul.links li:after {
  content: '|';
  color: #707070;
  margin-left: 6px;
}
footer#legal ul.links li:last-child:after {
  content: '';
  margin: 0;
}
footer#legal div.credits {
  display: none;
  background: #1d1d1d;
  box-sizing: border-box;
  position: absolute;
  top: -160px;
  left: 0;
  right: 0;
  height: 160px;
  padding: 30px;
}
footer#legal div.credits span.close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  text-transform: uppercase;
  font-family: "blue_highway", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  color: #3d3d3d;
  z-index: 200;
  cursor: pointer;
}
footer#legal div.credits img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 90%;
}
@media (max-width: 638px) {
  footer#legal {
    position: relative;
    bottom: auto;
    padding-bottom: 20px;
  }
  footer#legal ul.social {
    padding-top: 20px;
    display: block;
    text-align: center;
  }
  footer#legal ul.social li {
    position: relative;
    top: 3px;
    display: inline-block;
    font-size: 24px;
    margin-right: 2px;
  }
  footer#legal ul.social li.youtube .icon-youtube:before {
    font-size: 16px;
    position: relative;
    left: 0;
    top: -5px;
  }
  footer#legal ul.social li.youtube-subscribe {
    display: none;
    top: 2px;
    margin-left: 4px;
  }
  footer#legal ul.social li.facebook-like {
    top: 0;
    margin-left: 0;
  }
  footer#legal ul.social li.twitter-tweet {
    top: 0;
    margin-right: 0;
  }
  footer#legal ul.social li.twitter-tweet iframe.twitter-tweet-button {
    width: 87px !important;
  }
  footer#legal ul.social li a,
  footer#legal ul.social li span {
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 3px;
    background: #810000;
    color: black;
    transition: background-color 0.1s linear;
    -webkit-mask-image: url(../images/text-texture.png);
    -moz-mask-image: url(../images/text-texture.png);
    -o-mask-image: url(../images/text-texture.png);
    mask-image: url(../images/text-texture.png);
    cursor: pointer;
  }
  footer#legal ul.social li a:hover,
  footer#legal ul.social li span:hover {
    background: #3d3d3d;
  }
  footer#legal ul.social li a:before,
  footer#legal ul.social li span:before {
    cursor: pointer;
  }
  footer#legal ul.social li a.icon-facebook:before,
  footer#legal ul.social li span.icon-facebook:before {
    font-size: 19px;
    position: relative;
    left: 3px;
    top: -1px;
  }
  footer#legal ul.social li a.icon-twitter:before,
  footer#legal ul.social li span.icon-twitter:before {
    font-size: 16px;
    position: relative;
    left: 2px;
    top: -5px;
  }
  footer#legal ul.social li a.icon-instagram,
  footer#legal ul.social li span.icon-instagram {
    color: #810000;
    background: black;
  }
  footer#legal ul.social li a.icon-instagram:before,
  footer#legal ul.social li span.icon-instagram:before {
    position: relative;
    top: -4px;
    font-size: 20px;
  }
  footer#legal ul.social li a.icon-youtube:before,
  footer#legal ul.social li span.icon-youtube:before {
    font-size: 16px;
    position: relative;
    left: 2px;
    top: -5px;
  }
  footer#legal ul.social li a.icon-volume-high, footer#legal ul.social li a.icon-volume-mute,
  footer#legal ul.social li span.icon-volume-high,
  footer#legal ul.social li span.icon-volume-mute {
    color: #810000;
    background: #000000;
    width: 22px;
  }
  footer#legal ul.social li a.icon-volume-high:before, footer#legal ul.social li a.icon-volume-mute:before,
  footer#legal ul.social li span.icon-volume-high:before,
  footer#legal ul.social li span.icon-volume-mute:before {
    position: relative;
    top: -4px;
    font-size: 20px;
  }
  footer#legal ul.social li a.icon-volume-high:hover, footer#legal ul.social li a.icon-volume-mute:hover,
  footer#legal ul.social li span.icon-volume-high:hover,
  footer#legal ul.social li span.icon-volume-mute:hover {
    color: #3d3d3d;
  }
  footer#legal ul.social li a > span,
  footer#legal ul.social li span > span {
    display: none;
  }
  footer#legal ul.logos {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  footer#legal ul.logos li div.logo-wp {
    margin-right: 20px;
    height: 44px;
    width: 46px;
    background-size: 100%;
  }
  footer#legal ul.logos li div.logo-screen {
    top: 2px;
    margin-right: 20px;
    height: 48px;
    width: 60px;
    background-size: 100%;
  }
  footer#legal ul.logos li div.logo-rating {
    top: -3px;
    margin-right: 0;
    height: 35px;
    width: 100px;
    background-size: 100% auto;
  }
  footer#legal p.rights,
  footer#legal ul.links {
    text-align: center;
    margin-bottom: 10px;
    margin-left: 0;
  }
}
footer#legal.pre-animate ul.social,
footer#legal.pre-animate ul.logos,
footer#legal.pre-animate p.rights,
footer#legal.pre-animate ul.links,
footer#legal.pre-animate div.credits {
  opacity: 0;
}
footer#legal.animate ul.social,
footer#legal.animate ul.logos,
footer#legal.animate p.rights,
footer#legal.animate ul.links,
footer#legal.animate div.credits {
  -webkit-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0;
  -ms-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

div.browser-upgrade {
  display: none;
}
