

body {letter-spacing: 0.02em;-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility !important;}



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

 
#status2 {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:white;
	z-index: 9999999999999999;
	height: 100%;
	}

#status {
	width: 200px;
	height: 200px;
	position: fixed;
	left: 50%;
	top: 50%;
	background-image:url(../img/ajax-loader.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
	z-index: 9;
	opacity: 1;
	}

.scroll-down {
	position: absolute;
	width: auto;
	z-index: 2;
	bottom: 0;
	margin-bottom: 10vh;
	right: 0;
	margin-right: 6vw;
	}

.scroll-down img{
    width: 35px;
	}
	
body {
	overflow-x:hidden;
	margin:0;	
	display: flex;
	align-items: center;
	justify-content: center;
	}

.container {
	width:100vw;
	max-width:75%;
	position:relative;
	margin-top:10vh;
	}

.logo {
	position: fixed;
	z-index:999999;
	top:142px;
	width: auto;
	line-height:0.9em;
	margin-left:-100px;
	right:0;
	margin-right:20%;
	}

.logo img{
	width:150px;
	}

.name {
	font-family: 'freighttext_book_italic';
	font-size: 50px;
	color: #000;
	position: fixed;
	z-index:999999;
	top:180px;
	width: 400px;	
	line-height:0.9em;
	margin-left:-100px;
		
	}

.name span{
	font-family: 'freighttext_book';
    font-size: 30px;
    color: #000;
    position: fixed;
    z-index: 999999;
    margin-top: 14px;
    line-height: 0.9em;
    
    max-width: 400px;	
	}

#slides {
	position: relative;
	animation: fadeInUp;
	animation-duration: 2s;
	animation-fill-mode: both;	
	}

.quote {
	position: absolute;
    z-index: 999;
    right: -176px;
    top: 40vh;
	}

.quote h1 {
	font-family: 'freighttext_book_italic';
    font-size: 40px;
    color: #000;
	font-weight: lighter;
    font-style: normal;
	}

	
.slides-container {
	margin-top:10vh;    
	}

#slides .slides-container {
	display: none;    
	}


#slides .scrollable {
	*zoom: 1;
	position: relative;
	top: 0;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%; 
	}

#slides .scrollable:after {
	content: "";
	display: table;
	clear: both; 
	}

#slides img {
	-webkit-transition: -webkit-transform 25s ease;
	-moz-transition: -moz-transform 25s ease;
	transition: transform 25s ease;
	}

#slides img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: -webkit-transform 5s ease;
	-moz-transition: -moz-transform 5s ease;
	transition: transform 5s ease;
	}


.feature {
	position: relative;
    width:100%;
	margin-top:-10vh;
	opacity:0;
	}

.feature h2 {
	font-family: 'akzidenz-grotesk_proMdEx';
    font-size: 18px;
    color: #000;
	font-weight: lighter;
    font-style: normal;
	line-height:.5em;
	}

.feature hr {
	height: 4px;
	width: 100%;
	background-color: #000;
	border: none;
	}

.projects {
	position:relative;
	float:left;
	}

.projects a.title {
	position:relative;
	font-family: 'freighttext_book_italic';
	font-size: 35px;
	font-weight: lighter;
	font-style: normal;
	text-decoration: none;
	color: #000;
	top:40px;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity:1;
	}

.projects a.title:hover {
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity: 0.5;
	}



.project1 {
	width: 41%;
	position: relative;
	float:left;
	margin-top:8%;
	opacity:0;
	}
 
.project2 {
  width: 45%;
  position: relative;
  float:right;
  text-align:right;
  margin-top:8%;
  opacity:0;
  }
 


.project3 {
  width: 50%;
  position: relative;
  float:left;
  margin-top:30.1%;
  opacity:0;
  }
 
.project4 {
  width: 42%;
  position: relative;
  float:right;
  text-align:right;
  margin-top:11%;
  opacity:0;
  } 


.div-img.hidden {
	overflow: hidden;
	}


.div-img .img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 101%;
	transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transition: all 800ms ease-in-out;
	-moz-transition: all 800ms ease-in-out;
	-ms-transition: all 800ms ease-in-out;
	-o-transition: all 800ms ease-in-out;
	}

.div-img:hover .img {
	transform: scale(1.04);
	-ms-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-o-transform: scale(1.04);
	cursor:default;
	opacity:0.6;
	cursor: url(http://www.ivancarbonell.com/img/cursor.svg) 30 30,auto;
	}
	
.index-info {
	width: 100%;
    height: 100vh;
    text-align: right;
    position: relative;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
	margin-top: 10vh;
    margin-bottom: 10vh;
	}

.index-info img.big {
	width: auto;
    height: 90vh;
    max-height: 100vh;
    margin-right: 15%;
	}

.index-info img.small {
	position: absolute;
	width: 100%;
	max-width: 450px;
	right: 65px;
	top: 117%;
	}

.index-info p{
	font-family: 'freighttext_book_italic';
	font-size: 40px;
	color: #000;
	font-weight: lighter;
	font-style: normal;
	position: absolute;
	max-width: 440px;
	text-align: left;
	left: 167px;
	line-height: 1em;
	}

.index-info p span a{
	font-family: 'akzidenz-grotesk_proMdEx';
    font-size: 18px;
    color: #000;
    font-weight: lighter;
    font-style: normal;
    line-height: 1.5em;
    text-decoration: none;
    margin-top: 15px;
    position: relative;
    float: left;
    margin-left: 115px;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	}

.index-info p span a:hover{
	opacity: 0.6;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	}

.footer {
	width: 125vw;
    height: auto;
    background-color: #c6cbcb;
    position: relative;
    float: left;
    left: -25vw;
    margin-top: 5%;
    text-align: center;
    display: flex;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 150px;
	}

.cont {
	width: 100vw;
    max-width: 60%;
    height: auto;
    position: relative;
    margin: 0 auto;
	}

.footer-diario h2 {
	font-family: 'akzidenz-grotesk_proMdEx';
    font-size: 18px;
    color: #000;
	font-weight: lighter;
    font-style: normal;
	line-height:.5em;
	}

.footer-diario hr {
	height: 4px;
	width: 100%;
	background-color: #000;
	border: none;
	}

.items {
	width: 100%;
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 125px;
	}

.item {
	width: 30%;
	text-align: left;
	}

.item img {
	width: 100%;
	}

.item a {margin-top:0;}

.item a.title {
	font-family: 'freighttext_book_italic';
    font-size: 25px;
    color: #000;
    font-weight: lighter;
    font-style: normal;
    text-decoration: none;
    margin-top: 21px;
    position: relative;
    float: left;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	margin-top: 20px;
	}
	
.item a.title:hover {
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity: 0.5;
	cursor: url(http://www.ivancarbonell.com/img/cursor.svg) 30 30,auto;
	}

.footer-link {
	width: 100%;
    position: relative;
    float: left;
	display: flex;
	justify-content: space-between;
	text-align:left;
	}

hr.link {
	display: none;
    height: 4px;
    width: 100%;
    background-color: #000;
    border: none;
    margin-bottom: 40px;
    margin-top: 150px;
	}

.footer-link p a, .footer-link p {
	font-family: 'freighttext_book_italic';
    font-size: 20px;
    color: #000;
    font-weight: lighter;
    font-style: normal;
    text-decoration: none;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	}

.footer-link p a span{
	font-family: 'akzidenz-grotesk_proMdEx';
    font-size: 18px;
    color: #000;
	font-weight: lighter;
    font-style: normal;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	}

.footer-link p a:hover{
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity: 0.5;
	}

.footer-link p a span:hover{
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity: 0.5;
	}

.about {
	width: 100%;
	position: relative;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: end;
	}

.about img:nth-child(1) {
	width: 35%;
	margin-right: 5%;
	}

.about img:nth-child(2) {
	width: 50%;
	margin-left: 5%;
	}

p.info {
	width: 75%;
	font-family: 'freighttext_book';
	font-size: 25px;
	line-height: 1.5em;
	color: #000;
	font-weight: lighter;
	font-style: normal;
	position: relative;
	float: none;
	z-index: 2;
	top: 100px;
	display: flex;
	margin: auto;
	}

p.info span{
	width: 100%;
    font-family: 'freighttext_book_italic';
    font-size: 35px;
    line-height: 1.5em;
    color: #000;
    font-weight: lighter;
    font-style: normal;
    position: relative;
    float: left;
    z-index: 2;
    margin-bottom: 30px;
	}

p.info a{
	text-decoration: none;
	color: #000;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	}

p.info a:hover{
	text-decoration: none;
	color: #000;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity: 0.5;
	}






.come-in {
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  opacity: 1;
  transform: translateY(100px);
  animation: come-in 0.5s ease forwards;
}


.already-visible {
  transform: translateY(0px);
  animation: none;
}




@keyframes come-in {
  to { transform: translateY(0px); }
}



@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 5%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -80%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-80%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
}

@media screen and (min-width: 1550px) and (max-width: 1750px){

#status2 {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:white;
	z-index: 9999999999999999;
	height: 100%;
	}

#status {
	width: 200px;
	height: 200px;
	position: fixed;
	left: 50%;
	top: 50%;
	background-image:url(../img/ajax-loader.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
	z-index: 9;
	opacity: 1;
	}

.scroll-down {
	position: absolute;
	width: auto;
	z-index: 2;
	bottom: 0;
	margin-bottom: 10vh;
	right: 0;
	margin-right: 6vw;
	}

.scroll-down img{
    width: 35px;
	}

body {
	overflow-x:hidden;
	margin:0;	
	display: flex;
	align-items: center;
	justify-content: center;
	}

.container {
	width:100vw;
	max-width:75%;
	margin-top:10vh;
	}

.logo {
	position: fixed;
	z-index:9999999;
	top:142px;
	width: auto;
	line-height:0.9em;
	margin-left:-100px;
	right:0;
	margin-right:20%;
	}

.logo img{
	width:150px;
	}

.name {
	font-family: 'freighttext_book_italic';
	font-size: 50px;
	color: #000;
	position: fixed;
	z-index:9999999;
	top:180px;
	width: 400px;	
	line-height:0.9em;
	margin-left:-100px;	
	}

.name span{
	font-family: 'freighttext_book';
	font-size: 30px;
	color: #000;
	position: fixed;
	z-index:999999;
	width: 400px;
	margin-top: 14px;
	line-height:0.9em;
		
	}

#slides {
	position: relative;
	animation: fadeInUp;
	animation-duration: 2s;
	animation-fill-mode: both;	
	}

.quote {
	position: absolute;
    z-index: 999;
    right: 71px;
    top: 53vh;
	}

.quote h1 {
	font-family: 'freighttext_book_italic';
    font-size: 40px;
    color: #000;
	font-weight: lighter;
    font-style: normal;
	}


#slides .slides-container {
	display: none;    
	}


