body {color: #ffffff; font-weight: lighter;background-color: rgb(255, 255, 255); color: #000000;}
ul {padding: 0;	margin: 0;}
li {list-style-type: none;}
a {text-decoration:none; color:#fff;}
h1{
	font-size: 1.5em;		
	font-family: "source_sans_proextralight";
	color: #fff;
	margin:0;
	padding:0;
	letter-spacing: 0;
	text-transform: uppercase;
}
h1 a{
	font-size: 1.6em;
	transition: all 0.6s ease-in;
	text-transform: none;
}
h1 a:hover{
	font-size: 1.7em;
	letter-spacing: 3px;
}

/* SELECTION */

::selection{background-color:#ccc;color:#fff;}
::-moz-selection{background-color:#ccc;color:#fff;}

#center{
	text-align: center;
}
#center > a {
	letter-spacing: 1px;
	transition: all 0.2s ease-in;
}
#center > a:hover {
	letter-spacing: 2px;
}

.container {
    margin: 0 auto;
	padding: 0 40px;
    max-width: 960px;
	font-family: "source_sans_proextralight";
	line-height: 2rem;
}
.center-container {
	max-width: 1280px;
	height: 300px;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/* MENU ANIMATION */

nav {
    position: relative;
	font-family: "source_sans_proXLtIt";
	font-size: 1.3rem;
	text-align: center;
	 opacity:0;
    -webkit-animation: menu 3s;  /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: 1;  /* Chrome, Safari, Opera */
    -webkit-animation-fill-mode: forwards;  /* Chrome, Safari, Opera */
    animation: menu 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
nav li{
	line-height: 2.9rem;
}
nav li a {
	text-decoration: none;
    display: inline-block;
    position: relative;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes menu {
    from {top: 100px; opacity:0;}
    to {top: 0px; opacity:1;}
}
@keyframes menu {
    from {top: 100px; opacity:0;}
    to {top: 0px; opacity:1;}
}


/* LOGO SVG VIDEO MASK FOR THE HOMEPAGE */

.mask__shape {
	fill: white; }

.shape--fill {
	fill: #999999; }

.text--transparent {
	fill: transparent; }

.box-with-text {
	position: absolute;
	top: 50%;
	width: 100%;
	padding-top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%); }

.text-fill {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	overflow: hidden; }

.video {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%; }

/* Other stuff */

.svg-defs {
	width: 0;
	height: 0; }

.svg-inverted-mask {
	position: absolute;
	width: 100%;
	height: 101%;
	top: 0; }

.wrap {
	position: relative;
	font-size: 2rem;
	font: 2em;
	font-family: "source_sans_proXLtIt";
	text-transform: uppercase;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	padding: 40% 0 80px; }

/*# sourceMappingURL=style22.css.map */


/* MENU UNDERLINE */

nav li a::after {
    background: #ffffff none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
    width: 100%;
}
nav li a:hover::after {
    transform: scaleX(1);
}

/* FULLSCREEN OVERLAY MENU */

.material-icons.w3-xxxlarge {
    color: #ccc;
	font-size: 3.5rem;
	transition: all 0.5s ease-in;
}
.logo{
	position: fixed;
	width:430px;
	right: 0;
    left: 0;
	top: 50px;
    margin-right: auto;
    margin-left: auto;
	z-index: 6;
	text-align: left;
	transition: all 0.5s ease-in;
}
input{
  display:none;
}
.logo h1{
	position: absolute;
	margin: -60px 0 0 90px;
	font-family: "source_sans_proXLtIt";
	font-size: 2.2rem;
	color: #000000;
	transition: all 0.5s ease-in;
}
.logo label{
  text-transform:uppercase;
  font-size:40px;
  text-align:center;
}
.logo label:hover{
  cursor:pointer;
}
.overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.9);
}
.overlay label{
	width: 58px;
	height:58px;
	position: absolute;
	right: 70px;
	background: url('../img/cross.png');
	z-index: 100;
  cursor:pointer;
}
.overlay nav {
	font-family: "source_sans_proextralight";
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	font-size: 54px;
	-webkit-transform: translateY(40%);
	transform: translateY(40%);
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}
.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 6);
	min-height: 54px;
}
.overlay ul li a {
	font-weight: 300;
	display: block;
	color: white;
	text-decoration:none;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	font-family: "source_sans_proextralight";
	text-transform:uppercase;
	letter-spacing: 0;
	transition: all 0.2s ease-in;
}
.overlay ul li a:hover,
.overlay ul li a:focus {
	letter-spacing: 10px;
}
.logo~.overlay-menu{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
#op:checked~.overlay-menu{
	opacity: 0.8;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	z-index: 101;
}
.overlay-menu nav {
	-moz-perspective: 400px;
}
.overlay-menu nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}
#op:checked~.overlay-menu nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
#op:not(:checked)~.overlay-menu nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}


