@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url(http://fonts.googleapis.com/css?family=Neuton:400,200,700);
@import url(http://fonts.googleapis.com/css?family=Lato:400,300,700);

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.list-fix {
  list-style: none; }
  .list-fix li {
    float: left; }
    .list-fix li a {
      text-decoration: none; }

.yellow svg, .yellow svg * {
  fill: #fecb00; }
.yellow .social li a:hover {
  color: #fecb00 !important; }
.yellow .sitenav li.active a {
  background: url(http://dev.brigademarketing.com/bigeyes/img/highlight-line-yellow.svg) no-repeat;
  font-weight: 700 !important;
  color: #333 !important; }
.yellow .sitenav li:not(.active) a:hover {
  color: #000 !important; }
.yellow button {
  background: #fecb00; }

.skyblue svg,
.skyblue svg * {
  fill: #2a9cec; }
.skyblue .social li a:hover {
  color: #2a9cec !important; }
.skyblue .sitenav li.active a {
  background: url(http://dev.brigademarketing.com/bigeyes/img/highlight-line-blue.svg) no-repeat;
  font-weight: 700; }
.skyblue .sitenav li:not(.active) a:hover {
  color: #000; }
.skyblue button {
  background: #2a9cec; }

.orange svg,
.orange svg * {
  fill: #ff9900; }
.orange .social li a:hover {
  color: #ff9900 !important; }
.orange .sitenav li.active a {
  background: url(http://dev.brigademarketing.com/bigeyes/img/highlight-line-orange.svg) no-repeat;
  font-weight: 700 !important;
  color: #000 !important; }
.orange .sitenav li:not(.active) a:hover {
  color: #000; }
.orange button {
  background: #ff9900; }

.red button {
  background: #e6242d; }
.red .social li a:hover {
  color: #e6242d !important; }
.red .sitenav li.active a {
  background: url(http://dev.brigademarketing.com/bigeyes/img/highlight-line-red.svg) no-repeat;
 }
.red .sitenav li:not(.active) a:hover {
  color: #000; }
.red svg,
.red svg * {
  fill: #e6242d; }
  .sitenav li.active a {
     font-weight: 700 !important; 
     color:#000 !important;
  }
/* END INCLUDE FONTS */
p, li, a, span {
  font-size: 16px; }

h1 {
  font-size: 40px;
  color: #ffcc00;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 100; }

h2 {
  font-size: 20px;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 100; }

h3 {
  font-size: 38px;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 100; }

p {
  color: #fff;
  font-size: 16px;
  line-height: 2.1em;
  font-family: 'Lato', sans-serif;
  font-weight: 100; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

html, body {
  width: 100%;
  height: 100%;
  background: #000; }

* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

.container {
  width: 100%;
  height: 100%;
  background: #000;
  position: relative; }
  .container .site-content {
    min-height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%; }
  .container .left-content {
    height: 100%;
    width: calc(100% - 200px);
    float: left;
    padding: 40px;
    position: relative;
    z-index: 1; }
  .container .right-menu {
    float: left;
    height: 100%;
    width: 200px;
    overflow: hidden;
    position: relative;
    z-index: 1; }
  .container .bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-size: cover !important;
    z-index: 0; }

.error {
  color: red !important;
  border-color: red !important; }

form {
  width: 100%;
  overflow: hidden; }

input, textarea {
  width: 100%; }

section {
  width: 100%;
  overflow: hidden;
  clear: both; }

section.everythingcentered {
  overflow: hidden;
  padding: 50px 0; }
  section.everythingcentered h2 {
    text-align: center; }
  section.everythingcentered p {
    text-align: center; }

img {
  max-width: 100%; }

.hide {
  display: none; }

.show {
  display: block; }

.videoPlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(http://dev.brigademarketing.com/bigeyes/img/home-blur.png) no-repeat;
  opacity: 0;
  background-size: cover;
  z-index: 2; }
  .videoPlayer .left {
    height: 100%;
    width: calc(100% - 200px);
    float: left; }
    .videoPlayer .left .video {
      height: 80%;
      margin: 50px auto;
      overflow: hidden;
      width: 90%; }
    .videoPlayer .left .close {
      width: 38px;
      height: 38px;
      margin: 0 auto;
      cursor: pointer; }
  .videoPlayer .right {
    float: left;
    height: 100%;
    width: 200px;
    overflow: hidden; }
    .videoPlayer .right .top {
      width: 100%;
      height: calc(50% - 233px); }
    .videoPlayer .right .middle {
      overflow: hidden;
      width: 100%;
      height: 466px;
      position: relative;
      margin-top: 0; }
      .videoPlayer .right .middle .line {
        width: 11px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0; 
        display: none;}
      .home .middle img {
        opacity:0; 
      }
      .middle img {
        margin-left: 35px;
        }
    .videoPlayer .right .bottom {
      width: 100%;
      height: calc(50% - 233px); }
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #000; }
  #preloader svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px; }

.btn {
  font-weight: 100;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  padding: 18px 65px 21px;
  box-shadow: 0 3px 0 #0b506f;
  background: green;
  display: block;
  border-radius: 4px;
  float: left;
  border-top: 1px solid #0AB55F;
  margin-bottom: 8px; }

#tumblr-grid {
  width: 100%;
  float: left; }
  #tumblr-grid img {
    border: 20px solid rgba(115, 195, 255, 0.5);
    width: 100%; }
  #tumblr-grid .item {
    margin-bottom: 10px;
    margin-left: 10px; }

#tumblr-grid[data-columns]::before {
  content: '4 .column.size-1of4'; }

@media screen and (max-width: 480px) {
  #tumblr-grid[data-columns]::before {
    content: '1 .column.size-1of1'; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
  #tumblr-grid[data-columns]::before {
    content: '2 .column.size-1of2'; } }
@media screen and (min-width: 769px) {
  #tumblr-grid[data-columns]::before {
    content: '3 .column.size-1of3'; } }
@media screen and (min-width: 1024px) {
  #tumblr-grid[data-columns]::before {
    content: '4 .column.size-1of4'; } }
/* Again, youÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢re free to use and define the classes: */
.column {
  float: left; }

.size-1of1 {
  width: 100%; }

.size-1of2 {
  width: 50%; }

.size-1of3 {
  width: 33.333%; }

/* These are the classes that are going to be applied: */
.column {
  float: left; }

.size-1of4 {
  width: 25%; }

#sidebar {
  position: fixed;
  right: 0;
  top: 0;
  width: 200px;
  height: 100%;
  z-index: 8; }
  #sidebar .top {
    width: 100%;
    height: calc(50% - 233px);
    position: relative; }
    #sidebar .top .frame {
      position: absolute; }
      #sidebar .top .frame:nth-child(1) {
        left: 2%;
        top: 70px; }
      #sidebar .top .frame:nth-child(2) {
        left: 25%;
        top: 130px; }
      #sidebar .top .frame:nth-child(3) {
        left: 50%;
        top: -20px; }
      #sidebar .top .frame:nth-child(4) {
        left: 65%;
        top: -40px; }
      #sidebar .top .frame:nth-child(5) {
        left: 4%;
        top: 4px; }
      #sidebar .top .frame:nth-child(6) {
        left: 66%;
        top: 20px; }
      #sidebar .top .frame:nth-child(7) {
        left: 11%;
        top: -30px; }
  #sidebar .middle {
    width: 100%;
    height: 466px;
    position: relative; 
    margin-top: 0;}
    #sidebar .middle .line {
      width: 11px;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    #sidebar .middle img {
      margin-left: 35px; }
  #sidebar .bottom {
    width: 100%;
    height: calc(50% - 233px);
    position: relative; }
    #sidebar .bottom .credits {
      bottom: 0;
      background: url(http://dev.brigademarketing.com/bigeyes/img/credits-bg.png);
      position: absolute;
      width: 120px;
      height: 28px;
      left: 50%;
      margin-left: -96px;
      text-align: center;
      cursor: pointer;
      transition: .3s all; }
      #sidebar .bottom .credits:hover {
        opacity: .7 !important; }
      #sidebar .bottom .credits span {
        font-family: 'Neuton', serif;
        font-size: 14px;
        color: #333;
        font-weight: 100;
        text-transform: uppercase;
        line-height: 2.2em; }
  #sidebar .sitenav {
    list-style: none;
    float: left;
    margin-top: 20px;
    width: 100%; }
    #sidebar .sitenav li {
      float: left;
      clear: both;
      width: 100%; }
      #sidebar .sitenav li a {
        text-transform: uppercase;
        font-size: 16px;
        color: #ddd;
        padding: 6px 0 6px 0;
        display: block;
        text-decoration: none;
        font-family: 'Neuton', serif;
        transition: .4s color;
        font-weight: 100;
        width: 100%;
        margin-left: 3px;
        padding-left: 35px; }

        .skyblue #sidebar .sitenav li:not(.active) a:hover {
          color:#1F9AEF;
         }
         .red #sidebar .sitenav li:not(.active) a:hover {
          color:#E92024;
         }
         .orange #sidebar .sitenav li:not(.active) a:hover {
          color:#FF9A00;
         }
         .yellow #sidebar .sitenav li:not(.active) a:hover {
          color:#FFCD00 !important;
         }
  #sidebar .submenu {
    left: -180px;
    list-style: none outside none;
    position: absolute;
    top: 193px; }
    #sidebar .submenu li {
      clear: both;
      float: right;
      text-align: right;
      width: 100%; }
      #sidebar .submenu li a {
        text-transform: uppercase;
        font-size: 14px;
        color: #ddd;
        line-height:1.2em;
        padding: 6px 0 6px 38px;
        display: block;
        text-decoration: none;
        font-family: 'Oswald', sans-serif, 'Neuton', serif;
        transition: .4s color;
        font-weight: 100;
        width: 100%; }
      #sidebar .submenu li.active a {
        color: #fecb00; }
      #sidebar .submenu li:not(.active) a:hover {
        color: #fecb00; }