#slides .scrollable {
	*zoom: 1;
	position: relative;
	top: 0;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%; 
	}

#slides .scrollable:after {
	content: "";
	display: table;
	clear: both; 
	}

#slides img {
	-webkit-transition: -webkit-transform 25s ease;
	-moz-transition: -moz-transform 25s ease;
	transition: transform 25s ease;
	}

#slides img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: -webkit-transform 5s ease;
	-moz-transition: -moz-transform 5s ease;
	transition: transform 5s ease;
	}

.feature {
	position: relative;
    width:100%;
	margin-top:-10vh;
	opacity:0;
	}

.feature h2 {
	font-family: 'akzidenz-grotesk_proMdEx';
    font-size: 18px;
    color: #000;
	font-weight: lighter;
    font-style: normal;
	line-height:.5em;
	}

.feature hr {
	height: 4px;
	width: 100%;
	background-color: #000;
	border: none;
	}

.projects {
	position:relative;
	float:left;
	}

.projects a.title {
	position:relative;
	font-family: 'freighttext_book_italic';
	font-size: 35px;
	font-weight: lighter;
	font-style: normal;
	text-decoration: none;
	color: #000;
	top:40px;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity:1;
	}

.projects a.title:hover {
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity: 0.5;
	}

.project1 {
	width: 41%;
	position: relative;
	float:left;
	margin-top:8%;
	opacity:0;
	}
 
.project2 {
  width: 45%;
  position: relative;
  float:right;
  text-align:right;
  margin-top:8%;
  opacity:0;
  }
 


.project3 {
  width: 50%;
  position: relative;
  float:left;
  margin-top:30.1%;
  opacity:0;
  }
 
.project4 {
  width: 41%;
  position: relative;
  float:right;
  text-align:right;
  margin-top:11%;
  opacity:0;
  } 


.div-img.hidden {
	overflow: hidden;
	}


.div-img .img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 101%;
	transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transition: all 800ms ease-in-out;
	-moz-transition: all 800ms ease-in-out;
	-ms-transition: all 800ms ease-in-out;
	-o-transition: all 800ms ease-in-out;
	}