/* Vertical Accordion Style / MENU FILMS */


.va-container{
	position:relative;
	max-width:1024px;
	margin:0 auto;
	padding: 0 20px;
}
.va-wrapper{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
	background:#000;
}
.va-slice{
	cursor:pointer;
	position:absolute;
	width:100%;
	left:0px;
	overflow:hidden;
	-webkit-filter: opacity(0.9);
	filter: opacity(0.9);
	transition: 0.3s ease-in;
}
.va-slice:hover{
	-webkit-filter: opacity(1);
	filter: opacity(1);
}
.va-title h3 {
	-webkit-filter: opacity(1) !important;
	filter: opacity(1) !important;
}
.va-content {
	-webkit-filter: opacity(1) !important;
	filter: opacity(1) !important;
}
.va-content li {
    font-size: 0.9rem;
	color: #ccc;
}
.va-slice-1{
	background:#000 url(../img/1.jpg) no-repeat center center;
}
.va-slice-2{
	background:#000 url(../img/thumb_last_night.jpg) no-repeat center center;
}
.va-slice-3{
	background:#000 url(../img/3.jpg) no-repeat center center;
}
.va-title{
	font-family: "source_sans_proextralight";
	text-transform:uppercase;
	font-size:25px;
	text-align: left;
	line-height: 1.2rem !important;
	margin-left:20px;
	margin-top: 2%;
	color:#fff;
	text-shadow: 0px 0px 1px white;
}
.va-content{
	display:none;
	margin-left:25px;
}
.va-slice p{
	margin-top: 65px;
	font-size: 1rem;
	font-family: "source_sans_proXLtIt";
	text-align: left;
}
.va-slice ul{
	margin-top:20px;
}
.va-slice ul li{
	float:left;
	margin:0px 2px;
}
.va-slice ul li a{
	color:#ffffff;
	background:#666666;
	padding:5px 15px;
	font-size:12px;
	font-family:'PT Sans', sans-serif;
	text-transform:uppercase;
}
.va-slice ul li a:hover{
	background:#333333;
	color:#fff;
	text-shadow:none;
}
.va-nav span{
	width:110px;
	height:45px;
	background:transparent url(../img/prev.png) no-repeat center center;
	position:absolute;
	top:-55px;
	left:50%;
	margin-left:-42px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	display:none;
	z-index:100;
}
.va-nav span.va-nav-next{
	background-image:url(../img/next.png);
	top:auto;
	bottom:-55px;
}
.va-nav span:hover{
	opacity:1.0;
}


/* STILLS */

.stills {
	max-width: 970px;
	margin: 0 auto;
	padding: 0 80px;
}
.stills-img {
    float: left;
    height: auto;
    margin: 1px;
    max-width: 320px;
}
.stills-img img {
	max-width: 100%;
	height: auto;
}


/* @ FONT */

