@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap);


/* ICON STYLES - ICON FROM: http://fontastic.me/
–––––––––––––––––––––––––––––––––––––––––––––––––– */



html, body{
    height: 100%;
    min-height: 100%;
}
body{
    margin: 0;
    padding: 0;
    height: 100%;
}
section.main{
    height: calc(100% - 100px);
}
footer{
    width: 100%;
    height: 50px;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 80;
    
}
footer div.elem-footer{
    width: 33%;
    height: 100%;
    display: table;
    float: left;
    text-transform: uppercase;
}
footer div.content-footer{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    font-size: 0.8em;
    font-family: 'Open Sans', sans-serif;
}
footer div.elem-footer:last-child p{
    text-align: right;
}

footer div:nth-child(2){
text-align: center;
}
footer div:nth-child(2) p a:first-child{
margin: 0 16px 0 0;
}
footer div p{
    margin: 0 0 0 34px;
}
footer div p a{
    color: #000;
}
header{
    width: 50%;
    height: 55px;
    display: block;
    position: absolute;
    top: 0;
    z-index: 100;
}
hr.divider { 
    margin: 0em;
    border-width: 1px;
    color: #fff;
} 
h1{
    font-family: 'Alegreya+Sans', sans-serif;
    color:#000;
    font-size: 1.7em;
	margin: 0 0 10px 0;
}
#luogo{
    font-family: 'Alegreya+Sans', sans-serif;
    color:#000;
    font-size: 1em;
	background: url("../images/pointer.png") no-repeat left;
	background-size: contain;
	padding: 0 0 0 20px;
}
.content-text #category{
    font-family: 'Alegreya+Sans', sans-serif;
    color:#000;
    font-size: 1em;
	background-size: contain;
    text-transform: uppercase;
}

p{
    font-family: 'Alegreya+Sans', sans-serif;
    color: #000;
    font-size: 1em;
}
ul, li{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
.logo {
    width: 52px;
    height: 39px;
    background: url("../images/logo.png");
    background-size: contain;
    display: inline-block;
    margin: 8px 0 0 34px;
    float: left;
}
#prints{
    font-family: 'Alegreya+Sans', sans-serif;
    display: inline-block;
    float: left;
    margin:25px 0 0 32px;
    text-transform: uppercase;
}
.print{
    float: left;
    margin: 0 20px 0 0;
    font-size: 12px;
}
.print:hover{
 cursor: pointer;
}
.left-side, .right-side{
    float: left;
}
.left-side{
    background: #fff;
    margin: 60px 0 0 0;
    height: calc(100% - 80px);
    width: 39%;
}
.right-side{
    height: 100%;
    width: 61%;
}
.content-left{
    overflow: hidden;
    margin: 0 60px 0 120px;
}
.content-text{
    margin: 4% 0 0 0;
}
.content-text p{
    line-height: 1.5em;
}
.project-number{
    display: block;
    border: 1px solid #fff;
    text-align: right;
}
.project-number p{
 	font-size: 5em;
	color:#d9d6d4;
    font-weight: 400;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}
.btn-container{
     display: block;
    position: absolute;
    bottom: 50px;
    z-index: 100;
   width: 39%;
}
.btn-right, .btn-left{
	width: 178px;
	height: 150px;
   position: relative;
    float: right;
}
.btn-right{
    background: url("../images/px.png") repeat;
}
.btn-left{
    background-size: cover;
}
.elem-nav{
    height: 100%;
    width: 100%;
}
.elem-nav p {
    font-size: 0.9em;
    color: #fff;
    font-weight: 300;
    padding: 15px;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}
.elem-nav .number {
    font-size: 4em;
	color:#fff;
	font-weight: 300;
	margin: 6px 0 0 14px;
	padding: 0;
	float: left;
	font-family: 'Open Sans', sans-serif;
}
.elem-nav span.arrow {
    padding: 0;
    float: right;
    width: 80px;
    height: 52px;
    margin: 24px 5px 0 0;
}
.elem-nav .arrow a{
    float: left;
    width: 40px;
    height: 52px;
    display: inline-block;
    text-align: center;
}
.elem-nav span.arrow a:first-child{
      transform: scaleX(-1);
}
/*PROJECTS*/
#p_2, #p_3 {
    display: none;
}
.intro{
    height: 100%;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

#v_1_1 .intro{
    background-size: cover;
}
#v_1_2 .intro{
    background-size: cover;
}

#v_1_3 .intro{
    background-size: cover;
}
#v_1_4 .intro{
    background-size: cover;
}
#v_1_5 .intro{
    background-size: cover;
}