.div-img:hover .img {
	transform: scale(1.04);
	-ms-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-o-transform: scale(1.04);
	cursor:default;
	opacity:0.6;
	cursor: url(http://www.ivancarbonell.com/img/cursor.svg) 30 30,auto;
	}

.index-info {
	width: 100%;
    height: 100vh;
    text-align: right;
    position: relative;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
	margin-top: 10vh;
    margin-bottom: 10vh;
	}

.index-info img.big {
	width: auto;
    height: 90vh;
    max-height: 100vh;
    margin-right: 15%;
	}

.index-info img.small {
	position: absolute;
	width: 100%;
	max-width: 450px;
	right: 65px;
	top: 103%;
	}

.index-info p {
	font-family: 'freighttext_book_italic';
	font-size: 40px;
	color: #000;
	font-weight: lighter;
	font-style: normal;
	position: absolute;
	max-width: 454px;
	text-align: left;
	left: 167px;
	line-height: 1em;
	}

.index-info p span a{
	font-family: 'akzidenz-grotesk_proMdEx';
    font-size: 18px;
    color: #000;
    font-weight: lighter;
    font-style: normal;
    line-height: 1.5em;
    text-decoration: none;
    margin-top: 15px;
    position: relative;
    float: left;
    margin-left: 115px;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	}

.index-info p span a:hover{
	opacity: 0.6;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	}

.footer {
	width: 101vw;
    height: auto;
    background-color: #c6cbcb;
    position: relative;
    float: left;
    left: -13vw;
    margin-top: 5%;
    text-align: center;
    display: flex;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 150px;
	}

.cont {
	width: 100vw;
    max-width: 75%;
    height: auto;
    position: relative;
    margin: 0 auto;
	}

.footer-diario h2 {
	font-family: 'akzidenz-grotesk_proMdEx';
    font-size: 18px;
    color: #000;
	font-weight: lighter;
    font-style: normal;
	line-height:.5em;
	}

.footer-diario hr {
	height: 4px;
	width: 100%;
	background-color: #000;
	border: none;
	}

.items {
	width: 100%;
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 125px;
	}

.item {
	width: 30%;
	text-align: left;
	}

.item img {
	width: 100%;
	}

.item a.img {margin-top:0;}
.item a.img:hover {cursor: url(http://www.ivancarbonell.com/img/cursor.svg) 30 30,auto !important;}

.item a.title {
	font-family: 'freighttext_book_italic';
    font-size: 25px;
    color: #000;
    font-weight: lighter;
    font-style: normal;
    text-decoration: none;
    margin-top: 21px;
    position: relative;
    float: left;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	margin-top: 20px;
	}
	
.item a.title:hover {
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity: 0.5;
	cursor: pointer !important;
	}
	
	
.footer-link {
	width: 100%;
    position: relative;
    float: left;
	display: flex;
	justify-content: space-between;
	text-align:left;
	}

hr.link {
	display: none;
	height: 4px;
	width: 100%;
	background-color: #000;
	border: none;
	margin-bottom: 40px;
	margin-top: 150px;
	}

.footer-link p a, .footer-link p {
	font-family: 'freighttext_book_italic';
    font-size: 20px;
    color: #000;
    font-weight: lighter;
    font-style: normal;
    text-decoration: none;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	}

.footer-link p a span{
	font-family: 'akzidenz-grotesk_proMdEx';
    font-size: 18px;
    color: #000;
	font-weight: lighter;
    font-style: normal;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	}

.footer-link p a:hover{
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity: 0.5;
	}

.footer-link p a span:hover{
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity: 0.5;
	}

.about {
	width: 100%;
	position: relative;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: end;
	}

.about img:nth-child(1) {
	width: 35%;
	margin-right: 5%;
	}

.about img:nth-child(2) {
	width: 50%;
	margin-left: 5%;
	}

p.info {
	width: 75%;
	font-family: 'freighttext_book';
	font-size: 25px;
	line-height: 1.5em;
	color: #000;
	font-weight: lighter;
	font-style: normal;
	position: relative;
	float: none;
	z-index: 2;
	top: 100px;
	display: flex;
	margin: auto;
	}

p.info span{
	width: 100%;
    font-family: 'freighttext_book_italic';
    font-size: 35px;
    line-height: 1.5em;
    color: #000;
    font-weight: lighter;
    font-style: normal;
    position: relative;
    float: left;
    z-index: 2;
    margin-bottom: 30px;
	}

p.info a{
	text-decoration: none;
	color: #000;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	}

p.info a:hover{
	text-decoration: none;
	color: #000;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity: 0.5;
	}





.come-in {
  -webkit-transition: opacity 1.5s ease-in;
  -moz-transition: opacity 1.5s ease-in;
  -o-transition: opacity 1.5s ease-in;
  opacity: 1;
  transform: translateY(250px);
  animation: come-in 1.5s ease forwards;
}



.already-visible {
  transform: translateY(0px);
  animation: none;
}




@keyframes come-in {
  to { transform: translateY(0px); }
}



@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 5%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -80%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-80%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
}


@media screen and (min-width: 1200px) and (max-width: 1550px){

#status2 {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:white;
	z-index: 9999999999999999;
	height: 100%;
	}

#status {
	width: 200px;
	height: 200px;
	position: fixed;
	left: 50%;
	top: 50%;
	background-image:url(../img/ajax-loader.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
	z-index: 9;
	opacity: 1;
	}

.scroll-down {
	position: absolute;
	width: auto;
	z-index: 2;
	bottom: 0;
	margin-bottom: 10vh;
	right: 0;
	margin-right: 6vw;
	}

.scroll-down img{
    width: 35px;
	}

body {
	overflow-x:hidden;
	margin:0;	
	display: flex;
	align-items: center;
	justify-content: center;
	}

.container {
	width:100vw;
	max-width:75%;
	margin-top:10vh;
	}

.logo {
	position: fixed;
	z-index:9999999;
	top:100px;
	width: auto;
	line-height:0.9em;
	margin-left:-100px;
	right:0;
	margin-right:20%;
	}

.logo img{
	width:150px;
	}

.name {
	font-family: 'freighttext_book_italic';
	font-size: 50px;
	color: #000;
	position: fixed;
	z-index:9999999;
	top:180px;
	width: 400px;	
	line-height:0.9em;
	margin-left:-100px;
	
	}

.name span{
	font-family: 'freighttext_book';
	font-size: 30px;
	color: #000;
	position: fixed;
	z-index:999999;
	width: 400px;
	margin-top: 14px;
	line-height:0.9em;
		
	}

#slides {
	position: relative;
	animation: fadeInUp;
	animation-duration: 2s;
	animation-fill-mode: both;	
	}

.quote {
	position: absolute;
    z-index: 999;
    right: 50px;
    top: 53vh;
	}

.quote h1 {
	font-family: 'freighttext_book_italic';
    font-size: 40px;
    color: #000;
	font-weight: lighter;
    font-style: normal;
	}


#slides .slides-container {
	display: none;    
	}


#slides .scrollable {
	*zoom: 1;
	position: relative;
	top: 0;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%; 
	}

#slides .scrollable:after {
	content: "";
	display: table;
	clear: both; 
	}

#slides img {
	-webkit-transition: -webkit-transform 25s ease;
	-moz-transition: -moz-transform 25s ease;
	transition: transform 25s ease;
	}

#slides img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: -webkit-transform 5s ease;
	-moz-transition: -moz-transform 5s ease;
	transition: transform 5s ease;
	}

.feature {
	position: relative;
    width:100%;
	margin-top:-10vh;
	opacity:0;
	}

.feature h2 {
	font-family: 'akzidenz-grotesk_proMdEx';
    font-size: 18px;
    color: #000;
	font-weight: lighter;
    font-style: normal;
	line-height:.5em;
	}

.feature hr {
	height: 4px;
	width: 100%;
	background-color: #000;
	border: none;
	}

.projects {
	position:relative;
	float:left;
	}

.projects a.title {
	position:relative;
	font-family: 'freighttext_book_italic';
	font-size: 35px;
	font-weight: lighter;
	font-style: normal;
	text-decoration: none;
	color: #000;
	top:40px;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity:1;
	}

.projects a.title:hover {
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity: 0.5;
	}

.project1 {
	width: 41%;
	position: relative;
	float:left;
	margin-top:8%;
	opacity:0;
	}
 
.project2 {
  width: 45%;
  position: relative;
  float:right;
  text-align:right;
  margin-top:8%;
  opacity:0;
  }
 


.project3 {
  width: 50%;
  position: relative;
  float:left;
  margin-top:30.1%;
  opacity:0;
  }
 
.project4 {
  width: 41%;
  position: relative;
  float:right;
  text-align:right;
  margin-top:11%;
  opacity:0;
  } 


.div-img.hidden {
	overflow: hidden;
	}


.div-img .img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 101%;
	transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transition: all 800ms ease-in-out;
	-moz-transition: all 800ms ease-in-out;
	-ms-transition: all 800ms ease-in-out;
	-o-transition: all 800ms ease-in-out;
	}

