


/*
  Template Name: Altron - Multi-Purpose Landing Page Template
  Theme URL: http://themeforest.net/user/DSA79/
  Description: Altron - Multi-Purpose Landing Page Template
  Author: DSAThemes
  Author URL: http://themeforest.net/user/DSA79
  Version: 1.0.0
  Website: www.dsathemes.com
  Tags: Landing Page, Multipurpose Landing page, Html5, Css, Bootstrap, Javascript, responsive, creative template, html5 template, one page, business, corporate, mobile app, project
*/



/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */

/*   01 - Welcome				   */
/*   02 - About				   	   */
/*   03 - Content			   	   */
/*   04 - Skills			   	   */
/*   05 - Portfolio        		   */
/*   06 - Pricing				   */
/*   07 - Statistic Banner	   	   */
/*   08 - Services         		   */
/*   09 - Testimonials		 	   */
/*   10 - Clients		 	  	   */
/*   11 - Team					   */
/*   12 - Call To Action           */
/*   13 - Blog		 	  	   	   */
/*   14 - Contacts		 	  	   */
/*   15 - Footer		 	  	   */



/* ==========================================================================
   01. WELCOME
   ========================================================================== */  

.welcome-quote h3 {
	font-weight: 900;
}

.slogan-txt h4.h4-lg {
	color: #444;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	
}



/* ==========================================================================
   02. ABOUT
   ========================================================================== */  

/*------------------------------------------*/
/*	 About Box Icon
/*------------------------------------------*/ 

.abox-icon {
    text-align: center;
    float: left;
}

.abox-icon span {	
	width: 45px;
    height: 45px;
	font-size: 45px;
	line-height: 45px!important;
	margin-top: 5px;
}

/*------------------------------------------*/
/*	 About Box Text
/*------------------------------------------*/ 

.abox-txt {
    overflow: hidden;
    padding-left: 20px;
} 

.abox-txt h4 {
    margin-bottom: 8px;
}



/* ==========================================================================
   03. CONTENT
   ========================================================================== */  

#content-1, #content-2 {
	position: relative;
}

/*------------------------------------------*/
/*	Content Box Icon
/*------------------------------------------*/ 

.cbox-1-icon {
    text-align: center;
    float: left;
}

.cbox-1-icon i {	
	width: 45px;
    height: 45px;
    color: #f1d311;
    font-size: 32px;
    line-height: 46px!important;
    margin-top: 1px;
}

.cbox-2 span {
	color: #00c1f0;
	font-size: 32px;
	line-height: 32px!important;
	float: left;
	margin-right: 15px;	
}

/*------------------------------------------*/
/*	 Content Box Text
/*------------------------------------------*/ 

.cbox-1-txt {
    overflow: hidden;
    padding-left: 10px;
}

.cbox-2 h4 {
	line-height: 32px!important;
	margin-bottom: 10px;
} 

.cbox-3 p {
	font-size: 16px;
	line-height: 26px;
}

/*------------------------------------------*/
/*	Content Image
/*------------------------------------------*/  
  
.content-1-img { 
	background-image: url(../images/thumbs/content-1.jpg);
	background-repeat: no-repeat;
	background-position: left center;		
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
}

.content-2-img { 
	background-image: url(../images/thumbs/content-2.png);
	background-repeat: no-repeat;
	background-position: left center;		
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	left: 50%;
}



/* ==========================================================================
   04. SKILLS
   ========================================================================== */  

.skills-txt p {
	margin-bottom: 0;
}
   
.progress {
	height: 6px; 
	background-color: #f0f0f0; 
	overflow: visible;
	margin-bottom: 20px;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.progress-bar {
	height: 6px; 
	background-color: #00c1f0;
	-webkit-transition: width 1.5s ease-in-out;
	-moz-transition: width 1.5s ease-in-out;
	-o-transition: width 1.5s ease-in-out;
	-ms-transition: width 1.5s ease-in-out;
	transition: width 1.5s ease-in-out;
}

.barWrapper h5 {
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: inline-block;
}

/*------------------------------------------*/
/*	 Progress Bar Tooltip
/*------------------------------------------*/

.tooltip { 
	position: relative;
	float: right;
}

.tooltip > .tooltip-inner {
	background-color: transparent; 
	color: #444; 
	font-size: 15px;
	font-weight: 900; 
	top: 0px;
}

.popOver + .tooltip > .tooltip-arrow {	
	display: none;
	border: none;
}

.tooltip.top {
	margin-top: 0px;
}



/* ==========================================================================
   05. PORTFOLIO
   ========================================================================== */

#portfolio .portfolio-items-list {
	margin: 0;
	padding: 0
}

/*------------------------------------------*/
/*	  Portfolio Item
/*------------------------------------------*/ 

div.pp_default .pp_description {
    font-size: 15px;
    line-height: 15px;
}

.portfolio-item {
	position: relative;	
	padding: 0;
}

.portfolio-item a {
	cursor: url(../images/icons/pointer.png),crosshair;
}

