* {font-family:Helvetica,Arial,sans-serif; margin:0; padding:0; border:0; text-decoration:none; color:white; font-weight:normal;}
html,body {background:black;}

img#formula {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1.2);
    display: block;
    width: 30%;
    transition: all 3s ease;
    opacity: 0;
		z-index:10;
}

div#container {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.show img#formula {
    opacity: 1;
    transform: translate(-50%,-50%) scale(1);
}
#video {
    display: block;
    position: absolute;
    width: 130%;
    height: 130%;
    transition:opacity 5s 2s;
    opacity:0;
    pointer-events:none;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.show #video {
		opacity:1;
}
div#header {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    z-index: 10000;
    transition: opacity 2s 1s ease;
    opacity: 0;
}


.show div#header {
    opacity: 1;
}

.left {
    float: left;
    margin-top: 6px;
}

.right {
    float: right;
}

.bar-full {
    width: 352px;
    background: rgba(255,255,255,0.5);
    height: 5px;
    margin-top: 9px;
}

.button {
    border: 1px solid;
    border-radius: 30px;
    padding: 5px 20px 5px 20px;
    cursor: pointer;
    opacity: 0.4;
    pointer-events: none;
}

div#header {
    font-size: 12px;
    letter-spacing: 1px;
}
.center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.text {
    background: white;
    color: black;
    padding: 15vw 10vw;
}
.examples {
	padding: 15vw 0;
	padding-top: 6vw;
}

.text p {
    font-family: 'Didot',Times,serif;
    color: black;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
}

.links a {
    display: inline-block;
    border: 1px solid black;
    border-radius: 30px;
    padding: 7px 20px 6px 20px;
    cursor: pointer;
    color: black;
    margin: 10px 5px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.6s ease;
}
span.arrow {
    color: black;
    display: inline-block;
    margin-left: 10px;
}

.links {
    margin-top: 60px;
}
.inner-text {
    position: relative;
}

.the-project {
    font-size: 12px;
    color: black;
    margin-bottom: 20px;
}	
img.img-splash01 {
    position: absolute;
    z-index: 0;
    display: block;
    width: 11vw;
    top: -6vw;
    left: 14vw;
    transform: rotate(45deg) scale(0.7);
    opacity: 0;
    transition: all 2.6s ease;
    border-radius: 50%;
}
img.img-splash3 {
    position: absolute;
    z-index: 0;
    display: block;
    width: 11vw;
    bottom: -3vw;
    left: -22vw;
    transform: rotate(45deg) scale(0.7);
    opacity: 0;
    transition: all 2.6s ease;
    border-radius: 50%;
}

img.img-splash4 {
    position: absolute;
    z-index: 0;
    display: block;
    width: 11vw;
    top: -3vw;
    right: -14vw;
    transform: rotate(
45deg
) scale(1.5);
    opacity: 0;
    transition: all 2.6s ease;
    border-radius: 50%;
}

img.img-splash01.animateview.visibile {
    opacity: 1;
    transform: rotate(65deg) scale(1.1);
}
img.img-splash3.animateview.visibile {
    opacity: 1;
    transform: rotate(65deg) scale(0.9);
}
img.img-splash4.animateview.visibile {
    opacity: 1;
    transform: rotate(115deg) scale(1.1);
}

img.img-splash02 {
    position: absolute;
    z-index: 0;
    display: block;
    width: 11vw;
    bottom: 3vw;
    right: 8vw;
    transform: rotate(
45deg
) scale(1.4);
    opacity: 0;
    transition: all 2.6s ease;
    border-radius: 50%;
}

img.img-splash02.visibile {
    opacity: 1;
    transform: rotate(115deg) scale(1);
}
.z-index2 {z-index:2;position: relative;}
.links a:hover {
    background: black;
    color: white;
}


