h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif; }

body {
  background: #0c0c0c;
  overflow-x: hidden;
  width: 100vw;
  height: 100%;
  margin: 0; }

/* HEADER */
a {
  color: #acacac;
  text-decoration: none; }

a:hover {
  color: #e6e6e6; }

header {
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 140px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11; }

#logo {
  margin: 22px 0 32px 50px;
  height: 100px;
  float: left;
  display: block; }

nav {
  float: right;
  margin: 0 40px 0 0;
  position: relative;
  -webkit-transform: translateY(130%);
  -ms-transform: translateY(130%);
  transform: translateY(130%); }
  nav ul {
    list-style: none; }
  nav li {
    display: inline-block;
    float: left;
    padding: 0px 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
    overflow: hidden; }

.hamburger {
  background: none;
  position: absolute;
  top: 10px;
  right: 0;
  line-height: 45px;
  padding: 5px 15px 0px 15px;
  color: #999;
  border: 0;
  font-size: 1.4em;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  z-index: 10000000000000;
  display: none; }

.cross {
  background: none;
  position: absolute;
  top: 10px;
  right: 0;
  padding: 7px 15px 0px 15px;
  color: #999;
  border: 0;
  font-size: 3em;
  line-height: 65px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  z-index: 10000000000000;
  display: none; }

.menu {
  z-index: 15;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 80px;
  text-align: center; }

.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

.menu li {
  display: block;
  padding: 15px 0 15px 0;
  border-bottom: #0c0c0c 1px solid; }

.menu li:hover {
  display: block;
  background: #000000;
  padding: 15px 0 15px 0;
  border-bottom: #0c0c0c 1px solid; }

.menu ul li a {
  text-decoration: none;
  margin: 0px;
  color: #acacac; }

.menu ul li a:hover {
  color: #e6e6e6;
  text-decoration: none; }

.menu a {
  text-decoration: none;
  color: #acacac; }

.menu a:hover {
  text-decoration: none;
  color: #666; }

@media screen and (max-width: 1280px) {
  header {
    height: 140px; } }

@media screen and (min-width: 960px) {
  .cross {
    display: none; }
  .hamburger {
    display: none; } }

@media screen and (max-width: 960px) {
  header {
    height: 80px; }
  nav {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    margin: 0 10px 0 0;
    display: none; }
  #logo {
    height: 50px;
    margin: 15px 0 15px 10px; }
  li {
    font-size: 0.75em; }
  .cross {
    display: inline; }
  .hamburger {
    display: inline; } }

/* SLIDESHOW */
*:focus {
  outline: 0;
  outline: none; }

#homePlayer {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

#homeVideo {
  top: -40px !important;
}

#homeVideo .plyr--video .plyr__controls {
  bottom: 100px !important;
}

.homeSlideshow {
  position: fixed;
  top: 140px;
  left: 0;
  width: 100vw; }
  .homeSlideshow img {
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover; }

.slideCaptions {
  bottom: 220px;
  min-height: 80px;
  position: absolute;
  width: 100vw;
  z-index: 2; }
  .slideCaptions a {
    text-decoration: none; }
  .slideCaptions h1 {
    text-align: right;
    color: #e6e6e6;
    font-family: "Montserrat", sans-serif;
    font-size: 4em;
    padding: 0 100px 0 0;
    line-height: 1em;
    text-shadow: 1px 2px 6px #000;
    text-transform: uppercase; }

.slick-dots {
  position: absolute;
  bottom: 190px;
  left: 5%;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0 10px 0 0;
    cursor: pointer;
    color: white;
    opacity: 1;
    left: -155px; }

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer; }

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\25AC";
  width: 20px;
  height: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: white;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: white;
  opacity: 0.75; }

@media screen and (max-width: 1920px) {
  .slick-dots {
    bottom: 200px;
    left: 10%; } }

@media screen and (max-width: 1366px) {
  .slideCaptions {
    bottom: 230px; }
    .slideCaptions h1 {
      font-size: 3em;
      line-height: 1em;
      text-align: center;
      padding: 0; }
  .slick-dots {
    bottom: 200px;
    left: 12%; }
  /* Mobile Position for Specific Slide */
  .drStrangePosition {
    -o-object-position: 90%;
    object-position: 90%; }
  .shallowsPosition {
    -o-object-position: 15%;
    object-position: 15%; }
  .beastsPosition {
    -o-object-position: 60%;
    object-position: 60%; } }

