@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Helvetica LT Std';
    src: url('fonts/HelveticaLTStd-Roman.eot');
    src: url('fonts/HelveticaLTStd-Roman.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaLTStd-Roman.woff2') format('woff2'),
        url('fonts/HelveticaLTStd-Roman.woff') format('woff'),
        url('fonts/HelveticaLTStd-Roman.ttf') format('truetype'),
        url('fonts/HelveticaLTStd-Roman.svg#HelveticaLTStd-Roman') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Helvetica LT Std', Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: white;	   
	font-size: 14px;
    line-height: 20px;	
}
#container {
	width: 90%;
	margin-left: 5%;
	margin-top: 5%;
	display: block;
}
.logo {
	font-family: 'HelveticaMediumRegular', Arial, Helvetica, sans-serif;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: -2px;	
	line-height: 50px;
	color: black;
	transform: scaleY(0.9);
}
.logo_font {
	font-size: 12px;
}
.title {
	font-family: 'HelveticaMediumRegular', Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -1px;	
	line-height: 40px;
	color: black;
	transform: scaleY(0.9);
}
.minititle {
	font-family: 'HelveticaMediumRegular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0px;	
	line-height: 20px;
	color: black;
	margin-top:-10px;
	margin-bottom: 3px;
	display: block;
}
.img_dettaglio {
	width: 270px;
	margin-bottom: 15px;
	margin-right: 1%;	
	display: inline-block;
	cursor: pointer;
}
.img_dettaglio img {
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.img_dettaglio img:hover{
	opacity: .8;
}
.gallery {
		display: block;
	}
.separatore {
	width: 100%;
	height: 60px;
	display: block;
	clear: both;
}
.social img {
	width: 20px;
    margin-right: 10px;
}
a:link, a:visited {
    color: #333333;
	text-decoration: none;
}
a:active, a:hover {
	color: #333333;
	text-decoration: underline;
}
.logo a:active, .logo a:hover {
	text-decoration: none;
}

#fancybox-title-float-right, #fancybox-title-float-main, #fancybox-title-float-left {
	background:none !important;
}

#fancybox-title-float-main {
	color:black !Important;
}

.mobile {
	display: none;
}

@media screen and (max-width: 999px) {

	.mobile {
		display: block;
	}

	.nomobile {
		display: none;
	}
	.logo_font {
		font-size: 11px;
	}
	.img_dettaglio {
		width: 100%;
		margin-bottom: 35px;
		margin-right: 0;
		color: black;
	}
	
	.gallery {
		display: block;
	}

	.dida {
		margin-top: 7px;
		color: #777777;
		font-size: 10px;
		line-height: 12px;
	}

}