@font-face {
    font-family: 'source_sans_proXLtIt';
    src: url('../fonts/sourcesanspro-extralightit_2-webfont.eot');
    src: url('../fonts/sourcesanspro-extralightit_2-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-extralightit_2-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-extralightit_2-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-extralightit_2-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-extralightit_2-webfont.svg#source_sans_proXLtIt') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_proextralight';
    src: url('../fonts/sourcesanspro-extralight_2-webfont.eot');
    src: url('../fonts/sourcesanspro-extralight_2-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-extralight_2-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-extralight_2-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-extralight_2-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-extralight_2-webfont.svg#source_sans_proextralight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ADDED STYLES */

/* Style for our header texts * --------------------------------------- */

.content {
	max-width: 960px;
	margin: 0 auto;
	padding: 30px 80px 0 80px;
	font-family: "source_sans_proextralight";
	text-align: left;
	font-size: 1em;
	color: #fff;
}
.distribution {
	font-family: "source_sans_proextralight";
	text-align: left;
	font-size: 0.9em;
	color: #fff;
}
/*#slide2 img{
	width: 100%;
	height: auto;
}*/

	/* Centered texts in each section
	* --------------------------------------- */
.section{
	text-align:center;
	overflow: hidden;
}

#myVideo{
	position: absolute;
	right: 0;
	bottom: 0;
	top:0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: black; /* in case the video doesn't fit the whole page*/
	background-image: /* our video */;
	background-position: center center;
	background-size: contain;
	object-fit: cover; /*cover video background */
	z-index:3;
}

#section2 {
	color: #ffffff;
	font-size: 0.9rem;
}

/* CREDITS */

.fp-tableCell {
	font-size:0.9rem;
}
.credits {
    line-height: 0.9rem;
}
	
/* Layer with position absolute in order to have it over the video* --------------------------------------- */

#section0 .layer{
	position: absolute;
	z-index: 4;
	width: 100%;
	left: 0;
	top: 43%;
}

/*solves problem with overflowing video in Mac with Chrome */

#section0{
	overflow: hidden;
}


/* More Project Bottom Link */

#more-project img {
	opacity: 0;
	transition: all 10s ease-in;
}
#more-project img:hover {
	opacity: 0.6;
	transition: all 0.6s ease-in;
}
.more-project {
    left: 50%;
    margin: -145px auto 0 -505px;
    max-width: 960px;
    position: absolute;
    z-index: 0;
}
.more-project-title {
    position: relative;
    z-index: 1;
}


/* Bottom menu * --------------------------------------- */

#infoMenu li a {
	color: #fff;
}

@media screen and (max-width: 805px) {
.stills-img img {
    max-width: 70%;
}
}

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

.container {
	padding: 0 10px;
	line-height: 1.5rem;
}

/* LOGO */

label h1 {
    font-size: 2.2rem;
    margin: -56px 0 0 90px !important;
}
.logo {
    margin: 0 0 0 2%;
	top: 0;
}
.material-icons.w3-xxxlarge {
	font-size: 3rem;
}

/* DESCRIPTION FILMS TEXT */

.va-title {
    font-size: 20px;
}
.va-slice p{
	margin-top: 40px;
}
	
/* LEFT & RIGHT ARROWS */

.fp-controlArrow.fp-next {
    height: 1em;
    width: 1em;
	right: 10px;
}
.fp-controlArrow.fp-prev {
    height: 1em;
    width: 1em;
	left: 10px;
}
.content {
    padding: 30px 35px 0;
}

/* STILLS */

.stills {
	padding: 0 70px;
}
.stills-img img {
    max-width: 60%;
}

}

@media screen and (max-width: 450px) {
.logo h1 {
    font-size: 2rem;
	margin: -54px 0 0 55px !important;
}
}
@media screen and (max-width: 360px) {
.logo h1 {
    font-size: 1.6rem;
    margin: -50px 0 0 60px !important;
}
}
@media screen and (max-width: 320px) {
.stills-img img {
    max-width: 100%;
}
}