.social {
  list-style: none;
  float: left;
  margin-left: 37px;
  margin-top: 20px; }
  .social li {
    float: left;
    margin-right: 10px; }
    .social li a {
      color: #cfcfcf; }
      .social li a i {
        font-size: 1.4em; }
    .social li a:hover {
      color: #0973b6; }

#homeFormInner {
  width: 251px;
  overflow: hidden;
  clear: both;
  position: absolute;
  bottom: 49px;
  right: 0;
  color: #fff; }
  #homeFormInner p {
    color: #fff;
    font-family: 'Oswald',sans-serif;
    font-size: 12px;
    font-weight: 200;
    line-height: 1.2em;
    margin-bottom: 12px; }
  #homeFormInner #homeFieldEmail {
    width: 139px;
    float: left;
    border: 0;
    height: 20px;
    color: #333;
    font-size: 11px;
    padding: 0 5px; }
  #homeFormInner button {
    width: 56px;
    float: left;
    font-family: 'Oswald', sans-serif;
    color: #000;
    border: 0;
    height: 20px;
    line-height: 1.4em;
    margin-left: 5px;
    font-size: 11px; }
  #homeFormInner #listxsjju {
    float: left;
    width: 15px;
    margin: 0 10px 0 0; }
  #homeFormInner label {
    font-size: 10px;
    color: #fff;
    line-height: 1em; }
  #homeFormInner .row:last-child {
    clear: both;
    float: left;
    margin-top: 7px; }

