
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline-style: none;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

body {	
	/* bg color */
	background-color: #e8e4d9;
	width: 100%;
	padding: 0;
	/* Prevents Mobile Safari from bumping up font sizes in landscape */
	-webkit-text-size-adjust: 100%; 
	-webkit-tap-highlight-color: rgb(138,115,142);
}

@font-face {
  font-family: 'Equateur-Regular';
  src:  url('webfonts/Equateur-Regular.woff2') format('woff2'),
        url('webfonts/Equateur-Regular.woff') format('woff');
}

::selection 	 	{background: rgb(138,115,142);color: #d2c9c9;}
::-moz-selection 	{background: rgb(138,115,142);color: #d2c9c9;}
img::selection 		{background: transparent;}
img::-moz-selection {background: transparent;}

div.fadehover {
	position: relative;
	height: 75px;
	width: 90px;
	margin-top: 21px;
	float:left;
	}
	
	
img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	cursor: e-resize;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
img.b {
	position: absolute;
	left: 0;
	top: 0;
	cursor: e-resize;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
.colore {
	color: #39d3d2;
}

#piva {
	font: normal 12px/50% 'Equateur-Regular', Times, serif;
	color: #827E7E;
	position:absolute;
	bottom:161px;
	z-index:1000;
	background-color: #e8e4d9;
	padding-left:1px;
	padding-right:1px;
	padding-bottom:3px;
	padding-top:5px;

}

/*prevent Brave mobile to style the number as a link*/

#piva a {
	font: normal 12px/50% 'Equateur-Regular', Times, serif!important;
	color: #827E7E!important;
	background-color: #e8e4d9!important;
	text-decoration: none!important;
	cursor: auto!important;
	padding-left:1px!important;
	padding-right:1px!important;
	padding-bottom:3px!important;
	padding-top:5px!important;

}

/*clipboard email*/

.mailto-wrapper {
  position: relative;
}

.mailto-message {
  top: -10px;
  left: 64%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  position: absolute;
  display: none;
  width: auto;
  white-space: nowrap;
  font-size: 14px;
  background-color: #64606b;
  color: #fff4f4;
  padding: 4px 10px 2px;
  border-radius: 3px;
}
.mailto-message:after {
  content: '';
}

.mailto-wrapper:hover .mailto-message {
  display:block;
}