html:not(.safari) .animate {
    opacity: 0;
    -webkit-transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s;
    -o-transition: transform 1s, opacity 1s;
    -ms-transition: transform 1s, opacity 1s;
    -moz-transition: transform 1s, opacity 1s;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0.208378, 0, 0, -0.173648, 0.984808, 0, 0, 40, 0, 1);
}
html:not(.safari) .visibile.animate {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    transform-origin: 50% 50% 0px;
}
.safari .animate {
opacity: 0;
-webkit-transition: transform 1s, opacity 1s;
transition: transform 1s, opacity 1s;
-o-transition: transform 1s, opacity 1s;
-ms-transition: transform 1s, opacity 1s;
-moz-transition: transform 1s, opacity 1s;
transition-delay: 0.2s;
-webkit-transition-delay: 0.2s;
}
.safari .visibile.animate {
opacity: 1;
}
.white {color:white;}
.black-menu #header * {
    color: black;
}

div#header * {
    transition: color 0.2s ease;
}
.carousel-cell img {
    width: 100%;
}
.flickity-page-dots {
    display: none;
}
.dida {
    margin-top: 10px;
    font-size: 12px;
		
}
.carousel-cell {
  width: 40vw;
	 margin: 0 3vw;
  counter-increment: gallery-cell;
}

.flickity-button {
    outline: 0;
}

.flickity-button {
    background: white !important;
}

.flickity-button path {
    fill: black !important;
}
body .flickity-prev-next-button {
    top: 0;
    bottom: 0;
    height: auto;
    transform: translate(0,0);
    opacity: 0 !important;
    border-radius: 0;
}

button.flickity-button.flickity-prev-next-button.next {
    right: 0;
    width: 24vw;
}

button.flickity-button.flickity-prev-next-button.previous {
    left: 0;
    width: 24vw;
}
.attributes {
    max-width: 40vw;
    margin: 100px auto;
    position:relative;
    margin-bottom: 300px;
}

.attributes * {
    font-family: 'Didot',Times,serif;
    font-size: 30px;
    line-height: 40px;
}

.left-name {
    display: inline-block;
    width: 60%;
}

.number {
    display: inline-block;
    width: 40%;
    text-align: right;
}
.title-attributes.the-project {
    color: white;
    margin-bottom: 20px;
    font-size: 12px;
    font-family: Helvetica,Arial,sans-serif;
    text-transform: uppercase;
}

.attribute {
    margin-bottom: 11px;
}

.socials {
    background: white;
    text-align: center;
}

.socials img {
    display: block;
    width: 45px;
    max-height: 44px;
}

.socials a {
    display: inline-block;
    margin: 40px;
    margin-top: 50px;
}
.examples-title {
    text-align: center;
    font-family: 'Didot',Times,serif;
    font-size: 30px;
    margin-bottom: 5vw;
}
@media all and (max-width:767px) {
	.center {
	    transform: translate(0,0);
	    left: 0;
	    top: 15px;
	}

	span#timer {
	    display: none;
	}

	.left {
	    margin-top: -2px;
	}

	#video {
	    width: 320%;
	    height: 100%;
	}

	.text p {
	    font-size: 20px;
	    line-height: 29px;
	    margin-bottom: 20px;
	}

	.links {
	    margin-top: 30px;
	}

	.attributes * {
	    font-size: 20px;
	}

	.attributes {
	    max-width: calc(100% - 40px);
	}

	img.img-splash3 {
	    bottom: -40px;
	    left: 30px;
	}

	img.img-splash4 {
	    top: -60px;
	    right: 30px;
	}

	.socials img {
	    width: 30px;
	}

	.socials a {
	    margin: 40px 20px;
	}

	.carousel-cell {
	    width: 80vw;
	}
	img#formula {
	    width: 60%;
	}
	.text {
	    padding: 50px 20px;
	}
	.examples {
	    padding-top: 18vw;
	}
	.in {display:none;}
	.links a {
	    margin: 3px 1px;
	}
}
div#logo {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0,-50%);
    text-align: center;
    font-size: 7vw;
    font-family: 'didot',times,serif;
    line-height: 10vw;
}