/* 2025 3WhiteEskimos.com CSS Update | July 29, 2025 */

/* CSS RESET */
html, body, div, span, applet, object, iframe, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
}
:focus {
outline: 0;
}

.relative {
  position: relative;
}

.font-white, .font-white a {
  color: #eee6e6 !important;
}
hr.invisible {
  background: none;
}

.center {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}

.mb-60 {margin-bottom: 60px !important;}
.mt-80 {margin-top: 80px !important;}
.mb-80 {margin-bottom: 80px !important;}

.page-section  {
  width: 100%;
  display: block;
  position: relative;
}
.pt-50 {padding-top:50px;}
.pt-100-b-80-cont { padding-top:100px; padding-bottom:80px;}
.pt-100 { padding-top: 100px;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html,body{
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
body {
  border: 0 none;
  font-size: 100%;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline;
	font-size: 14px;
	line-height: 25px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #7e8082;
	background-color: #020202;
	-webkit-font-smoothing: antialiased !important;
	-webkit-text-size-adjust: 100% !important;
}
.bold {
	font-weight:bold !important;
}
.font-light {
	font-weight:100 !important;
}
.font-norm {
	font-weight:normal !important;
}
::-moz-selection
{
	background-color: #a29c9c;
  color:#ffffff;
}
::selection
{
	background-color: #a29c9c;
  color:#ffffff;
}
::-moz-selection
{
	background-color: #a29c9c;
  color:#ffffff;
}
.relative {
  position: relative;
}
img, video {
  max-width: 100%;
  height: auto;
}
/* CSS RESET */

/* CLEARFIX */
.clearfix:before, .clearfix:after, .row:before, .row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:after {
    clear: both
}
.clearfix {
    zoom: 1;
}
/* CLEARFIX */

/* TYPOGRAPHY */
h1, h2, h3{
	font-family: 'Lato',Arial,Helvetica,sans-serif;
	font-weight:normal;
	color: #4b4e53;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #eee6e6;
	margin: 0;
}
h1 {
	font-size: 32px;
	line-height: 45px;
	margin: 40px 0 32px 0;
}
h2 {
	font-size: 28px;
	line-height: 32px;
	margin: 27px 0 18px 0;
}
h3 {
	font-size: 24px;
	letter-spacing: normal;
	line-height: 33px;
	margin: 26px 0 16px 0;
}
h4 {
	font-size: 18px;
	letter-spacing: normal;
	line-height: 25px;
	margin: 21px 0 19px 0;
}
h5 {
	font-size: 14px;
	letter-spacing: normal;
	line-height: 25px;
	margin: 18px 0 13px 0;
}
h6 {
	font-size: 12px;
	letter-spacing: normal;
	line-height: 18px;
	margin: 18px 0 13px 0;
}
.heading-line {
	position:relative;
}
.heading-line h1, .heading-line h2, .heading-line h3, .heading-line h4, .heading-line h5, .heading-line h6{
	position: relative;
	display: inline-block;
	background-color: #FFF;
	padding-right: 15px;
}
.heading-line:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	border-top: 2px solid #eee;
	left: auto;
	top: 58%;
	right: 0;
}
.h2-line:before {
	top: 59%;
}
.h3-line:before {
	top: 61%;
}
.h4-line:before {
	top: 51.5%;
}
.h5-line:before, .h6-line:before {
	top: 55%;
}
.heading-underline h1, .heading-underline h2, .heading-underline h3, .heading-underline h4, .heading-underline h5, .heading-underline h6{
	border-bottom: 1px solid #eee;
	padding-bottom:20px;
}
.heading-underline h2{
	padding-bottom:20px;
}
.heading-underline h3{
	padding-bottom:16px;
}
.heading-underline h4{
	padding-bottom:16px;
}
.heading-underline h5, .heading-underline h6 {
	padding-bottom:16px;
}
/* TYPOGRAPHY */

/* LOADER */
#loader-overflow{
  display:block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #020202;
  z-index: 99999;
  transition: opacity 1.5s, visibility 1.5s;
}
#loader3 {
  will-change: transform;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  background-color: #eee6e6;
  border-radius: 50%;
  -webkit-animation: scaleout 1.1s infinite ease-in-out;
  animation: scaleout 1.1s infinite ease-in-out;

  text-indent: -99999px;
  z-index: 999991;
}
@-webkit-keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}
.loader-hidden {
  opacity: 0;
  visibility: hidden;
}
/* LOADER */

