
/** ATTENZIONE: 
 ** le propriet? sono in ordine alfabetico */


/*****RESET*****/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

@font-face {	

	font-family: 'Ropa Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
			
}

body {
	line-height: 1;
	background: #000 url(../img/il-massimo-desiderio-di-un-flight-case.jpg) top center no-repeat;
}
img { 
	-ms-interpolation-mode: bicubic;
}
#root {
/* fisso il bug min-height su IE6 */
	min-height: 100%;
	height: auto !important;
	height: 100%;	
	width: 976px;
	margin: 0 auto;	
	position: relative;
	overflow: visible;
}

#gallery-button {
	position: relative;
	top: 312px;
	left: 681px;
	width: 97px;
	height: 115px;
}

#company-presentation {
	position: absolute;
	top: 610px;
	left: 160px;
	width: 320px;
}

#company-presentation p{
	font-family: "Ropa Sans", Arial, Geneva, sans-serif;
	font-size: 16px;
	line-height: 23px;
	color: #6b6b6b;
	text-align: justify;
}

.description {
	color: #c8c8c8;
}

#footer {
	position: absolute;
	top: 1200px;
	left: 61px;
	width: 320px;
	height: 180px;
}

#credits {
	position: absolute;
	top: 1220px;
	left: 746px;
	width: 230px;
	text-align: right;
}

#credits a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
	text-decoration: underline;
}


a:link, a:visited {
	font-weight: bold;
	text-decoration: underline;
}
a:active, a:hover {
	text-decoration: none;
}
a:link, img {
	border: 0px;
}

/* Aggiunte DeepNet */
#footer p {
	font-family: "Ropa Sans", Arial, Geneva, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #6b6b6b;
	text-align: justify;
}
#footer p.footer_titolo {
	font-family: "Ropa Sans", Arial, Geneva, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #c8c8c8;
	text-align: justify;
}
#footer a, #gdprfooter a, #gdpr a, .gdprlink a {
	text-decoration:none;
	color: #6b6b6b;
}
#footer a:hover, #gdprfooter a:hover, #gdpr a:hover, .gdprlink a:hover {
	color: #c8c8c8;
}
#footer .divinline, #gdprfooter .divinline{
	display: flex;
	padding-top: 8px;
}
#footer .divinline .text-right, #gdprfooter .divinline .text-right {
	text-align: right !important;
	padding-left: 5px;
}
/* Pagina GDPR */
#gdpr {
	background: rgba(0,0,0);
}
#gdpr h1, #gdpr h2, #gdpr h3 {
	color: #c8c8c8;
	padding: 10px 0px;
	font-family: 'Ropa Sans', sans-serif;
}
#gdpr h1 {
	font-size: 2em;
	margin: 10px, 0px;
}
#gdpr p, #gdpr ul, #gdpr li {
	color: #6b6b6b;
	font-family: 'Ropa Sans', sans-serif;
}
#gdpr strong {
	color: #c8c8c8;
}
#gdprfooter{
	padding: 10px 0px;
}
p.gdprlink{
	margin-top: 5px;
	text-align:center !important;
}
/* Fine Pagina GDPR */