body {
   /* background: #f5f5f5; inserito in header */
   font-family: 'Source Sans Pro', sans-serif;;
   color: #262626;
   margin: 0;
}
input, textarea, select{
font-family: 'Source Sans Pro', sans-serif;;
}

a {
  color: #ae0f0a;
}

a:hover {
	color: #005e9e;
	text-decoration:none;
}

p a{
	text-decoration:underline;
}

h1,h2,h3,h4,h5,h6 {
    /*margin: 2.75rem 0 1.05rem;*/

    margin: 15px 0 15px;
	color:#000;
	font-family: 'Source Sans Pro', sans-serif;;
	font-weight:400;
	line-height: 1.25;

}
h1 {
  margin-top: 0;
  font-size: 1.8em;
text-transform: uppercase;
}

h2 {font-size: 1.5em;}

h3 {font-size: 1.6em;}

h4 {font-size: 1.4em;}

h5 {font-size: 1.25em;}

small, .text_small {font-size: 0.8em;}

p,div,ul,ol {
	font-size: 20px;
	line-height: 24px;
}

img {
	max-width:100%;
	height:auto;
}

.clear_after:after, .clear_before:before {
	display:block;
	content:"";
	clear:both;
}

/********* PADDING *************/

/* PADDING bottom e top 30px */
.p-bt-30 {
	padding-bottom:30px;
	padding-top:30px;
}
.p-r-30{
    padding-right:30px;
}

.p-bt-10 {
	padding-bottom:10px;
	padding-top:10px;
}

.p-t-10 {
	padding-bottom:0px;
	padding-top:10px;
}

.p-b-10 {
	padding-bottom:10px;
	padding-top:0px;
}

.p-20{
    padding:20px;
}

.p-t-30 {
	padding-bottom:0px;
	padding-top:30px;
}

.p-b-30 {
	padding-bottom:30px;
	padding-top:0px;
}
.m-t-0{
    margin-top:0px;
}
.m-b-0{
    margin-bottom:0px;
}
.m-0{
    margin: 0 !important;
}
.m-b-30{
    margin-bottom:30px;
}

/*pulsante*/

.pulsante, .btn-primary, button, .contenitore-saleforce form input[type="submit"] {
	background: #ae0f0a;
	text-shadow:none; 
	color: #fff;
	padding: 10px 20px;
    display: inline-block;
    border-radius: 30px;
    text-decoration: none;
    margin-bottom: 10px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Source Sans Pro', sans-serif;;
    border: none;
}

.pulsante:hover, .btn-primary:hover {
	background: #ae0f0a;
	color: #fff;
	text-decoration:none;
}

.pulsante2 {
	background: #666666;
	text-shadow:none; 
	color: #fff;
	padding: 6px 10px;
	display: inline-block;
	margin-top:15px;
}

.pulsante2:hover {
	background: #666666;
	color: #fff;
	text-decoration:none;
}


/* Footer */ 
#footer ul {
	list-style:none;
	padding:0px;
}

#footer ul li {
	padding: 5px 0;
}


@media (max-width:768px) {
	table {
		overflow-x: auto;
		display: block;
	}
	
}

@media (max-width:400px) {
	.accua-form .pfbc-label, .accua-form .pfbc-fieldwrap {
		width:95% !important;	
	}
}