.portfolio-item .hover-overlay {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.portfolio-item .hover-overlay img {
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms;
} 

/*------------------------------------------*/
/*	  Overlay Content 
/*------------------------------------------*/ 

.portfolio-item .overlay-content {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	zoom: 1;
	opacity: 0;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

/*------------------------------------------*/
/*	  Overlay Content Text
/*------------------------------------------*/ 

.portfolio-item .overlay-content h4 {
	color: #fff;
	font-size: 17px;
	line-height: 17px;
	text-transform: uppercase;
	margin-bottom: 8px;
	padding-left: 20px;
}

.portfolio-item .overlay-content p {
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	padding: 0 20px;
}

/*------------------------------------------*/
/*	  Overlay Background 
/*------------------------------------------*/ 

.portfolio-item .item-overlay {
	opacity: 0;
	-moz-opacity: 0; 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(10, 10, 10, 0.75);
	-moz-transition: opacity 400ms ease-out;
	-webkit-transition: opacity 400ms ease-out;
	-o-transition: opacity 400ms ease-out;
	transition: opacity 400ms ease-out;
}

/*------------------------------------------*/
/*	  Image Hover Effect 
/*------------------------------------------*/ 

.portfolio-item .hover-overlay:hover > img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.portfolio-item .hover-overlay:hover .item-overlay {
	opacity: 1; 
	-moz-opacity: 1; 
}

.portfolio-item:hover .overlay-content {
	bottom: 10%;
	opacity: 1; 
	-moz-opacity: 1; 
}



/* ==========================================================================
   06. PRICING
   ========================================================================== */ 

.pricing-row .col-md-4 {
	padding: 0 8px;
} 

.pricing-table {
	background-color: #fff;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

/*------------------------------------------*/
/*	 Table Header
/*------------------------------------------*/

.pricing-table h3 {
	font-size: 23px;	
	line-height: 23px;	
	font-weight: 700;
	padding-top: 40px;
	padding-bottom: 20px;
	margin-bottom: 0;	
} 

/*------------------------------------------*/
/*	 Table Price Plan
/*------------------------------------------*/

.pricing-table .price {
	padding-top: 10px;
	padding-bottom: 10px;
}

.pricing-table .price span {
	font-size: 80px;
	line-height: 60px;
	font-weight: 900;
}

.pricing-table .price sup {
	font-size: 50px;
	font-weight: 900;
    top: -8px;
}

.pricing-table .price p {
	color:  #00c1f0;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: 900;
	margin-top: 10px;
	margin-bottom: 0;
}

/*------------------------------------------*/
/*	 Table Body
/*------------------------------------------*/

.pricing-table ul.features {
	color: #666;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	padding: 10px 50px;
}

.pricing-table ul.features li {
    padding: 6px 0;
} 

/*------------------------------------------*/
/*	 Table Button
/*------------------------------------------*/

.pricing-table .btn {
	margin: 10px 0 40px;
}

/*------------------------------------------*/
/*	 Table Highlight
/*------------------------------------------*/

.pricing-table.highlight {
	background-color: #f5f5f5;
}

.pricing-notice p {
	font-size: 17px;
	line-height: 17px;
	font-weight: 400;
	margin-bottom: 0;	
}

.pricing-notice p span {
	color: #222;
	font-weight: 900;
}



/* ==========================================================================
   07. STATISTIC BANNER
   ========================================================================== */  

#statistic {
	background-color: #fff;
	padding-top: 120px;
	padding-bottom: 70px;
}

/*------------------------------------------*/
/*	  Statistic Block Content
/*------------------------------------------*/

.statistic-number {
	color: #152d51;
    font-size: 100px;
    line-height: 97px;
    font-weight: 900;
    margin-bottom: 15px;
}

.statistic-block p {
	color: #152d51;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: 900;
	margin-bottom: 0;
}

.statistic-block p:after {
    display: block;
    content: "";
    height: 1px;
    width: 60px;
	background: #152d51;
    margin: 20px auto 0;
    position: relative;
}



/* ==========================================================================
   08. SERVICES
   ========================================================================== */  

/*------------------------------------------*/
/*	  Service Box Icon
/*------------------------------------------*/

.sbox span {
	width: 60px;
	height: 60px;
	float: left;
	text-align: center;
	color: #00c1f0;
	font-size: 50px;
	line-height: 50px!important;
} 
   
/*------------------------------------------*/
/*	 Service Box Text
/*------------------------------------------*/ 

.sbox-txt {
	margin-left: 75px;
}   
 


/* ==========================================================================
   09. TESTIMONIALS
   ========================================================================== */ 

#reviews {
	position: relative;
	background-color: #00aed8;
	padding-top: 130px;
	padding-bottom: 130px;
}

.reviews-img { 
	background-image: url(../images/thumbs/reviews.jpg);
	background-repeat: no-repeat;
	background-position: left center;		
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	left: 50%;
}

/*------------------------------------------*/
/*	 Testimonial Message Text
/*------------------------------------------*/

.testimonial-txt p {
	font-size: 22px;
	line-height: 32px;
	font-weight: 300;
    padding: 10px 5px;
}

/*------------------------------------------*/
/*	 Testimonial Message Author
/*------------------------------------------*/

.review p.author {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}

.review span {
	color: #fff;
	font-size: 13px; 
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 60px;
	display: block;
}

/*------------------------------------------*/
/*	 Testimonial Rotator Nav
/*------------------------------------------*/

#reviews .flex-control-paging li a {
	background: #0194b7;
	border: 2px solid #0194b7;
}

#reviews .flex-control-paging li a:hover,
#reviews .flex-control-paging li a.flex-active { 
	background: #fff;
	border: 2px solid #fff;
}



/* ==========================================================================
   10. CLIENTS
   ========================================================================== */  



/* ==========================================================================
   11. TEAM
   ========================================================================== */  
   
/*------------------------------------------*/
/*	  Team Member Meta
/*------------------------------------------*/

.team-img-meta h4 {
	margin: 20px 0px 8px;
}

.team-img-meta h6 {
	color: #00c1f0;
	font-size: 13px;
	line-height: 13px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-bottom: 8px;
}  

/*------------------------------------------*/
/*	  Team Member Social Icons 
/*------------------------------------------*/

.team-member-socials {
	text-align: right;
	display: inline-block;
	margin: 3px auto 0;
}

.team-member-socials li {
	float: left;
    display: inline-block !important;
    vertical-align: top;
    width: auto !important;
    clear: none !important;
}

.page_social {
    width: 30px;
    height: 30px;
	color: #999;
	font-size: 16px; 
	line-height: 30px;
    text-align: center;
    display: block;
    text-decoration: none;
	margin-right: 6px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}



/* ==========================================================================
   12. CALL TO ACTION
   ========================================================================== */ 

#call-to-action {
	background-image: url(../images/thumbs/call-to-action.jpg);
	background-attachment: fixed !important;
	background-repeat: no-repeat;
	background-position: center center;		
	background-size: cover;	
	padding-top: 130px;
	padding-bottom: 130px;
}