.creditsContainer {
  width: 100%;
  height: 155px;
  background: #000;
  position: fixed;
  bottom: -245px;
  z-index: 9999;
  padding: 20px 0; }
  .creditsContainer .close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block; }
  .creditsContainer .wrapper {
    width: 700px;
    margin: 0 auto; }
  .creditsContainer .row {
    width: 100%;
    float: left;
    clear: both; }
  .creditsContainer .footer-nav {
    list-style: none;
    width: 656px;
    margin: 0 auto;
    margin-top: 10px; }
    .creditsContainer .footer-nav li {
      float: left;
      margin-left: 20px; }
      .creditsContainer .footer-nav li:first-child {
        margin-left: 0; }
      .creditsContainer .footer-nav li a, .creditsContainer .footer-nav li span {
        color: #fff;
        font-family: Helvetica, Arial;
        font-size: 10px;
        text-transform: uppercase; }
  .creditsContainer p {
    color: #fff;
    font-family: Helvetica, Arial;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px; }

.home-static .bg {
  background: url(http://dev.brigademarketing.com/bigeyes/img/home.png) no-repeat; }

.home #homeFormInner {
  opacity: 0; }
.home .credits, .home .social {
  opacity: 0; }
  .home #sidebar .middle .line {
    height: 0; }
  .home #sidebar .frame {
    opacity: 0; }
.home .bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: url(http://dev.brigademarketing.com/bigeyes/img/home.png) no-repeat;
  background-size: cover;
  z-index: 0; }
.home .siteLogo {
   }
.home .sitenav li {
  opacity: 0; }
