<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* GESTIONE PULSANTE CONTACT US */


#ButtonSend{
	width: 9.5em;
	display: inline-block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ie-border-radius: 30px;
	border-radius: 30px;
	padding: .48em .8em;
	text-shadow: rgba(0,0,0,.5) 0px -1px 0px;
	font-size: 18px;
	
	-webkit-transition-property: background-color;
	-webkit-transition-duration: .15s;
	-webkit-transition-timing-function: ease-in-out;
	cursor: pointer;
	text-decoration: none;
	color: #FFFFFF;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#B7B7B7), to(#333333));
	background: -webkit-linear-gradient(top, #B7B7B7, #333333);
	background: -moz-linear-gradient(top, #B7B7B7, #333333);
	background: -ms-linear-gradient(top, #B7B7B7, #333333);
	background: -o-linear-gradient(top, #B7B7B7, #333333);	
}



#ButtonSend:hover {
 color: #00000;
}

#SocialWaz{
	width: 9.5em;
	display: inline-block;
}



/* Colors: you can modify property values in this section */

.mrw-th { background: #f5f5dc; color: #FFF; }
.mrw-tf { background: #FFF; color: #333; }
.mrw-td { border-color: #DDD; }
.mrw-tr:nth-child(even) .mrw-td { background: #FAFAFA; }
.mrw-tr:nth-child(odd) .mrw-td { background: #EEEEEE; }
.mrw-tr:hover .mrw-td { background: #FFFFEE; }
  

/* Structure: do not modify the section below! */

.mrw-table { display: table; table-layout: fixed; width: 100%; }
.mrw-tr { display: table-row; width: 100%; }
.mrw-tr &gt; div { display: table-cell; vertical-align: middle; padding: 10px 2px; box-sizing: border-box; white-space = normal}/*text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }*/
.mrw-th, .mrw-tf { font-weight: bold; }
.mrw-td { border-top-width: 2px; border-top-style: groove; }
.mrw-td { border-bottom-width: 2px; border-bottom-style: groove; }
.mrw-grid .mrw-td { border-left-width: 2px; border-left-style: groove; }
.mrw-grid .mrw-td:last-child { border-right-width: 2px; border-right-style: groove; }

.mrw-width-5 { width: 5%; }
.mrw-width-10 { width: 10%; }
.mrw-width-15 { width: 15%; }
.mrw-width-20 { width: 20%; }
.mrw-width-25 { width: 25%; }
.mrw-width-30 { width: 30%; }
.mrw-width-35 { width: 35%; }
.mrw-width-40 { width: 40%; }
.mrw-width-45 { width: 45%; }
.mrw-width-50 { width: 50%; }
.mrw-width-55 { width: 55%; }
.mrw-width-60 { width: 60%; }
.mrw-width-65 { width: 65%; }
.mrw-width-70 { width: 70%; }
.mrw-width-75 { width: 75%; }
.mrw-width-80 { width: 80%; }
.mrw-width-85 { width: 85%; }
.mrw-width-90 { width: 90%; }
.mrw-width-95 { width: 95%; }
.mrw-width-100 { width: 100%; }
.mrw-center { text-align: center !important; }
.mrw-right { text-align: right !important; }

@media screen and (min-width: 800px) {
    .mrw-tr &gt; div { padding: 10px; }
}

#SocialFace_large{
	width: 9.5em;
	display: inline-block;
}

#SocialLinke_large{
	width: 9.5em;
	display: inline-block;
}

#ButtonFix_large{
   
	width: 9.5em;
	display: inline-block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ie-border-radius: 30px;
	border-radius: 30px;
	padding: .48em .8em;
	text-shadow: rgba(0,0,0,.5) 0px -1px 0px;
	font-size: 20px;
	
	-webkit-transition-property: background-color;
	-webkit-transition-duration: .15s;
	-webkit-transition-timing-function: ease-in-out;
	cursor: pointer;
	text-decoration: none;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -webkit-linear-gradient(top, #00adee, #0078a5);
	background: -moz-linear-gradient(top, #00adee, #0078a5);
	background: -ms-linear-gradient(top, #00adee, #0078a5);
	background: -o-linear-gradient(top, #00adee, #0078a5);
}

#ButtonFix_large:hover {
 background-color: #808080;/*rgb(255, 204, 51);*/
 color: #000000;
}

#rectangle_large {
	 
     width: 87px;
     height: 412px;
     background: trasparent;
	 border-left-color: #00adee;
	 border-left-style: solid;
	 border-left-width: 3px;
	 border-right-color: #00adee;
	 border-right-style: solid;
	 border-right-width: 3px;
	 border-top-color: #00adee;
	 border-top-style: solid;
	 border-top-width: 3px;
	 border-bottom-color: #00adee;
	 border-bottom-style: solid;
	 border-bottom-width: 3px;
	 z-index:100;
    }
	
.box-fixed_large {
	position:fixed;
	width:70px;
	top:220px;
	right:0px;
	z-index:100;
}

.box-fixed-button_large
{
	position:fixed;
	-moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
	color: #fff;
	width:80px;
	top:450px;
	/*right: 118px;*/
	right: -5px;
	z-index:100;
}

#SocialFace_small{
	width: 9.5em;
	display: inline-block;
}

#SocialLinke_small{
	width: 9.5em;
	display: inline-block;
}

#ButtonFix_small{
   
	width: 9.5em;
	display: inline-block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ie-border-radius: 30px;
	border-radius: 30px;
	padding: .48em .8em;
	text-shadow: rgba(0,0,0,.5) 0px -1px 0px;
	font-size: 12px;
	
	-webkit-transition-property: background-color;
	-webkit-transition-duration: .15s;
	-webkit-transition-timing-function: ease-in-out;
	cursor: pointer;
	text-decoration: none;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -webkit-linear-gradient(top, #00adee, #0078a5);
	background: -moz-linear-gradient(top, #00adee, #0078a5);
	background: -ms-linear-gradient(top, #00adee, #0078a5);
	background: -o-linear-gradient(top, #00adee, #0078a5);
}

#ButtonFix_small:hover {
 background-color: #808080;/*rgb(255, 204, 51);*/
 color: #000000;
}

#rectangle_small {
	 position:fixed;
     width: 45px;
     height: 240px;
     background: trasparent;
	 border-left-color: #00adee;
	 border-left-style: solid;
	 border-left-width: 3px;
	 border-right-color: #00adee;
	 border-right-style: solid;
	 border-right-width: 3px;
	 border-top-color: #00adee;
	 border-top-style: solid;
	 border-top-width: 3px;
	 border-bottom-color: #00adee;
	 border-bottom-style: solid;
	 border-bottom-width: 3px;
	 z-index:100;
    }
	
.box-fixed_small {
	position:fixed;
	width:50px;
	top:220px;
	right:30px;
	z-index:100;
}

.box-fixed-button_small
{
	position:fixed;
	-moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
	color: #fff;
	width:50px;
	top:350px;
	right: 32px;
	z-index:100;
}

#SocialFace_small_land{
	width: 9.5em;
	display: inline-block;
}

#SocialLinke_small_land{
	width: 9.5em;
	display: inline-block;
}

#ButtonFix_small_land{
   
	width: 9.5em;
	display: inline-block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ie-border-radius: 30px;
	border-radius: 30px;
	padding: .48em .8em;
	text-shadow: rgba(0,0,0,.5) 0px -1px 0px;
	font-size: 12px;
	
	-webkit-transition-property: background-color;
	-webkit-transition-duration: .15s;
	-webkit-transition-timing-function: ease-in-out;
	cursor: pointer;
	text-decoration: none;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -webkit-linear-gradient(top, #00adee, #0078a5);
	background: -moz-linear-gradient(top, #00adee, #0078a5);
	background: -ms-linear-gradient(top, #00adee, #0078a5);
	background: -o-linear-gradient(top, #00adee, #0078a5);
}

#ButtonFix_small_land:hover {
 background-color: #808080;/*rgb(255, 204, 51);*/
 color: #000000;
}

#rectangle_small_land {
	 position:fixed;
     width: 45px;
     height: 240px;
     background: trasparent;
	 border-left-color: #00adee;
	 border-left-style: solid;
	 border-left-width: 3px;
	 border-right-color: #00adee;
	 border-right-style: solid;
	 border-right-width: 3px;
	 border-top-color: #00adee;
	 border-top-style: solid;
	 border-top-width: 3px;
	 border-bottom-color: #00adee;
	 border-bottom-style: solid;
	 border-bottom-width: 3px;
	 z-index:100;
    }
	
.box-fixed_small_land {
	position:fixed;
	float:left;
	width:50px;
	top:0px;
	left:0px;
	z-index:100;
}

.box-fixed-button_small_land
{
	position:fixed;
	float:left;
	-moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
	color: #fff;
	width:50px;
	top:130px;
	left: -2px;
	z-index:100;
}


</pre></body></html>