/*
font-family: 'Roboto', sans-serif;
font-family: 'Lato', sans-serif;
*/
body {
	font-family: 'Roboto', sans-serif;
	background-image: url(../img/sitosnap-contact.jpg);
	background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
}
h1.main-title, h2.main-title, h3.main-title {
	color: #ffc600;
}
h1.main-title {
	margin-bottom: 40px;
}
.no-bb {
	margin-bottom: 0;
} 
body.index-test {
	background-image: none;
}
#site-test-area {
	/*background-image: url(../img/web-test-sitosnap.jpg);*/
	background-color: #428bca;
	background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
	padding-top: 40px;
	padding-bottom: 40px;
}

#site-test-area p { 
	color: #fff;
}

#site-test-area .button {
	background: #ffc600;
	margin-top: 75px;
}
#site-test-area .button:hover, #site-test-area .button:focus {
    background-color: #e1b51b;
}
#test-area {
	background: #f1f1f1;
}
#test-area h1.main-title, #test-area h2.main-title, #test-area h3.main-title {
	color: #428bca;
	margin-top: 20px;
}
#contact-area h1.main-title, #contact-area h2.main-title, #contact-area h3.main-title {
	color: #428bca;
	margin-top: 20px;
}
#risultati-grafico h1.main-title, #risultati-grafico h2.main-title, #risultati-grafico h3.main-title {
	color: #428bca;
	margin-top: 20px;
}
#risultati-grafico {
	background: #fff;
}
#form-area {
	/*background: #fff;*/
}
.progress {
	height: 2rem;
}
.progress-meter-text {
	font-size: 1.2rem;
}
.da-migliorare .small-4 p {
	font-size: 0.9rem;
    margin-top: 5px;
}

.come-funziona ul {
	margin-left: 0;
}

.form-bottom .button {
	/*background: #ffc600;*/
	margin-top: 40px;
	margin-bottom: 40px;
}
.form-bottom .button:hover, .form-bottom .button:focus {
   /* background-color: #e1b51b;*/
}

.step {
	color: #e1b51b;
	font-size: 1.8rem;
	margin-right: 5px;
}
.prima-di-cominciare i {
	color: #e1b51b;
	font-size: 2.5rem;
	margin-right: 5px;
}

#approfondimenti {
	    /*display: none;*/
}
.app-visibili {
	display: block!important;
}
.consigli {
	color: #0062b3;
	font-size: 1.6rem;
	margin-right: 5px;
}
.scheda-consigli ul, .scheda-alert ul {
	margin-left: 2px;
}
.lista-aree {
	margin-left: 55px;
}
.attenzione {
	color: #bf0000;
	font-size: 1.6rem;
	margin-right: 5px;
}
p {
	font-size: 1.35rem;
}
#contact-area {
    /*padding: 35px;*/
	padding-bottom: 0;
    color: #fff;
    min-height: 300px;
}
.form-box {
    width: 100%;
    /*background: rgba(234, 234, 234, 0.65);*/
	background: #f1f1f1;
    margin: 0 auto;
    padding: 20px 20px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	color: #ffffff;
}
.form-box label {
	/*color: #fff;*/
	font-size: 1.1rem;
	width: 100%;
	height: 100%;
	
}
form ul li {
	list-style-type: none;
}
/*[type='checkbox'], [type='radio'] {
    margin: 0 0 1rem;
	margin-top: 8px;
    width: 15px;
    height: 15px;
}
[type='radio'] + label {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-right: 0rem;
    margin-bottom: 0;
    width: calc(100% - 30px);
    margin-bottom: 10px;
}*/
.quiz ul{
  list-style: none;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}


.quiz ul li{
  color: #AAAAAA;
  display: block;
  position: relative;
  float: left;
}

.quiz ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.quiz ul li label{
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.1em;
  margin: 10px auto;
  padding: 10px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

.quiz ul li:hover label{
	color: #000;
	/*border: 5px solid #ffffff;*/
	border: 5px solid #e1b51b;
	background: rgba(225, 181, 27, 0.6);
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

ul li .check{
  border: 5px solid #428bca;
  padding-bottom:15px;
  padding-top:15px;
  height: 100%;
  width: 100%;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

/*.quiz ul li:hover .check {
  border: 5px solid #FFFFFF;
}*/

/*ul li .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 5px;
	left: 5px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}*/

input[type=radio]:checked ~ .check {
  border: 5px solid #e1b51b;
}

input[type=radio]:checked ~ .check {
  background: rgba(225, 181, 27, 0.6);
}

input[type=radio]:checked ~ label{
  color: #000;
  border: 5px solid #e1b51b;
}
.row ul.row {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.black {
	color: #000;
}
.checkbox-label {
	font-size: 0.8rem;
}
#footer p {
	font-size: 0.8rem;
    color: #afafaf;
}
#footer p a {
    color: #afafaf;
}
.main-content {
  min-height: calc(100vh - 220px);
}
#footer {
  height: 50px;
}

/********************
******** MENU *******
********************/
.topper {
    position: relative;
    z-index: 9999;
    background: white;
}
#topper h1 span, .top-bar h1 span{
	font-size: 2rem;
	
	transform:scale(2,3); /* W3C */
-webkit-transform:scale(2,3); /* Safari and Chrome */
-moz-transform:scale(2,3); /* Firefox */
-ms-transform:scale(2,3); /* IE 9 */
-o-transform:scale(2,3); /* Opera */
}
#topper h1, .top-bar h1  {
	
	font-style: italic;
}
.top-bar img {	max-width: 200px;}
.top-bar h1  a:link, .top-bar h1 a:visited  {
	   color: #704214;
}
.top-bar h1  a:hover, .top-bar h1 a:active  {
	text-shadow: 1px 2px 1px #AAA9A9;
}
.top-bar, .top-bar ul {
	background: transparent;
}
.top-bar ul  {
	display: inline-block;
	    margin-top: 20px;
}
.top-bar {
    padding: 0 2rem;
	box-shadow: 0px 2px 6px #D7D7D7;
}
.top-bar-left, .top-bar-right {
	z-index: 2;
	position: relative;
}
.menu-centered {
    width: 100%;
    position: absolute;
    left: 0;
    text-align: center;
    z-index: 1;
	text-transform: uppercase;
	font-size: 0.9rem;
	z-index: 1;
	font-family: 'Merriweather Sans', sans-serif;
}
.menu-centered a:link, .menu-centered a:visited {
   color: #000;
}
.menu-centered a:hover, .menu-centered a:active {
   color: #704214;
}


.menu.medium-horizontal > li {
	display: inline-block;
}
.menu-icon::after {
    background: black;
    box-shadow: 0 7px 0 black, 0 14px 0 black;
	}
.nuovo-link:before {
    content: "New";
    position: absolute;
    margin-top: -7px;
    color: #fff;
    background: red;
    display: inline;
    padding: 0 3px;
    text-align: right;
    margin-left: 62px;
}
	
	/* FINE MENU */