/*------------------------------------------*/
/*	  Title
/*------------------------------------------*/

#call-to-action h2 {
	color: #fff;
	font-size: 50px;
	line-height: 58px;
	font-weight: 300;
	margin-bottom: 25px;
}

#call-to-action h2 span {
	font-weight: 700;
}

/*------------------------------------------*/
/*	  Call to Action Buttons
/*------------------------------------------*/

.cta-buttons .btn {
	margin-right: 10px;
}



/* ==========================================================================
   13. BLOG
   ========================================================================== */  
  
.blog-post {
	background-color: #fff;
	border: 1px solid #ddd;
}

/*------------------------------------------*/
/*	  Blog Post Link 
/*------------------------------------------*/

.blog-post-link a {
	color: #444;
	font-size: 18px;
	line-height: 24px;
	font-weight: 900;
	margin-top: 30px;
	padding: 0 30px;
	display: block;
	text-decoration: underline;
}

/*------------------------------------------*/
/*	  Blog Post Text 
/*------------------------------------------*/

.blog-post-text p {
	color: #666;
	line-height: 22px;
	padding: 0 30px 30px;
}

/*------------------------------------------*/
/*	  Blog Post Meta 
/*------------------------------------------*/

.blog-post-meta {
	color: #999;
	font-size: 13px;
	line-height: 13px;
	font-weight: 900;
	padding: 12px 30px 10px;
	text-transform: uppercase;
}

.blog-post-meta span,
.blog-post-link a:hover {
	color: #00c1f0;
}



/* ==========================================================================
   14. CONTACTS
   ========================================================================== */ 

.contacts-section {
	background-image: url(../images/thumbs/contacts.jpg);
	background-attachment: fixed !important;
	background-repeat: no-repeat;
	background-position: center center;		
	background-size: cover;
}

#contacts h3 {
	margin-bottom: 10px;
}

/*------------------------------------------*/
/*	  CONTACT TEXT
/*------------------------------------------*/

.contacts-txt {
	background-color: #fff;
	padding: 60px;	
}

.contact-info-item p {
	margin-bottom: 0;
}

.contact-info-item p span {
	color: #00c1f0;
	font-weight: 900;
}


/*------------------------------------------*/
/*	  CONTACT FORM
/*------------------------------------------*/

.contacts-form {
	background-color: #00c1f0;
	padding: 60px 50px;
	font-weight: 600;
}

#contact-form > div { 
	padding: 0; 
}

#contact-form #input_name { padding-right: 8px; }
#contact-form #input_email { padding-left: 8px; }

/*------------------------------------------*/
/*	  Contact Form Input
/*------------------------------------------*/

#contact-form .form-control {
	height: 46px;
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 0 0 0;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 12px;
	margin-bottom: 15px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

/*------------------------------------------*/
/*	  Contact Form Textarea
/*------------------------------------------*/

textarea { min-height: 120px; }

/*------------------------------------------*/
/*	  Contact Form Placeholder
/*------------------------------------------*/

#contact-form .form-control::-moz-placeholder { color: #333; }
#contact-form .form-control:-ms-input-placeholder { color: #333; } 
#contact-form .form-control::-webkit-input-placeholder { color: #333; }

/*------------------------------------------*/
/*	  Contact Form Button
/*------------------------------------------*/

#form_btn .btn {
	background-color: #444;
	border-color: #444;
	color: #fff;
}

#form_btn .btn:hover {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

/*------------------------------------------*/
/*	  Contact Form Notice
/*------------------------------------------*/

#form_btn p a {
	font-weight: 700;
	text-decoration: underline;
}

#form_btn p a:hover {
	color: #333;
}


/* ==========================================================================
   15. FOOTER
   ========================================================================== */    

/*------------------------------------------*/
/*	 Footer Typography
/*------------------------------------------*/
   
.footer h4 {
	color: #fff;
	margin-bottom: 25px;
} 

.footer p, .footer a  {color: #666;} 
.footer a:hover { color: #fff; } 

#footer-copyright p {
	margin-bottom: 0;
}

/*------------------------------------------*/
/*	 FOOTER LINKS / SOCIALS  
/*------------------------------------------*/

.footer-links, .footer-icons, .footer-news {
	display: inline-block; 
	padding-left: 0;
	margin: 0 auto;
}

.footer-links li, .footer-icons li, .footer-news li {
	width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
	padding: 0;
}

/*------------------------------------------*/
/*	 Footer Links / Social Icons  
/*------------------------------------------*/

.foo-social,
.foo-news {
	color: #666;
	display: block;
	margin-bottom: 7px;
}

.foo-news {
	padding: 3px 0;
}

.foo-news span {
	color: #fff;
	font-size: 13px;
	display: block;
	margin-top: 3px;
}

.foo-social i {	
	margin-right: 12px;
} 

.foo-link {
	margin: 0 7px;
    display: block;
}

/*------------------------------------------*/
/*	 PRE-FOOTER
/*------------------------------------------*/

#pre-footer {
	background-color: #292929;
}

/*------------------------------------------*/
/*	  Newsletter Form Input
/*------------------------------------------*/

#pre-footer .newsletter-form .form-control {
	height: 42px;
	background-color: #292929;
	border: 1px solid #666;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	padding: 0px 20px;
	box-shadow: none;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#pre-footer .newsletter-form .form-control:focus {
	border-color: #fa5454;
	outline: 0;
	box-shadow: none;
}

/*------------------------------------------*/
/*	  Newsletter Form Button
/*------------------------------------------*/

#pre-footer .newsletter-form .btn { 
	height: 42px;
	background-color: #292929;
	border: 1px solid #666;
	color: #aaa;
	font-size: 20px;
	letter-spacing: 0;
	margin-top: 0; 
	padding: 0 25px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;	
}

#pre-footer .newsletter-form .btn span { 
	margin-left: 0px;
}

#pre-footer .newsletter-form .btn:focus,
#pre-footer .newsletter-form .btn:hover { 
	background-color: #00c1f0;
	color: #fff;
	border-color: #00c1f0;
}