/* HEADER */
.header {
	position: fixed;
	left: 0;
	-webkit-transition: background .3s ease, height .4s ease;
	-o-transition: background .3s ease, height .4s ease;
	transition: background .3s ease, height .4s ease;
	width: 100%;
	z-index: 29;
}
.header-wrapper {
	position: relative;
	width: 100%;
	-webkit-transition: height .3s ease 0s, background .3s ease 0s;
	-o-transition: height .3s ease 0s, background .3s ease 0s;
	transition: height .3s ease 0s, background .3s ease 0s;
	-webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
	z-index: 29;
}
.header.no-transparent-2 {
  background: rgba(2, 2, 2, 0.85);
}
.logo-img {
  width: 70px;
}
.logo-img:hover {
  cursor: pointer;
}
.pe-10 {
  padding-right: 100px;
}
li.menu a, a {
text-decoration: none;
}
.main-menu-btn {
  color: #a29c9c;
  transition: 0.2s;
}
.main-menu-btn:hover {
  color: #fff;
  transition: 0.2s;
}
.main-menu-title{
  font-size: 12px;
	line-height:20px;
  margin-left: 15px;
  text-transform: uppercase;
  color: #a29c9c;
  font-weight: normal;
  letter-spacing: 2px;
  background-color: transparent;
  padding: 25px 10px 25px 10px;
  font-weight: bold;
  white-space: nowrap;
}
.main-menu-title:hover {
  color: #fff;
}
.main-menu-title.active {
  color: #fff;
}
/* HEADER */

/* MODAL */

.bg-3we img {
  width: 100%;
}
.bg-3we h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%, -50%);
}
.text-3we {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background-color: rgb(2,2,2, 0.6);
  white-space: nowrap;
  color: #eee6e6;
}
.modal-dialog {
  z-index: 1090;
}

/* MODAL */

/* FOOTER */

.footer-soc-a {
  cursor: pointer;
}
.footer-soc-a a {
  font-size:16px;
  padding:12px;
  vertical-align: middle;
  color: rgba(75, 78, 83, 1);
  transition: all .3s;
}
.footer-copy {
  margin-top:5px;
}
.footer-copy a{
  font-size:11px;
  color: rgba(126, 128, 130, 1);
  vertical-align: middle;
  transition: all .3s;
}
.footer-soc-a a:hover, .footer-copy a:hover {
  color: #a29c9c;
}

/* FOOTER */

/* BACKGROUND */

.bg-black-deep {
  background-color: #020202;
}

/* BACKGROUND */

/* INDEX */

