html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}


span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: 'Inter', sans-serif !important;
  font-weight: 300;
  font-size: 14pt;
  line-height: 28px;
  color: black;
	vertical-align: baseline;
  text-decoration: none;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
  background-color: black;
}
body {
  line-height: 1;
  background-color: black;

  animation: fadeIn 1s;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


::-moz-selection { /* Code for Firefox */
    color: white;
    background: #101010;
}

::selection {
    color: white;
    background: #101010;
}

h1,h2,h3{
    font-weight: 500;
}


a:hover{
    opacity: .7;

    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out; 
}


input, button {
-webkit-appearance: none;
-moz-appearance: none;
/*appearance: none;*/
background-color: transparent;
border: none;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

@import "compass/css3";

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

@-webkit-keyframes fadeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes fadeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes fadeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}


@keyframes fadeIn-homeVid { 
  0%   { opacity: 0; }
  100% { opacity: .15; }
}

@-webkit-keyframes fadeIn-homeVid {
  0%   { opacity: 0; }
  100% { opacity: .15; }
}
@-moz-keyframes fadeIn-homeVid {
  0%   { opacity: 0; }
  100% { opacity: .15; }
}
@-o-keyframes fadeIn-homeVid {
  0%   { opacity: 0; }
  100% { opacity: .15; }
}
@keyframes fadeIn-homeVid {
  0%   { opacity: 0; }
  100% { opacity: .15; }
}

/*-------------------Videojs-------------------*/

.videoWrapper{
  cursor: pointer;
  z-index: 999;
  position: relative;
}

.video-js .vjs-poster{
  background-size: cover;
}

.video-js span{
  line-height: inherit;
  font-size: 80px;
  color: black;
}

.video-js.vjs-theme-sea .vjs-big-play-button{
  border-radius: 9000px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  background-color: white;
  margin: auto;
  transform: translate(-50px, -50px);
}

.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
  background-color: white !important;
  opacity: .8;
  transition: all 0s;
}

.video-js button{
  display: none;
}

.video-js.vjs-theme-sea .vjs-big-play-button:hover{
  transition: all 0s;
}

.video-js.vjs-theme-sea .vjs-play-control, .video-js.vjs-theme-sea .vjs-fullscreen-control, .video-js.vjs-theme-sea .vjs-time-control{
  display: none;
}

.video-js.vjs-theme-sea .vjs-control-bar {
  height: .3em;
  background-color: rgba(0, 0, 0, 0.2);
}

.video-js.vjs-theme-sea .vjs-load-progress {
  background-color: rgba(0, 0, 0, 0.5);
}

.video-js.vjs-theme-sea .vjs-progress-control .vjs-play-progress {
  background-color: white;
}

/*-------------------General-------------------*/

.Title-0{
  display: block;
  font-weight: 500;
  font-size: 48pt;
  line-height: 88px;
  padding-bottom: 48px;
}

.Title-1{
  display: block;
  font-weight: 500;
  font-size: 40pt;
  line-height: 72px;
  padding-bottom: 80px;
}

.Title-2{
  display: block;
  font-weight: 500;
  font-size: 32pt;
  line-height: 64px;
  padding-bottom: 32px;
}

.Title-3{
  display: block;
  font-weight: 500;
  font-size: 24pt;
  line-height: 48px;
  padding-bottom: 24px;
}

.Display-1{  
  display: block;
  font-size: 48pt;
  line-height: 72px;
}


.Display-2{  
  display: block;
  font-size: 32pt;
  line-height: 64px;
}

.Display-3{  
  display: block;
  font-size: 24pt;
  line-height: 48px;
}

.Leadin{  
  font-size: 18pt;
  line-height: 36px;
}

.Remarks{
  font-weight: 300;
  font-size: 14pt;
  line-height: 32px;
}

.width-25{
  display: inline-block;
  width: 25%;
  vertical-align: top;
}