.div-img:hover .img {
	transform: scale(1.04);
	-ms-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-o-transform: scale(1.04);
	cursor:default;
	opacity:0.6;
	cursor: url(http://www.ivancarbonell.com/img/cursor.svg) 30 30,auto;
	}
	
.index-info {
	width: 100%;
    height: 100vh;
    text-align: right;
    position: relative;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
	margin-top: 23%;
    margin-bottom: 23%;
	}

.index-info img.big {
    max-width: 45vw;
    height: auto;
    margin-right: 15%;
	}

.index-info img.small {
	position: absolute;
    width: 100%;
    max-width: 400px;
    right: 11px;
    top: 96%;
	}

.index-info p{
	font-family: 'freighttext_book_italic';
	font-size: 40px;
	color: #000;
	font-weight: lighter;
	font-style: normal;
	position: absolute;
	max-width: 454px;
	text-align: left;
	left: 62px;
	line-height: 1em;
	}

.index-info p span a{
	font-family: 'akzidenz-grotesk_proMdEx';
    font-size: 18px;
    color: #000;
    font-weight: lighter;
    font-style: normal;
    line-height: 1.5em;
    text-decoration: none;
    margin-top: 15px;
    position: relative;
    float: left;
    margin-left: 115px;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	}

.index-info p span a:hover{
	opacity: 0.6;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	}

.footer {
	width: 101vw;
    height: auto;
    background-color: #c6cbcb;
    position: relative;
    float: left;
    left: -13vw;
    margin-top: 5%;
    text-align: center;
    display: flex;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 150px;
	}

.cont {
	width: 100vw;
    max-width: 75%;
    height: auto;
    position: relative;
    margin: 0 auto;
	}

.footer-diario h2 {
	font-family: 'akzidenz-grotesk_proMdEx';
    font-size: 18px;
    color: #000;
	font-weight: lighter;
    font-style: normal;
	line-height:.5em;
	}

.footer-diario hr {
	height: 4px;
	width: 100%;
	background-color: #000;
	border: none;
	}

.items {
	width: 100%;
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 125px;
	}

.item {
	width: 30%;
	text-align: left;
	}

.item img {
	width: 100%;
	}

.item a.img {margin-top:0;}
.item a.img:hover {cursor: url(http://www.ivancarbonell.com/img/cursor.svg) 30 30,auto !important;}

.item a.title {
	font-family: 'freighttext_book_italic';
    font-size: 25px;
    color: #000;
    font-weight: lighter;
    font-style: normal;
    text-decoration: none;
    margin-top: 21px;
    position: relative;
    float: left;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	margin-top: 20px;
	}
	
.item a.title:hover {
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity: 0.5;
	cursor: pointer !important;
	}

.footer-link {
	width: 100%;
    position: relative;
    float: left;
	display: flex;
	justify-content: space-between;
	text-align:left;
	}

hr.link {
	display: none;
    height: 4px;
    width: 100%;
    background-color: #000;
    border: none;
    margin-bottom: 40px;
    margin-top: 150px;
	}

.footer-link p a, .footer-link p {
	font-family: 'freighttext_book_italic';
    font-size: 20px;
    color: #000;
    font-weight: lighter;
    font-style: normal;
    text-decoration: none;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	}

.footer-link p a span{
	font-family: 'akzidenz-grotesk_proMdEx';
    font-size: 18px;
    color: #000;
	font-weight: lighter;
    font-style: normal;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	}

.footer-link p a:hover{
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity: 0.5;
	}

.footer-link p a span:hover{
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity: 0.5;
	}

.about {
	width: 100%;
	position: relative;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: end;
	}

.about img:nth-child(1) {
	width: 40%;
	margin-right: 5%;
	}

.about img:nth-child(2) {
	width: 50%;
	margin-left: 5%;
	}

p.info {
	width: 75%;
	font-family: 'freighttext_book';
	font-size: 25px;
	line-height: 1.5em;
	color: #000;
	font-weight: lighter;
	font-style: normal;
	position: relative;
	float: none;
	z-index: 2;
	top: 100px;
	display: flex;
	margin: auto;
	}

p.info span{
	width: 100%;
    font-family: 'freighttext_book_italic';
    font-size: 35px;
    line-height: 1.5em;
    color: #000;
    font-weight: lighter;
    font-style: normal;
    position: relative;
    float: left;
    z-index: 2;
    margin-bottom: 30px;
	}

p.info a{
	text-decoration: none;
	color: #000;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	}

p.info a:hover{
	text-decoration: none;
	color: #000;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity: 0.5;
	}






.come-in {
  -webkit-transition: opacity 1.5s ease-in;
  -moz-transition: opacity 1.5s ease-in;
  -o-transition: opacity 1.5s ease-in;
  opacity: 1;
  transform: translateY(250px);
  animation: come-in 1.5s ease forwards;
}



.already-visible {
  transform: translateY(0px);
  animation: none;
}




@keyframes come-in {
  to { transform: translateY(0px); }
}



@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 5%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -80%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-80%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
}


@media screen and (min-width: 1000px) and (max-width: 1200px){

#status2 {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:white;
	z-index: 9999999999999999;
	height: 100%;
	}

#status {
	width: 200px;
	height: 200px;
	position: fixed;
	left: 50%;
	top: 50%;
	background-image:url(../img/ajax-loader.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
	z-index: 9;
	opacity: 1;
	}

.scroll-down {
	position: absolute;
    width: auto;
    z-index: 999999;
    bottom: 0;
    margin-bottom: 5vh;
	}

.scroll-down img{
    width: 35px;
	}

body {
	overflow-x:hidden;
	margin:0;	
	display: flex;
	align-items: center;
	justify-content: center;
	}

.container {
	width:100vw;
	max-width:75%;
	margin-top:0;
	}

.logo {
	position: fixed;
	z-index:9999999;
	top:50px;
	width: auto;
	line-height:0.9em;
	margin-left:-100px;
	right:0;
	margin-right:20%;
	}

.logo img{
	width:150px;
	}

.name {
	font-family: 'freighttext_book_italic';
	font-size: 50px;
	color: #000;
	position: fixed;
	z-index:9999999;
	top:95px;
	width: 400px;	
	line-height:0.9em;
	margin-left:-10px;
		
	}

.name span{
	font-family: 'freighttext_book';
	font-size: 30px;
	color: #000;
	position: fixed;
	z-index:999999;
	width: 400px;
	margin-top: 14px;
	line-height:0.9em;
		
	}

#slides {
	position: relative;
	animation: fadeInUp;
	animation-duration: 2s;
	animation-fill-mode: both;	
	margin-top: 10vh;
	}

.quote {
	position: absolute;
    z-index: 999;
    right: 50px;
    top: 53vh;
	}

.quote h1 {
	font-family: 'freighttext_book_italic';
    font-size: 40px;
    color: #000;
	font-weight: lighter;
    font-style: normal;
	}


#slides .slides-container {
	display: none;    
	}


#slides .scrollable {
	*zoom: 1;
	position: relative;
	top: 0;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%; 
	}

#slides .scrollable:after {
	content: "";
	display: table;
	clear: both; 
	}

#slides img {
	-webkit-transition: -webkit-transform 25s ease;
	-moz-transition: -moz-transform 25s ease;
	transition: transform 25s ease;
	}

#slides img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: -webkit-transform 5s ease;
	-moz-transition: -moz-transform 5s ease;
	transition: transform 5s ease;
	}

.feature {
	position: relative;
    width:100%;
	margin-top:-10vh;
	opacity:0;
	}

.feature h2 {
	font-family: 'akzidenz-grotesk_proMdEx';
    font-size: 18px;
    color: #000;
	font-weight: lighter;
    font-style: normal;
	line-height:.5em;
	}

.feature hr {
	height: 4px;
	width: 100%;
	background-color: #000;
	border: none;
	}

.projects {
	position:relative;
	float:left;
	}

.projects a.title {
	position:relative;
	font-family: 'freighttext_book_italic';
	font-size: 30px;
	font-weight: lighter;
	font-style: normal;
	text-decoration: none;
	color: #000;
	top:40px;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity:1;
	}

.projects a.title:hover {
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity: 0.5;
	}

.project1 {
	width: 41%;
	position: relative;
	float:left;
	margin-top:8%;
	opacity:0;
	}
 
.project2 {
  width: 45%;
  position: relative;
  float:right;
  text-align:right;
  margin-top:8%;
  opacity:0;
  }
 


.project3 {
  width: 50%;
  position: relative;
  float:left;
  margin-top:33%;
  opacity:0;
  }
 
.project4 {
  width: 41%;
  position: relative;
  float:right;
  text-align:right;
  margin-top:14%;
  opacity:0;
  } 


.div-img.hidden {
	overflow: hidden;
	}


.div-img .img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 101%;
	transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transition: all 800ms ease-in-out;
	-moz-transition: all 800ms ease-in-out;
	-ms-transition: all 800ms ease-in-out;
	-o-transition: all 800ms ease-in-out;
	}

