/* Creato da Fribbynetwork*/
html, body{ min-height:100%; margin:0; }

html {
background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
cursor:default;	
overflow: none;

--scrollbarBG: #CFD8DC;
--thumbBG: #90A4AE;
}
body {
margin-top: 0;
padding-top: 0;
margin-bottom: 0;
padding-bottom: 0;
min-height:100%;
scrollbar-width: thin;
 scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

.principale{
   /*background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
   margin:0 auto;
   padding:0;
   height: 100%;
   width: 100%;
}

.pagina {
   font-size: 26px;
   font-family: 'Roboto', sans-serif;
   font-weight: normal;
   font-style: normal;
   text-align: center;
   color:white;
   padding-left:10px;
   padding-right:10px;
   overflow:none;
   margin-bottom: 46px;
   text-shadow: 0 0 2px #000;
}

.pagina a, .pagina a:visited {
color:white;
}
.colonne, .colonna {
float: left;
width: 33.33%;
}

@media screen and (max-width: 1000px) {
.colonne {
width: 50%;
}
.colonna {
width: 100%;
}

}

@media screen and (max-width: 600px) {
.colonne {
width: 100%;
}
}

.colonnehome {
float: left;
width: 25%;
}

@media screen and (max-width: 1000px) {
.colonnehome {
width: 50%;
}
}

@media screen and (max-width: 600px) {
.colonnehome {
width: 100%;
}
}


.tabella:after {
  content: "";
  display: table;
  clear: both;
}

.info {
margin-top:50px;
font-size:20px;
font-family: 'Markazi Text', serif;
text-shadow: 0 0 2px #000;
}

.errore {
   font-size: 26px;
   font-family: 'Markazi Text', serif;
   font-weight:bold;
   color:black;
}
.testo, .testo a, .testo a:visited{
   font-size: 26px;
   font-family: 'Markazi Text', serif;
   color:white;
   margin:10px;
   text-shadow: 0 0 2px #000;
}

.spazio {
   margin-top:40px;
}

.ip-big {
   font-size:18vw;
   font-family: 'Markazi Text', serif;
   font-weight: normal;
   font-style: bold;
   text-align: center;
   color:white;
   text-shadow: 0 0 4px #000;
   line-height: 70%;
   display:block;
  animation-name: ip;
  animation-duration: 4s;
  animation-iteration-count: 1;
}

@keyframes ip {
  0%   {opacity:0;}
  100%  {opacity:1;}
}

.ip-big-text , .ip-big-text a, .ip-big-text a:visited {
	margin-top: 40px;
   font-size: 48px;
   font-family: 'Markazi Text', serif;
   font-weight: normal;
   font-style: bold;
   text-align: center;
   line-height: 40px;
   color:white;
   font-style:normal;
   text-decoration:none;
   text-shadow: 0 0 2px #000;

}

.icone-big-text , .icone-big-text a, .icone-big-text a:visited {
   margin-top:20px;
   font-size: 48px;
   font-family: 'Markazi Text', serif;
   font-weight: normal;
   font-style: bold;
   text-align: center;
   line-height: 40px;
   color:white;
   font-style:normal;
   text-decoration:none;
   text-shadow: 0 0 2px #000;
   margin-top:-20px;
}

.icone-big-text-little , .icone-big-text-little a, .icone-big-text-little a:visited {
   margin-top:30px;
   font-size: 26px;
   font-family: 'Markazi Text', serif;
   font-weight: normal;
   font-style: bold;
   text-align: center;
   line-height: 60px;
   color:white;
   font-style:normal;
   text-decoration:none;
   text-shadow: 0 0 2px #000;
   margin-top:-20px;
}

.ip-text {
   margin-top:10px;
   font-size: 32px;
   font-family: 'Markazi Text', serif;
   font-weight: normal;
   font-style: bold;
   text-align: center;
   line-height: 30px;
   text-shadow: 0 0 2px #000;
}

.speedtest{
width: 66%;
text-align: center;
float: left;
margin-top: -14px;
}
.speedtest-colonna{
width: 34%;
text-align: center;
float: left;
}

.icone {
   font-size: 64px;
   font-family: 'Markazi Text', serif;
   font-weight: normal;
   font-style: bold;
   text-align: center;
   text-shadow: 0 0 2px #000;
}

.icone-big {
   font-size: 112px;
   font-family: 'Markazi Text', serif;
   font-weight: normal;
   font-style: bold;
   text-align: center;
   margin-top: 30px;
   text-shadow: 0 0 2px #000;
}

@media screen and (max-width: 1000px) {
.speedtest, .speedtest-colonna{
width: 100%;
}
}

.footer {
clear: both;
position: fixed;
width: 100%;
height: 46px;
bottom: 0px;
left: 0px;
right: 0px;
margin-bottom: 0px;
/*background: black;*/
}
.footer a {
color:white;
}

.footer a:visited {
text-decoration: underline;
color:white;
}

.footer-text {
font-size: 16px;
font-family: 'Roboto', sans-serif;
font-weight: normal;
font-style: normal;
text-align: center;
color:white;
line-height: 50%;
padding: 2px;
margin: 0 auto;
vertical-align: middle;
text-shadow: 0 0 2px #000;
}


.bottone
{
   border: 0;
   border-collapse: separate;
   -webkit-background-origin: border !important;
   -moz-background-origin: border !important;
   background-origin: border-box !important;
   background: #91278D;
   background: linear-gradient(top, #B12FAD 0, #751F72 100%) no-repeat;
   background: -webkit-linear-gradient(top, #B12FAD 0, #751F72 100%) no-repeat;
   background: -moz-linear-gradient(top, #B12FAD 0, #751F72 100%) no-repeat;
   background: -o-linear-gradient(top, #B12FAD 0, #751F72 100%) no-repeat;
   background: -ms-linear-gradient(top, #B12FAD 0, #751F72 100%) no-repeat;
   background: linear-gradient(top, #B12FAD 0, #751F72 100%) no-repeat;
   -svg-background: linear-gradient(top, #B12FAD 0, #751F72 100%) no-repeat;
   -webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.2);
   -moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.2);
   box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.2);
   padding:0 14px;
   margin:0 auto;
   height:36px;
}

a.bottone,
a.bottone:link,
a:link.bottone:link,
body a.bottone:link,
a.bottone:visited,
body a.bottone:visited,
input.bottone,
button.bottone
{
   text-decoration: none;
   font-size: 20px;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   font-weight: bold;
   font-style: normal;
   text-shadow: 0 -1px 0 rgba(23, 23, 23, 0.82);
   position:relative;
   display: inline-block;
   vertical-align: middle;
   white-space: nowrap;
   text-align: center;
   color: #FFFFFF;
   margin: 0 !important;
   overflow: visible;
   cursor: pointer;
   text-indent: 0;
   line-height: 36px;
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   box-sizing: content-box;
}

.bottone img
{
   margin: 0;
   vertical-align: middle;
}

.firefox2 .bottone
{
   display: block;
   float: left;
}

input, select, textarea
{
   vertical-align: middle;
   font-size: 20px;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   font-weight: bold;
   font-style: normal;
   text-shadow: 0 -1px 0 rgba(23, 23, 23, 0.82);
}

.bottone.active, .art-bottone.active:hover
{
   background: #007099;
   background: linear-gradient(top, #008EC2 0, #005270 100%) no-repeat;
   background: -webkit-linear-gradient(top, #008EC2 0, #005270 100%) no-repeat;
   background: -moz-linear-gradient(top, #008EC2 0, #005270 100%) no-repeat;
   background: -o-linear-gradient(top, #008EC2 0, #005270 100%) no-repeat;
   background: -ms-linear-gradient(top, #008EC2 0, #005270 100%) no-repeat;
   background: linear-gradient(top, #008EC2 0, #005270 100%) no-repeat;
   -svg-background: linear-gradient(top, #008EC2 0, #005270 100%) no-repeat;
   -webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.2);
   -moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.2);
   box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.2);
   padding:0 14px;
   margin:0 auto;
}
.bottone.active, .bottone.active:hover {
   color: #FFFFFF !important;
}

.bottone, .bottone:hover
{
   background: #00B0F0;
   background: linear-gradient(top, #14C0FF 0, #00BBFF 29%, #0096CC 100%) no-repeat;
   background: -webkit-linear-gradient(top, #14C0FF 0, #00BBFF 29%, #0096CC 100%) no-repeat;
   background: -moz-linear-gradient(top, #14C0FF 0, #00BBFF 29%, #0096CC 100%) no-repeat;
   background: -o-linear-gradient(top, #14C0FF 0, #00BBFF 29%, #0096CC 100%) no-repeat;
   background: -ms-linear-gradient(top, #14C0FF 0, #00BBFF 29%, #0096CC 100%) no-repeat;
   background: linear-gradient(top, #14C0FF 0, #00BBFF 29%, #0096CC 100%) no-repeat;
   -svg-background: linear-gradient(top, #14C0FF 0, #00BBFF 29%, #0096CC 100%) no-repeat;
   -webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.2);
   -moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.2);
   box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.2);
   padding:0 14px;
   margin:0 auto;
}
.bottone.hover, .bottone:hover {
   color: #FFFFFF !important;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea
{
   background: #F9FAFB;
   border:2px solid #91278D;
   margin:0 auto;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea
{
   width: 100%;
   padding: 2px 0;
   color: #91278D !important;
   font-size: 24px;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
}
input.art-error, textarea.art-error
{
   background: #F9FAFB;
   border:1px solid #E2341D;
   margin:0 auto;
}
input.art-error, textarea.art-error {
   color: #56244F !important;
   font-size: 14px;
   font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.menu {
  overflow: hidden;
  background-color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  border-bottom: 2px solid black;
}

.menu a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 10px 14px;
  text-decoration: none;
  font-size: 22px;
}

.menu a:hover {
  background-color: #705ebd;
  color: white;
  text-shadow: 0 0 1px #000;
}

.menu a.active {
  background-color: #705ebd;
  color: white;
  text-shadow: 0 0 1px #000;
}

.menu .icon {
  display: none;
}

@media screen and (max-width: 700px) {
  .menu a:not(:first-child) {display: none;}
  .menu a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 700px) {
  .menu.responsive {position: relative;}
  .menu.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
	z-index: 1;
  }
  .menu.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.center {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
padding: 10px;
z-index: -1;
}