@media screen and (max-width: 960px) {
  .homeSlideshow {
    top: 80px; }
  #homeVideo .plyr--video .plyr__controls {
    bottom: 40px !important; } }

@media screen and (max-width: 768px) {
  .slideCaptions h1 {
    font-size: 2em;
    line-height: 1em; }
  .slick-dots {
    visibility: hidden; } }

@media screen and (max-width: 420px) {
  .slideCaptions h1 {
    font-size: 2em;
    line-height: 1em; }
  .slick-dots {
    visibility: hidden; } }

/* THUMBNAILS */
#vfxvideo {
  width: 1280px;
  overflow: hidden;
  height: auto;
  margin: 250px auto 0 auto;
}

#container {
  width: 1280px;
  overflow: hidden;
  height: auto;
  margin: 75px auto 50px auto; }

.thumbnail {
  width: 420px;
  height: 236px;
  margin: 100px 2px 2px 2px;
  float: left; }
  .thumbnail img {
    width: 100%; }

.thumbnailFooter {
  color: #e6e6e6;
  width: 420px;
  margin: 0; }
  .thumbnailFooter h3 {
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 1em;
    line-height: 1em;
    text-transform: uppercase; }
  .thumbnailFooter a {
    color: #e6e6e6; }
  .thumbnailFooter p {
    font-family: "Raleway", sans-serif;
    font-size: 1em;
    line-height: 1em;
    color: #acacac;
    margin: 0;
    padding: 5px 0; }

#spacer {
  height: 0px;
  width: 100%;
  float: left;
  margin: 60px 2px 2px 2px; }

.services {
  width: 420px;
  height: 236px;
  margin: 100px 2px 2px 2px;
  float: left; }
  .services h2 {
    color: #e6e6e6;
    font-size: 2em;
    line-height: 0em;
    text-transform: uppercase;
    padding: 0;
    margin-top: 15px; }
  .services ul {
    list-style: none;
    margin-left: 10px; }
  .services li {
    display: inline-block;
    float: none;
    text-align: left;
    font-family: "Raleway", sans-serif;
    color: #acacac;
    margin-left: -50px;
    font-size: 1em;
    line-height: 1.3em; }

@media screen and (max-width: 1280px) {
  #vfxvideo {
    width: 850px;
    margin: 250px auto 0 auto;
  }
  #container {
    width: 850px;
    margin: 75px auto 50px auto; } }

@media screen and (max-width: 850px) {
  #vfxvideo {
    width: 430px;
    margin: 150px auto 0 auto;
  }
  #container {
    width: 430px;
    margin-top: -20px; }
  .services {
    text-align: center; }
    .services h2 {
      margin-top: 50px; }
    .services ul {
      margin-left: 0; }
    .services li {
      text-align: center; } }

@media screen and (max-width: 480px) {
  #vfxvideo {
    max-width: 430px;
    margin: 100px auto 0 auto;
  }
  #container {
    width: 95%;
    max-width: 430px; }
  .thumbnail {
    margin: 100px auto 0 auto;
    width: 100%; }
  .thumbnailFooter {
    width: 100%; }
  .services {
    width: 100%; } }

/* CLIENTS */
#clientWrapper {
  width: 816px;
  max-width: 816px;
  overflow: hidden;
  height: auto;
  margin: 160px auto 50px auto; }

.clients {
  width: 200px;
  margin: 0 2px;
  float: left;
  opacity: 0.9; }
  .clients img {
    width: 100%; }

.clients:hover {
  opacity: 1; }

@media screen and (max-width: 1024px) {
  #clientWrapper {
    max-width: 612px; } }

@media screen and (max-width: 851px) {
  #clientWrapper {
    margin: 100px auto 50px auto; } }

@media screen and (max-width: 768px) {
  #clientWrapper {
    width: 90%;
    max-width: 408px; }
  .clients {
    min-width: 140px;
    width: 48%; } }

@media screen and (max-width: 480px) {
  #clientWrapper {
    max-width: 408px; } }

/* PRESS */
.pressWrapper {
  width: 100%;
  margin: 140px auto 0px auto; }

.pressBoxes {
  width: 50%;
  float: left;
  height: 250px; }

