
table th:hover, table td:hover, table tr:hover, table tr td:hover {
	color: #F93 !important;
	
}

input.largerCheckbox
{
 
/* Double-sized Checkboxes */
  -ms-transform: scale(1.5)!important; /* IE */
  -moz-transform: scale(1.5)!important; /* FF */
  -webkit-transform: scale(1.5) !important;  /* Safari and Chrome */
  -o-transform: scale(1.5)!important; /* Opera */
  transform: scale(1.5)!important;
  padding: 7px
}
.alert-danger {
    background-color: #ffe0e6;
    border-color: #ffd0e1;
    color: #ff2d55;
}

ul.list_check li, li.list_check {
    background: url(../images/icons/list_check_1.png) no-repeat 20px 5px !important;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.login-img3-body .login-form {
     
}

.login-form {
    max-width: 350px;
    margin: 200px auto 0;
	
    
}
.form-control  {
	color: #006 !important;
	font-size:16px !important;
	
}
 
 
.divider_nocciole {
	 width:70%;
	 height: 1px;
	 background: #ff6000;
	 margin:auto;
	 margin-bottom:30px;
	 
	 
 }
 
#Subheader {
	
	padding:130px 0 160px ;
	
}
 
 
@media only screen and (max-width: 767px) {
	.home_h3 {
		padding-top:20px;
	}
	#Subheader {
		padding:80px 0 50px !important;
		
	}
	/*.equal-height-wrap .mcb-wrap.valign-middle .mcb-wrap-inner {
    top: 10% !important;
	}*/
	.wrap mcb-wrap one-second valign-middle clearfix {
		height:auto !important;
	}
	.google-map {
		height:400px !important;}

}