.promo-gradient {
  background: linear-gradient(0deg, rgba(2,2,2,1) 0%, rgba(2,2,2,1.00) 0%, rgba(2,2,2,0.00) 100%, rgba(2,2,2,0) 100%);
  pointer-events:none;
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 15;
}
.behind-the-scenes {
  background: url("../promo/bts-promo.webp") center no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  height: 100vh;
}
@media (max-width: 780px) {
  .behind-the-scenes {
    background: url("../promo/bts-promo-mobile.webp") center no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    height: 100vh;
    opacity: 0.5;
  }
}
.sm-content-cont {
  display: table;
  height: 600px;
}
.sm-cont-middle {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.promo-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
  z-index: 20;
  transition: top 0.35s ease;
}
.bts-main-text {
  white-space: nowrap;
  font-size: 150px;
  font-weight: 700;
  color: #eee6e6;
  letter-spacing: -5px;
  font-family:Poppins;
  text-shadow:0px 15px 30px rgba(2, 2, 2, 1);
  font-size: 140px;
  margin-bottom: 150px;
}
.bts-secondary-text {
  z-index: 14;
  white-space: normal;
  font-size: 20px;
  line-height: 100px;
  font-weight: bold;
  color: #eee6e6;
}
.bts-button {
  background-color: rgb(2,2,2, 0.6);
  border-color: rgb(2,2,2);
  border-radius: 30px 30px 30px 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 300px;
  white-space: nowrap;
  padding: 15px 90px 15px 90px;
  font-size: 20px;
  line-height: 100px;
  font-weight: 600;
  color:rgba(238, 230, 230, 1);
  transition: all .3s;
}
p.text-center a.bts-button:hover {
  color: rgba(167, 156, 156, 1);
}
@media screen and (max-width: 299.99px) {
  .bts-main-text {
    font-size: 25px;
    margin-bottom: 25px;
    letter-spacing: -3px;
  }
  .bts-secondary-text {
    display: none;
  }
  .bts-button {
    padding: 15px 50px 15px 50px;
    font-size: 15px;
  }
}
@media (min-width: 300px) and (max-width: 399.99px) {
  .bts-main-text {
    font-size: 30px;
    margin-bottom: 25px;
    letter-spacing: -3px;
  }
  .bts-secondary-text {
    display: none;
  }
  .bts-button {
    padding: 15px 60px 15px 60px;
    font-size: 15px;
  }
}
@media (min-width: 400px) and (max-width: 575.98px) {
  .bts-main-text {
    font-size: 40px;
    margin-bottom: 25px;
    letter-spacing: -3px;
  }
  .bts-secondary-text {
    display: none;
  }
}
@media (min-width: 575.99px) and (max-width: 767.98px) {
  .bts-main-text {
    font-size: 55px;
    margin-bottom: 25px;
    letter-spacing: -3px;
  }
  .bts-secondary-text {
    font-size: 12px;
    line-height: 25px;
  }
}
@media (min-width: 767.99px) and (max-width: 991.98px) {
  .bts-main-text {
    font-size: 80px;
    margin-bottom: 25px;
    letter-spacing: -5px;
  }
  .bts-secondary-text {
    font-size: 16px;
    line-height: 45px;
  }
}
@media (min-width: 991.99px) and (max-width: 1199.99px) {
  .bts-main-text {
    font-size: 100px;
    margin-bottom: 50px;
    letter-spacing: -5px;
  }
  .bts-secondary-text {
    font-size: 20px;
    line-height: 65px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .bts-main-text {
    font-size: 120px;
    margin-bottom: 75px;
    letter-spacing: -5px;
  }
  .bts-secondary-text {
    font-size: 20px;
    line-height: 65px;
  }
}
@media (min-width: 1300px) and (max-width: 1700px) {
  .bts-main-text {
    font-size: 120px;
    margin-bottom: 75px;
    letter-spacing: -5px;
  }
  .bts-secondary-text {
    font-size: 20px;
    line-height: 65px;
  }
}
.local-scroll-cont {
	width: 40px;
	height: 40px;
	position:absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	text-align: center;
	z-index: 20;

	-webkit-animation: scroll-down-anim ease-in-out 1s infinite;
  animation: scroll-down-anim ease-in-out 1s infinite;
}
.scroll-down {
  color: #4b4e53;
	font-size: 32px;
}
@-webkit-keyframes scroll-down-anim {
    0%{ -webkit-transform: translateY(-8px); transform: translateY(-8px); }
    50%{ -webkit-transform: translateY(0px); transform: translateY(0px); }
    100%{ -webkit-transform: translateY(-8px); transform: translateY(-8px); }
}
@keyframes scroll-down-anim {
    0%{ -webkit-transform: translateY(-8px); transform: translateY(-8px); }
    50%{ -webkit-transform: translateY(0px); transform: translateY(0px); }
    100%{ -webkit-transform: translateY(-8px); transform: translateY(-8px); }
}
.sl2-text {
  font-size:48px;
  font-weight:lighter;
  line-height:60px;
  letter-spacing:3px;
  text-align:center;
}
.sl2-text i{
  border-bottom:1px solid #323336;
}
@media (max-width: 992px) {
  .sl2-text {
    font-size:32px;
    line-height:44px;
  }
}
.row.row-cols-2.row-cols-lg-4 .col {
  padding: 0;
}
.port-view-more-cont-dark {
  text-align:center;
}
.port-view-more-dark {
  display:block;
  padding-top:55px;
  padding-bottom:52px;
  background:#020202;
  font-family: 'Lato',Arial,Helvetica,sans-serif;
  color:#eee6e6;
  font-size:18px;
  line-height:18px;
  font-weight:normal;
  letter-spacing:4px;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.port-view-more-dark:hover {
  background:#141414;
  color:#eee6e6;
}
.video-ads-bg {
  will-change: background-position;
  margin-top: 65px;
  margin-bottom: 65px;
  padding: 50px;
  background:#020202 url(../promo/gallery.webp);
  background-repeat:space;
}
@media (max-width: 780px) {
  .video-ads-bg {
    background: #020202 url("../promo/gallery-mobile.webp");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.video-ads-text-cont {
  margin:0 auto;
  padding-top:100px;
  padding-bottom:100px;
  text-align: center;
  font-family: 'Lato',Arial,Helvetica,sans-serif;
  font-size:36px;
  line-height:36px;
  font-weight:100;
  color:#f1f1f1;
}
.video-ads-a a:hover{
  color:#a29c9c;
}
.video-ads-text-cont a{
  display: inline-block;
  padding: 20px;
  font-size: 80px;
  line-height: 63px;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
@media only screen and (max-width: 992px) {
  .video-ads-text, .video-ads-a {
    display: block;
  }
  .video-ads-text-cont {
    font-size: 28px;
    line-height: 28px;
  }
  .video-ads-bg {
    background-attachment: scroll;
  }
}

/* ABOUT */

.bg-about-video {
  height: 100vh;
  width: 100vw;
}
.about-gradient {
  background: linear-gradient(0deg, rgba(2,2,2,1) 0%, rgba(2,2,2,1.00) 0%, rgba(2,2,2,0.00) 100%, rgba(2,2,2,0) 100%);
  pointer-events:none;
  position: absolute;
  width: 100%;
  height: 100vh;
}
.about-hero video{
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: -1;
  object-fit: cover;
}
.video-bg-v2 {
  background-position: 50% 0px;
  background-size:cover;
  overflow: hidden;
  position:relative;
}
.maintenance-container {
  padding-top: 250px;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .maintenance-container {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .coming-soon-main-text-container h3 {
    font-size: 16px;
    line-height: 25px;
  }
  .page-title {
    margin-bottom:10px;
    font-size:20px;
    line-height:24px;
  }
}
.coming-soon-main-text-container h1{
  font-size: 60px;
  line-height: 65px;
  margin-top: 0;
  margin-bottom:45px;
  letter-spacing: 10px;
}
.coming-soon-main-text-container h3.font-white{
    font-weight:300;
}
@media only screen and (max-width : 1024px) {
  .coming-soon-main-text-container h1{
    font-weight: 600;
    font-size:40px;
    line-height:45px;
    margin-top:0;
  }
  .coming-soon-main-text-container h3{
    font-size:18px;
    line-height:25px;
  }
}
.email a {
  color: #7e8082;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.email a:hover {
  color: #a29c9c;
}

/* ABOUT */

/* ENTERTAINMENT */

.plr-30 {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .plr-0-767 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.et-pt {
  padding-top: 100px;
}
@media (max-width: 1003px) {
  .et-pt {
    padding-top: 65px;
  }
}
.port-item:hover .port-img-overlay:after, .lightbox-item:hover .port-img-overlay:after {
  background: rgba(16,16,16, 0.5);
}
.port-item .port-img-overlay:after , .lightbox-item .port-img-overlay:after  {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255,255,255, 0);
  -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.port-img-overlay {
  position: relative;
  overflow: hidden;
}
.port-overlay-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.port-item:hover .port-overlay-cont, .lightbox-item:hover .port-overlay-cont {
  opacity: 1;
}
.port-overlay-cont{
  padding: 50px;
  padding-top: 20px;
}
.port-item:hover .port-overlay-cont, .lightbox-item:hover .port-overlay-cont {
  padding-top: 40px;
}
.play-btn {
  font-size: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #eee6e6;
}
.blog-page-title {
  font-size:18px;
  text-transform:uppercase;
  font-weight:600;
}
.mb-20 {
  padding-bottom: 20px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.mr-20 {
  margin-right: 20px !important;
}

/* ENTERTAINMENT */

/* RELEASES */

.grey-dark-bg {
  background-color: #303236;
}
.page-title-img {
  width: 100%;
  display: block;
	position: relative;
	background-size: cover;
  -webkit-box-sizing: border-box;
	box-sizing: border-box;
  overflow: hidden;
  background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
  z-index: 0;
}
@media (max-width: 1024px) {
  .page-title-img {
    background-attachment: scroll;
  }
}
.promo-gradient-2 {
  background: linear-gradient(0deg, rgba(2,2,2,1) 0%, rgba(2,2,2,1.00) 0%, rgba(2,2,2,0.00) 100%, rgba(2,2,2,0) 100%);
  pointer-events:none;
  position: relative;
  width: 100%;
  height: 65vh;
  z-index: 15;
}

.film-clip iframe {
  width: 100%;
  height: 750px
}
.finfo a.btn.btn-outline-dark {
  color: #a29c9c;
}
.finfo a.btn.btn-outline-dark:hover {
  color: #e1e1e1;
  text-decoration: none;
}
ul.movie-subtext li {
  font-size: 14px;
}
.film-info {
  text-transform: uppercase;
  white-space: nowrap;
  padding-top: 15px;
  font-size: 12px;
  line-height: 15px;
  vertical-align: middle;
}
.port-detail p strong {
  width: 80px;
  display: inline-block;
  letter-spacing: 1px;
}
h3.storyline {
  margin-top: 0px;
  font-size: 26px;
  font-weight: bold;
  color: #e1e1e1;
}
p.storyline {
  color: #e1e1e1;
}
@media (min-width: 250px) and (max-width: 1060px) {
  .project-detail .lightbox-item {
      display: none;
  }
  .project-detail .finfo {
      float: none !important;
      color:#fff;
      position: relative;
      margin-top: 115px !important;
      margin-left: 0px !important;
      text-align: center;
  }
  span.ee-year {
    display: none;
  }
}
@media (min-width: 250px) and (max-width: 782.99px) {
  h3.storyline, .port-detail.film-info {
      margin-top: 25px;
  }
}
@media screen and (max-width: 575.98px) {
  .desktop-only {
    display: none;
  }
}
@media (min-width: 575.99px) and (max-width: 767.98px) {
  .desktop-only{
    display: none;
  }
}
.project-detail ul.movie-subtext {
  list-style: none;
  margin-bottom: 20px;
  padding:0
}

.project-detail ul.movie-subtext li {
  display: inline-block;
  opacity: 0.85;
}

.project-detail ul.movie-subtext li:after {
  content: '|';
  padding-left: 10px;
  padding-right: 10px;
}
.project-detail ul.movie-subtext li:last-child:after {
  display:none
}
.project-detail {
  margin-top:-300px
}
.project-detail .poster {
  position: relative;
  float: left;
  margin-right: 50px;
}
.project-detail .poster:before {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  bottom: 0;
  opacity: 0;
  transition:all .6s ease
}
.project-detail .finfo {
  float: left;
  color:#fff;
  position: relative;
  margin-top: 115px;
  margin-left: 120px;
}
.project-detail .poster {
  position: relative;
  float: left;
  -webkit-box-shadow: 5px 10px 50px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 5px 10px 50px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 5px 10px 50px 0 rgba(255, 255, 255, 0.2);
  height: 25%;
  width: 25%;
}
.lightbox-item .poster .expl-poster {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -28px;
  font-size: 26px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.lightbox-item:hover .poster .expl-poster {
  opacity: 1.0;
  -webkit-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.page-title {
  font-size: 24px;
  line-height: 25px;
  letter-spacing: 3px;
  font-weight: 400;
  text-transform:uppercase;
  color: #eee6e6;
  margin: 40px 0 20px 0;
}
.film-title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 25px;
  letter-spacing: 3px;
  font-weight: 400;
  text-transform: uppercase;
  color: #eee6e6;
}
@media (max-width: 767px) {
  .film-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
  }
}
.work-navigation{
  padding:18px 0;
	width: 100%;
	background: #020202;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
  z-index: 99;
}
.work-navigation .icon{
	font-size: 24px;
	vertical-align: middle;
}
.work-navigation .work-all .icon{
	font-size: 20px;
  line-height: 19px;
}
.work-navigation .fa-times{
	font-size: 16px;
	margin-top: -2px;
}
.work-navigation a{
	display: block;
	float: left;
	width: 33.33333%;
	overflow: hidden;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
  -webkit-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.work-navigation a:hover {
  color: #a29c9c;
}
.work-navigation a span{
	display: inline-block;
}
.work-prev{
	text-align: left;
  color: #eee6e6
}
.work-all{
	text-align: center;
  color: #eee6e6;
}
.work-next{
	text-align: right;
  color: #eee6e6
}
a.work-prev-none:hover {
  cursor: default;
}
/* RELEASES */

/* SERVER PAGES */

.error-bg {
  background: url("../promo/mtrainier.webp") center no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  height: 100vh;
  opacity: 60%;
  filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.error-text {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  padding-bottom: 250px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%, -50%);
}
.error-text h1 {
  font-size: 150px;
  color: #eee6e6;
  margin-bottom: 70px;
}
.error-text p {
  color: #eee6e6;
}
.error-text a {
  margin-top: 25px;
}
/* // Small Devices */
@media (min-width: 250px) and (max-width: 767.98px) {
  .error-text h1 {
    font-size: 100px;
  }
}
.error-logo {
  position: absolute;
  width: 70px;
  bottom: 50px;
}
.error-center {
  position: absolute;
  left: 50%;
  margin-left: -34px;
}
.rtn-button {
  border: 2px solid #020202;
  background-color: #020202;
  padding: 10px 37px 10px 37px;
  display: inline-block;
  color: #eee6e6;
  -webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
.rtn-button:hover {
  border: 2px solid #eee6e6;
  background-color: none;
  color: #eee6e6;
}
.subline {
  font-size: 16px;
}
.logo-img-ent {
  height: 120px;
}
span.ee-year {
  font-size: 8px;
  color: #a29c9c;
  font-weight: bold;
  vertical-align: top;
}
.ml-10 {
  margin-left: 10px;
}
.s-addl-link {
  color: #7e8082;
  -webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
.s-addl-link:hover {
  color: #eee6e6;
}

/* SERVER PAGES */