@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
h1,h2,h3,h4,h5,h6{font-family: 'Source Sans Pro', sans-serif;font-weight:normal;color:#333;}

body {
 font-size: 12px;
 font-family: 'Source Sans Pro', Verdana,Arial,Helvetica,sans-serif;
}


h2 {
 font-size:16pt;
}



img {
 max-width: 100%;
}

img.center {
    display: block;
    margin: 0 auto;
}


.clear { 
 width: 100%; 
 height: 1px; 
 margin: 0 0 -1px; 
 clear: both; 
} 



.loader {
 visibility:hidden;
}



.header {
  margin:0 auto;
  width:100%;
  text-align:center;     
    
}


#lead-area { 
text-align: left; 
} 


#lead-area.black .form input[type=submit] { 

	color: #453029; 
	text-shadow: 1px 1px #ffffff; 
} 

#lead-area.black p.privacy { color: #a0a0a0; } 




#lead-area .content-opacity { 
	max-width: 1095px; 
        margin: 20px auto;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);

} 

#lead-area .form input.form-input { 
 font-size: 32px; 
 color: #525151; 
 font-weight: bold; 
 max-width: 466px !important; 
 width:100%;
 box-shadow: 0 3px 4px -1px #8c8c8c inset; 
 text-align: center; 
 padding-top: 15px !important; 
 padding-bottom: 10px !important; 
 margin-bottom: 10px; 
 height: auto !important; 
 line-height: normal !important; 
} 

.well-large { 
  padding: 24px; 
  -webkit-border-radius: 6px; 
  -moz-border-radius: 6px; 
   border-radius: 6px; 
} 




@media only screen and (max-width : 420px) {

.well-large { 
  padding: 12px; 

} 

}




/*Smartphone*/
@media only screen and (max-width : 320px) {

.well-large { 
  padding: 5px; 

} 

}


.iti {
    width:100%;
}



#ajax-msg {
 margin-top:15px;  
 color:red;
}