.div-img:hover .img {
	transform: scale(1.04);
	-ms-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-o-transform: scale(1.04);
	cursor:default;
	opacity:0.6;
	cursor: url(http://www.ivancarbonell.com/img/cursor.svg) 30 30,auto;
	}

.index-info {
	width: 100%;
    height: auto;
    text-align: right;
    position: relative;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
	margin-top: 14%;
    margin-bottom: 14%;
	}

.index-info img.big {
	max-width: 50vw;
    height: auto;
    margin-right: 15%;
	}

.index-info img.small {
	position: absolute;
    width: 100%;
    max-width: 400px;
    right: 11px;
    top: 98%;
	}

.index-info p{
	font-family: 'freighttext_book_italic';
	font-size: 40px;
	color: #000;
	font-weight: lighter;
	font-style: normal;
	position: absolute;
	max-width: 458px;
	text-align: left;
	left: 18px;
	line-height: 1em;
	}

.index-info p span a{
	font-family: 'akzidenz-grotesk_proMdEx';
    font-size: 18px;
    color: #000;
    font-weight: lighter;
    font-style: normal;
    line-height: 1.5em;
    text-decoration: none;
    margin-top: 15px;
    position: relative;
    float: left;
    margin-left: 115px;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	}

.index-info p span a:hover{
	opacity: 0.6;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	}

.footer {
	width: 101vw;
    height: auto;
    background-color: #c6cbcb;
    position: relative;
    float: left;
    left: -13vw;
    margin-top: 5%;
    text-align: center;
    display: flex;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
	}

.cont {
	width: 100vw;
    max-width: 75%;
    height: auto;
    position: relative;
    margin: 0 auto;
	}

.footer-diario h2 {
	font-family: 'akzidenz-grotesk_proMdEx';
    font-size: 18px;
    color: #000;
	font-weight: lighter;
    font-style: normal;
	line-height:.5em;
	}

.footer-diario hr {
	height: 4px;
	width: 100%;
	background-color: #000;
	border: none;
	}

.items {
	width: 100%;
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 85px;
	}

.item {
	width: 30%;
	text-align: left;
	}

.item img {
	width: 100%;
	}

.item a.img {margin-top:0;}
.item a.img:hover {cursor: url(http://www.ivancarbonell.com/img/cursor.svg) 30 30,auto !important;}

.item a.title {
	font-family: 'freighttext_book_italic';
    font-size: 22px;
    color: #000;
    font-weight: lighter;
    font-style: normal;
    text-decoration: none;
    margin-top: 21px;
    position: relative;
    float: left;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	margin-top: 20px;
	}
	
.item a.title:hover {
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity: 0.5;
	cursor: pointer !important;
	}


.footer-link {
	width: 100%;
    position: relative;
    float: left;
	display: flex;
	justify-content: space-between;
	text-align:left;
	}

hr.link {
	display: none;
    height: 4px;
    width: 100%;
    background-color: #000;
    border: none;
    margin-bottom: 40px;
    margin-top: 150px;
	}

.footer-link p a, .footer-link p {
	font-family: 'freighttext_book_italic';
    font-size: 20px;
    color: #000;
    font-weight: lighter;
    font-style: normal;
    text-decoration: none;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	}

.footer-link p a span{
	font-family: 'akzidenz-grotesk_proMdEx';
    font-size: 18px;
    color: #000;
	font-weight: lighter;
    font-style: normal;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	}

.footer-link p a:hover{
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity: 0.5;
	}

.footer-link p a span:hover{
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity: 0.5;
	}

.about {
	width: 100%;
	position: relative;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: end;
	margin-top:19vh;
	}

.about img:nth-child(1) {
	width: 40%;
	margin-right: 5%;
	}

.about img:nth-child(2) {
	width: 50%;
	margin-left: 5%;
	}


p.info {
	width: 100%;
	font-family: 'freighttext_book';
	font-size: 25px;
	line-height: 1.5em;
	color: #000;
	font-weight: lighter;
	font-style: normal;
	position: relative;
	float: none;
	z-index: 2;
	top: 100px;
	display: flex;
	margin: auto;
	}

p.info span{
	width: 100%;
    font-family: 'freighttext_book_italic';
    font-size: 35px;
    line-height: 1.5em;
    color: #000;
    font-weight: lighter;
    font-style: normal;
    position: relative;
    float: left;
    z-index: 2;
    margin-bottom: 30px;
	}

p.info a{
	text-decoration: none;
	color: #000;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	}

p.info a:hover{
	text-decoration: none;
	color: #000;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity: 0.5;
	}







.come-in {
  -webkit-transition: opacity 1.5s ease-in;
  -moz-transition: opacity 1.5s ease-in;
  -o-transition: opacity 1.5s ease-in;
  opacity: 1;
  transform: translateY(250px);
  animation: come-in 1.5s ease forwards;
}



.already-visible {
  transform: translateY(0px);
  animation: none;
}




@keyframes come-in {
  to { transform: translateY(0px); }
}



@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 5%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -80%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-80%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
}

@media screen and (min-width: 700px) and (max-width: 1000px) {

#status2 {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:white;
	z-index: 9999999999999999;
	height: 100%;
	}

#status {
	width: 200px;
	height: 200px;
	position: fixed;
	left: 50%;
	top: 50%;
	background-image:url(../img/ajax-loader.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
	z-index: 9;
	opacity: 1;
	}

.scroll-down {
	position: absolute;
	width: auto;
	z-index: 999999;
	bottom: 0;
	margin-bottom: 3vh;
	}

.scroll-down img{
    width: 35px;
	}

body {
	overflow-x:hidden;
	margin:0;	
	display: flex;
	align-items: center;
	justify-content: center;
	}

.container {
	width:100vw;
	max-width:75%;
	margin-top:0;
	}

.logo {
	position: fixed;
	z-index:9999999;
	top:35px;
	width: auto;
	line-height:0.9em;
	margin-left:-100px;
	right:0;
	margin-right:20%;
	}

.logo img{
	width:150px;
	}

.name {
	font-family: 'freighttext_book_italic';
	font-size: 50px;
	color: #000;
	position: fixed;
	z-index:9999999;
	top:81px;
	width: 400px;	
	line-height:0.9em;
	margin-left:-45px;
	
	}

.name span{
	font-family: 'freighttext_book';
	font-size: 30px;
	color: #000;
	position: fixed;
	z-index:999999;
	width: 400px;
	margin-top: 14px;
	line-height:0.9em;
	
	}

#slides {
	position: relative;
	animation: fadeInUp;
	animation-duration: 2s;
	animation-fill-mode: both;	
	top: 10vh;
	}

.quote {
	display:none;
	}

.quote h1 {
	font-family: 'freighttext_book_italic';
    font-size: 60px;
    color: #000;
	font-weight: lighter;
    font-style: normal;
	}


#slides .slides-container {
	display: none;    
	}


#slides .scrollable {
	*zoom: 1;
	position: relative;
	top: 0;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%; 
	}

#slides .scrollable:after {
	content: "";
	display: table;
	clear: both; 
	}

#slides img {
	-webkit-transition: -webkit-transform 25s ease;
	-moz-transition: -moz-transform 25s ease;
	transition: transform 25s ease;
	}

#slides img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: -webkit-transform 5s ease;
	-moz-transition: -moz-transform 5s ease;
	transition: transform 5s ease;
	}

.feature {
	position: relative;
    width:100%;
	margin-top: 0;
	opacity:0;
	}

.feature h2 {
	font-family: 'akzidenz-grotesk_proMdEx';
    font-size: 18px;
    color: #000;
	font-weight: lighter;
    font-style: normal;
	line-height:.5em;
	}

.feature hr {
	height: 4px;
	width: 100%;
	background-color: #000;
	border: none;
	}

.projects {
	position:relative;
	float:left;
	}

.projects a.title {
	position:relative;
	font-family: 'freighttext_book_italic';
	font-size: 20px;
	font-weight: lighter;
	font-style: normal;
	text-decoration: none;
	color: #000;
	top:20px;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity:1;
	}

.projects a.title:hover {
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity: 0.5;
	}

.project1 {
	width: 41%;
	position: relative;
	float:left;
	margin-top:8%;
	opacity:0;
	}
 
.project2 {
	width: 45%;
	position: relative;
	float:right;
	text-align:right;
	margin-top:8%;
	opacity:0;
	}
 


.project3 {
  width: 50%;
  position: relative;
  float:left;
  margin-top:33%;
  opacity:0;
  }
 
.project4 {
  width: 41%;
  position: relative;
  float:right;
  text-align:right;
  margin-top:14%;
  opacity:0;
  } 


.div-img.hidden {
	overflow: hidden;
	}


.div-img .img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 101%;
	transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transition: all 800ms ease-in-out;
	-moz-transition: all 800ms ease-in-out;
	-ms-transition: all 800ms ease-in-out;
	-o-transition: all 800ms ease-in-out;
	}

