/*

Author: Renee Carmichael
Author URI: http://underscores.me/

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Righteous');
@import url('https://fonts.googleapis.com/css?family=Eczar');
@import url('https://fonts.googleapis.com/css?family=Droid+Sans');
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&family=Righteous&family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');


html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 30px;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.editorial {
font-family: 'Fira Code', monospace;
width: 50%;
background-color: white;
}

.credits {
font-family: 'Righteous'!important;
width: 50%;
background-color: white;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, html {
	font-family: 'Righteous'!important;
}


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

a {
	text-decoration: none;
	color:#000;
}

.button-buy {
width: 200px;
height: 50px;
background-color: blue;
color: white;
font-family: 'Righteous', cursive;
font-size:20px;
padding: 10px;
text-align: center;
margin-top: 50px;
}


.main-link {
	font-size:50px;
}

.sub-link {
	font-size:30px;
}

.right {
	display:inline-block;
	position:fixed;
	right:-20px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}

.right-top {
	position:fixed;
	right:15px;
	top:38%;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}


.right-bottom {
	position:fixed;
	right:10px;
	top:43%;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}

.left {
	position:fixed;
	left:-10px;
	top:45%;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	z-index:1200001;
}

.back {
	display:none;
	font-size:40px;
	position:fixed;
	bottom:50px;
	left:0px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	z-index:1200001;
	color:#0000ff;
}

.outline {
	color:#fff;
}

.story {
	font-size:40px;
	position:fixed;
	bottom:50px;
	left:60px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	z-index:1200001;
	color:#0000ff;
}

.cv-title {

	font-size:22px;
	color:blue;
	position:fixed;
	top:60px;
	text-decoration:underline;
}

.top {
	z-index:100001;
}

.top-left {
	position:fixed;
	top:0px;
	left:0px;
}

.top-right {
	position:fixed;
	top:10px;
	right:20px;
}

.bottom-right {
	position:fixed;
	bottom:10px;
	right:20px;
}

.bottom-left {
	position:fixed;
	bottom:50px;
	left:0px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	z-index:100;
}

.hide {
	display:none!important;
}

.flee-back {
	display:none;
	position:fixed;
	bottom:50px;
	right:0px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.ing {
	position:fixed;
	right:0;
	top:50px;
	font-size:30px;
	list-style-type: none;
	overflow:hidden!important;
	color:#0000ff;
}

.words {
	position:absolute;
	text-align:right;
	right:3.5%;
	top:50px;
	font-size:30px;
	list-style-type: none;
	overflow:auto;
}


.research-bureau {
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0;
}

.research-bureau:after {
	content: ' ';
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
	background-image: url("http://www.fleeimmediately.com/images/grid.svg");
	opacity:0.2;
	z-index:-100;
}

.arrow {
	display:none;
	color:blue;
}

.main-title {
	position:fixed;
	top:10px;
	left:600px;
	color:blue;
	font-size:50px;
}

#fleeing, #reading, #nervous, #writing, #eating, #reviewing, #curating, #workshoping, #dancing {
	display:none;
	position:fixed;
	background-color:#fff;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#reading .projects {
	width:50%;
}

img {
   height: auto;
    max-width: 100%;
}

.blue {
	color:blue;
}


.title {
	font-family: 'Righteous'!important;
	font-size:22px;
	color:blue;
	text-decoration:underline;
}

.ongoing {
	font-family: 'Droid Sans', sans-serif!important;
	position:fixed;
	border-left: 5px solid blue;
	border-top: 5px solid blue;
	border-bottom: 5px solid blue;
	left:100px;
	top:100px;
	width:40%;
	height:80vh;
	padding:5px;
	overflow-y:auto;
	z-index:10001;
}

.ongoing p {
	padding-right: 10px !important;
}

.projects {
	font-family: 'Droid Sans', sans-serif!important;
	position:fixed;
	left:52%;
	top:100px;
	width:40%;
	height:80vh;
	overflow-y:auto;
	padding:5px;
}

.grid {
	margin-top:70px;
	margin-left:150px;
	width: 500px;
    height: 1000px;
}

.grid div {
    width: 200px;
    height: 200px;
    outline: 5px solid blue;
    float: left;
    margin:10px;
}
.grid > div:nth-child(3) {
	margin-left: 150%;
	margin-top: -35%;
}

.grid > div:nth-child(4) {
	margin-left:120px;
	transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
}

.grid > div:nth-child(5) {
	margin-left: 500px;
	margin-top: -200px;
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.grid > div:nth-child(6) {
	margin-left:160px;
}

.grid > div:nth-child(7) {
	margin-left: 700px;
	margin-top: -150px;
}


.grid > div:nth-child(9):hover {
	-webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
     animation-play-state: paused;
}

.grid > div:nth-child(9) {
	margin-left: 400px;
    margin-top: -300px;
    animation: perform 5s; 
    animation-direction: alternate;
    animation-play-state: running;
    animation-iteration-count: infinite;
    animation-delay: 0;
    animation-timing-function: 1;
    animation-direction: alternate;

    -webkit-animation: perform 5s;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    -webkit-animation-timing-function: 1;
    -webkit-animation-direction: alternate;

    -moz-animation: perform 5s;
    -moz-animation-direction: alternate;
    -moz-animation-play-state: running;
    -moz-animation-iteration-count: infinite;
    -moz-animation-delay: 0;
    -moz-animation-timing-function: 1;
    -moz-animation-direction: alternate;
}

@keyframes perform {
        0%      { margin-top: 0;}
        25%     { margin-top: -500px; }
        50%     { margin-left: 50px }
        75%     { margin-top: -200px; margin-left: 50px }
        100%    { margin-top: 0; margin-left: 50px }
    }
    @-webkit-keyframes perform {
        0%      { margin-top: 0;}
        25%     { margin-top: -500px; }
        50%     { margin-left: 50px }
        75%     { margin-top: -200px; margin-left: 50px }
        100%    { margin-top: 0; margin-left: 50px }
    }
    @-moz-keyframes perform {
       0%      { margin-top: 0;}
        25%     { margin-top: -500px; }
        50%     { margin-left: 50px }
        75%     { margin-top: -200px; margin-left: 50px }
        100%    { margin-top: 0; margin-left: 50px }    
    }


.research span {
	animation: research 5s; 
    animation-direction: alternate;
    animation-play-state: running;
    animation-iteration-count: infinite;
    animation-delay: 0;
    animation-timing-function: 1;
    animation-direction: alternate;

    -webkit-animation: research 5s;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    -webkit-animation-timing-function: 1;
    -webkit-animation-direction: alternate;

    -moz-animation: research 5s;
    -moz-animation-direction: alternate;
    -moz-animation-play-state: running;
    -moz-animation-iteration-count: infinite;
    -moz-animation-delay: 0;
    -moz-animation-timing-function: 1;
    -moz-animation-direction: alternate;
}


@keyframes research {
        0%      { margin-top: 0; margin-left: 50px}
        25%     { margin-top: 100px; margin-left: 50px }
        50%     { margin-top: 0; margin-left: 50px }
        75%     { margin-top: 100px; margin-left: 50px }
        100%    { margin-top: 0; margin-left: 50px }
    }
    @-webkit-keyframes research {
        0%      { margin-top: 0; margin-left: 100px}
        25%     { margin-top: 100px; margin-left: 100px }
        50%     { margin-top: 0; margin-left: 100px }
        75%     { margin-top: 100px; margin-left: 100px }
        100%    { margin-top: 0; margin-left: 100px }
    }
    @-moz-keyframes research {
        0%      { margin-top: 0; margin-left: 50px}
        25%     { margin-top: 100px; margin-left: 50px }
        50%     { margin-top: 0; margin-left: 50px }
        75%     { margin-top: 100px; margin-left: 50px }
        100%      
    }

.bureau {
	color:red;
}

.red {
	color:red;
}

.a {
	width: 270px!important;
	height:100px!important;
    padding: 20px;
    margin: 50px auto;
    border: 1px solid #d1d1d1;
    -webkit-animation: breathing 7s ease-out infinite normal;
    animation: breathing 7s ease-out infinite normal;
    font-size: 24px;
    background: #5885cb;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    border-radius: 3px;
    text-align: center;    
	 animation: breathing 7s ease-out infinite normal;
	 -webkit-animation: breathing 7s ease-out infinite normal;
	 -moz-animation: breathing 7s ease-out infinite normal;
}

@-moz-keyframes breathing {
  0% {
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }

  25% {
    -moz-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  25% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.c {
	width:100px!important;
	height:100px!important;
animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both infinite;
-moz-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both infinite;
-webkit-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both infinite;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;

}

@-moz-keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@-webkit-keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.d {
	width:100px!important;
	height:100px!important;
 -webkit-animation: wiggle ease-in infinite 10s;
 -moz-animation: wiggle ease-in infinite 10s;
 animation: wiggle ease-in infinite 10s;
}

@keyframes wiggle {
   0% { transform: rotate(19deg); } 
   10% { transform: rotate(-28deg); } 
   20% { transform: rotate(47deg); } 
   30% { transform: rotate(-56deg); } 
   40% { transform: rotate(5deg); } 
   50% { transform: rotate(-14deg); } 
   60% { transform: rotate(33deg); } 
   70% { transform: rotate(-22deg); } 
   80% { transform: rotate(10deg); } 
   90% { transform: rotate(4deg); } 
   100% { transform: rotate(0deg); }
}
@-moz-keyframes wiggle {
  0% { transform: rotate(19deg); } 
   10% { transform: rotate(-28deg); } 
   20% { transform: rotate(47deg); } 
   30% { transform: rotate(-56deg); } 
   40% { transform: rotate(5deg); } 
   50% { transform: rotate(-14deg); } 
   60% { transform: rotate(33deg); } 
   70% { transform: rotate(-22deg); } 
   80% { transform: rotate(10deg); } 
   90% { transform: rotate(4deg); } 
   100% { transform: rotate(0deg); }
} 
@-webkit-keyframes wiggle {
   0% { transform: rotate(19deg); } 
   10% { transform: rotate(-28deg); } 
   20% { transform: rotate(47deg); } 
   30% { transform: rotate(-56deg); } 
   40% { transform: rotate(5deg); } 
   50% { transform: rotate(-14deg); } 
   60% { transform: rotate(33deg); } 
   70% { transform: rotate(-22deg); } 
   80% { transform: rotate(10deg); } 
   90% { transform: rotate(4deg); } 
   100% { transform: rotate(0deg); } 
}

.projects p {
	margin-bottom:40px;
}

.projects p img {
	width:100%;
}

.symbol {
	font-size:50px;
	color:blue;
}

.hidden {
opacity:0;
font-size: 600%;
color:blue;
animation-name: head;
animation-duration: 4s;
animation-iteration-count: infinite;
-webkit-animation-name: head;
-webkit-animation-duration: 4s;
-webkit-animation-iteration-count: infinite;
-moz-animation-name: head;
-moz-animation-duration: 4s;
-moz-animation-iteration-count: infinite;
}



@keyframes head {
    0% {opacity:1;}
    50% {opacity:0;}
    100% {opacity:1;}
}

#flee-now {
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow-y:auto;
}

.now {
	width:70%;
	margin:0 auto;
	padding-top:100px;
	overflow-y:auto;
}

#flee-now p {
	font-family: 'Droid Sans', sans-serif!important;
}

#flee-market {
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow-y:auto;
}

.infos-bottom {
	position:fixed;
	border-right: 5px solid blue;
	border-top: 5px solid blue;
	border-bottom: 5px solid blue;
	bottom:20px;
	right:20px;
	width:30%;
	height:200px;
	padding:5px;
	overflow-y:auto;
	z-index:10001;
}

.items {
	margin:40px;
	overflow-y:auto;
}

.items li {
	width:300px;
	margin-right:10px;
	display:inline-block;
	float:left;
	padding:10px;
	border:2px dotted red;
	transition: background-position 2s;
	-webkit-transition: background-position 2s;
	-moz-transition: background-position 2s;
	background: linear-gradient(90deg, blue 50%, transparent 50%), linear-gradient(90deg, blue 50%, transparent 50%), linear-gradient(0deg, blue 50%, transparent 50%), linear-gradient(0deg, blue 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 16px 4px, 16px 4px, 4px 16px, 4px 16px;
}

.items li:hover{
    background-position: 212px 0px, 0px 116px, 0px 0px, 216px 116px;
}

li img {
	width:100%;
}

.flee-immediately {
	display:none;
	overflow-y:hidden;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:-100;
}

.flee-immediately:after {
	content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
	background-image: url("http://www.fleeimmediately.com/images/sticker2.jpg");
	opacity:0.4;
	z-index:-100;
}

.content {
	overflow-y:auto;
	padding-top:60px;
	padding-bottom:20px;
	opacity:1!important;
	z-index:100;
}

.description {
	display:inline-block;
	float:left;
	width:34%;
	margin-left:20%;
	z-index:100;
	height:80vh;
	overflow-y:auto;
	margin-bottom:50px;
	margin-top: 50px;
	padding-right:10px;
}

.hide-scrollbar {
	height:80vh;
	width:auto;
	overflow-y:auto!important;
	margin-bottom:50px;
	margin-right:-20%;
	margin-top: 50px;
}

.links {
	display:inline-block;
	float:right;
	width:70%;
	margin-right:25%;
	z-index:1;
	
}

.flee-links {
	font-family: 'Droid Sans', sans-serif!important;
	font-weight:bold;
	font-size:20px;
}
::-moz-selection{
	background: #ffffff; 
	color: #fff; 
	text-shadow: none;
}
::selection {
	background: #ffffff; 
	color: #fff; 
	text-shadow: none;
} 

.text {
	font-family: 'Droid Sans', sans-serif!important;
	font-weight:bold;
	font-size:20px;
	overflow-y:auto;
	width:100%;
}

.flee-links {
	text-decoration:underline;
	text-decoration-color:blue;
	-moz-text-decoration-color:blue;
}

.aerobics p, .issue02 p, .issue00 p, .issue01 p, .old-website p, .remix p, .choreography p, .unstable p  {
	margin-left:20px;
}

.aerobics {
	display:none;
	font-family: 'Eczar', serif;
}

.issue02 {
	display:none;
	font-family: 'Eczar', serif;
}

.issue00 {
	display:none;
	font-family: 'Eczar', serif;
}

.issue01 {
	display:none;
	font-family: 'Eczar', serif;
}

.old-website {
	display:none;
	font-family: 'Eczar', serif;
}

.remix {
	display:none;
	font-family: 'Eczar', serif;
}

.choreography {
	display:none;
	font-family: 'Eczar', serif;
}

.unstable {
	display:none;
	font-family: 'Eczar', serif;
}

.random1 {
	position:absolute;
	margin-left:65%;
	top:30%;
	color:#0000ff;
	z-index:100001;
}

.random2 {
	position:absolute;
	margin-left:65%;
	top:30%;
	color:#0000ff;
	z-index:100001;
}

.random3 {
	position:absolute;
	margin-left:65%;
	top:30%;
	color:#0000ff;
	z-index:100001;
}

.small {
	width:100%;
}

ul div {
width:100px!important;
height:100px!important;
}


    
@media screen and (max-width: 1024px) {
	.words {
    position: absolute;
    text-align: right;
    right: 5%;
    top: 50px;
    font-size: 50px;
    list-style-type: none;
    overflow: auto;
	}
	.main-title {
    position: fixed;
    top: 25px;
    left: 600px;
    color: blue;
    font-size: 30px;
	}
}
@media screen and (max-width: 960px) {
	.words {
    position: absolute;
    text-align: right;
    right: 5%;
    top: 50%;
    font-size: 30px;
    list-style-type: none;
    overflow: auto;
	}
	.ing {
	top: 50%;
	 font-size: 30px;
	}
	iframe {
		width:400px!important;
	}
	.items {
		margin-left:220px;
	}
	.items li {
    width: 300px;
    margin-bottom: 10px;
    display: block;
    float: none;
    padding: 10px;
    border: 2px dotted red;
    transition: background-position 2s;
    -webkit-transition: background-position 2s;
    -moz-transition: background-position 2s;
    background: linear-gradient(90deg, blue 50%, transparent 50%), linear-gradient(90deg, blue 50%, transparent 50%), linear-gradient(0deg, blue 50%, transparent 50%), linear-gradient(0deg, blue 50%, transparent 50%);
        background-repeat: repeat, repeat, repeat, repeat;
        background-size: auto auto, auto auto, auto auto, auto auto;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 16px 4px, 16px 4px, 4px 16px, 4px 16px;
	}
	img {
		width: 80%!important;
	}
	.credits, .editorial {
		width: 80%!important;
	}
	#publications, #services {
	top: 40%!important;
	}
}
@media screen and (max-width: 800px) {

	.main-link {
    font-size: 30px;
	}
	.story, .back {
		font-size:30px;
	}
	.story {
		left:40px;
	}
	.back {
		left:10px;
	}
	.ongoing {
    font-family: 'Droid Sans', sans-serif!important;
    position: fixed;
    border-left: 5px solid blue;
    border-top: 5px solid blue;
    border-bottom: 5px solid blue;
    left: 50px;
    top: 100px;
    width: 40%;
    height: 80vh;
    padding: 5px;
    overflow-y: auto;
    z-index: 10001;
	}
	.description {
    display: inline-block;
    float: left;
    width: 40%;
    margin-left: 10%;
    z-index: 100;
    height: 80vh;
    overflow-y: auto;
    margin-bottom: 50px;
    margin-top: 50px;
    padding-right: 10px;
	}
	.infos-bottom {
    position: fixed;
    border-right: 5px solid blue;
    border-top: 5px solid blue;
    border-bottom: 5px solid blue;
    bottom: 15px;
    right: 20px;
    width: 30%;
    height: 200px;
    padding: 5px;
    overflow-y: auto;
    z-index: 10001;
	}
}
@media screen and (max-width: 736px) {

.right-top {
    position: fixed;
    right: 15px;
    top: 35%;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}
.ongoing {
    font-family: 'Droid Sans', sans-serif!important;
    position: fixed;
    border-left: 5px solid blue;
    border-top: 5px solid blue;
    border-bottom: 5px solid blue;
    left: 50px;
    top: 100px;
    width: 40%;
    height: 70vh;
    padding: 5px;
    overflow-y: auto;
    z-index: 10001;
}
.projects {
    font-family: 'Droid Sans', sans-serif!important;
    position: fixed;
    left: 52%;
    top: 100px;
    width: 40%;
    height: 70vh;
    overflow-y: auto;
    padding: 5px;
}
.items {
    margin-left: 120px;
}
}

@media screen and (max-width: 667px) {
#services {
width: 90vw;
}
.ing {
		display: none!important;
    position: fixed;
   	right: 0;
    top: 50%;
    font-size: 30px;
    list-style-type: none;
    overflow: hidden !important;
    color: #0000ff;
}
.words {
		display: none!important;
    position: absolute;
    text-align: right;
    right: 15%;
    top: 50%;
    font-size: 30px;
    list-style-type: none;
    overflow: auto;
}
.ongoing {
    font-family: 'Droid Sans', sans-serif !important;
    position: fixed;
    border-left: 5px solid blue;
    border-top: 5px solid blue;
    border-bottom: 5px solid blue;
    left: 50px;
    top: 70px;
    width: 40%;
    height: 70vh;
    padding: 5px;
    overflow-y: auto;
    z-index: 10001;
}
.projects {
    font-family: 'Droid Sans', sans-serif !important;
    position: fixed;
    left: 52%;
    top: 70px;
    width: 40%;
    height: 70vh;
    overflow-y: auto;
    padding: 5px;
}
.main-title {
    position: fixed;
    top: 5px;
    left: 355px;
    color: blue;
    font-size: 30px;
}
.items li {
    width: 250px;
    margin-bottom: 10px;
    display: block;
    float: none;
    padding: 10px;
    border: 2px dotted red;
    transition: background-position 2s;
    -webkit-transition: background-position 2s;
    -moz-transition: background-position 2s;
    background: linear-gradient(90deg, blue 50%, transparent 50%), linear-gradient(90deg, blue 50%, transparent 50%), linear-gradient(0deg, blue 50%, transparent 50%), linear-gradient(0deg, blue 50%, transparent 50%);
        background-repeat: repeat, repeat, repeat, repeat;
        background-size: auto auto, auto auto, auto auto, auto auto;
    background-repeat: repeat, repeat, repeat, repeat;
    background-size: auto auto, auto auto, auto auto, auto auto;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 16px 4px, 16px 4px, 4px 16px, 4px 16px;
}
}
@media screen and (max-width: 480px) {
	.top-right {
    position: fixed;
    top: 30px;
    right: 20px;
}
.ongoing {
    font-family: 'Droid Sans', sans-serif !important;
    position: fixed;
    border-left: 5px solid blue;
    border-top: 5px solid blue;
    border-bottom: 5px solid blue;
    left: 50px;
    top: 70px;
    width: 22%;
    height: 40vh;
    padding: 5px;
    overflow-y: auto;
    z-index: 10001;
}
.projects {
    font-family: 'Droid Sans', sans-serif !important;
    position: absolute;
    left: 50px;
    top: 55vh;
    width: 22%;
    height: 40vh;
    overflow-y: auto;
    padding: 5px;
}
.items li {
    width: 200px;
    margin-bottom: 10px;
    display: block;
    float: none;
    padding: 10px;
    border: 2px dotted red;
    transition: background-position 2s;
    -webkit-transition: background-position 2s;
    -moz-transition: background-position 2s;
    background: linear-gradient(90deg, blue 50%, transparent 50%), linear-gradient(90deg, blue 50%, transparent 50%), linear-gradient(0deg, blue 50%, transparent 50%), linear-gradient(0deg, blue 50%, transparent 50%);
        background-repeat: repeat, repeat, repeat, repeat;
        background-size: auto auto, auto auto, auto auto, auto auto;
    background-repeat: repeat, repeat, repeat, repeat;
    background-size: auto auto, auto auto, auto auto, auto auto;
    background-repeat: repeat, repeat, repeat, repeat;
    background-size: auto auto, auto auto, auto auto, auto auto;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 16px 4px, 16px 4px, 4px 16px, 4px 16px;
}
.items {
    margin-left: 60px;
}
.infos-bottom {
    position: fixed;
    border-right: 5px solid blue;
    border-top: 5px solid blue;
    border-bottom: 5px solid blue;
    bottom: 15px;
    right: 20px;
    width: 41%;
    height: 150px;
    padding: 5px;
    overflow-y: auto;
    z-index: 10001;
}
.now .main-title {
	left: 155px;
}
.opened .main-title {
	display:none;
}
}