.footer-newsletter-widget #form-notification {
	color: #56b68b;
	font-size: 15px;
	line-height: 15px;
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 10px;
}

.titolo-piu-box h3{
	text-align: center;
}

.titolo-piu-box h3{
	text-align: center;
	margin-bottom: 38px;
}

.titolo-piu-box h3 strong {
	color: #e42627;
}


.box-indagini img{
	width: 100%;	
}


.titolo-piu-box {
	padding: 50px 0;
}

.cbox-1-txt p{
	font-size: 25px;
    line-height: initial;
}

.cbox-1-txt p strong{
    font-weight: 600;
}

.margine-sotto-stelle {
	margin-bottom: 20px;
}

#welcome {
	background-color: #0C1631;
}

#welcome p{
	color: #fff;
}

.titolo-piu-box h4 {
	font-size: 15px;
	margin-top: 12px;
    text-align: center;
}

.numeri h4{
	text-align:center;
	font-size: 35px;
	line-height: 40px;
}

#welcome h3{
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 50px;
}


.numeri {
	padding-top: 100px;
	padding-bottom: 50px;
}

.numeri img{
	width: 100%;
}

.form-finale {
	background-color: #ffd700;
	padding-top: 50px;
	padding-bottom: 50px;
}

.richieste-sotto input {
	height: 60px;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
    border: 1px solid #bbb;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #000 !important;
	
}

.form-finale h3{
    color: #000;
    text-align: center;
    margin-bottom: 50px;
	font-weight: 400;
}

.form-finale .chiamata{
	color: #fff;
	text-align: center;
    font-size: 48px;
    line-height: initial;
    color: #fff;
    border: solid 1px;
    border-radius: 25px;
    padding: 10px;
	display: block;
}


	 



/************* FORM CSS *************/


 #_form_9_,
#_form_9_{ font-size:14px; line-height:1.6; font-family:arial, helvetica, sans-serif; margin:0; }
 #_form_9_ * { outline:0; }
 ._form_hide { display:none; visibility:hidden; }
 ._form_show { display:block; visibility:visible; }
 #_form_9_._form-top { top:0; }
 #_form_9_._form-bottom { bottom:0; }
 #_form_9_._form-left { left:0; }
 #_form_9_._form-right { right:0; }
 #_form_9_ input[type="text"],#_form_9_ input[type="date"],#_form_9_ textarea { padding:6px; height:auto; border:#979797 1px solid; border-radius:0; color:#000 !important; font-size:13px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;height: 60px;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
    border: 1px solid #bbb;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #000 !important;    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
 #_form_9_ textarea { resize:none; }
 #_form_9_ ._submit { -webkit-appearance:none; cursor:pointer; font-family:arial, sans-serif; font-size:14px; text-align:center; border:0 !important; -moz-border-radius:0 !important; -webkit-border-radius:0 !important; border-radius:0 !important; color:#fff !important; padding:10px !important; }
 #_form_9_ ._close-icon { cursor:pointer; background-image:url('https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png'); background-repeat:no-repeat; background-size:14.2px 14.2px; position:absolute; display:block; top:11px; right:9px; overflow:hidden; width:16.2px; height:16.2px; }
 #_form_9_ ._close-icon:before { position:relative; }
 #_form_9_ ._form-body { margin-bottom:30px; }
 #_form_9_ ._form-image-left { width:150px; float:left; }
 #_form_9_ ._form-content-right { margin-left:164px; }
 #_form_9_ ._form-branding { color:#fff; font-size:10px; clear:both; text-align:left; margin-top:30px; font-weight:100; }
 #_form_9_ ._form-branding ._logo { display:block; width:130px; height:14px; margin-top:6px; background-image:url('https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png'); background-size:130px auto; background-repeat:no-repeat; }
 #_form_9_ ._form-label,#_form_9_ ._form_element ._form-label { font-weight:bold; margin-bottom:5px; display:block; }
 #_form_9_._dark ._form-branding { color:#333; }
 #_form_9_._dark ._form-branding ._logo { background-image:url('https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png'); }
 #_form_9_ ._form_element { position:relative; margin-bottom:10px; font-size:0; max-width:100%; }
 #_form_9_ ._form_element * { font-size:14px; }
 #_form_9_ ._form_element._clear { clear:both; width:100%; float:none; }
 #_form_9_ ._form_element._clear:after { clear:left; }
 #_form_9_ ._form_element input[type="text"],#_form_9_ ._form_element input[type="date"],#_form_9_ ._form_element select,#_form_9_ ._form_element textarea:not(.g-recaptcha-response) { display:block; width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
 #_form_9_ ._field-wrapper { position:relative; }
 #_form_9_ ._inline-style { float:left; }
 #_form_9_ ._inline-style input[type="text"] { width:150px; }
 #_form_9_ ._inline-style:not(._clear) + ._inline-style:not(._clear) { margin-left:20px; }
 #_form_9_ ._form_element img._form-image { max-width:100%; }
 #_form_9_ ._clear-element { clear:left; }
 #_form_9_ ._full_width { width:100%; }
 #_form_9_ ._form_full_field { display:block; width:100%; margin-bottom:10px; }
 #_form_9_ input[type="text"]._has_error,#_form_9_ textarea._has_error { border:#f37c7b 1px solid; }
 #_form_9_ input[type="checkbox"]._has_error { outline:#f37c7b 1px solid; }
 #_form_9_ ._error { display:block; position:absolute; font-size:13px; z-index:10000001; }
 #_form_9_ ._error._above { padding-bottom:4px; bottom:39px; right:0; }
 #_form_9_ ._error._below { padding-top:4px; top:100%; right:0; }
 #_form_9_ ._error._above ._error-arrow { bottom:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #f37c7b; }
 #_form_9_ ._error._below ._error-arrow { top:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:5px solid #f37c7b; }
 #_form_9_ ._error-inner { padding:8px 12px; background-color:#f37c7b; font-size:13px; font-family:arial, sans-serif; color:#fff; text-align:center; text-decoration:none; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
 #_form_9_ ._error-inner._form_error { margin-bottom:5px; text-align:left; }
 #_form_9_ ._button-wrapper ._error-inner._form_error { position:static; }
 #_form_9_ ._error-inner._no_arrow { margin-bottom:10px; }
 #_form_9_ ._error-arrow { position:absolute; width:0; height:0; }
 #_form_9_ ._error-html { margin-bottom:10px; }
 .pika-single { z-index:10000001 !important; }
 @media all and (min-width:320px) and (max-width:667px) { ::-webkit-scrollbar { display:none; }
 #_form_9_ { margin:0; width:100%; min-width:100%; max-width:100%; box-sizing:border-box; }
 #_form_9_ * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-size:1em; }
 #_form_9_ ._form-content { margin:0; width:100%; }
 #_form_9_ ._form-inner { display:block; min-width:100%; }
 #_form_9_ ._form-title,#_form_9_ ._inline-style { margin-top:0; margin-right:0; margin-left:0; }
 #_form_9_ ._form-title { font-size:1.2em; }
 #_form_9_ ._form_element { margin:0 0 20px; padding:0; width:100%; }
 #_form_9_ ._form-element,#_form_9_ ._inline-style,#_form_9_ input[type="text"],#_form_9_ label,#_form_9_ p,#_form_9_ textarea:not(.g-recaptcha-response) { float:none; display:block; width:100%; }
 #_form_9_ ._row._checkbox-radio label { display:inline; }
 #_form_9_ ._row,#_form_9_ p,#_form_9_ label { margin-bottom:0.7em; width:100%; }
 #_form_9_ ._row input[type="checkbox"],#_form_9_ ._row input[type="radio"] { margin:0 !important; vertical-align:middle !important; }
 #_form_9_ ._row input[type="checkbox"] + span label { display:inline; }
 #_form_9_ ._row span label { margin:0 !important; width:initial !important; vertical-align:middle !important; }
 #_form_9_ ._form-image { max-width:100%; height:auto !important; }
 #_form_9_ input[type="text"] { padding-left:10px; padding-right:10px; font-size:16px; line-height:1.3em; -webkit-appearance:none; }
 #_form_9_ input[type="radio"],#_form_9_ input[type="checkbox"] { display:inline-block; width:1.3em; height:1.3em; font-size:1em; margin:0 0.3em 0 0; vertical-align:baseline; }
 #_form_9_ button[type="submit"] { padding:20px; font-size:1.5em; }
 #_form_9_ ._inline-style { margin:20px 0 0 !important; }
 }
 #_form_9_ { position:relative; text-align:left; /*margin:25px auto 0;*/ padding:20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; *zoom:1; border:0px solid #b0b0b0 !important; /*width:500px;*/ -moz-border-radius:0px !important; -webkit-border-radius:0px !important; border-radius:0px !important; color:#000 !important; }
 #_form_9_ ._form-title { font-size:22px; line-height:22px; font-weight:600; margin-bottom:0; }
 #_form_9_:before,#_form_9_:after { content:" "; display:table; }
 #_form_9_:after { clear:both; }
 #_form_9_._inline-style { width:auto; display:inline-block; }
 #_form_9_._inline-style input[type="text"],#_form_9_._inline-style input[type="date"] { padding:10px 12px; }
 #_form_9_._inline-style button._inline-style { position:relative; top:27px; }
 #_form_9_._inline-style p { margin:0; }
 #_form_9_._inline-style ._button-wrapper { position:relative; margin:27px 12.5px 0 20px; }
 #_form_9_ ._form-thank-you { position:relative; left:0; right:0; text-align:center; font-size:18px; }
 @media all and (min-width:320px) and (max-width:667px) { #_form_9_._inline-form._inline-style ._inline-style._button-wrapper { margin-top:20px !important; margin-left:0 !important; }
 }
    