.div-img:hover .img {
	transform: scale(1.04);
	-ms-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-o-transform: scale(1.04);
	cursor:default;
	opacity:0.6;
	cursor: url(http://www.ivancarbonell.com/img/cursor.svg) 30 30,auto;
	}

.index-info {
	width: 100%;
    height: auto;
    text-align: right;
    position: relative;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 14%;
    margin-bottom: 14%;
	}

.index-info img.big {
	width: auto;
	height: auto;
	max-width: 51vw;
	margin: 0 auto;
	}

.index-info img.small {
	position: absolute;
	width: 100%;
	max-width: 385px;
	right: 11px;
	margin-top: 785px;
	display:none;
	}

.index-info p{
	font-family: 'freighttext_book_italic';
    font-size: 30px;
    color: #000;
    font-weight: lighter;
    font-style: normal;
    position: absolute;
    max-width: 335px;
    text-align: left;
    left: 0;
	line-height: 1em;
	}

.index-info p span a{
	font-family: 'akzidenz-grotesk_proMdEx';
    font-size: 18px;
    color: #000;
    font-weight: lighter;
    font-style: normal;
    line-height: 1.5em;
    text-decoration: none;
    margin-top: 15px;
    position: relative;
    float: left;
    margin-left: 115px;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	}

.index-info p span a:hover{
	opacity: 0.6;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	}

.footer {
	width: 101vw;
    height: auto;
    background-color: #c6cbcb;
    position: relative;
    float: left;
    left: -13vw;
    margin-top: 0;
    text-align: center;
    display: flex;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 150px;
	}

.cont {
	width: 100vw;
    max-width: 75%;
    height: auto;
    position: relative;
    margin: 0 auto;
	}

.footer-diario h2 {
	font-family: 'akzidenz-grotesk_proMdEx';
    font-size: 18px;
    color: #000;
	font-weight: lighter;
    font-style: normal;
	line-height:.5em;
	}

.footer-diario hr {
	height: 4px;
	width: 100%;
	background-color: #000;
	border: none;
	}

.items {
	width: 100%;
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 85px;
	}

.item {
	width: 30%;
	text-align: left;
	}

.item img {
	width: 100%;
	}

.item a.img {margin-top:0;}
.item a.img:hover {cursor: url(http://www.ivancarbonell.com/img/cursor.svg) 30 30,auto !important;}

.item a.title {
	font-family: 'freighttext_book_italic';
    font-size: 22px;
    color: #000;
    font-weight: lighter;
    font-style: normal;
    text-decoration: none;
    margin-top: 21px;
    position: relative;
    float: left;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	margin-top: 20px;
	}
	
.item a.title:hover {
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity: 0.5;
	cursor: pointer !important;
	}


.footer-link {
	width: 100%;
    position: relative;
    float: left;
	display: flex;
	justify-content: space-between;
	text-align:left;
	}

hr.link {
	display: none;
    height: 4px;
    width: 100%;
    background-color: #000;
    border: none;
    margin-bottom: 40px;
    margin-top: 150px;
	}

.footer-link p a, .footer-link p {
	font-family: 'freighttext_book_italic';
    font-size: 20px;
    color: #000;
    font-weight: lighter;
    font-style: normal;
    text-decoration: none;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	}

.footer-link p a span{
	font-family: 'akzidenz-grotesk_proMdEx';
    font-size: 18px;
    color: #000;
	font-weight: lighter;
    font-style: normal;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	}

.footer-link p a:hover{
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity: 0.5;
	}

.footer-link p a span:hover{
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity: 0.5;
	}

.about {
	width: 100%;
	position: relative;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: end;
	margin-top:21vh;
	}

.about img:nth-child(1) {
	width: 40%;
	margin-right: 5%;
	}

.about img:nth-child(2) {
	width: 50%;
	margin-left: 5%;
	}


p.info {
	width: 100%;
    font-family: 'freighttext_book';
    font-size: 20px;
    line-height: 1.5em;
    color: #000;
    font-weight: lighter;
    font-style: normal;
    position: relative;
    float: none;
    z-index: 2;
    top: 100px;
    display: flex;
    margin: auto;
	}

p.info span {
	width: 100%;
    font-family: 'freighttext_book_italic';
    font-size: 30px;
    line-height: 1.5em;
    color: #000;
    font-weight: lighter;
    font-style: normal;
    position: relative;
    float: left;
    z-index: 2;
    margin-bottom: 20px;
	}

p.info a{
	text-decoration: none;
	color: #000;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	}

p.info a:hover{
	text-decoration: none;
	color: #000;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity: 0.5;
	}





.come-in {
  -webkit-transition: opacity 1.5s ease-in;
  -moz-transition: opacity 1.5s ease-in;
  -o-transition: opacity 1.5s ease-in;
  opacity: 1;
  transform: translateY(250px);
  animation: come-in 1.5s ease forwards;
}



.already-visible {
  transform: translateY(0px);
  animation: none;
}




@keyframes come-in {
  to { transform: translateY(0px); }
}



@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 5%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -80%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-80%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
}

@media screen and (min-width: 500px) and (max-width: 700px) {

#status2 {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:white;
	z-index: 9999999999999999;
	height: 100%;
	}

#status {
	width: 200px;
	height: 200px;
	position: fixed;
	left: 50%;
	top: 50%;
	background-image:url(../img/ajax-loader.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
	z-index: 9;
	opacity: 1;
	}

.scroll-down {
	position: absolute;
	width: auto;
	z-index: 8;
	bottom: 0;
	margin-bottom: 4vh;
	}

.scroll-down img{
    width: 35px;
	}

body {
	overflow-x:hidden;
	margin:0;	
	display: flex;
	align-items: center;
	justify-content: center;
	}

.container {
	width:100vw;
	}

.logo {
	position: absolute;
	z-index:9999999;
	top:10px;
	width: auto;
	line-height:0.9em;
	right:0;
	margin-right:20px;
	}

.logo img{
	width:100px;
	}

.name {
	font-family: 'freighttext_book_italic';
    font-size: 40px;
    color: #000;
    position: absolute;
    z-index: 9999999;
    top: 50px;
    width: 300px;
    line-height: 0.9em;
    margin-left: 75px;
	}

.name span{
	font-family: 'freighttext_book';
	font-size: 20px;
	color: #000;
	position: absolute;
	z-index:999999;
	margin-top: 14px;
	width: 300px;
	line-height:0.9em;
		
	
	}
	
#slides {
	height:100vh;
	position: relative;
	animation: fadeInUp;
	animation-duration: 2s;
	animation-fill-mode: both;	
	margin-bottom: 13vh;
	}

.quote {
	position: absolute;
    z-index: 999;
    right: -176px;
    top: 37vh;
    display: none;
	}

.quote h1 {
	font-family: 'freighttext_book_italic';
    font-size: 60px;
    color: #000;
	font-weight: lighter;
    font-style: normal;
	}	

.slides-container {
	height:98vh !important;
	margin-top: 16vh !important;
	}


#slides .slides-container {
	display: none;    
	}


#slides .scrollable {
	*zoom: 1;
	position: relative;
	top: 0;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%; 
	}

#slides .scrollable:after {
	content: "";
	display: table;
	clear: both; 
	}

#slides img {
	-webkit-transition: -webkit-transform 25s ease;
	-moz-transition: -moz-transform 25s ease;
	transition: transform 25s ease;
	}

#slides img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: -webkit-transform 5s ease;
	-moz-transition: -moz-transform 5s ease;
	transition: transform 5s ease;
	}

.feature {
	position: relative;
    width: 90%;
    margin-top: 0;
    opacity: 1;
    margin: 0 auto;
	}

.feature h2 {
	font-family: 'akzidenz-grotesk_proMdEx';
    font-size: 18px;
    color: #000;
	font-weight: lighter;
    font-style: normal;
	line-height:.5em;
	}

.feature hr {
	height: 4px;
	width: 100%;
	background-color: #000;
	border: none;
	}

.projects {
    position: relative;
    margin: 0 auto;
    width: 90%;
	}

.projects a.title {
	position:relative;
	font-family: 'freighttext_book_italic';
	font-size: 20px;
	font-weight: lighter;
	font-style: normal;
	text-decoration: none;
	color: #000;
	top:20px;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity:1;
	}

.projects a.title:hover {
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity: 0.5;
	}