.pressContent {
  text-align: center; }
  .pressContent h2 {
    font-size: 2em;
    color: #e6e6e6;
    text-transform: uppercase;
    margin-top: 0px;
    padding: 0 0 0 0;
    line-height: 250px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: background 0.5s ease-in;
    -moz-transition: background 0.5s ease-in;
    -ms-transition: background 0.5s ease-in;
    -o-transition: background 0.5s ease-in;
    transition: background 0.5s ease-in; }
  .pressContent h4 {
    font-size: 1.25em;
    font-family: "Raleway", sans-serif;
    color: #acacac;
    padding: 0px 20px 5px 20px;
    line-height: em;
    margin-top: -140px; }

.pressContent:hover h2 {
  background: rgba(0, 0, 0, 0.6); }

@media screen and (max-width: 1024px) {
  .pressBoxes {
    width: 100%; } }

@media screen and (max-width: 850px) {
  .pressWrapper {
    margin-top: 80px; }
  .pressContent h2 {
    font-size: 1.25em; }
  .pressContent h4 {
    font-size: 1em;
    padding-top: 10px; } }

/* CAREER PAGE*/
.careerTitle {
  width: 90%;
  max-width: 600px;
  margin: 70px auto 0 auto;
  color: #e6e6e6;
  text-transform: uppercase; }

.careerVideo {
  width: 90%;
  height: 315px;
  max-width: 600px;
  margin: 160px auto 0 auto;
  color: #e6e6e6; }
  .careerVideo iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* CONTACT US */
#contactWrapper {
  width: 1280px;
  height: auto;
  background-color: #ff0000;
  margin: 175px auto 50px auto; }
  #contactWrapper h2 {
    color: #e6e6e6;
    font-size: 1.5em; }
  #contactWrapper p {
    color: #e6e6e6;
    font-family: "Raleway", sans-serif;
    text-shadow: none;
    text-transform: none;
    font-size: 1.4em;
    padding: 0px 0px 20px 0px; }

#contactLeft {
  width: 50%;
  height: auto;
  float: left; }

#contactRight {
  width: 50%;
  height: auto;
  float: left; }

.socialIcon {
  width: 20px;
  opacity: 0.8;
  float: left; }

.socialIcon:hover {
  opacity: 1; }

.officePhotoLA {
  width: 500px;
  height: 300px;
  background: url(../assets/contact/laCrop.jpg);
  background-size: cover; }

.officePhotoToronto {
  width: 500px;
  height: 300px;
  background: url(../assets/contact/torontoCrop.jpg);
  background-size: cover; }

.officePhotoPune {
  width: 500px;
  height: 300px;
  background: url(../assets/contact/pune.jpg);
  background-size: cover; }

.officePhotoLuoyang {
  width: 500px;
  height: 300px;
  background: url(../assets/contact/luoyang.jpg);
  background-size: cover; }

@media screen and (max-width: 1300px) {
  #contactWrapper {
    width: 90%; }
  #contactLeft {
    width: 70%; }
  #contactRight {
    width: 30%; } }

@media screen and (max-width: 850px) {
  #contactWrapper {
    width: 90%;
    margin: 115px auto 50px auto; }
  #contactLeft {
    width: 100%; }
  #contactRight {
    width: 100%;
    margin-bottom: 50px; }
  .socialResponsive {
    margin-top: 75px; }
  .officePhotoLA {
    width: 100%;
    height: 400px; }
  .officePhotoToronto {
    width: 100%;
    height: 400px; }
  .officePhotoPune {
    width: 100%;
    height: 400px; } }

@media screen and (max-width: 650px) {
  .officePhotoLA {
    height: 300px; }
  .officePhotoToronto {
    height: 300px; }
  .officePhotoPune {
    height: 300px; } }

@media screen and (max-width: 480px) {
  .officePhotoLA {
    height: 200px; }
  .officePhotoToronto {
    height: 200px; }
  .officePhotoPune {
    height: 200px; } }

/* ABOUT */
#buttonRow {
  position: fixed;
  overflow: hidden;
  margin-top: 140px;
  width: 100vw;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  height: 80px;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 12; }
  #buttonRow button {
    font-family: "Montserrat", sans-serif;
    color: #e6e6e6;
    text-transform: uppercase;
    height: 40px;
    width: 120px;
    margin: 20px 20px 20px 20px;
    border: 4px solid white;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer; }
  #buttonRow button:hover {
    color: #000000;
    background-color: white;
    border: 4px solid white;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out; }
  #buttonRow button:focus {
    color: #000000;
    background-color: white;
    border: 4px solid white; }