#_form_9_ ._submit {
    background-color: #016936;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #016936 !important;
    padding: 12px 28px;
    margin-right: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    width: 100%;
}    
    
    
#_form_9_ ._submit:hover {
    color: #016936 !important;
    border-color: #016936 !important;
    background-color: transparent;
}    
    




 #_form_11_,
#_form_11_{ font-size:14px; line-height:1.6; font-family:arial, helvetica, sans-serif; margin:0; }
 #_form_11_ * { outline:0; }
 ._form_hide { display:none; visibility:hidden; }
 ._form_show { display:block; visibility:visible; }
 #_form_11_._form-top { top:0; }
 #_form_11_._form-bottom { bottom:0; }
 #_form_11_._form-left { left:0; }
 #_form_11_._form-right { right:0; }
 #_form_11_ input[type="text"],#_form_11_ input[type="date"],#_form_11_ textarea { padding:6px; height:auto; border:#979797 1px solid; border-radius:0; color:#000 !important; font-size:13px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;height: 60px;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
    border: 1px solid #bbb;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #000 !important;    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
 #_form_11_ textarea { resize:none; }
 #_form_11_ ._submit { -webkit-appearance:none; cursor:pointer; font-family:arial, sans-serif; font-size:14px; text-align:center; border:0 !important; -moz-border-radius:0 !important; -webkit-border-radius:0 !important; border-radius:0 !important; color:#fff !important; padding:10px !important; }
 #_form_11_ ._close-icon { cursor:pointer; background-image:url('https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png'); background-repeat:no-repeat; background-size:14.2px 14.2px; position:absolute; display:block; top:11px; right:9px; overflow:hidden; width:16.2px; height:16.2px; }
 #_form_11_ ._close-icon:before { position:relative; }
 #_form_11_ ._form-body { margin-bottom:30px; }
 #_form_11_ ._form-image-left { width:150px; float:left; }
 #_form_11_ ._form-content-right { margin-left:164px; }
 #_form_11_ ._form-branding { color:#fff; font-size:10px; clear:both; text-align:left; margin-top:30px; font-weight:100; }
 #_form_11_ ._form-branding ._logo { display:block; width:130px; height:14px; margin-top:6px; background-image:url('https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png'); background-size:130px auto; background-repeat:no-repeat; }
 #_form_11_ ._form-label,#_form_11_ ._form_element ._form-label { font-weight:bold; margin-bottom:5px; display:block; }
 #_form_11_._dark ._form-branding { color:#333; }
 #_form_11_._dark ._form-branding ._logo { background-image:url('https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png'); }
 #_form_11_ ._form_element { position:relative; margin-bottom:10px; font-size:0; max-width:100%; }
 #_form_11_ ._form_element * { font-size:14px; }
 #_form_11_ ._form_element._clear { clear:both; width:100%; float:none; }
 #_form_11_ ._form_element._clear:after { clear:left; }
 #_form_11_ ._form_element input[type="text"],#_form_11_ ._form_element input[type="date"],#_form_11_ ._form_element select,#_form_11_ ._form_element textarea:not(.g-recaptcha-response) { display:block; width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
 #_form_11_ ._field-wrapper { position:relative; }
 #_form_11_ ._inline-style { float:left; }
 #_form_11_ ._inline-style input[type="text"] { width:150px; }
 #_form_11_ ._inline-style:not(._clear) + ._inline-style:not(._clear) { margin-left:20px; }
 #_form_11_ ._form_element img._form-image { max-width:100%; }
 #_form_11_ ._clear-element { clear:left; }
 #_form_11_ ._full_width { width:100%; }
 #_form_11_ ._form_full_field { display:block; width:100%; margin-bottom:10px; }
 #_form_11_ input[type="text"]._has_error,#_form_11_ textarea._has_error { border:#f37c7b 1px solid; }
 #_form_11_ input[type="checkbox"]._has_error { outline:#f37c7b 1px solid; }
 #_form_11_ ._error { display:block; position:absolute; font-size:13px; z-index:10000001; }
 #_form_11_ ._error._above { padding-bottom:4px; bottom:39px; right:0; }
 #_form_11_ ._error._below { padding-top:4px; top:100%; right:0; }
 #_form_11_ ._error._above ._error-arrow { bottom:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #f37c7b; }
 #_form_11_ ._error._below ._error-arrow { top:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:5px solid #f37c7b; }
 #_form_11_ ._error-inner { padding:8px 12px; background-color:#f37c7b; font-size:13px; font-family:arial, sans-serif; color:#fff; text-align:center; text-decoration:none; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
 #_form_11_ ._error-inner._form_error { margin-bottom:5px; text-align:left; }
 #_form_11_ ._button-wrapper ._error-inner._form_error { position:static; }
 #_form_11_ ._error-inner._no_arrow { margin-bottom:10px; }
 #_form_11_ ._error-arrow { position:absolute; width:0; height:0; }
 #_form_11_ ._error-html { margin-bottom:10px; }
 .pika-single { z-index:10000001 !important; }
 @media all and (min-width:320px) and (max-width:667px) { ::-webkit-scrollbar { display:none; }
 #_form_11_ { margin:0; width:100%; min-width:100%; max-width:100%; box-sizing:border-box; }
 #_form_11_ * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-size:1em; }
 #_form_11_ ._form-content { margin:0; width:100%; }
 #_form_11_ ._form-inner { display:block; min-width:100%; }
 #_form_11_ ._form-title,#_form_11_ ._inline-style { margin-top:0; margin-right:0; margin-left:0; }
 #_form_11_ ._form-title { font-size:1.2em; }
 #_form_11_ ._form_element { margin:0 0 20px; padding:0; width:100%; }
 #_form_11_ ._form-element,#_form_11_ ._inline-style,#_form_11_ input[type="text"],#_form_11_ label,#_form_11_ p,#_form_11_ textarea:not(.g-recaptcha-response) { float:none; display:block; width:100%; }
 #_form_11_ ._row._checkbox-radio label { display:inline; }
 #_form_11_ ._row,#_form_11_ p,#_form_11_ label { margin-bottom:0.7em; width:100%; }
 #_form_11_ ._row input[type="checkbox"],#_form_11_ ._row input[type="radio"] { margin:0 !important; vertical-align:middle !important; }
 #_form_11_ ._row input[type="checkbox"] + span label { display:inline; }
 #_form_11_ ._row span label { margin:0 !important; width:initial !important; vertical-align:middle !important; }
 #_form_11_ ._form-image { max-width:100%; height:auto !important; }
 #_form_11_ input[type="text"] { padding-left:10px; padding-right:10px; font-size:16px; line-height:1.3em; -webkit-appearance:none; }
 #_form_11_ input[type="radio"],#_form_11_ input[type="checkbox"] { display:inline-block; width:1.3em; height:1.3em; font-size:1em; margin:0 0.3em 0 0; vertical-align:baseline; }
 #_form_11_ button[type="submit"] { padding:20px; font-size:1.5em; }
 #_form_11_ ._inline-style { margin:20px 0 0 !important; }
 }
 #_form_11_ { position:relative; text-align:left; /*margin:25px auto 0;*/ padding:20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; *zoom:1; border:0px solid #b0b0b0 !important; /*width:500px;*/ -moz-border-radius:0px !important; -webkit-border-radius:0px !important; border-radius:0px !important; color:#000 !important; }
 #_form_11_ ._form-title { font-size:22px; line-height:22px; font-weight:600; margin-bottom:0; }
 #_form_11_:before,#_form_11_:after { content:" "; display:table; }
 #_form_11_:after { clear:both; }
 #_form_11_._inline-style { width:auto; display:inline-block; }
 #_form_11_._inline-style input[type="text"],#_form_11_._inline-style input[type="date"] { padding:10px 12px; }
 #_form_11_._inline-style button._inline-style { position:relative; top:27px; }
 #_form_11_._inline-style p { margin:0; }
 #_form_11_._inline-style ._button-wrapper { position:relative; margin:27px 12.5px 0 20px; }
 #_form_11_ ._form-thank-you { position:relative; left:0; right:0; text-align:center; font-size:18px; }
 @media all and (min-width:320px) and (max-width:667px) { #_form_11_._inline-form._inline-style ._inline-style._button-wrapper { margin-top:20px !important; margin-left:0 !important; }
 }
    


