 @charset "utf-8";

body, h1, h2, h3, p{
	margin:0;
	padding:0;
}

/*PROGETTO SINGOLO*/

.bg-immagine{
	background-image: url(img/mubaj_bg2.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position:center;
	
}

#backtoportfolio {
	width: 37px;
	height: 37px;
	border-radius: 20px;
	position: fixed;
	top: 100px;
	background-color: #fff;
	z-index: 10000;
	-webkit-box-shadow: 0px 0.5px 2.5px rgba(0,0,0,0.22);
    box-shadow: 0px 1.1px 3px rgba(0,0,0,0.20);
	background-image: url("../img/backtoportfolio.png");
	background-size: contain;
	background-repeat: no-repeat;
}

#backtoportfolio:hover {
	width: 169px;
	height: 37px;
	border-radius: 20px;
	position: fixed;
	top: 100px;
	background-color: #fff;
	z-index: 10000;
	transition: 0.3s;
	-webkit-box-shadow: 0px 0.5px 2.5px rgba(0,0,0,0.22);
    box-shadow: 0px 1.1px 3px rgba(0,0,0,0.20);
	background-image: url("../img/backtoportfolio_hover.png");
	background-size: 169px 37px;
	background-repeat: no-repeat;
}

#sfondobianco{
	height: auto;
	width: 100%;
	position: absolute;
	top: 750px;
	background-color: #FFFFFF;
	z-index: 10;
}

#contenitoreSingleProject{
	width: 1200px;
	height: 2000px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
}

#contenitoreSingleProject h1{
	color: #F29200;
	font-family: 'Abril Fatface', cursive;
	font-weight: 400;
	font-size: 41px;
	line-height: 100%;
	margin-bottom: 0.8em;
}
h2{	
	color: #848484;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 0.8em;
	margin-bottom: 3px;
	margin-top: 0px;
}


.logoPrj{
	width: 400px;
	height: 231px;
	position: relative;
	float: left;
	margin-top: 60px;
	margin-left: 125px;
}

.logoPrjNeg{
	width: 380px;
	height: 222px;
	position: relative;
	float: left;
	margin-top: 10px;
	margin-left: 135px;
	clear: left;
}

#descrizioneprj{
	width: 460px;
	height: 367px;
	position: relative;
	float: left;
	margin-top: -140px;
	margin-left: 140px;
}	

#loghicolorati{
	width:1040px;
	height:75px;
	position: relative;
	margin-top: 116px;
	float: left;
	margin-left: 80px;
}
.logocolorato{
	width:243px;
	height:81px;
	position: relative;
	float: left;
	margin-left: 8px;
	margin-right: 8px;
}

#loghiNegColorati{
	width:994px;
	height:331.3px;
	position: relative;
	margin-top: 115px;
	background-color:beige;
	float: left;
	margin-left: 103px;
}

.loghiNegColorati{
	width:331.3px;
	height:331.3px;
	position: relative;
	float: left;
}

.loghiNegColorati1{
	width:331.3px;
	height:331.3px;
	position: relative;
	margin-top: -331.5px;
	background-color:beige;
	float: left;
	margin-left:0px;
	animation: loghiNegColorati 6s infinite;
}
.loghiNegColorati2{
	width:331.3px;
	height:331.3px;
	position: relative;
	margin-top: -331.5px;
	background-color:beige;
	float: left;
	margin-left:331px;
	animation: loghiNegColorati 6s infinite;
	animation-delay: 2s;
}
.loghiNegColorati3{
	width:331.3px;
	height:331.3px;
	position: relative;
	margin-top: -331.5px;
	background-color:beige;
	float: left;
	margin-left:662.5px;
	animation: loghiNegColorati 6s infinite;
	animation-delay: 1s;
}
@keyframes loghiNegColorati{
	0%, 49%{opacity: 1.0;}
	50%, 100%{opacity: 0.0;}
}


.pieghevolefronte {
	margin-top: 100px;
	margin-left: 100px;
	position: relative;
	float: left;
}
.pieghevoledentro {
	margin-top: -60px;
	margin-left: 400px;
	margin-bottom: -30px;
	position: relative;
	float: left;
}



.previousprj{
	width: 164px;
	height: 28.5px;
	background-color: #fff;
	position: relative;
	float: left;
	margin-left: 0px;
	margin-top: 46px;
	border-radius: 20px;
    color: #FFB288;
    font-size: 0.88em;
    font-weight: 600;
	font-family: 'Montserrat', sans-serif;
    text-align: right;
	padding-top: 6.5px;
	padding-right: 13px;
	clear: both;
}

.previousprj:link, .previousprj:visited{
	width: 164px;
	height: 28.5px;
	background-color: #fff;
}
.previousprj:hover, .previousprj:active{
	width: 164px;
	height: 28.5px;
	background-color: #FFEEE2;
	transition: 0.15s;
	transition-timing-function: ease-in;
}

.nextprj{
	width: 130px;
	height: 28.5px;
	background-color: #fff;
	position: relative;
	float: right;
	margin-right: 0px;
	margin-top: 46px;
	margin-bottom:10px;
	border-radius: 20px;
    color: #FFB288;
    font-size: 0.88em;
    font-weight: 600;
	font-family: 'Montserrat', sans-serif;
    text-align: left;
	padding-top: 6.5px;
	padding-left: 13px;	
}

.nextprj:link, .nextprj:visited{
	width: 130px;
	height: 28.5px;
	background-color: #fff;
}
.nextprj:hover, .nextprj:active{
	width: 130px;
	height: 28.5px;
	background-color: #FFEEE2;
	transition: 0.15s;
	transition-timing-function: ease-in;
}

.nextfreccia{
	float: right;
	position: relative;
	margin-right: 10px;
}
.prevfreccia{
	float: left;
	position: relative;
	margin-left: 10px;
}