#aboutWrapper {
  width: 100%;
  height: auto;
  margin-top: 225px;
  margin-bottom: -55px;
  position: relative; }
  #aboutWrapper .aboutImages {
    position: relative;
    top: 0;
    left: 0; }
  #aboutWrapper .teamText {
    position: absolute;
    color: white;
    text-align: right;
    bottom: -7%;
    right: 0;
    padding-right: 7vw; }
    #aboutWrapper .teamText h1 {
      font-family: "Montserrat", sans-serif;
      font-size: 4vw;
      line-height: 0em;
      text-transform: uppercase;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }
    #aboutWrapper .teamText h2 {
      font-family: "Raleway", sans-serif;
      font-size: 2.5vw;
      line-height: 0.5em;
      text-shadow: 0px 0px 10px black; }
    #aboutWrapper .teamText h3 {
      font-family: "Montserrat", sans-serif;
      font-size: 1.5vw;
      line-height: 5em;
      text-transform: uppercase;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }

.aboutPopup {
  background-repeat: no-repeat;
  background-position: 25% center;
  background-size: cover; }

@media screen and (max-width: 1280px) {
  #aboutWrapper {
    margin-top: 140px; } }

@media screen and (max-width: 960px) {
  #buttonRow {
    margin-top: 80px; }
  #aboutWrapper {
    margin-top: 165px; } }

@media screen and (max-width: 480px) {
  #buttonRow {
    margin-top: 80px;
    height: 50px; }
    #buttonRow button {
      font-size: 0.7em;
      height: 30px;
      width: 120px;
      margin: 10px 10px 10px 10px;
      border: 2px solid white; }
    #buttonRow button:hover {
      border: 2px solid white; }
    #buttonRow button:focus {
      border: 2px solid white; }
  #aboutWrapper {
    margin-top: 135px; } }

.aboutImg {
  width: 100%;
  height: auto;
  margin-top: -5px; }

#teamFilter {
  width: 10%;
  height: 100%;
  position: fixed;
  background-color: black;
  float: left;
  z-index: 10;
  opacity: 0.3; }

/* THUMBNAIL ON CLICK */
.projectInfo {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 100; }

.popup-inner {
  font-family: "Montserrat", sans-serif;
  color: #e6e6e6;
  width: 640px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -360px);
  -ms-transform: translate(-50%, -360px);
  transform: translate(-50%, -360px);
  background: #000000;
  z-index: 100;
  margin-bottom: 50px; }
  .popup-inner iframe {
    width: 640px;
    height: 360px;
    padding: 0; }
  .popup-inner img {
    width: 640px;
    height: 360px;
    padding: 0; }
  .popup-inner h2 {
    font-size: 2em;
    text-transform: uppercase;
    padding: 0px 20px 0px 20px;
    line-height: 1em; }
  .popup-inner h4 {
    font-size: 1.25em;
    font-family: "Raleway", sans-serif;
    color: #acacac;
    padding: 0px 20px 5px 20px;
    line-height: 1em;
    margin-top: -15px; }
  .popup-inner h5 {
    font-size: 1.5em;
    font-family: "Raleway", sans-serif;
    padding: 0px 20px 5px 20px;
    line-height: 1em;
    margin-top: 15px;
    text-transform: uppercase; }
  .popup-inner p {
    color: #acacac;
    font-family: "Raleway", sans-serif;
    text-shadow: none;
    text-transform: none;
    font-size: 1em;
    padding: 0px 20px 20px 20px; }

.popup-close {
  background: #0c0c0c;
  color: #e6e6e6;
  line-height: 24px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 26px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 12px;
  z-index: 99999; }

.popup-close:hover {
  background: #e6e6e6;
  color: #000000; }

@media screen and (max-width: 768px) {
  .projectInfo div {
    width: 400px; }
    .projectInfo div iframe {
      width: 400px;
      height: 225px; }
    .projectInfo div img {
      width: 400px;
      height: 225px;
      padding: 0; }
  .projectInfo h2 {
    font-size: 1.5em; }
  .projectInfo p {
    color: #acacac;
    font-family: "Raleway", sans-serif;
    text-shadow: none;
    text-transform: none;
    font-size: 0.8em;
    padding: 0px 20px 20px 20px; }
  .popup-inner {
    -webkit-transform: translate(-50%, -200px);
    -ms-transform: translate(-50%, -200px);
    transform: translate(-50%, -200px); } }

@media screen and (max-width: 480px) {
  .projectInfo div {
    width: 300px; }
    .projectInfo div iframe {
      width: 100%; }
    .projectInfo div img {
      width: 100%;
      height: 169px;
      padding: 0; } }
