body {
  background: #000;
  color: #fff;
  font-family: "proxima-nova-extra-condensed";
  letter-spacing: 0.05em;
  overflow-y: scroll;
}
body.modal-open {
  overflow: hidden;
}
#tumblr_controls {
  position: absolute !important;
  top: 0;
}
#like-frame {
  visibility: hidden;
  display: none;
}
.like_button iframe {
  position: relative;
  z-index: 1;
  vertical-align: top;
}
.background {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
}
.background img {
  width: 100%;
}
.main-header {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 7px;
}
a.logo {
  display: block;
  width: 100%;
  max-width: 319px;
  margin: 0 auto 3px;
}
a.logo img {
  display: block;
  margin: 0 auto;
}
.main-nav {
  background: #000;
  padding: 15px 0px;
  position: relative;
}
.main-nav.fixed {
  position: fixed;
  z-index: 5;
  width: 100%;
  top: 0;
  left: 0;
}
.main-nav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.main-nav li {
  margin: 0;
  padding: 0;
  display: inline-block;
  border-right: solid 1px #ffe400;
  line-height: 10px;
}
.main-nav li:last-child {
  border-right: none;
}
.main-nav li a {
  color: #ffe400;
  padding-left: 11px;
  padding-right: 13px;
  text-decoration: none;
  font-weight: normal;
  letter-spacing: 0.047em;
  font-size: 20px;
}
.main-nav li a:hover {
  color: #fff;
}
.main-nav li a.disable {
  color: #ccc;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  cursor: default;
}
.main-nav .social-nav {
  position: absolute;
  right: 0;
  top: 10px;
  margin-right: 10px;
}
.main-nav .social-nav a {
  color: #838484;
  margin: 0 5px;
  text-decoration: none;
  font-size: 18px;
}
.main-nav .social-nav a.icon-yt {
  font-size: 25px;
}
.mobile-nav {
  display: none;
}
.mobile-nav ul a:hover {
  color: #fff;
}
.mobile-nav ul a.disable {
  color: #ccc;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  cursor: default;
}
.mobile-nav.fixed {
  background: url("http://sites.sonypictures.com/fury/tumblr/dist/images/bg.jpg");
  position: fixed;
  z-index: 5;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
}
.mobile-nav.fixed .social-nav {
  display: none;
}
.mobile-nav .social-nav {
  border-top: solid 1px #838484;
  border-bottom: solid 1px #838484;
  padding: 10px 0px;
}
.mobile-nav .social-nav a {
  color: #838484;
  text-decoration: none;
  font-size: 30px;
  margin: 0px 20px;
}
body#page-all .nav-item.all,
body#page-about .nav-item.about,
body#page-discussion .nav-item.discussion,
body#page-video .nav-item.videos,
body#page-BOTG .nav-item.BOTG,
body#page-FuryMotionComics .nav-item.FuryMotionComics,
body#page-TanksOfFury .nav-item.TanksOfFury {
  color: #fff;
}
.main-content {
  max-width: 1440px;
  position: relative;
  margin: 0 auto 50px;
  padding-bottom: 50px;
}
.main-content .main-video {
  margin: 0 auto;
  position: relative;
}
.main-content .main-video .video-bg {
  width: 100%;
}
.main-content .main-video .video-bg.desktop {
  display: block;
}
.main-content .main-video .video-bg.mobile {
  display: none;
}
.main-content .main-video .video-iframe {
  position: absolute;
  width: 46%;
  top: 10%;
  right: 3.7%;
  background: #000;
}
.main-content .main-video .video-iframe .video-image {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.main-content .main-video .video-iframe #ytplayer {
  display: none;
  width: 100%;
  height: 100%;
}
.main-content #posts {
  margin: 0;
  padding: 0;
}
.main-content #posts .item {
  width: 25%;
  height: auto;
  float: left;
  overflow: hidden;
}
.main-content #posts .item:hover article img.image-wrapper {
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
  -ms-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
}
.main-content #posts .item[data-mousedirection="direction-0"]:hover article img.image-wrapper {
  -webkit-transform: translateY(80%);
  -moz-transform: translateY(80%);
  -o-transform: translateY(80%);
  -ms-transform: translateY(80%);
  transform: translateY(80%);
}
.main-content #posts .item[data-mousedirection="direction-1"]:hover article img.image-wrapper {
  -webkit-transform: translateX(-75%);
  -moz-transform: translateX(-75%);
  -o-transform: translateX(-75%);
  -ms-transform: translateX(-75%);
  transform: translateX(-75%);
}
.main-content #posts .item[data-mousedirection="direction-2"]:hover article img.image-wrapper {
  -webkit-transform: translateY(-80%);
  -moz-transform: translateY(-80%);
  -o-transform: translateY(-80%);
  -ms-transform: translateY(-80%);
  transform: translateY(-80%);
}
.main-content #posts .item[data-mousedirection="direction-3"]:hover article img.image-wrapper {
  -webkit-transform: translateX(75%);
  -moz-transform: translateX(75%);
  -o-transform: translateX(75%);
  -ms-transform: translateX(75%);
  transform: translateX(75%);
}
.main-content #posts .item .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 81px;
  max-width: 30%;
  height: auto;
  z-index: 2;
  margin-left: -40px;
  margin-top: -28px;
  cursor: pointer;
}
.main-content #posts .item:hover .play-btn {
  display: none;
}
.main-content #posts .item .overlay .play-btn {
  display: block;
  position: static;
  margin: 0 auto;
}
.main-content #posts .item article {
  padding: 2px;
  background: #000;
  position: relative;
  margin: 10px 5px;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  height: 100%;
}
.main-content #posts .item article .hotspot {
  width: 100%;
  height: 70%;
  position: absolute;
  z-index: 3;
  cursor: pointer;
  pointer-events: none;
}
.main-content #posts .item article .post-wrapper {
  position: relative;
  height: 100%;
}
.main-content #posts .item article img.image-wrapper {
  position: relative;
  display: block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
}
.main-content #posts .item article .photoset-container {
  line-height: 0;
}
.main-content #posts .item article .photoset {
  display: inline-block;
}
.main-content #posts .item article .photoset img {
  float: left;
}
.main-content #posts .item article .photoset img.col-1 {
  width: 100%;
}
.main-content #posts .item article .photoset img.col-2 {
  width: 50%;
}
.main-content #posts .item article .photoset img.col-3 {
  width: 33%;
}
.main-content #posts .item article.video img.image-wrapper {
  height: auto;
  width: auto;
  max-width: none;
}
.main-content #posts .item article.tumblr-video iframe.tumblr_video_iframe {
  width: 100%;
  height: auto;
  min-height: 360px;
}
.main-content #posts .item article.tumblr-video .tvp_big_play_button {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 57px;
  height: 57px;
  padding: 1px;
  margin: -30px 0 0 -30px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  cursor: pointer !important;
  background: #202020;
  background: rgba(32,32,32,0.8);
  border: 3px solid #c6c6c6;
  -webkit-box-shadow: 0 0 2px #202020, 0 0 1px #202020, 0 0 3px #202020;
  box-shadow: 0 0 2px #202020, 0 0 1px #202020, 0 0 3px #202020;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  text-indent: -999em;
  outline: 0;
  font: bold 12px/1.2 Helvetica;
  color: #c6c6c6;
}
.main-content #posts .item article.tumblr-video .tvp_big_play_button span {
  display: block;
  position: absolute;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -13px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  background: url("http://sites.sonypictures.com/fury/tumblr/dist/images/tumblr_video_player_sprite.png") 0 -32px no-repeat;
}
.main-content #posts .item article.horizontal img.image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  top: 48.5%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-content #posts .item article:hover .panel {
  visibility: visible;
}
.main-content #posts .item article .panel {
  visibility: hidden;
  position: absolute;
  background: #484848;
  text-align: center;
  width: 100%;
  height: 100%;
}
.main-content #posts .item article .panel .panel-inner {
  padding: 10px;
  font-size: 17px;
  height: 70%;
}
.main-content #posts .item article .panel .panel-inner .body {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-content #posts .item article .panel .panel-inner strong,
.main-content #posts .item article .panel .panel-inner h1,
.main-content #posts .item article .panel .panel-inner h2,
.main-content #posts .item article .panel .panel-inner h3,
.main-content #posts .item article .panel .panel-inner h4,
.main-content #posts .item article .panel .panel-inner a {
  color: #ffe400;
}
.main-content #posts .item article .panel .panel-inner p {
  margin-top: 0;
}
.main-content #posts .item img {
  width: 100%;
  display: block;
}
.main-content .load-more {
  padding: 20px;
  width: 200px;
  margin: 20px auto;
  background: #38393b;
  color: #e2e2e2;
  text-align: center;
  cursor: pointer;
}
.main-content #loading {
  clear: both;
  margin-top: 20px;
  padding: 20px;
  text-align: center;
}
.main-content #overlay {
  background: #000;
  background: rgba(0,0,0,0.9);
  position: fixed;
  top: 177px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: none;
  z-index: 4;
  overflow-y: auto;
}
.main-content #overlay .modal {
  width: 640px;
  height: 90%;
  margin: 22px auto;
  padding: 0px 35px;
  text-align: center;
}
.main-content #overlay .modal .modal-inner {
  margin: 0 auto;
  position: relative;
}
.main-content #overlay .modal .modal-inner .close {
  background-color: #ffe400;
  padding: 4px 10px;
  color: #000;
  font-size: 30px;
  cursor: pointer;
  margin-bottom: 10px;
  position: absolute;
  right: -37px;
  width: 7px;
  font-size: 17px;
}
.main-content #overlay .modal .modal-inner .image-main {
  max-width: 100%;
  display: block;
  margin: 0 auto 5px;
  width: 100%;
  float: left;
  margin-right: 1%;
}
.main-content #overlay .modal .modal-inner .photoset .col-1 {
  width: 98%;
}
.main-content #overlay .modal .modal-inner .photoset .col-2 {
  width: 48%;
}
.main-content #overlay .modal .modal-inner .photoset .col-3 {
  width: 30%;
}
.main-content #overlay .modal .modal-inner iframe.tumblr_video_iframe {
  width: 100%;
}
.main-content #overlay .modal .modal-inner .info {
  clear: both;
  margin-top: 15px;
  padding-bottom: 150px;
}
.main-content #overlay .modal .modal-inner .info .buttons {
  position: static;
  margin-bottom: 15px;
}
.main-content #overlay .modal .modal-inner .info a {
  color: #ffe400;
}
.main-content #overlay .modal .modal-inner .info p {
  font-size: 17px;
  margin-top: 0px;
}
body.fixed .main-content #overlay {
  top: 40px;
}
.date {
  font-size: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.tags {
  text-transform: uppercase;
}
.tags a {
  text-decoration: none;
  color: #ffe400;
}
.buttons {
  position: absolute;
  bottom: 10px;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
}
.buttons li {
  display: inline-block;
  margin: 10px;
  font-size: 20px;
  cursor: pointer;
}
.buttons li:hover {
  color: #fff;
}
.buttons li iframe {
  border: none;
  width: 20px;
  height: 20px;
}
.about-page {
  padding: 20px;
  background: #000;
  background: rgba(0,0,0,0.5);
}
.about-page .page-inner {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
}
.about-page .page-inner .synopsis {
  min-height: 357px;
}
.about-page .page-inner .synopsis .image {
  width: 100%;
}
.about-page .page-inner .synopsis .image img {
  width: 100%;
}
.about-page .page-inner .synopsis .info {
  width: 98%;
  margin: 1%;
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #e4e4e4;
}
.about-page .page-inner .synopsis .info h3 {
  color: #ffe400;
  font-size: 17px;
  line-height: 1.5em;
  font-weight: normal;
  margin-bottom: 0;
}
.about-page .page-inner .synopsis .info p {
  margin-top: 0;
  font-size: 17px;
  line-height: 1.5em;
}
.about-page .page-inner .cast_crew {
  text-align: center;
  font-size: 17px;
  padding-bottom: 20px;
  color: #e4e4e4;
}
.about-page .page-inner .cast_crew h4 {
  color: #ffe400;
  margin-bottom: 1px;
  font-weight: normal;
}
.about-page .page-inner .cast_crew p {
  margin-top: 0px;
  line-height: 1.5em;
}
.about-page .page-inner .cast_crew .crew {
  float: left;
  width: 50%;
}
.about-page .page-inner .cast_crew .cast {
  float: left;
  width: 50%;
}
.about-page .page-inner .cast_crew .cast .cast-member {
  margin-bottom: 5px;
}
.about-page .page-inner .popups-container {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  background: #000;
  background: rgba(0,0,0,0.8);
  padding-bottom: 100px;
}
.about-page .page-inner .popups-container .popups {
  position: relative;
}
.about-page .page-inner .popups-container .popups .close {
  background-color: #ffe400;
  padding: 4px 10px;
  color: #000;
  font-size: 30px;
  cursor: pointer;
  margin-bottom: 10px;
  position: absolute;
  right: -37px;
  width: 7px;
  font-size: 17px;
}
.about-page .page-inner .popups-container .popups .popup {
  font-size: 17px;
  color: #dadada;
}
.about-page .page-inner .popups-container .popups .popup .head-shot {
  width: 100%;
}
.about-page .page-inner .popups-container .popups .popup .name {
  text-align: center;
  color: #ffe400;
}
.about-page .page-inner .popups-container .popups .popup .role {
  text-align: center;
}
.about-page .page-inner .popups-container .popups .popup .bio {
  line-height: 1.5em;
  width: 80%;
  margin: 0 auto;
}
.discussion-page {
  padding: 20px;
  background: #000;
  background: rgba(0,0,0,0.5);
}
.discussion-page .page-inner {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
}
.discussion-page .page-inner .download-link {
  text-align: center;
  margin: 20px auto;
}
.discussion-page .page-inner .download-link a {
  font-size: 17px;
  color: #ffe400;
}
.discussion-page .page-inner .preview img {
  width: 100%;
}
body.fixed .synopsis {
  margin-top: 100px;
}
.legal-footer {
  position: fixed;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000;
  background: rgba(0,0,0,0.85);
  color: #fff;
  text-align: center;
  padding: 5px 0 3px;
}
.legal-footer p {
  margin: 0;
}
.legal-footer .toggle {
  display: none;
  position: absolute;
  left: 20px;
  top: 7px;
}
.legal-footer p.tagline {
  letter-spacing: 0.44em;
  font-size: 22px;
}
.legal-footer .hidden {
  padding: 10px 0;
}
.legal-footer .hidden .logo-farm {
  float: left;
  margin-left: 20px;
}
.legal-footer .hidden .legal {
  text-align: right;
  margin-right: 20px;
  font-size: 10px;
  font-family: Helvetica, Verdana, Arial;
}
.legal-footer .hidden .legal a {
  color: #fff;
}
@media screen and (max-width: 1440px) and (min-width: 1025px) {
  .main-content #posts .item {
    width: 25%;
  }
}
@media screen and (max-width: 1024px) {
  .main-nav li a {
    font-size: 16px;
  }
  .main-content #posts .item {
    width: 33%;
  }
}
@media screen and (max-device-width: 1024px) and (min-device-width:769px) {
  .main-header {
    max-wdith: 1024px;
  }
  .main-content {
    max-width: 1024px;
  }
  .main-content #posts .item {
    width: 25%;
  }
}
/* Tablet Portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .main-header .main-nav .social-nav {
    top: -30px;
  }
  .legal-footer p.tagline {
    text-align: left;
    margin-left: 20px;
  }
  .main-content #posts .item {
    width: 50%;
  }
}
/* Mobile Phone */
@media screen and (max-width: 767px) {
  body.fixed .main-content #overlay {
    top: 60px;
  }
  .main-content .main-video .video-iframe {
    position: static;
    width: 100%;
  }
  .main-content .main-video .video-bg.desktop {
    display: none;
  }
  .main-content .main-video .video-bg.mobile {
    display: block;
  }
  .main-content .posts-page {
    padding-bottom: 20px;
  }
  .main-content #posts .item {
    max-width: 100%;
    width: 100%;
  }
  .main-content #overlay .modal {
    width: 320px;
    margin: 0 auto;
    padding: 0;
  }
  .main-content #overlay .modal .modal-inner .close {
    right: 0px;
  }
  .main-nav {
    display: none;
  }
  .mobile-nav {
    display: block;
    text-align: center;
    color: #ffe400;
    margin: 10px;
  }
  .mobile-nav .toggle {
    font-size: 50px;
    cursor: pointer;
  }
  .mobile-nav .toggle .icon-play {
    display: inline-block;
    font-size: 30px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .mobile-nav .toggle.on .icon-play {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .mobile-nav ul,
  .mobile-nav li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .mobile-nav ul {
    display: none;
  }
  .mobile-nav ul a {
    display: block;
    color: #ffe400;
    text-decoration: none;
    margin: 5px;
    font-size: 25px;
  }
  .about-page {
    padding: 0px;
  }
  .about-page .page-inner {
    max-width: 480px;
    margin: 0 auto;
  }
  .about-page .page-inner .synopsis {
    min-height: 300px;
  }
  .about-page .page-inner .synopsis .info h3 {
    margin: 0 auto;
    font-size: 35px;
  }
  .about-page .page-inner .synopsis .info p {
    margin-top: 0;
  }
  .about-page .page-inner .cast_crew .crew {
    float: none;
    width: 100%;
  }
  .about-page .page-inner .cast_crew .cast {
    float: none;
    width: 100%;
  }
  .legal-footer {
    position: static;
  }
  .legal-footer .container {
    position: relative;
    padding-top: 50px;
  }
  .legal-footer .toggle {
    display: none;
    position: static;
    margin-bottom: 10px;
  }
  .legal-footer p.tagline {
    letter-spacing: 0.44em;
    font-size: 15px;
  }
  .legal-footer .hidden .logo-farm {
    float: none;
    display: block;
    margin: 30px auto;
  }
  .legal-footer .hidden .legal {
    text-align: center;
    font-size: 11px;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
  #tumblr_controls {
    margin-left: 5%;
    width: 95% !important;
    z-index: 0;
  }
}