.project1 {
	width: 41%;
	position: relative;
	float:left;
	margin-top:8%;
	opacity:0;
	}
 
.project2 {
  width: 45%;
  position: relative;
  float:right;
  text-align:right;
  margin-top:8%;
  opacity:0;
  }
 


.project3 {
  width: 50%;
  position: relative;
  float:left;
  margin-top:33%;
  opacity:0;
  }
 
.project4 {
  width: 41%;
  position: relative;
  float:right;
  text-align:right;
  margin-top:14%;
  opacity:0;
  } 


.div-img.hidden {
	overflow: hidden;
	}


.div-img .img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 101%;
	transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transition: all 800ms ease-in-out;
	-moz-transition: all 800ms ease-in-out;
	-ms-transition: all 800ms ease-in-out;
	-o-transition: all 800ms ease-in-out;
	}

.div-img:hover .img {
	transform: scale(1.04);
	-ms-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-o-transform: scale(1.04);
	cursor:default;
	opacity:0.6;
	cursor: url(http://www.ivancarbonell.com/img/cursor.svg) 30 30,auto;
	}

.index-info {
	width: 100%;
    height: 100vh;
    text-align: center;
    position: relative;
    float: left;
	}

.index-info img.big {
	width: auto;
    height: 80vh;
    margin: 0 auto;
    margin-top: 13vh;
	}

.index-info img.small {
	position: absolute;
	width: 100%;
	max-width: 385px;
	right: 11px;
	margin-top: 785px;
	display:none;
	}

.index-info p{
	font-family: 'freighttext_book_italic';
    font-size: 30px;
    color: #000;
    font-weight: lighter;
    font-style: normal;
    top: -41vh;
    position: relative;
    max-width: 350px;
    text-align: center;
    margin: 0 auto;
	line-height: 1em;
	}

.index-info p span a{
	font-family: 'akzidenz-grotesk_proMdEx';
    font-size: 18px;
    color: #000;
    font-weight: lighter;
    font-style: normal;
    line-height: 1.5em;
    text-decoration: none;
    margin-top: 15px;
    position: relative;
    float: left;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width: 100%;
	}

.index-info p span a:hover{
	opacity: 0.6;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	}

.footer {
	width: 100vw;
	height: auto;
	background-color: #c6cbcb;
	position: relative;
	float: left;
	margin-top: 14%;
	text-align: center;
	display: flex;
	align-items: center;
	padding-top: 150px;
	padding-bottom: 150px;
	}

.cont {
	width: 90vw;
    height: auto;
    position: relative;
    margin: 0 auto;
	}

.footer-diario h2 {
	font-family: 'akzidenz-grotesk_proMdEx';
    font-size: 18px;
    color: #000;
	font-weight: lighter;
    font-style: normal;
	line-height:.5em;
	}

.footer-diario hr {
	height: 4px;
	width: 100%;
	background-color: #000;
	border: none;
	}

.items {
	width: 100%;
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 85px;
	}

.item {
	width: 30%;
	text-align: left;
	}

.item a.img {margin-top:0;}
.item a.img:hover {cursor: url(http://www.ivancarbonell.com/img/cursor.svg) 30 30,auto !important;}

.item a.title {
	font-family: 'freighttext_book_italic';
    font-size: 20px;
    color: #000;
    font-weight: lighter;
    font-style: normal;
    text-decoration: none;
    margin-top: 21px;
    position: relative;
    float: left;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	margin-top: 20px;
	}
	
.item a.title:hover {
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity: 0.5;
	cursor: pointer !important;
	}

.footer-link {
	width: 100%;
    position: relative;
    float: left;
	display: flex;
	justify-content: space-between;
	text-align:left;
	}

hr.link {
	display: none;
    height: 4px;
    width: 100%;
    background-color: #000;
    border: none;
    margin-bottom: 40px;
    margin-top: 150px;
	}

.footer-link p a, .footer-link p {
	font-family: 'freighttext_book_italic';
    font-size: 16px;
    color: #000;
    font-weight: lighter;
    font-style: normal;
    text-decoration: none;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	}

.footer-link p a span{
	font-family: 'akzidenz-grotesk_proMdEx';
    font-size: 14px;
    color: #000;
	font-weight: lighter;
    font-style: normal;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	}

.footer-link p a:hover{
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity: 0.5;
	}

.footer-link p a span:hover{
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity: 0.5;
	}

.about {
	width: 90%;
    position: relative;
    float: none;
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 16vh !important;
    margin: auto;
	}

.about img:nth-child(1) {
	width: 40%;
	margin-right: 5%;
	}

.about img:nth-child(2) {
	width: 50%;
	margin-left: 5%;
	}


p.info {
	width: 90%;
    font-family: 'freighttext_book';
    font-size: 20px;
    line-height: 1.5em;
    color: #000;
    font-weight: lighter;
    font-style: normal;
    position: relative;
    float: none;
    margin-bottom: -200px!important;
    z-index: 2;
    top: 100px;
    display: flex;
    margin: auto;
	}

p.info span{
	width: 100%;
    font-family: 'freighttext_book_italic';
    font-size: 30px;
    line-height: 1.5em;
    color: #000;
    font-weight: lighter;
    font-style: normal;
    position: relative;
    float: left;
    z-index: 2;
    margin-bottom: 25px;
	}

p.info a{
	text-decoration: none;
	color: #000;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	}

p.info a:hover{
	text-decoration: none;
	color: #000;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity: 0.5;
	}






.come-in {
  -webkit-transition: opacity 1.5s ease-in;
  -moz-transition: opacity 1.5s ease-in;
  -o-transition: opacity 1.5s ease-in;
  opacity: 1;
  transform: translateY(250px);
  animation: come-in 1.5s ease forwards;
}



.already-visible {
  transform: translateY(0px);
  animation: none;
}




@keyframes come-in {
  to { transform: translateY(0px); }
}



@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 5%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -80%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-80%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
}

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

#status2 {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:white;
	z-index: 9999999999999999;
	height: 100%;
	}

#status {
	width: 200px;
	height: 200px;
	position: fixed;
	left: 28vw;
	top: 32vh;
	background-image:url(../img/ajax-loader.png);
	background-repeat: no-repeat;
	background-position: center;
	
	
	z-index: 9;
	opacity: 1;
	}

.scroll-down {
	position: absolute;
	width: auto;
	z-index: 2;
	bottom: 0;
	margin-bottom: 3vh;
	display: none;
	}

.scroll-down img{
    width: 35px;
	}

body {
	overflow-x:hidden;
	margin:0;	
	display: flex;
	align-items: center;
	justify-content: center;
	
	}

.container {
	width:100vw;
	
	}

.logo {
	position: absolute;
    z-index: 9999999;
    top: 25px;
    width: auto;
    line-height: 0.9em;
    right: 0;
    margin-right: 25px;
	}

.logo img{
	width:90px;
	}

.name {
	font-family: 'freighttext_book_italic';
    font-size: 25px;
    color: #000;
    position: absolute;
    z-index: 9999999;
    top: 58px;
    width: 125px;
    line-height: 0.8em;
    margin-left: 60px;
	}

.name span{
	font-family: 'freighttext_book';
    font-size: 17px;
    color: #000;
    position: absolute;
    z-index: 999999;
    margin-top: 0px;
    width: 150px;
    line-height: 0.9em;
    
	}
	
#slides {
	height:100vh;
	position: relative;
	animation: fadeInUp;
	animation-duration: 2s;
	animation-fill-mode: both;	
	}

.quote {
	display:none;
	}

.quote h1 {
	font-family: 'freighttext_book_italic';
    font-size: 60px;
    color: #000;
	font-weight: lighter;
    font-style: normal;
	}

.slides-container {
	height:98vh !important;
	margin-top: 13vh !important;
	}


#slides .slides-container {
	display: none;    
	}


#slides .scrollable {
	*zoom: 1;
	position: relative;
	top: 0;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%; 
	}

#slides .scrollable:after {
	content: "";
	display: table;
	clear: both; 
	}