.width-50{
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

.width-75{
  display: inline-block;
  width: 75%;
  vertical-align: top;
}

.White-Text{
  color: white;
}

.Gray-Text{
  color: #808080;
}

.Bold-Text{
  font-weight: 500;
}

.Div-Drop-Shadow{
  /* width: 100%; */
  -webkit-filter: drop-shadow(5px 5px 8px rgba(0,0,0,0.08));
  filter: drop-shadow(5px 5px 8px rgba(0,0,0,0.08));
}

.Screen-Drop-Shadow img{
  width: 100%;
  -webkit-filter: drop-shadow(5px 5px 8px rgba(0,0,0,0.08));
  filter: drop-shadow(5px 5px 8px rgba(0,0,0,0.08));
}

.Screen-Drop-Shadow-2{
  width: 100%;
  -webkit-filter: drop-shadow(5px 5px 8px rgba(0,0,0,0.2));
  filter: drop-shadow(5px 5px 8px rgba(0,0,0,0.2));
}



.Call-Out-Holder{
  display: block;
  padding: 160px 40px;
  box-sizing: border-box;
  margin: auto;
  text-align: center;
  max-width: 1200px;
  position: relative;
  z-index: 1;
  top: 50%;
  transform: translate(0, -50%);
}

.Call-Out-Holder span{
  margin-bottom: 40px;
}

.Call-Out{
  display: block;
  padding: 160px 40px;
  box-sizing: border-box;
  margin: auto;
  text-align: center;
  max-width: 1200px;
  position: relative;
  z-index: 1;
}

.Full-Width-Image{
  display: block;
  position: relative;
  margin: auto;
  padding: 40px;
  box-sizing: border-box;
  max-width: 2000px;
  margin: 0 auto 160px;
}

.Full-Width-Image span{
  max-width: 1200px;
  margin: auto;
}

.Full-Width-Image img{
    width: 100%;
}

/* ----------- Link Under-Line ----------- */

.sliding-middle-out1 {
  display: inline-block;
  position: relative;
  padding-top: 3px;
}

.sliding-middle-out1:after {
  content: '';
  display: block;
  position:absolute;
  top:40px;
  margin: auto;
  height: 2px;
  width:100%;
  transform: scaleX(0);
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.sliding-middle-out1.active2:after {
  transform: scaleX(1);
  background: #283c55;
}

.sliding-middle-out1:hover:after {
  transform: scaleX(1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background: black;
}


/* ----------- Link Top-Line ----------- */

.sliding-middle-out2 {
  display: inline-block;
  position: relative;
  padding-top: 3px;
}

.sliding-middle-out2:after {
  content: '';
  display: block;
  position:absolute;
  top:-8px;
  margin: auto;
  height: 2px;
  width:100%;
  transform: scaleX(0);
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.sliding-middle-out2.active3:after {
  transform: scaleX(1);
  background: #283c55;
}

.sliding-middle-out2:hover:after {
  transform: scaleX(1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background: black;
}

/*-------------------Title & Intro-------------------*/

  .Proj_1stBlock_Holder{
    margin:0 auto;
    font-size: 0;
    padding: 120px 40px;
    max-width: 1200px;
  }

  .Proj_Title_Block_Outer{
    position: relative;
    display: inline-block;
    vertical-align: top;
  }

  .Proj_Title_Block{
    font-size: 0;
    margin: auto ;
    padding-right: 40px;
  }

  .Proj_Title_Block > span{
    max-width: 880px;
  }

  .Proj_Maintitle{
    padding-top: 16px;
    padding-bottom: 32px;
  }

  .ProjectTag{
    display: block;    
  }

  .ProjectTag-Mobile{
    display: none;    
  }

  .Proj_Intro_Block_Outer{
    position: relative;
    display: inline-block;
    width: 45%;
    font-size: 0;
  }

  .ContentRemarks{
    display: block;
    color: #fff;
    padding: 8% 0 0 0;
    opacity: .5;
    animation: fadeIn 2s infinite alternate;
  }

  .slick-arrow{
    display: none !important;
  }

/* ----------- Top Work Detail Nav ----------- */
  .Work_Nav_Holder{
    display: block;
    width: 100%;
    
    padding: 120px 40px 160px;
    box-sizing: border-box;

    position: relative;
    font-size: 0;
    z-index: 999;

    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out; 
  }

  .Work_Nav{
    cursor: pointer;
    display: inline-block;
    width: 50%;
    text-align: center;
  }

  .Work_Nav :hover{
    opacity: .7;
  }

  .nav-top .Work_Nav{
    vertical-align: bottom;
  }

  .nav-bottom .Work_Nav{
    vertical-align: top;
  }

  .Work_Nav_Saperate1{
    display: inline-block;
    width:10%;
  }

  .Work_Details{
    display: block;
    overflow: hidden;
  }

.animsition-loading{
  display: none;
}


 /* ----------- Proj End Summary ----------- */

  .Summary_Container{
    display: block;
    padding: 80px 40px 160px;
    text-align: left;

    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

  .Summary_Table{
    border-collapse: collapse;     
    line-height: 25px;
    color:black;
    text-align: left;
    margin-top: 40px;
    width: 100%;
  }

  .Summary_Table td{
    padding: 24px 0;
    border-top: .5px solid #ddd;
    border-bottom: .5px solid #ddd;
  }

  .Summary_leftColumn{
    width: 25%;
  }


/* ----------- Work Bottom Nav ----------- */
  .WorkNav_Bottom{
    display: table;
    width: 100%;
    font-size: 0;
    padding: 160px 40px;
    box-sizing: border-box;
  }

  .WorkNav_Bottom_Left{
    display: table-cell;
    position: relative;
    width: 40%;
  }

  .WorkNav_Bottom_Left a{
    cursor: pointer;
    text-decoration: none;
  }

  .WorkNav_Bottom_Right{
    display: table-cell;
    text-align: right;
    position: relative;
    width: 40%;
  }

.WorkNav_Bottom_Right a{
    cursor: pointer;
    text-decoration: none;
}

  .WorkNav_Bottom_Mid {
      display: table-cell;
      text-align: center;

      margin: auto;
      text-decoration: none;
      vertical-align: middle;
  }

  .WorkNav_Bottom a, .WorkNav_Bottom span{
   padding-bottom: 0; 
  }

/* ----------- Footer ----------- */
.Footer{
    display: block;
    width:100%;
    padding: 160px 40px 40px;
    box-sizing: border-box;
  }

  .Footer_Logo{
      display: inline-block;
      width: 30px;
      margin: 0 auto;
  }

  .Footer_Logo img{
    width: 100%;
        vertical-align: middle;
  }

  .Footer_Contacts{
      display: inline-block;
      position: relative;
      text-align: left;
      vertical-align: middle;
  }

  .Footer_Copyright{
    vertical-align: bottom;
    text-align: right;
    float: right;
  }



.logoWrap.mobile{
  display: none;
}



  .whiteCover{
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99999999999999999999;
    opacity: 1;
    background-color: white;
  }


/*-------------------Header------------------*/

.header{
  display: block;
  position: fixed;
  top: 0;
  width: 100%;  
  z-index: 99999999;
  padding: 40px;
  box-sizing: border-box;
  font-size: 0;
  pointer-events: none; 

  -webkit-transition: all 350ms ease-out;
  -moz-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  -ms-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}

.Outer_LogoWrap{
  cursor: pointer;
  pointer-events: auto; 
  position: relative;
  display: inline-block;
  vertical-align: middle;

  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.logoWrap{
  display: inline-block;
  width: 24px;
  position: relative;
  vertical-align: middle;

  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.WebTitle{
  cursor: pointer;
  display:inline-block;
  /*float: left;*/
  padding-left: 24px;

  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.MainNav_Holder {
  display: inline-block;
  text-align: right;
  pointer-events: auto;
  /* float: right; */
  vertical-align: middle;
  
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.MainNav_Holder > a{
  padding-left: 40px;
}

.Works{
margin-right:40px;
}

.MainNav{
    display:inline-block;
    text-align:center;
    margin:auto;
}

.Mobile-Menu{
  display: block;
  cursor: pointer;
  pointer-events: auto;
  width: 60px;
  position: absolute;
  top: 46px;
  right: 40px;
  width: 40px;
  z-index: 10000000000000;
  border: none;
  background-color: transparent;
}

.menu{
  z-index: 1000000;
  
  margin: auto;
  text-decoration: none;
  width: 50vw;
  height: 100vh;
  background: black;
  position: fixed;
  right: -50vw;
  top: 0;
  text-align: right;

  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.menu ul {
  margin-top: 150px;
  list-style-type: none;
  list-style-image: none;
}

.menu li {
  display: block;
  cursor: pointer;
  pointer-events: all; 
  margin: 80px 40px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.menu li:hover{
  opacity: .7; 
}

.SlideInMenu{
  right: 0 !important;

  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.DimBG{
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: black;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: all; 

  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.FadeInDimBG{  
  opacity: .8 !important;
}

.BlurBG{
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

/*-------------------BG------------------*/
.globalBG{
  position: relative;
  /*z-index: 0;*/
  width: 100%;
  height: 100%;
  background-color: white;
  /*z-index: 1;*/
  overflow: hidden;
}

.globalBG-Dark{
  position: relative;
  /*z-index: 0;*/
  width: 100%;
  height: 100%;
  background-color: black;
  /*z-index: 1;*/
  overflow: hidden;
}
  /*.WorkMainBanner{
    background-color: #f0f0f0;
    animation: fadeIn 2s ;
  }*/

/*  .animsition{
    animation: fadeIn 1s;
  }*/

  .FadeOut{
    opacity: 0;
  }


/*=========================================Tablets (Portrait)=================================================*/

@media only screen and (max-width: 800px) {

  .header div:nth-child(1) {
    width: 100%;
  }

  .Footer_Contacts{
    display: block;
    text-align: center;
    margin-bottom: 40px;
  }

  .Footer_Copyright{
    display: block;
    text-align: center;
    float: initial;
  }

  .MainNav_Holder {
    display: none;
  }

  .F1_Holder{
    margin-top: 40px;
  }

  .Proj_1stBlock_Holder{
    padding: 80px 40px;
  }

  .Proj_Title_Block > div{
    display: block;
    width: 100%;
  }

  .ProjectTag{
    display: none;    
  }


  .ProjectTag-Mobile{
    display: block;
    padding: 0 0 32px;
  }

  .Work_Nav_Holder{
    padding: 80px 40px;
  }

  .WorkNav_Bottom {
    display: block;
  }

  .WorkNav_Bottom_Left{
    display: none;
  }

  .WorkNav_Bottom_Mid {
    display: block;
  }

  .WorkNav_Bottom_Right{
    display: block;
    margin: 20px 0 0 0;
    width: 100%;
    padding-right: 0;
    text-align: center;
  }

  .Summary_leftColumn{
    width: 50%;
  }
}



@media only screen and (min-width: 800px) {

  .Mobile-Menu{
    display: none;
  }

}


/*=========================================Mobile Screens=================================================*/


@media only screen and (min-width: 320px) {




}


@media only screen and (max-width: 480px){
  
  #BehindTheScenes.sliding-middle-out1:after{
    top: 67px;
  }

  .Work_Nav_Holder, .Summary_Container{
    padding: 80px 24px;
  }

  .header{
    padding: 24px;
  }

  .Mobile-Menu{
    right: 24px;
    top: 30px;
  }

  .Proj_1stBlock_Holder {
    padding: 56px 24px;
  }

  .Full-Width-Image{
    padding: 40px 24px;
  }

  .Call-Out, .Call-Out-Holder{
    padding: 80px 24px;
  }

  .Footer {
    padding: 80px 40px 40px;
  }
}



@media only screen and (max-width: 650px) {

}

/*=========================================Large Screens=================================================*/






@media only screen and (min-width:1024px) { /* big landscape tablets, laptops, and desktops */ 

}
