@charset "UTF-8";
/* CSS Document */
body {
	padding:0px;
	margin:0px;
	top:0px;
	font-family: "proxima-nova",sans-serif;
	background-color:#070707;
	
}

a {
	position: relative;
	color:#272727;
	text-decoration: none;
}

a:hover {
	background: rgba(247,55,87,1);
background: -moz-linear-gradient(left, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247,55,87,1)), color-stop(100%, rgba(247,55,151,1)));
background: -webkit-linear-gradient(left, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: -o-linear-gradient(left, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: -ms-linear-gradient(left, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: linear-gradient(to right, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f73757', endColorstr='#f73797', GradientType=1 );
-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.5s ease-out;
}

a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: rgba(247,55,87,1);
background: -moz-linear-gradient(left, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247,55,87,1)), color-stop(100%, rgba(247,55,151,1)));
background: -webkit-linear-gradient(left, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: -o-linear-gradient(left, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: -ms-linear-gradient(left, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: linear-gradient(to right, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f73757', endColorstr='#f73797', GradientType=1 );

  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

p {
	font-size:20px;
	line-height:40px;
	margin-bottom:60px;
}

header {
	z-index:10;
    height: 165px;
    position: fixed;
	display:block;
	margin-top:0px;
    top: 0px;
    transition: top 0.2s ease-in-out;
    width: 100%;
	overflow:hidden;
}

main {
	overflow:hidden;
}

/* HEADLINES */

h1 {
	font-size:12px;
	margin-top:20px;
	margin-bottom:10px !important;
	text-transform:uppercase;
	height:15px;
	font-family: "proxima-nova",sans-serif;
	font-weight:700;
	transition: all 0.4s ease-out;
	display:block;
}

h2 {
	font-size:24px;	
	margin-bottom:30px;
}
h3 {
	font-size:40px;	
	font-weight:400;
	line-height:50px;
	
}
h4 {
	font-family: "proxima-nova",sans-serif;
	text-transform:uppercase;
	font-size:100px;	
	font-weight:700;
	margin:0px;
	margin-bottom:70px;
}
h5 {
	font-family: "le-monde-livre-std";
	font-size:40px;	
	font-style:italic;
	font-weight:700;
	color:#f73757;
	margin:0px;
	background: rgba(247,55,87,1);
background: -moz-linear-gradient(left, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247,55,87,1)), color-stop(100%, rgba(247,55,151,1)));
background: -webkit-linear-gradient(left, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: -o-linear-gradient(left, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: -ms-linear-gradient(left, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: linear-gradient(to right, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f73757', endColorstr='#f73797', GradientType=1 );
-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
h6 {
	font-family: "le-monde-livre-std";
	font-size:30px;	
	font-weight:300;
	margin-bottom:10px;
	margin-top:0px;
}
h7 {
	font-family: "le-monde-livre-std";
	font-size:70px;	
	font-style:italic !important;
	font-weight:700;
	color:#f73757;
	margin:0px;
	background: rgba(247,55,87,1);
background: -moz-linear-gradient(top, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,55,87,1)), color-stop(100%, rgba(247,55,151,1)));
background: -webkit-linear-gradient(top, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: -o-linear-gradient(top, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: -ms-linear-gradient(top, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: linear-gradient(to bottom, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f73757', endColorstr='#f73797', GradientType=0 );
-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	
}
h8 {
	display:block;
	margin-top:70px;
	font-family: "le-monde-livre-std";
	font-size:40px;	
	font-style:italic !important;
	font-weight:700;
}
/* END HEADLINES */


.vert {
	display:block;
	width:2px;
	height:70px;
	background: rgba(247,55,87,1);
background: -moz-linear-gradient(top, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,55,87,1)), color-stop(100%, rgba(247,55,151,1)));
background: -webkit-linear-gradient(top, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: -o-linear-gradient(top, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: -ms-linear-gradient(top, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: linear-gradient(to bottom, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f73757', endColorstr='#f73797', GradientType=0 );
	margin:0 auto;
	
}
.horz {
	display:block;
	height:2px;
	width:90px;
	background-color: #000;
	margin:0 auto;
	position:relative;
	left:-120px;
	top:8px;
}
.quotes {
	display:none;
}
.line {
	height:1px;
	width:40%;
	margin:0 auto;
	margin-top:20px;
	background-color:#c7c7c7;
}
.wrapper {
	margin:0 auto;
	min-width:360px;
	max-width:1000px;
	padding-left:50px;
	padding-right:50px
}
.limit {
	margin:0 auto;
	padding-bottom:150px;
	min-width:360px;
	max-width:1200px;
}
.light {
	background-color:#f7f7f7;
	color:#272727;
	margin-top:0px;
	padding-top:170px;
	padding-bottom:70px;
	text-align:center;
	height: 100%;
}
.plain {
	background-color:#f7f7f7;
	color:#272727;
	margin-top:0px;
	padding-bottom:70px;
	text-align:center;
	height: 100%;
}

	
/*  NAVIGATION */

.logo {
	cursor:pointer;
	margin:0 auto;
	opacity:0;
	position:relative;
	margin-top:50px;
	margin-bottom:50px;
	fill:#272727;
	width:113px;
	height:20px;
	overflow:hidden;
	display:block;
}
.logo_white {
	cursor:pointer;
	margin:0 auto;
	opacity:0;
	position:relative;
	margin-top:50px;
	margin-bottom:50px;
	fill:#272727;
	width:113px;
	height:20px;

}
.logo[id=home]{
	fill:#fff;
}
.logo svg {
	display:block;
	position:relative;
	-webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.logo:hover > svg{
	margin-top:-20px !important;
}
.logo-hover {
	background: rgba(247,55,87,1);
background: -moz-linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(247,55,87,1)), color-stop(100%, rgba(247,55,151,1)));
background: -webkit-linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: -o-linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: -ms-linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f73757', endColorstr='#f73797', GradientType=1 );
	padding-top:3px;
	padding-left:2px;
	width:113px;
	height:20px;
	font-size:12px;
	color:#f7f7f7;
	text-align:center;
	font-family: "proxima-nova",sans-serif;
	font-weight:700;
	letter-spacing:5px;
	-webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.nav-btn {
	cursor:pointer;
	margin:0 auto;
	position:relative;
	margin-bottom:25px;
	width:27px;
	height:30px;
	overflow:visible;
}
.nav-btn:hover > .nav-btn-line-1 {
	margin-top:-2px;
	
}
.nav-btn:hover > .nav-btn-line-2{
	margin-top:2px;
}
.nav-btn-line-1 {
	float:left;
	position:relative;
	display:block;
	width:27px;
	margin-top:0px;
	height:2px;
	background-color:#272727;
	transform:rotate(0deg);
	transition: all 0.2s ease-in-out;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 	
}
.nav-btn-line-1[data-page=home] {
	background: rgba(247,55,87,1);
background: -moz-linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(247,55,87,1)), color-stop(100%, rgba(247,55,151,1)));
background: -webkit-linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: -o-linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: -ms-linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f73757', endColorstr='#f73797', GradientType=1 );
}
.nav-btn-line-1[data-page=project] {
	background: rgba(255,255,255,1);
}
.nav-btn-line-1-close {
	float:left;
	position:relative;
	display:block;
	width:27px;
	margin-top:5px;
	height:2px;
	background-color:#272727;
	transform:rotate(45deg);
	transition: all 0.2s ease-in-out;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 	
}
.nav-btn-line-2 {
	float:left;
	position:relative;
	display:block;
	margin-top:5px;
	width:27px;
	height:2px !important;
	transform:rotate(0deg);
	background-color:#272727;
	transition: all 0.2s ease-in-out;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 	
}
.nav-btn-line-2[data-page=home] {
	background: rgba(247,55,87,1);
background: -moz-linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(247,55,87,1)), color-stop(100%, rgba(247,55,151,1)));
background: -webkit-linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: -o-linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: -ms-linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f73757', endColorstr='#f73797', GradientType=1 );
}
.nav-btn-line-2[data-page=project] {
	background: rgba(255,255,255,1);
}
.nav-btn-line-2-close {
	float:left;
	position:relative;
	display:block;
	margin-top:-2px;
	width:27px;
	height:2px !important;
	transform:rotate(-45deg);
	background-color:#272727 !important;	
	transition: all 0.2s ease-in-out;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 	
}
.nav-down {
	background-color:#f7f7f7;
    top: -95px;
}
.nav-up {
    top: -165px;
	transition: all 0.3s ease-in-out;
	background-color: transparent !important;
}
.nav-home {
    top: 0px;
	transition: all 0.2s ease-in-out;
	background-color: transparent !important;
	
}
.nav-closed {
    top: 0px;
	transition: all 0.5s ease-in-out;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	background-color: transparent !important;
}

.nav-menu {
	top: 0px;
	height:100%;
	background: rgba(247,55,151,1);
background: -moz-linear-gradient(45deg, rgba(247,55,151,1) 0%, rgba(247,55,87,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(247,55,151,1)), color-stop(100%, rgba(247,55,87,1)));
background: -webkit-linear-gradient(45deg, rgba(247,55,151,1) 0%, rgba(247,55,87,1) 100%);
background: -o-linear-gradient(45deg, rgba(247,55,151,1) 0%, rgba(247,55,87,1) 100%);
background: -ms-linear-gradient(45deg, rgba(247,55,151,1) 0%, rgba(247,55,87,1) 100%);
background: linear-gradient(45deg, rgba(247,55,151,1) 0%, rgba(247,55,87,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f73797', endColorstr='#f73757', GradientType=1 );
	transition: all 0.5s ease-in-out;
}
.nav-items-in,
.nav-items-out {
	top:5%;
	position:relative;
	margin:0 auto;
	display:block;
	text-align:center;
	max-width:600px;
	min-width:300px;
	height:400px;
	transition: all 0.3s ease-out;
}
.nav-number-out {
	color:#FFFFFF !important;
	font-size:12px;
	opacity:0;
	margin-top:200px;
	height:15px;
	font-family: "proxima-nova",sans-serif;
	font-weight:700;
	transition: all 0.3s cubic-bezier(.66,.73,.09,1.25);
	
}
.nav-number-in {
	color:#FFFFFF !important;
	font-size:12px;
	margin-left:0px;
	opacity:1;
	margin-top:20px;
	height:15px;
	font-family: "proxima-nova",sans-serif;
	font-weight:700;
	transition: all 0.9s cubic-bezier(.66,.73,.09,1.25);
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.nav-item-in {
	opacity:1;
	cursor:pointer;
	padding:0px;
	margin:0px;
	color:#FFFFFF !important;
	font-size:100px;
	height:100px;
	font-family: "proxima-nova",sans-serif;
	font-weight:700;
	overflow:hidden;
	transition: all 0.7s cubic-bezier(0.7,0,0.3,1);
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}
.current {
	color:#272727;
	 text-decoration: line-through !important;
}
.nav-item-out {
	opacity:0;
	cursor:pointer;
	padding:0px;
	margin:0px;
	color:#FFFFFF !important;
	font-size:100px;
	height:100px;
	font-family: "proxima-nova",sans-serif;
	font-weight:700;
	overflow:hidden;
	transition: all 0.3s cubic-bezier(0.7,0,0.3,1);
}
.nav-item-out a,
.nav-item-in a {
	color: #ffffff;
	transition: all 0.3s easy-out;
	text-decoration: none;
}
.nav-item-out a:hover,
.nav-item-in a:hover {
	color: #272727 !important;
}
.copyright-in {
	font-family: "proxima-nova",sans-serif;
	font-weight:700;
	font-size:10px;
	color:#f7f7f7;
	padding-left:5px;
	width:77px;
	transform:rotate(90deg);
	transition: all 0.4s ease-in-out;
	position:absolute;
	bottom:0px;
	margin-left:-40px;
	left:50%;
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}
.copyright-out {
	font-family: "proxima-nova",sans-serif;
	font-weight:700;
	font-size:10px;
	color:#f7f7f7;
	padding-left:5px;
	width:77px;
	transform:rotate(90deg);
	transition: all 0.2s ease-in-out;
	position:absolute;
	bottom:-100px;
	margin-left:-40px;
	left:50%;
	
}
.nav-left svg{
	display:block;
	float:left;
}
.nav-left{
	cursor:pointer;
	z-index:5;
	opacity:1;
	display:block;
	color:#f7f7f7;
	height:40px;
	width:250px;
	text-align:left;
	left:30px;
	position:absolute;
	top:117px;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out; /* FF 4 */
    -webkit-transition: all .2s ease-in-out; /* Safari & Chrome */
    -o-transition: all .2s ease-in-out; /* Opera */
}
.nav-left:hover{
	margin-left:10px;
}
.nav-left:hover > .nav-left-txt{
	opacity:1;
	margin-left:10px;
}
.nav-left-txt2{
	display:block;
	float:left;
	opacity:.5;
	margin-left:15px;
	margin-top:-2px;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out; /* FF 4 */
    -webkit-transition: all .2s ease-in-out; /* Safari & Chrome */
    -o-transition: all .2s ease-in-out; /* Opera */
}
.nav-left-txt{
	display:block;
	float:left;
	opacity:.5;
	margin-left:15px;
	margin-top:-2px;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out; /* FF 4 */
    -webkit-transition: all .2s ease-in-out; /* Safari & Chrome */
    -o-transition: all .2s ease-in-out; /* Opera */
}
.nav-right svg{
	display:block;
	float:right;
}
.nav-right{
	cursor:pointer;
	z-index:5;
	opacity:1;
	display:block;
	color:#f7f7f7;
	height:40px;
	width:150px;
	text-align:left;
	right:30px;
	position:absolute;
	top:117px;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out; /* FF 4 */
    -webkit-transition: all .2s ease-in-out; /* Safari & Chrome */
    -o-transition: all .2s ease-in-out; /* Opera */
}
.nav-right:hover{
	margin-right:10px;
}
.nav-right:hover > .nav-right-txt{
	opacity:1;
	margin-right:10px;
}
.nav-right-txt{
	display:block;
	float:right;
	opacity:.5;
	margin-right:15px;
	margin-top:-2px;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out; /* FF 4 */
    -webkit-transition: all .2s ease-in-out; /* Safari & Chrome */
    -o-transition: all .2s ease-in-out; /* Opera */
}
#nav a:hover{
	background: #272727;
	color:#272727 !important;
	
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}

/* END NAVIGATION */


/* Loader Animations  */
.ip-header {
	position: fixed;
	top: 0;
	z-index: 100;
	min-height: 480px;
	width: 100%;
	height: 100%;
	background: #f7f7f7;
}

.ip-header h1 {
	margin: 0;
}
.ip-logo .logo{
	opacity:1 !important;
	margin-top:0px !important;

}
.ip-logo,
.ip-loader {
	position: absolute;
	left: 0;
	width: 100%;
	opacity: 0;
	cursor: default;
	pointer-events: none;
}

.ip-logo {
	
	height: 100%;
	-webkit-transform: translate3d(0,170px,0);
	transform: translate3d(0,170px,0);
}

.ip-loader {
	bottom: 50%;
}

.ip-header .ip-inner {
	display: block;
	margin: 0 auto;
}

.ip-header .ip-logo svg {
	min-width: 320px;
	max-width: 480px;
	width: 25%;
}

.ip-header .ip-logo svg path {
	background: -moz-linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(243,119,231,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(247,55,87,1)), color-stop(100%, rgba(243,119,231,1)));
background: -webkit-linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(243,119,231,1) 100%);
background: -o-linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(243,119,231,1) 100%);
background: -ms-linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(243,119,231,1) 100%);
background: linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(243,119,231,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f73757', endColorstr='#f377e7', GradientType=1 );
	fill: #272727;
}

.ip-header .ip-loader svg path {
	fill: none;
	stroke-width: 2;
}

.ip-header .ip-loader svg path.ip-loader-circlebg {
	stroke: #f7f7f7;
}

.ip-header .ip-loader svg path.ip-loader-circle {
	-webkit-transition: stroke-dashoffset 0.2s;
	transition: stroke-dashoffset 0.2s;
	stroke: url(#grad1);
}

/* Content */





/* Animations */

/* Initial animation of header elements */
.loading .ip-logo,
.loading .ip-loader {
	opacity: 1;
	-webkit-animation: animInitialHeader 1s cubic-bezier(0.7,0,0.3,1) both;
	animation: animInitialHeader 1s cubic-bezier(0.7,0,0.3,1) both;
}

.loading .ip-loader {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

@-webkit-keyframes animInitialHeader {
	from { opacity: 0; -webkit-transform: translate3d(0,800px,0); transform: translate3d(0,800px,0);  }
}

@keyframes animInitialHeader {
	from { opacity: 0; -webkit-transform: translate3d(0,800px,0); transform: translate3d(0,800px,0); }
}

/* Header elements when loading finishes */
.loaded .ip-logo,
.loaded .ip-loader {
	opacity: 1;
}

.loaded .ip-logo {
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-animation: animLoadedLogo 1s cubic-bezier(0.7,0,0.3,1) forwards;
	animation: animLoadedLogo 1s cubic-bezier(0.7,0,0.3,1) forwards;
}

@-webkit-keyframes animLoadedLogo {
	to { -webkit-transform: translate3d(0,100%,0) translate3d(0,50px,0); }
}

@keyframes animLoadedLogo {
	to { -webkit-transform: translate3d(0,100%,0) translate3d(0,50px,0); transform: translate3d(0,100%,0) translate3d(0,50px,0); }
}

.loaded .ip-loader {
	-webkit-animation: animLoadedLoader 0.5s cubic-bezier(0.7,0,0.3,1) forwards;
	animation: animLoadedLoader 0.5s cubic-bezier(0.7,0,0.3,1) forwards;
}

@-webkit-keyframes animLoadedLoader {
	to { opacity: 0; -webkit-transform: translate3d(0,-100%,0); }
}

@keyframes animLoadedLoader {
	to { opacity: 0; -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
}
.home{
}
/* Change the color of the logo */

.loaded .ip-logo[id=home] svg path {
	-webkit-transition: all 0.5s ease 0.3s;
	transition: all 0.5s ease 0.3s;
	fill: #fff;
}

/* Header animation when loading finishes */
.loaded .ip-header {
	-webkit-animation: animLoadedHeader 1s cubic-bezier(0.7,0,0.3,1) forwards;
	animation: animLoadedHeader 1s cubic-bezier(0.7,0,0.3,1) forwards;
}

@-webkit-keyframes animLoadedHeader {
	to { -webkit-transform: translate3d(0,-100%,0); }
}

@keyframes animLoadedHeader {
	to { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
}

/* Content animations */
.loaded .manifesto,
.loaded .home-cta,
.loaded .wrapper,
.loaded .picture,
.loaded .subline,
.loaded .ip-main h2,
.loaded .ip-main .browser,
.loaded .ip-main .browser .box,
.loaded .codrops-demos {
	-webkit-animation: animLoadedContent 1s cubic-bezier(0.7,0,0.3,1) both;
	animation: animLoadedContent 1s cubic-bezier(0.7,0,0.3,1) both;
}
.loaded .manifesto,
.loaded .picture,
.loaded .ip-main .browser,
.loaded .ip-main .browser .box:first-child {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.loaded .home-cta,
.loaded .ip-main .browser .box:nth-child(2) {
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}

.loaded .ip-main .browser .box:nth-child(3) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

@-webkit-keyframes animLoadedContent {
	from { opacity: 0; -webkit-transform: translate3d(0,200px,0); }
}

@keyframes animLoadedContent {
	from { opacity: 0; -webkit-transform: translate3d(0,200px,0); transform: translate3d(0,200px,0); }
}

/* Change layout class for header */
.layout-switch .ip-header {
	position: absolute;
}

/* No JS */
.no-js .ip-header {
	position: relative;
	min-height: 0px;
}

.no-js .ip-header .ip-logo {
	margin-top: 20px;
	height: 180px;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.no-js .ip-header .ip-logo svg path {
	fill: #fff;
}

/* HOME PAGE */
.home-block {
	top: 50%;
	left: 50%;
	position:absolute;
	margin-right: -50%;
	transform: translate(-50%, -50%) ;
	min-width:360px;
	max-width:950px;
	height:300px;
	text-align:center;
	color:#fff;
	display: block;
	z-index:5;
}
.subline {
	font-size:12px;
	margin-top:50px;
	margin-bottom:10px;
	text-transform:uppercase;
	height:15px;
	font-family: "proxima-nova",sans-serif;
	font-weight:700;
	transition: all 0.4s ease-out;
}
.manifesto {
	display:block;
	font-size:50px;
	font-family: "le-monde-livre-std";
	font-weight:300;
	transition: all 0.4s ease-out;
}
.home-cta{	

	cursor:pointer !important;
	margin:0 auto;
	margin-top:40px;
	font-size:18px;
	background: rgba(247,55,87,1);
background: -moz-linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(247,55,87,1)), color-stop(100%, rgba(247,55,151,1)));
background: -webkit-linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: -o-linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: -ms-linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f73757', endColorstr='#f73797', GradientType=1 );
	width:150px;
	font-family: "proxima-nova",sans-serif;
	font-weight:400;
	transition: all 0.4s ease-out;
	border-radius: 7px; 
	padding:10px;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px; 
	color: #f7f7f7;
}
.home-cta:hover {
	

	
-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width:170px;
}

video#bgvid { 
	background-color:#272727;
	opacity:0.35;
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
 
}
/* END HOME PAGE */

/* ABOUT PAGE */
.wrap-titles{
	
	widht:100%;
	height:100%;
	
}
.big-title-1 {
	display:block;
	position:relative;
	font-size:400px;
	font-family: "le-monde-livre-std";
	font-weight:700;
	color:#f73757;
	margin-right:-700px;
	background: rgba(247,55,87,1);
background: -moz-linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(247,55,87,1)), color-stop(100%, rgba(247,55,151,1)));
background: -webkit-linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: -o-linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: -ms-linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f73757', endColorstr='#f73797', GradientType=1 );
-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	
}
.big-title-2 {
	display:block;
	position:relative;
	font-size:400px;
	font-family: "le-monde-livre-std";
	font-weight:700;
	color:#f73757;
	margin-left:-700px;
	background: rgba(247,55,87,1);
background: -moz-linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(247,55,87,1)), color-stop(100%, rgba(247,55,151,1)));
background: -webkit-linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: -o-linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: -ms-linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f73757', endColorstr='#f73797', GradientType=1 );
-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}
.anim-block {
	margin: 0 auto;
	width:500px;
	height:250px;
}
.friend {
	width:225px;
	height:225px;
	float:left;
	position:relative;
}
.friend svg{
	width:175px;
	height:175px;
	fill:#f73757 !important;
	margine:0 auto;
	position:relative;
}
.dark {
	background-color:#f7f7f7;

}
.portrait {
	float:left;
	width:300px;
	margin-left:75px;
	margin-right:75px;
}
.about-cta{	
	cursor:pointer;
	margin:0 auto;
	margin-top:40px;
	margin-bottom:70px;
	font-size:18px;
	background: rgba(247,55,87,1);
background: -moz-linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(247,55,87,1)), color-stop(100%, rgba(247,55,151,1)));
background: -webkit-linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: -o-linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: -ms-linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
background: linear-gradient(45deg, rgba(247,55,87,1) 0%, rgba(247,55,151,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f73757', endColorstr='#f73797', GradientType=1 );

	text-align:center !important;
	width:150px;
	font-family: "proxima-nova",sans-serif;
	font-weight:400;
	transition: all 0.4s ease-out;
	border-radius: 7px; 
	padding:10px;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px; 
	color: #f7f7f7;
}
.about-cta:hover {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #f74747;
	width:170px;
}
canvas {
	margin: 0 auto;
	width:500px;
	height:250px;
}
/* END ABOUT PAGE */

/* WORK PAGE */

.folio-item {
	cursor: pointer;
	overflow: hidden;
	position:relative;
	display: block;
	float:left;
	width:50%;
	border-style: solid;
    border-width: 10px;
	border-color:#f7f7f7;
	padding-bottom:60%;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	webkit-transform: translate3d(0, 0, 0);
}
.work a:hover {
	-webkit-background-clip: none !important;
	-webkit-text-fill-color: #171717;
	
}
.work a:hover:before {
  visibility: hidden;
}
.folio-img-top{
	position:absolute;
	z-index:5;
	display:block;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.folio-img-1{
	position:absolute;
	z-index:4;
	display:block;
	opacity:0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.folio-img-2{
	position:absolute;
	width:100%;
	height:auto;
	z-index:4;
	display:block;
	opacity:0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.folio-img-3{
	position:absolute;
	width:100%;
	height:auto;
	z-index:4;
	display:block;
	opacity:0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.folio-img-4{
	position:absolute;
	width:100%;
	height:auto;
	z-index:4;
	display:block;
	opacity:0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.folio-img{
	position:absolute;
	z-index:3;
	display:block;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.folio-item:hover > .folio-img {
	-ms-transform: scale(0.9,0.9); /* IE 9 */
    -webkit-transform: scale(0.9,0.9); /* Safari */
    transform: scale(0.9,0.9);
		
}

.folio-item:hover > .folio-img-1,
.folio-item:hover > .folio-img-top,
.folio-item:hover > .folio-img-2,
.folio-item:hover > .folio-img-3,
.folio-item:hover > .folio-img-4 {
	-ms-transform: scale(0.9,0.9); /* IE 9 */
    -webkit-transform: scale(0.9,0.9); /* Safari */
    transform: scale(0.9,0.9);
	opacity:1;
}

.folio-item:hover > .folio-bg-1,
.folio-item:hover > .folio-bg-2,
.folio-item:hover > .folio-bg-3,
.folio-item:hover > .folio-bg-4{
	opacity:.0;
	-ms-transform: scale(0.05,0.05); /* IE 9 */
    -webkit-transform: scale(0.05,0.05); /* Safari */
    transform: scale(0.05,0.05);
	
}

.folio-item:hover > .folio-arrow {
	margin-left:15px !important;
	fill: url(#grad2);
}
.folio-arrow {
	z-index:3;
	dislay:block;
	width:100%;
	position:absolute;
	left:50%;
	margin-left:-18px;
	width:36px;
	height:12px;
	bottom:5%;
	fill:#272727;	
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.folio-subline {
	z-index:3;
	dislay:block;
	width:100%;
	font-size:12px;
	position:absolute;
	text-transform: uppercase;
	text-align:center !important;
	font-family: "proxima-nova",sans-serif;
	font-weight:700;
	bottom:24%;
	color:#272727;	
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	webkit-transform: translate3d(0, 0, 0);
}
.folio-title {
	z-index:2;
	dislay:block;
	padding-left:15%;
	padding-right:15%;
	width:70%;
	
	font-size:3vmin;
	position:absolute;
	text-align:center !important;
	font-family: "le-monde-livre-std";
	font-weight:300;
	font-style:italic;
	bottom:10%;
	color:#272727;	
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	webkit-transform: translate3d(0, 0, 0);
}

.folio-bg-1 {
	-webkit-transition: all .6s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	 -moz-transition: all .6s cubic-bezier(0.215, 0.610, 0.355, 1.000);
     -o-transition: all .6s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: all .6s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	left:50%;
	top:50%;
	margin-left:-450px;
	margin-top:-450px;
	z-index:1;
	position:absolute;
	width: 900px;
	height: 900px;
	background: red;
	-moz-border-radius: 350px;
	-webkit-border-radius: 350px;
	border-radius: 350px;
	
background: rgba(247,128,97,1);
background: -moz-linear-gradient(45deg, rgba(247,128,97,1) 0%, rgba(243,102,78,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(247,128,97,1)), color-stop(100%, rgba(243,102,78,1)));
background: -webkit-linear-gradient(45deg, rgba(247,128,97,1) 0%, rgba(243,102,78,1) 100%);
background: -o-linear-gradient(45deg, rgba(247,128,97,1) 0%, rgba(243,102,78,1) 100%);
background: -ms-linear-gradient(45deg, rgba(247,128,97,1) 0%, rgba(243,102,78,1) 100%);
background: linear-gradient(45deg, rgba(247,128,97,1) 0%, rgba(243,102,78,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f78061', endColorstr='#f3664e', GradientType=1 );
}
.folio-bg-2 {
	-webkit-transition: all .6s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	 -moz-transition: all .6s cubic-bezier(0.215, 0.610, 0.355, 1.000);
     -o-transition: all .6s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: all .6s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	left:50%;
	top:50%;
	margin-left:-450px;
	margin-top:-450px;
	z-index:1;
	position:absolute;
	width: 900px;
	height: 900px;
	background: red;
	-moz-border-radius: 350px;
	-webkit-border-radius: 350px;
	border-radius: 350px;
	background: rgba(242,226,217,1);
background: -moz-linear-gradient(45deg, rgba(242,226,217,1) 0%, rgba(234,209,194,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(242,226,217,1)), color-stop(100%, rgba(234,209,194,1)));
background: -webkit-linear-gradient(45deg, rgba(242,226,217,1) 0%, rgba(234,209,194,1) 100%);
background: -o-linear-gradient(45deg, rgba(242,226,217,1) 0%, rgba(234,209,194,1) 100%);
background: -ms-linear-gradient(45deg, rgba(242,226,217,1) 0%, rgba(234,209,194,1) 100%);
background: linear-gradient(45deg, rgba(242,226,217,1) 0%, rgba(234,209,194,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2e2d9', endColorstr='#ead1c2', GradientType=1 );
}
.folio-bg-3 {
	-webkit-transition: all .6s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	 -moz-transition: all .6s cubic-bezier(0.215, 0.610, 0.355, 1.000);
     -o-transition: all .6s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: all .6s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	left:50%;
	top:50%;
	margin-left:-450px;
	margin-top:-450px;
	z-index:1;
	position:absolute;
	width: 900px;
	height: 900px;
	background: red;
	-moz-border-radius: 350px;
	-webkit-border-radius: 350px;
	border-radius: 350px;
	background: rgba(198,199,201,1);
background: -moz-linear-gradient(45deg, rgba(198,199,201,1) 0%, rgba(194,195,196,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(198,199,201,1)), color-stop(100%, rgba(194,195,196,1)));
background: -webkit-linear-gradient(45deg, rgba(198,199,201,1) 0%, rgba(194,195,196,1) 100%);
background: -o-linear-gradient(45deg, rgba(198,199,201,1) 0%, rgba(194,195,196,1) 100%);
background: -ms-linear-gradient(45deg, rgba(198,199,201,1) 0%, rgba(194,195,196,1) 100%);
background: linear-gradient(45deg, rgba(198,199,201,1) 0%, rgba(194,195,196,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c7c9', endColorstr='#c2c3c4', GradientType=1 );
}
.folio-bg-4 {
	-webkit-transition: all .6s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	 -moz-transition: all .6s cubic-bezier(0.215, 0.610, 0.355, 1.000);
     -o-transition: all .6s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: all .6s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	left:50%;
	top:50%;
	margin-left:-450px;
	margin-top:-450px;
	z-index:1;
	position:absolute;
	width: 900px;
	height: 900px;
	background: red;
	-moz-border-radius: 350px;
	-webkit-border-radius: 350px;
	border-radius: 350px;
	background: rgba(201,201,230,1);
background: -moz-linear-gradient(45deg, rgba(201,201,230,1) 0%, rgba(181,182,221,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(201,201,230,1)), color-stop(100%, rgba(181,182,221,1)));
background: -webkit-linear-gradient(45deg, rgba(201,201,230,1) 0%, rgba(181,182,221,1) 100%);
background: -o-linear-gradient(45deg, rgba(201,201,230,1) 0%, rgba(181,182,221,1) 100%);
background: -ms-linear-gradient(45deg, rgba(201,201,230,1) 0%, rgba(181,182,221,1) 100%);
background: linear-gradient(45deg, rgba(201,201,230,1) 0%, rgba(181,182,221,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9e6', endColorstr='#b5b6dd', GradientType=1 );
}

/* END WORK PAGE */

/* PROJECT PAGE */
.side {
	right:-30px;
	bottom: 10%;
	position:fixed;
	z-index:5;
	text-transform:uppercase;
	font-family: "proxima-nova",sans-serif;
	font-size:12px;
	font-weight:700;
	transform: rotate(-90deg);
    -ms-transform: rotate(-90deg); /* FF 4 */
    -webkit-transform: rotate(-90deg); /* Safari & Chrome */
    -o-transform: rotate(-90deg); /* Opera */
}
.project-arrow{
	z-index:4;
	left:50%;
	margin-left:-15px;
	position:absolute;
	display:block;
	width:30px;
	height:50px;
	bottom:40px;
}
.project-hero{ 
	opacity:1;
	overflow:hidden;
	width:100%;
	padding-bottom:65%;
	background-color:#070707;
	position: relative;
	display:block;
	margin:0 !important;

	
}
.project-hero video#bgvid { 
position:absolute;
opacity:0.45;

}
.project-hero .question{
	z-index:5;
	display:block;
	width:700px;
	height:300px;
	margin-left:-350px;
	left:50%;
	font-size:50px;
	font-family: "le-monde-livre-std";
	font-weight:300;
	position:absolute;
	top:40%;
	color:#f7f7f7;
}
.project-hero img{ 
	opacity:0;
	display:block;
	position: relative;
	min-width:900px;
	border: 0px;
	-webkit-transform: translateX(-50%);
	left:50%;
	margin:0;
	padding:0;
}

.project-info {
	width:100%;
	height:auto;
	display:block;
	padding-top:150px;
	padding-bottom:150px;
}
.project-info .title {
	margin-top:50px;
	font-family: "proxima-nova",sans-serif;
	text-transform:uppercase;
	font-size:100px;	
	font-weight:700;
	margin-bottom:30px;
}
.project-info .sub-title {
	dislay:block;
	font-size:40px;
	text-align:center !important;
	font-family: "le-monde-livre-std";
	font-weight:700;
	font-style:italic;
	margin-bottom:30px;
	color:#272727;	
}
.project-info .sub-title-reg {
	margin-top:60px;
	dislay:block;
	font-size:30px;
	text-align:center !important;
	font-family: "proxima-nova",sans-serif;
	font-weight:400;
	margin-bottom:30px;
	color:#272727;	
}
.project-image-side { 
	text-align:left;
	float: left;
	background-color: #f7f7f7;
	opacity:1;
	width:50%;
	display: inline-block !important;
	direction: ltr;
	position:relative;
	margin:0 !important;
	padding-bottom: 69.39%;
	transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out; /* FF 4 */
    -webkit-transition: all 1s ease-in-out; /* Safari & Chrome */
    -o-transition: all 1s ease-in-out; /* Opera */
	
}
.project-image-side p{ 
	margin-top:-1%;
	font-size:1.5vmin;
	padding-right:15%;
	line-height:2.7vmin;
}
.txt-line-1 {
	color:#f47052;
}
.txt-line-2 {
	font-size:2.5vmin;
	font-weight:700;
	
}
.project-image-side div{ 
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;

}

.project-image-side img{
	display:block;
	
	width:100%;
	top:0px;
	border: 0px;
	margin:0 !important;
	padding:0 !important;
}
.project-image-half { 
	float: left;
	opacity:1;
	width:50%;
	height: auto;
	background-color:#c7c7c7;
	display: inline-block !important;
	position:relative;
	direction: ltr;
	margin:0 !important;
	padding:0 !important;
	transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out; /* FF 4 */
    -webkit-transition: all 1s ease-in-out; /* Safari & Chrome */
    -o-transition: all 1s ease-in-out; /* Opera */
}
.project-image-half img{ 
	display:block;
	border: 0px;
	margin:0 !important;
	padding:0 !important;
}
.project-image { 
	opacity:1;
	width:100%;
	height: auto;
	background-color:#c7c7c7;
	display:block;
	margin:0 !important;
	padding:0 !important;
	transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out; /* FF 4 */
    -webkit-transition: all 1s ease-in-out; /* Safari & Chrome */
    -o-transition: all 1s ease-in-out; /* Opera */
}
.project-graf { 
	opacity:1;
	max-width:800px;
	margin-top:30px;
	width:100%;
	height: auto;
	display:block;
	margin:0 auto;
	padding:0 !important;
	transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out; /* FF 4 */
    -webkit-transition: all 1s ease-in-out; /* Safari & Chrome */
    -o-transition: all 1s ease-in-out; /* Opera */
}
.project-image img{ 
	display:block;
	border: 0px;
	margin:0 !important;
	padding:0 !important;
}
/* END PROJECT PAGE */

/* CONTACT PAGE */
.fivec {
	width:100%;
	display:block;
	margin-bottom:80px;
	font-size:30px;
	font-family: "le-monde-livre-std";
	font-weight: 300;
	line-height:40px;
}
.picture {
	width:100%;
}
/* END CONTACT PAGE */

/* RESPOSIVE */
#flex{
	display:flex;
  flex-flow: row wrap;
}
@media only screen and (max-width: 500px) {
	.project-image-side p {
		padding-left:7% !important;
		padding-right:7% !important;
		margin-top:1%;
		font-size:4vmin;
		line-height:7vmin;
		text-align:center;
		
	}
	#flex { 
		 flex-direction:column;
	}
	
	.txt-line-2 {
		font-size:7vmin;
		font-weight:700;
		
	}
	#block1 {
		 order: 2;
	}
	#block1a {
		order:1;
	}
	#block2 {
		 order: 4;
	}
	#block2a {
		order:3;
	}
	#block3 {
		 order: 6;
	}
	#block3a {
		order:5;
	}
	#block4 {
		 order: 8;
	}
	#block4a {
		order:7;
	}
	#block5 {
		 order: 10;
	}
	#block5a {
		order:9;
	}
	#block6 {
		 order: 12;
	}
	#block6a {
		order:11;
	}
	#block7 {
		 order: 14;
	}
	#block7a {
		order:13;
	}
	
	
	.project-image-side { 
		padding-bottom: 105%;
		width:100% !important;
	}
	.project-image-side img{ 
		padding-left:25% !important;
		width: 50%;
		
	}
	.project-image-half { 
		width:100% !important;
	}
	.folio-img-1,
	.folio-img-2,
	.folio-img-3,
	.folio-img-4{
		opacity:1;
	}
	.nav-items-in,
	.nav-items-out{
		top:0;
	}
    .manifesto {
		padding-left:20px;
		padding-right:20px;
		font-size:28px;
	}
	.nav-item-out,
	.nav-item-in{
		height:70px;
		font-size:70px;
	}
	.nav-left,
	.nav-right {
		width:50px;
	}
	.nav-left-txt,
	.nav-left-txt2,
	.nav-right-txt{
		display:none;
	}
	video::-webkit-media-controls-start-playback-button {
  		display: none;
		}
	video::-webkit-media-controls {
    	display:none !important;
	}
	.folio-item {
		padding-bottom: 120% !important;
		width:100% !important;
	}
	.folio-title {
		font-size:6vmin;
	}
	.project-hero{
		padding-bottom:150%;
	}
	.wrapper {
		min-width:320px;
		padding-left:20px;
		padding-right:20px;
	}
	h3 {
		font-size:30px;	}
	h4 {
		font-size:60px;	}
	.anim-block {
		margin:0 auto;
		width:360px !important;
		height:180px !important;
	}
	canvas {
		margin-left:-20px !important;
		width:360px !important;
		height:180px !important;
	}
	.big-title-1 {
		margin-right:-300px !important;
		font-size:150px !important;
	}
	.big-title-2 {
		margin-left:-300px !important;
		font-size:150px !important;	
	}
	.friend {
		margin: 0 auto;
		float: none !important;
	}
	.project-info {
	padding-top:50px;
	padding-bottom:50px;
	}
	.project-info .title {
		line-height:60px;
		font-size:70px;
	}
	.project-info .sub-title {
		
		font-size:30px;
	}
}

/* ANIMATIONS */
  @-moz-keyframes myfirst /* Firefox */
{
0%   {background:#f73757;}
33%  {background:#f7aa77;}
66%  {background:#f7a7e7;}
100%   {background:#f73757;}
}
 
    @-webkit-keyframes myfirst /* Firefox */
{
0%   {background:#f73757;}
33%  {background:#f7aa77;}
66%  {background:#f7a7e7;}
100%   {background:#f73757;}
}
.fade {
  opacity: 1;
}



#container {
    position: relative;
}

/*
    covers the whole container
    the video itself will actually stretch
    the container to the desired size
*/
#videocover {
	width:100%;
	max-width:1100px;
	background-color:rgba(12, 21, 21, 0.5);
    position: absolute;
	margin: 0 auto;
    z-index: 7;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	
}
#videocover:hover > svg {
	-ms-transform: scale(0.9,0.9); /* IE 9 */
    -webkit-transform: scale(0.9,0.9); /* Safari */
    transform: scale(0.9,0.9);
}
#videocover svg {
	display:block;
	position: absolute;
	left:50%;
	top:50%;
	margin-left:-52px;
	margin-top:-52px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#myvideo {
	max-width:1100px;
	display:block;
	margin: 0 auto;
	position:relative;
}
.next-project{
	font-size:20px;
}
.next-project:hover > svg{
	margin-left:0px;
	fill:url(#grad2);
}
.next-project svg {
	display:block;
	margin-left:-18px;
	margin-top:20px;
	width:36px;
	height:12px;
	position:absolute;
	left:50%;
	fill:#272727;	
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.frameit {
	pointer-events: none;
	background:none;

	z-index:100;
	position:fixed;
	width:98%;
	height:98%;
	left:1%;
	top:1%;
}
.path {
  animation: draw 3.5s infinite;
}
 
 @keyframes draw {
  50% {
    stroke-dashoffset: 0;
  }
}