#_form_11_ ._submit {
    background-color: #016936;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #016936 !important;
    padding: 12px 28px;
    margin-right: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    width: 100%;
}    
    
    
#_form_11_ ._submit:hover {
    color: #016936 !important;
    border-color: #016936 !important;
    background-color: transparent;
}    
    

#_form_11_ label._form-label {
    display: none !important;
}




 #_form_25_,
#_form_25_{ font-size:14px; line-height:1.6; font-family:arial, helvetica, sans-serif; margin:0; }
 #_form_25_ * { outline:0; }
 ._form_hide { display:none; visibility:hidden; }
 ._form_show { display:block; visibility:visible; }
 #_form_25_._form-top { top:0; }
 #_form_25_._form-bottom { bottom:0; }
 #_form_25_._form-left { left:0; }
 #_form_25_._form-right { right:0; }
 #_form_25_ input[type="text"],#_form_25_ input[type="date"],#_form_25_ textarea { padding:6px; height:auto; border:#979797 1px solid; border-radius:0; color:#000 !important; font-size:13px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;height: 60px;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
    border: 1px solid #bbb;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #000 !important;    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
 #_form_25_ textarea { resize:none; }
 #_form_25_ ._submit { -webkit-appearance:none; cursor:pointer; font-family:arial, sans-serif; font-size:14px; text-align:center; border:0 !important; -moz-border-radius:0 !important; -webkit-border-radius:0 !important; border-radius:0 !important; color:#fff !important; padding:10px !important; }
 #_form_25_ ._close-icon { cursor:pointer; background-image:url('https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png'); background-repeat:no-repeat; background-size:14.2px 14.2px; position:absolute; display:block; top:11px; right:9px; overflow:hidden; width:16.2px; height:16.2px; }
 #_form_25_ ._close-icon:before { position:relative; }
 #_form_25_ ._form-body { margin-bottom:30px; }
 #_form_25_ ._form-image-left { width:150px; float:left; }
 #_form_25_ ._form-content-right { margin-left:164px; }
 #_form_25_ ._form-branding { color:#fff; font-size:10px; clear:both; text-align:left; margin-top:30px; font-weight:100; }
 #_form_25_ ._form-branding ._logo { display:block; width:130px; height:14px; margin-top:6px; background-image:url('https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png'); background-size:130px auto; background-repeat:no-repeat; }
 #_form_25_ ._form-label,#_form_25_ ._form_element ._form-label { font-weight:bold; margin-bottom:5px; display:block; }
 #_form_25_._dark ._form-branding { color:#333; }
 #_form_25_._dark ._form-branding ._logo { background-image:url('https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png'); }
 #_form_25_ ._form_element { position:relative; margin-bottom:10px; font-size:0; max-width:100%; }
 #_form_25_ ._form_element * { font-size:14px; }
 #_form_25_ ._form_element._clear { clear:both; width:100%; float:none; }
 #_form_25_ ._form_element._clear:after { clear:left; }
 #_form_25_ ._form_element input[type="text"],#_form_25_ ._form_element input[type="date"],#_form_25_ ._form_element select,#_form_25_ ._form_element textarea:not(.g-recaptcha-response) { display:block; width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
 #_form_25_ ._field-wrapper { position:relative; }
 #_form_25_ ._inline-style { float:left; }
 #_form_25_ ._inline-style input[type="text"] { width:150px; }
 #_form_25_ ._inline-style:not(._clear) + ._inline-style:not(._clear) { margin-left:20px; }
 #_form_25_ ._form_element img._form-image { max-width:100%; }
 #_form_25_ ._clear-element { clear:left; }
 #_form_25_ ._full_width { width:100%; }
 #_form_25_ ._form_full_field { display:block; width:100%; margin-bottom:10px; }
 #_form_25_ input[type="text"]._has_error,#_form_25_ textarea._has_error { border:#f37c7b 1px solid; }
 #_form_25_ input[type="checkbox"]._has_error { outline:#f37c7b 1px solid; }
 #_form_25_ ._error { display:block; position:absolute; font-size:13px; z-index:10000001; }
 #_form_25_ ._error._above { padding-bottom:4px; bottom:39px; right:0; }
 #_form_25_ ._error._below { padding-top:4px; top:100%; right:0; }
 #_form_25_ ._error._above ._error-arrow { bottom:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #f37c7b; }
 #_form_25_ ._error._below ._error-arrow { top:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:5px solid #f37c7b; }
 #_form_25_ ._error-inner { padding:8px 12px; background-color:#f37c7b; font-size:13px; font-family:arial, sans-serif; color:#fff; text-align:center; text-decoration:none; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
 #_form_25_ ._error-inner._form_error { margin-bottom:5px; text-align:left; }
 #_form_25_ ._button-wrapper ._error-inner._form_error { position:static; }
 #_form_25_ ._error-inner._no_arrow { margin-bottom:10px; }
 #_form_25_ ._error-arrow { position:absolute; width:0; height:0; }
 #_form_25_ ._error-html { margin-bottom:10px; }
 .pika-single { z-index:10000001 !important; }
 @media all and (min-width:320px) and (max-width:667px) { ::-webkit-scrollbar { display:none; }
 #_form_25_ { margin:0; width:100%; min-width:100%; max-width:100%; box-sizing:border-box; }
 #_form_25_ * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-size:1em; }
 #_form_25_ ._form-content { margin:0; width:100%; }
 #_form_25_ ._form-inner { display:block; min-width:100%; }
 #_form_25_ ._form-title,#_form_25_ ._inline-style { margin-top:0; margin-right:0; margin-left:0; }
 #_form_25_ ._form-title { font-size:1.2em; }
 #_form_25_ ._form_element { margin:0 0 20px; padding:0; width:100%; }
 #_form_25_ ._form-element,#_form_25_ ._inline-style,#_form_25_ input[type="text"],#_form_25_ label,#_form_25_ p,#_form_25_ textarea:not(.g-recaptcha-response) { float:none; display:block; width:100%; }
 #_form_25_ ._row._checkbox-radio label { display:inline; }
 #_form_25_ ._row,#_form_25_ p,#_form_25_ label { margin-bottom:0.7em; width:100%; }
 #_form_25_ ._row input[type="checkbox"],#_form_25_ ._row input[type="radio"] { margin:0 !important; vertical-align:middle !important; }
 #_form_25_ ._row input[type="checkbox"] + span label { display:inline; }
 #_form_25_ ._row span label { margin:0 !important; width:initial !important; vertical-align:middle !important; }
 #_form_25_ ._form-image { max-width:100%; height:auto !important; }
 #_form_25_ input[type="text"] { padding-left:10px; padding-right:10px; font-size:16px; line-height:1.3em; -webkit-appearance:none; }
 #_form_25_ input[type="radio"],#_form_25_ input[type="checkbox"] { display:inline-block; width:1.3em; height:1.3em; font-size:1em; margin:0 0.3em 0 0; vertical-align:baseline; }
 #_form_25_ button[type="submit"] { padding:20px; font-size:1.5em; }
 #_form_25_ ._inline-style { margin:20px 0 0 !important; }
 }
 #_form_25_ { position:relative; text-align:left; /*margin:25px auto 0;*/ padding:20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; *zoom:1; border:0px solid #b0b0b0 !important; /*width:500px;*/ -moz-border-radius:0px !important; -webkit-border-radius:0px !important; border-radius:0px !important; color:#000 !important; }
 #_form_25_ ._form-title { font-size:22px; line-height:22px; font-weight:600; margin-bottom:0; }
 #_form_25_:before,#_form_25_:after { content:" "; display:table; }
 #_form_25_:after { clear:both; }
 #_form_25_._inline-style { width:auto; display:inline-block; }
 #_form_25_._inline-style input[type="text"],#_form_25_._inline-style input[type="date"] { padding:10px 12px; }
 #_form_25_._inline-style button._inline-style { position:relative; top:27px; }
 #_form_25_._inline-style p { margin:0; }
 #_form_25_._inline-style ._button-wrapper { position:relative; margin:27px 12.5px 0 20px; }
 #_form_25_ ._form-thank-you { position:relative; left:0; right:0; text-align:center; font-size:18px; }
 @media all and (min-width:320px) and (max-width:667px) { #_form_25_._inline-form._inline-style ._inline-style._button-wrapper { margin-top:20px !important; margin-left:0 !important; }
 }
    