#slides img {
	-webkit-transition: -webkit-transform 25s ease;
	-moz-transition: -moz-transform 25s ease;
	transition: transform 25s ease;
	}

#slides img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: -webkit-transform 5s ease;
	-moz-transition: -moz-transform 5s ease;
	transition: transform 5s ease;
	}

.feature {
	position: relative;
    width:90%;
	margin: 0 auto;
	margin-top:90px !important;
	opacity:1;
	
	}

.feature h2 {
	font-family: 'akzidenz-grotesk_proMdEx';
    font-size: 15px;
    color: #000;
	font-weight: lighter;
    font-style: normal;
	line-height:.5em;
	}

.feature hr {
	height: 4px;
	width: 100%;
	background-color: #000;
	border: none;
	}

.projects {
    position: relative;
    width: 90%;
    margin: 0 auto;
	}

.projects a.title {
	position:relative;
	font-family: 'freighttext_book_italic';
	font-size: 20px;
	font-weight: lighter;
	font-style: normal;
	text-decoration: none;
	color: #000;
	top:20px;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity:1;
	}

.projects a.title:hover {
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity: 0.5;
	}

.project1 {
	width: 100%;
	position: relative;
	float:left;
	margin-top:8%;
	opacity:1;
	}
 
.project2 {
  width: 100%;
  position: relative;
  float:right;
  text-align:left;
  margin-top:15%;
  opacity:1;
  }
 


.project3 {
  width: 100%;
  position: relative;
  float:left;
  margin-top:15%;
  opacity:1;
  }
 
.project4 {
  width: 100%;
  position: relative;
  float:right;
  text-align:left;
  margin-top:15%;
  opacity:1;
  } 


.div-img.hidden {
	
	}


.div-img .img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	
	}

.div-img:hover .img {
	
	cursor: url(http://www.ivancarbonell.com/img/cursor.svg) 30 30,auto;
	}
	
.index-info {
    height: auto;
    text-align: center;
    position: relative;
    float: left;
    margin: 0 auto;
    clear: both;
    display: inline-block;
	}

.index-info img.big {
	width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 15vh;
	}

.index-info img.small {
	position: absolute;
	width: 100%;
	max-width: 385px;
	right: 11px;
	margin-top: 785px;
	display:none;
	}

.index-info p{
	font-family: 'freighttext_book_italic';
	font-size: 25px;
	color: #000;
	font-weight: lighter;
	font-style: normal;
	top: -41vh;
	position: relative;
	max-width: 240px;
	text-align: center;
	margin: 0 auto;
	line-height: 1em;
	}

.index-info p span a{
	font-family: 'akzidenz-grotesk_proMdEx';
    font-size: 15px;
    color: #000;
    font-weight: lighter;
    font-style: normal;
    line-height: 1.5em;
    text-decoration: none;
    margin-top: 15px;
    position: relative;
    float: left;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width: 100%;
	}

.index-info p span a:hover{
	opacity: 0.6;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	}

.footer {
	width: 100vw;
    height: auto;
    background-color: #c6cbcb;
    position: relative;
    float: left;
    margin-top: 5%;
    text-align: center;
    display: flex;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
	}

.cont {
	width: 90vw;
    height: auto;
    position: relative;
    margin: 0 auto;
	}
	
.footer-diario h2 {
	font-family: 'akzidenz-grotesk_proMdEx';
    font-size: 15px;
    color: #000;
	font-weight: lighter;
    font-style: normal;
	line-height:.5em;
	}

.footer-diario hr {
	height: 4px;
	width: 100%;
	background-color: #000;
	border: none;
	}

.items {
	width: 100%;
	margin-top: 0;
	}

.item {
	width: 100%;
	text-align: left;
	margin-top:45px;
	float: left;
	}

.item a.img {margin-top:0;}
.item a.img:hover {cursor: url(http://www.ivancarbonell.com/img/cursor.svg) 30 30,auto !important;}

.item a.title {
	font-family: 'freighttext_book_italic';
    font-size: 20px;
    color: #000;
    font-weight: lighter;
    font-style: normal;
    text-decoration: none;
    margin-top: 21px;
    position: relative;
    float: left;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	margin-top: 20px;
	}
	
.item a.title:hover {
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity: 0.5;
	cursor: pointer !important;
	}

.footer-link {
	width: 100%;
    position: relative;
    float: left;
	text-align:left;
	}

hr.link {
	display: none;
	height: 4px;
    width: 100%;
    background-color: #000;
    border: none;
    margin-bottom: 40px;
	margin-top: 100px;
	float: left;
	}

.footer-link p a, .footer-link p {
	font-family: 'freighttext_book_italic';
    font-size: 16px;
    color: #000;
    font-weight: lighter;
    font-style: normal;
    text-decoration: none;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	}

.footer-link p a span{
	font-family: 'akzidenz-grotesk_proMdEx';
    font-size: 14px;
    color: #000;
	font-weight: lighter;
    font-style: normal;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	}

.footer-link p a:hover{
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity: 0.5;
	}

.footer-link p a span:hover{
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity: 0.5;
	}

.about {
	width: 90%;
    position: relative;
    float: none;
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 13vh !important;
    margin: auto;
	}

.about img:nth-child(1) {
	display: none;
	}

.about img:nth-child(2) {
	width: 100%;
	}


p.info {
	width: 90%;
    font-family: 'freighttext_book';
    font-size: 18px;
    line-height: 1.5em;
    color: #000;
    font-weight: lighter;
    font-style: normal;
    position: relative;
    float: none;
    z-index: 2;
    top: 100px;
    display: flex;
    margin: auto;
	}

p.info span{
	width: 100%;
    font-family: 'freighttext_book_italic';
    font-size: 25px;
    line-height: 1.5em;
    color: #000;
    font-weight: lighter;
    font-style: normal;
    position: relative;
    float: left;
    z-index: 2;
    margin-bottom: 25px;
	}

p.info a{
	text-decoration: none;
	color: #000;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	}

p.info a:hover{
	text-decoration: none;
	color: #000;
	transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	opacity: 0.5;
	}











@keyframes come-in {
  to { transform: translateY(0px); }
}



@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 5%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -80%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-80%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
}


@media screen and (max-width: 320px) {
body {
	overflow-x:hidden;
	margin:0;	
	display: flex;
	align-items: center;
	justify-content: center;
	
	}

.container {
	width:100vw;
	margin-top: 9vh;
	}

.logo {
	position: absolute;
    z-index: 9999999;
    top: 35px;
    width: auto;
    line-height: 0.9em;
    right: 0;
    margin-right: 47px;
	}

.logo img{
	width:75px;
	}

.name {
	font-family: 'freighttext_book_italic';
    font-size: 25px;
    color: #000;
    position: absolute;
    z-index: 9999999;
    top: 58px;
    width: auto;
    line-height: 0.8em;
    margin-left: 60px;
	}
	
#slides {
	height:100vh;
	position: relative;
	animation: fadeInUp;
	animation-duration: 2s;
	animation-fill-mode: both;	
	}



.slides-container {
	height: 98vh !important;
    margin-top: 13vh !important;
	}


#slides .slides-container {
	display: none;    
	}


#slides .scrollable {
	*zoom: 1;
	position: relative;
	top: 0;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%; 
	}

#slides .scrollable:after {
	content: "";
	display: table;
	clear: both; 
	}

#slides img {
	-webkit-transition: -webkit-transform 25s ease;
	-moz-transition: -moz-transform 25s ease;
	transition: transform 25s ease;
	}

#slides img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: -webkit-transform 5s ease;
	-moz-transition: -moz-transform 5s ease;
	transition: transform 5s ease;
	}





.come-in {
  -webkit-transition: opacity 1.5s ease-in;
  -moz-transition: opacity 1.5s ease-in;
  -o-transition: opacity 1.5s ease-in;
  opacity: 1;
  transform: translateY(250px);
  animation: come-in 1.5s ease forwards;
}



.already-visible {
  transform: translateY(0px);
  animation: none;
}




@keyframes come-in {
  to { transform: translateY(0px); }
}



@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 5%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -80%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-80%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
}







