body{
padding: 0;
margin: 0;
font-family: "proxima-nova";
font-weight: 400;
background: #fff;
}

.header{
height: 125px;
background: black;
width: 100%;
}

	.logo{
	float: left;
	margin-top: 5px;
	}
	
	.menu{
	float: right;
	width: 130px;
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 32px;
	line-height: 32px;
	}
	
	.menu a{
	color: white;
	}
	
	.menu a:hover{
	text-decoration: none;
	color: #ed9402;
	}
	
.main{
padding-top: 20px;
padding-bottom: 50px;
background: white;
}
	
	.testo-home h1, .contatti h1{
	color: #ed9402;
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 30px;
	}
	
	.testo-home p{
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 24px;
	}


	.carousel-control{
	top: 50%;
	}
	
.vetrina{
height: 295px;
padding-top: 10px;
padding-bottom: 10px;
position: relative;
background: #e5e5e5;
}

.view {
    height: 260px;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    border: 1px solid #ccc;
}
.view .mask, .view .content {
width: 100%;
    height: 260px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.view img {
    display: block;
    position: relative;
    height: 100%;
    margin: 0 auto;
}
.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    line-height: 20px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0
}
.view p {
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center
}
.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}
.view a.info:hover {
    box-shadow: 0 0 5px #000
}
.view-tenth img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.view-tenth .mask {
   background-color: rgba(0, 0, 0, 0.3);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth h2 {
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   background: transparent;
   margin: 20px 40px 0px 40px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   color: #fff;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth p {
   color: #fff;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-tenth:hover h2,.view-tenth:hover p,.view-tenth:hover a.info {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

.menu-vert a{
display: block;
font-size: 24px;
text-transform: uppercase;
font-weight: 300;
color: #303030;
line-height: 24px;
margin-bottom: 15px;
}

.menu-vert a:hover{
color: #ed9402;
text-decoration: none;
}

.titolo-progetto{
font-size: 36px;
font-weight: 700;
line-height: 36px;
margin-bottom: 35px;
}

.cliente-progetto{
margin-bottom: 100px;
}

.cliente-progetto span{
color: #ed9402;
font-weight: 700;
}

.gallery-progetto{
margin-top: 25px;
}

	.anteprima-foto{
	height: 115px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	}
	
.vaiport{
text-align: right;
font-size: 22px;
padding-top: 15px;
}

	.vaiport a, .contatti a{
	color: #ed9402;
	}
	
.contatti{
font-size: 18px;
line-height: 26px;
height: 500px;
}

#map img {
max-width: none;
}

.footer{
background: #ccc;
height: 100vh;
padding-top: 15px;
}

.dati-footer{
margin-left: 90px;
font-size: 10px;
line-height: 14px;
}

	.dati-footer a{
	color: black;
	}

.indaco{
float: right;
margin-top: 30px;
}

.mobile{
	display: none;
}


/*---MOBILE---*/	
@media (max-width: 480px) {
	
	.desktop{
		display: none;
	}
	
	.mobile{
		display: block;
	}
	
	.box-prog{
		text-align: center;
	}
	
	.box-prog a{
		color: #ed9402;
	}
	
	img.foto-progetto{
		height: 180px;
		display: block;
		margin: 0 auto;
	}
	
	.vetrina{
		height: auto !important;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
	.tit-prog{
		font-size: 20px;
		line-height: 24px;
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
	}
	
	.box-prog{
		height: 350px;
		overflow: hidden;
	}
	
		
}

/*---TABLET MINI---*/
@media (min-width: 481px) and (max-width: 767px) {
	
	.desktop{
		display: none;
	}
	
	.mobile{
		display: block;
	}
	
	.box-prog{
		text-align: center;
	}
	
	.box-prog a{
		color: #ed9402;
	}
	
	img.foto-progetto{
		height: 180px;
		display: block;
		margin: 0 auto;
	}
	
	.vetrina{
		height: auto !important;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
	.tit-prog{
		font-size: 20px;
		line-height: 24px;
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
	}
	
	.box-prog{
		height: 350px;
		overflow: hidden;
	}		
	
}

/*---IPAD VERTICALE---*/
@media (min-width: 768px) and (max-width: 990px) {

	.header{
		width: 119.5%;
	}
	
	.vetrina{
		width: 119.5%;
	}
	
	.footer{
		width: 119.5%;
	}
	
	.desktop{
		display: none;
	}
	
	.mobile{
		display: block;
	}
	
	.box-prog{
		text-align: center;
	}
	
	.box-prog a{
		color: #ed9402;
	}
	
	img.foto-progetto{
		height: 180px;
		display: block;
		margin: 0 auto;
	}
	
	.vetrina{
		height: auto !important;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
	.tit-prog{
		font-size: 20px;
		line-height: 24px;
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
	}
	
	.box-prog{
		height: 350px;
		overflow: hidden;
	}
			
}
	
/*---???---*/
@media (min-width: 990px) and (max-width: 1200px) {

			

}