#_form_25_ ._submit {
    background-color: #016936;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #016936 !important;
    padding: 12px 28px;
    margin-right: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    width: 100%;
}    
    
    
#_form_25_ ._submit:hover {
    color: #016936 !important;
    border-color: #016936 !important;
    background-color: transparent;
}    
    

#_form_25_ label._form-label {
    display: none !important;
}



@font-face {
    font-family: 'Peugeot Expanded';
    src: url('PeugeotExpanded-Medium.woff2') format('woff2'),
        url('PeugeotExpanded-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Peugeot Expanded';
    src: url('PeugeotExpanded-ExtraLight.woff2') format('woff2'),
        url('PeugeotExpanded-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Peugeot';
    src: url('Peugeot-Light.woff2') format('woff2'),
        url('Peugeot-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Peugeot Expanded';
    src: url('PeugeotExpanded.woff2') format('woff2'),
        url('PeugeotExpanded.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Peugeot';
    src: url('Peugeot-LightItalic.woff2') format('woff2'),
        url('Peugeot-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Peugeot';
    src: url('Peugeot-BoldItalic.woff2') format('woff2'),
        url('Peugeot-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Peugeot';
    src: url('Peugeot-Bold.woff2') format('woff2'),
        url('Peugeot-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Peugeot Expanded';
    src: url('PeugeotExpanded-Light.woff2') format('woff2'),
        url('PeugeotExpanded-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Peugeot';
    src: url('Peugeot.woff2') format('woff2'),
        url('Peugeot.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Peugeot';
    src: url('Peugeot-Italic.woff2') format('woff2'),
        url('Peugeot-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Peugeot Expanded';
    src: url('PeugeotExpanded-Bold.woff2') format('woff2'),
        url('PeugeotExpanded-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


.footer-buttons {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	padding: 8px 0;
}

.categoria-automobile.tipologia-nuovo .footer-buttons a.btn-message, .ginospa .footer-buttons a.btn-message {
	color: #fff;
	background: #333;
}

.footer-buttons .btn-message i {
	font-size: 1.1em;
	margin-right: 7px;
}

.categoria-automobile.tipologia-nuovo .footer-buttons a.btn-message, .ginospa .footer-buttons a.btn-message {
	color: #fff;
	background: #333;
}

.footer-buttons .btn-message {
	height: 60px;
	width: 100%;
	z-index: 9990;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	font-family: cooper_hewittsemibold,Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.15em;
	line-height: 60px;
	padding-left: 15px;
	padding-right: 15px;
}

.footer-buttons .btn-call {
	border-radius: 200px;
	display: block;
	margin: .4em auto;
	box-shadow: 0 3px 3px -1px rgba(0,0,0,.3);
	text-align: center;
	text-decoration: none;
	position: fixed;
	z-index: 9999;
	right: 15px;
	bottom: 18px;
	width: 65px;
	height: 65px;
	background: #0db00d;
	color: #fff;
}

.footer-buttons .btn-call i {
	font-size: 40px;
	line-height: 65px;
}
	
	
.titoloinfo {
        text-align: center;
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;	
}

.bottoneinfo {
	width: 100%;
	padding: 10px 0 !important;
	
}

.bottoneinfo i {
    font-size: 14px;
}

.bottoneinfo span {
	font-size: 12px;
}


