.home .header .sitenav li.active a {
  background: url(http://dev.brigademarketing.com/bigeyes/img/blue_sketch.png) no-repeat; }
.home .header .middle .line {
  background: #0973b6; }
.home .right-menu .middle {
  overflow: hidden;
  width: 100%; }
  .home .right-menu .middle img {
    opacity: 0; }
.home .right-menu .line {
  height: 0; }
.home .frames {
  width: 300px;
  float: right;
  height: 90%;
  position: relative;
  transition: top 2s ease;
  -webkit-animation: backandforth 3s infinite;
  /* Safari 4+ */
  -moz-animation: backandforth 3s infinite;
  /* Fx 5+ */
  -o-animation: backandforth 3s infinite;
  /* Opera 12+ */
  animation: backandforth 3s infinite;
  /* IE 10+, Fx 29+ */
  position: relative;
  margin-top: 2%; }
  .home .frames .frame {
    border: 4px solid #fff;
    position: absolute;
    opacity: 0; }
    .home .frames .frame:nth-child(1) {
      width: 119px;
      height: 171px;
      left: 50%;
      top: 50%; }
    .home .frames .frame:nth-child(2) {
      width: 96px;
      height: 122px;
      left: 37%;
      top: 43%; }
    .home .frames .frame:nth-child(3) {
      width: 76px;
      height: 107px;
      left: 18%;
      top: 54%; }
    .home .frames .frame:nth-child(4) {
      width: 41px;
      height: 56px;
      left: 58%;
      top: 84%; }
    .home .frames .frame:nth-child(5) {
      width: 70px;
      height: 83px;
      left: 66%;
      top: 87%; }
    .home .frames .frame:nth-child(6) {
      width: 74px;
      height: 98px;
      left: 50%;
      top: 20%; }
    .home .frames .frame:nth-child(7) {
      width: 60px;
      height: 74px;
      left: 64%;
      top: 27%; }
    .home .frames .frame:nth-child(8) {
      width: 42px;
      height: 51px;
      left: 60%;
      top: 8%; }
    .home .frames .frame:nth-child(9) {
      width: 50px;
      height: 76px;
      left: 70%;
      top: 3%; }
.home #tumblr-grid {
  opacity: 0; }

/* Chrome, Safari, Opera */
@-webkit-keyframes backandforth {
  0% {
    top: -5px; }

  50% {
    top: 5px; }

  100% {
    top: -5px; } }
@-webkit-keyframes forthandback {
  0% {
    top: 5px; }

  50% {
    top: -5px; }

  100% {
    top: 5px; } }
/* Standard syntax */
@keyframes backandforth {
  0% {
    top: -5px; }

  50% {
    top: 5px; }

  100% {
    top: -5px; } }
.about .bg {
  background: url(http://dev.brigademarketing.com/bigeyes/img/aboutbg.jpg) no-repeat; }
.about .site-content {
  height: 100%; }

.left-content .content {
  width: 320px;
  height: 100%;
  float: left; }
  .left-content .content .copy {
    overflow: hidden;
    top: 30%;
    position: relative; }
    .left-content .content .copy p {
      margin-top: 26px;
      padding-left: 26px; }

.box {
  width: 65px;
  height: 95px;
  background: red;
  padding: 8px 5px;
  border: 2px solid #000;
  float: left;
  margin: 6px 16px 6px 6px;
  outline: 6px solid red; }
  .box span {
    display: block;
    background: #000;
    width: 100%;
    height: 100%;
    font-size: 39px;
    text-align: center;
    line-height: 2.1em;
    color: red;
    font-family: 'Oswald', sans-serif; }

.section {
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
  min-height: 100%; }
  .section .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .section .left-content {
    padding: 60px;
    z-index: 2;
    height: auto; }
  .section .content {
    height: auto;
    top: 14%;
    position: relative;
    height: auto;
    padding-bottom: 40px; }

.cast h1 {
  width: 51%; }

.top {
  width: 100%;
  height: calc(60% - 188px);
  position: relative; }

.middle {
  width: 100%;
  height: 376px; }

.bottom {
  width: 100%;
  height: calc(40% - 188px);
  position: relative; }

.timeline .section {
  height: auto;
  min-height: 100%; }
.timeline .dummydiv {
  width: 040%;
  height: 100%;
  float: left;
  border: 1px solid transparent; }
.timeline .content {
  width: 60%;
  float: left;
  top: 0;
  height: 100%;
  max-width: 455px;
  padding-right: 20px; }
  .timeline .content img {
    margin: 10px 0; }
.timeline .timeline-menu-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 226px;
  height: 100%;
  z-index: 4; }
  .timeline .timeline-menu-container .line {
    width: 1px;
    background: #fff;
    opacity: .6;
    position: absolute;
    left: 63px;
    top: 0;
    height: 100%; }
  .timeline .timeline-menu-container .timeline-menu {
    list-style: none; }
    .timeline .timeline-menu-container .timeline-menu li {
      float: left;
      clear: both; }
      .timeline .timeline-menu-container .timeline-menu li a {
        color: #ddd;
        display: block;
        font-family: 'Oswald',sans-serif;
        font-size: 13px;
        font-weight: 100;
        padding: 6px 0 6px 59px;
        text-decoration: none;
        text-transform: uppercase;
        transition: color 0.4s ease 0s;
        width: 100%; }
      .timeline .timeline-menu-container .timeline-menu li span {
        color: #fff;
        font-size: 20px;
        margin-right: 14px;
        top: 2px;
        position: relative; }
      .timeline .timeline-menu-container .timeline-menu li.active a, .timeline .timeline-menu-container .timeline-menu li.active span {
        color: #ff9900; }
      .timeline .timeline-menu-container .timeline-menu li:not(.active):hover a, .timeline .timeline-menu-container .timeline-menu li:not(.active):hover span {
        color: #ff9900; }
.timeline .year {
  color: #ff9900; }
.timeline .mini {
  font-size: 13px;
  color: #ccc;
  line-height: 1.2em;
  margin-top: 5px;
  font-family: 'Oswald';
  text-transform: uppercase; }
.timeline .row {
  width: 100%;
  overflow: hidden; }
  .timeline .row .col1 {
    width: 30%;
    float: left; }
  .timeline .row .col2 {
    width: 64%;
    float: right; }

  .videoPlayer.secondary {
    background: rgba(0,0,0,.7);
    opacity:1;
    display: none;
    z-index:9;
  }
  .item {
      list-style:none;
  }
  .caption {
      display:none;
  }
  .video iframe {
      width:100%;
      height:auto;
      border:20px solid rgba(115, 195, 255, 0.5);
  }
  .container .left-content {
      width:calc(100% - 260px);
  }
  .post {
      position:relative;
  }
  .post .hover {
      position:absolute;
      background:#000;
      background:rgba(0,0,0,.8) url(http://dev.brigademarketing.com/bigeyes/img/search-icon.png) no-repeat center center;
      z-index:5;
      display:none;
      width:100%;
      height:100%;
      left:0;
      top:0;
      border:20px solid rgba(115, 195, 255, 0.6);
      cursor:pointer;
  }
  .photoBox {
      width:100%;
      height:100%;
      position:fixed;
      top:0;
      left:0;
      z-index:6;
      background:rgba(0,0,0,.9);
      display:none;
  }
  #close_pb {
      position:absolute;
      top:20px;
      left:20px;
  }
  #close_pb * {
      fill:#fff !important;
  }
  .photoBox .wrapper {
      width:800px;
      margin:60px auto 0;
  }
  .photoBox .img {
      width:100%;
      float:left;
      display:none;
  }
  .photoBox .caption{
      display:block;
  }
  .photoBox img {
      width:50%;
  }
  .photoBox .img .content {
      width:45%;
      float:right;
      text-align:left;
  }
  .photoBox .content p {
      text-align:left;
      width:100%;
      display:block;
  }
  .photoBox .video {
      width:100%;
      float:left;
      display:none;
  }
  .photoBox .video iframe {
      width:100%;
      height:auto;
      height:410px;
  }
  .photoBox .video .content {
      float:left;
      width:100%;
      margin-top:20px;
  }
  /*@media (max-height: 900px)  {
    #sidebar .top,
    .videoPlayer .right .top {
     display: none;
    }
     #sidebar .middle,
     .videoPlayer .right .middle {
     margin-top: 20%;
    }
    #sidebar .bottom {
      bottom: 0;
      height: 241px;
      margin-top: 0;
      position: fixed;
      right: 0;
      width: 202px;
    }
  }*/
   @media (max-width: 1024px) {

    .videoPlayer .right .middle,
    #sidebar .middle {
     margin-top: 20%;
    }
    #sidebar .bottom {
      position: relative;
      width: 100%;
      height: calc(50% - 233px);
    }
  }
  .videoPlayer .left .video iframe {
        height:100%;
        border:0;
    }
    .tumblr_video_container {
        width:auto !important;
        height:auto !important;
    }
    .tumblr_video_container {
        width:auto !important;
        height:auto !important;
    }
    .photoBox .left {
        float: left;
        height: 100%;
        width: calc(100% - 300px);
        padding:100px;
    }
    .photoBox .right {
        float: left;
        height: 100%;
        overflow: hidden;
        width: 300px;
    }
    .photoBox img {
        border:20px solid rgba(115, 195, 255, 0.5);
    }
    .photoBox .video {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
    }
    .photoBox .content p span {
        font-size:18px;
    }
    .photoBox .video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .social {
        margin-top: 0;
    }
    #homeFormInner p {
        line-height:1.4em;
    }
    #homeFormInner {
        width:159px;
    }
    #homeFormInner button {
        width:139px;
        margin-left:0;
        margin-top:10px;
    }
    #sidebar .bottom .credits {
        margin-left:-50px;
    }
    @media (max-width:1024px) {
        .cta-txt {
            display:none;
        }
    }
    .thx {
        display:none;
    }
    .row {
        float:left;
        clear:both;
    }
    .label {
        margin-top:5px;
    }
    @media (max-height: 768px) {
        .cta-txt {
            display:none;
        }
        #sidebar .bottom {
            height:191px;
        }
    }
    .photoBox .video iframe {
        position:relative;
    }
    .tags {
        list-style:none;
    }
    .tags li {
        float:left;
        margin-right:10px;
    }
    .tags a {
        font-size: 13px;
        margin-top: 10px;
        color: #ccc;
    }
    .hide {
        display:none;
    }
    .photoBox .video iframe {
        height:550px;
        overflow:hidden;
    }
    .post.video iframe {
        height:329px;
    }
    .post .hover {
            background-image:none;
        }
        .my-like {
            background-image: url(http://dev.brigademarketing.com/bigeyes/img/heart.png);
            background-repeat:no-repeat;
            height:17px;
            width:21px;
            cursor:pointer;
            display:inline-block;
            vertical-align:top;
            float:left;
        }
        .my-liked, .my-like:hover {
            background-image: url(http://dev.brigademarketing.com/bigeyes/img/heart.png);
            background-repeat:no-repeat;
            background-position:left bottom;
            height:17px;
            width:21px;
            cursor:pointer;
            display:inline-block;
            vertical-align:top;
            float:left;
        }
        .reblog-button {
            display:block;
            float:left;
        }
        .reblog-button svg {
            width:21px;
            fill:#fff !important;
        }
        .reblog-button svg path {
            fill:#fff !important;
        }
        .mag-glass {
            float:left;
        }
        .mag-glass img {
            border:0 !important;
            width:20px !important;
        }
        .like-social{
            clear: left;
            width: 102px;
            overflow: hidden;
            margin: 0 auto;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -52px;
            margin-top: -13px;
        }
        .photoBox .like-social {
            position:relative;
            top: 0;
            left: 0;
            margin-left: 0;
            margin-top: 10px;
        }
        .photoBox .like-social div {
            margin-top:2px;
        }
         .like-social a, .like-social div {
             display:block;
             margin-right:20px;
             
         }
         .like-social a:last-child {
             margin-right:0;
         }
         iframe#tumblr_controls {
            top: 0% !important;
            right:0% !important; 
            position: fixed !important;}
        .previous-next {
            width:100%;
            overflow:hidden;
        }
        .previous-next a {
            color: #fff;
            background: #2a9cec;
            padding: 20px 15px;
            display: block;
            float: left;
            border-radius: 5px;
            font-weight: 500;
            text-transform: uppercase;
            font-size: 14px;
            margin: 0;
            line-height: 0;
            margin-top:20px;
        }
        .previous-next a.previous {
            float:right;
        }
        .post.video iframe {
            height:329px;
        }   
        .post .tumblr_video_container {
            height: 0 !important;
            padding-bottom: 69.25%;
            padding-top: 25px;
            position: relative;
            width: auto !important;
        }
        .post.video iframe {
            height: 100%;
            left: 0;
            margin: 0;
            padding: 0;
            position: absolute;
            top: 0;
            width: 100%;
        }