/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/97uahxiqZRoncBaCEI3aWxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
body{
margin:0 auto;
width:85%;
font-family: 'Roboto', sans-serif;
font-size:14px;
}
p{ margin:0; padding:0;}
h1{
font-family: 'Roboto', sans-serif;
	color: #F00;
}

h2{
font-family: 'Roboto', sans-serif;
}

h3{ font-size:16px;}
p strong{
font-family: 'Roboto', sans-serif;
}

a{
color:#000;
text-decoration:underline;
font-weight:bold;
}

a:hover{
color: #F00;
}

/*---------------COOKIE*/
.boxCookie{position: fixed; width: 300px; margin: 0px; bottom: 60px;right:10px; padding: 5px 0px; z-index: 1000; text-align: center; background:#eee; border:1px solid #d8d8d8;}
.boxCookieInterno{font-size:13px;color: #000; line-height: 1.60;padding: 10px;}
.btnDesign{background-color: #000 !important;border-color: #fff !important;color:#fff !important;}
.btnDesign:hover{color:#eee !important;}
.txtCookie{font-size:13px !important;}
.bgrWhite{background:#fff !important;}
.txtBlack{color:#000 !important;}
.borderBlack{border: 1px solid #000 !important;}
.label-danger{color:#ff0000 !important;}
/*---------------FINE COOKIE*/

@media screen and (max-width:340px){
.boxCookie{width: 250px;}
.boxCookieInterno {font-size: 11px;}
.txtCookie{font-size:9px !important;}
.landing-form-overlay {left: 62%;}
.fontSize13TopBar{font-size: 11px !important;}

}
@media screen and (max-width:375px){
.boxCookie{bottom: 70px;}
.txtCookie{font-size:12px !important;}	
}