@charset "utf-8";

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

/*PROGETTO SINGOLO*/

.bg-immagine{
	background-image: url("img/tacoloco_bg.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: #fff;
}

#contenitoreSingleProject h1{
	color: #FEC311;
	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;
}

.logotacoloco{
	width: 350px;
	height: 390px;
	position: relative;
	float: left;
	margin-top: 80px;
	margin-left: 163px;
	background-color: transparent;
}

#descrizioneprj{
	width: 415px;
	height: 340px;
	position: relative;
	float: left;
	margin-top: 118px;
	margin-left: 99px;
	background-color: transparent;
}

.pattern1{
	width:100%;
	height:110px;
	position: absolute;
	top: 590px;
	background-color: #fff;
	background-image: url("img/tacoloco_pattern.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
}
.pattern2{
	width:100%;
	height:110px;
	position: absolute;
	top: 1180px;
	background-color: #fff;
	background-image: url("img/tacoloco_pattern.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
}

.font{
	width: 643px;
	height: 400px;
	margin-top: 260px;
	margin-left: 40px;
	position: relative;
	float: left;
	clear: left;
}
.colori{
	width: 477px;
	height: 400px;
	margin-top: 260px;
	margin-left: 0px;
	position: relative;
	float: left;
}

.bcard {
	width:100%;
	margin-top: 220px;
	margin-left: 0px;
	position: relative;
	float: left;	
}

.bagfronte {
	width:584px;
	height: 675px;
	margin-top: 32px;
	margin-left: 0px;
	position: relative;
	float: left;	
}

.bagretro{
	width:584px;
	height: 675px;
	margin-top: 32px;
	margin-right: 0px;
	position: relative;
	float: right;	
}

.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;
}

.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;
}

#breadcrumps {
	width: auto;
	height: auto;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
	border-radius: 20px;
	position: fixed;
	top: 100px;
	left: 20px;
	color: #FFF;
	background-color: transparent;
	z-index: -5;
	font-size: 15px;
}

#breadcrumps a{
	text-decoration-line: none;
	color: #FFF;
	opacity: 1;
}
#breadcrumps a:link, #breadcrumps a:visited{
	text-decoration-line: none;
	color: #FFF;
	opacity: 1;
}
#breadcrumps a:hover, #breadcrumps a:active{
	text-decoration-line: none;
	color: #FFF;
	opacity: 0.7;
}
#breadcrumps b{
	font-size: 15px;
	color:#FFF;
}



