::-moz-selection { background: #006BAC; }
::selection { background: #006BAC; }

.navbar-inverse {
    background-color: #FFF;	
	-webkit-box-shadow: 0px 5px 26px -6px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 5px 26px -6px rgba(0,0,0,0.35);
	box-shadow: 0px 5px 26px -6px rgba(0,0,0,0.35);	
}

.navbar-nav > li.active {
    border-bottom:2px solid #006BAC
}
.navbar-nav > li:hover {
    border-bottom:2px solid #006BAC
}

.navbar-inverse .navbar-nav > li > a {
    color: #666666 !important; 
}

.navbar-inverse .navbar-nav > li > a:hover { 
	color: #336699 !important; 
	display: block; 
	-webkit-transition: all 100ms ease-in-out; 
	-moz-transition: all 100ms ease-in-out; 
	-o-transition: all 100ms ease-in-out; 
	-ms-transition: all 100ms ease-in-out; 
	transition: all 100ms ease-in-out; 
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #336699 !important; 
}

.navbar-inverse .navbar-toggle {
    background: #58595B;
    border: none;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #5CC0FD;
}

.navbar-brand img {
	max-height:90px
}

#sec1 {
    padding-top: 90px;
	padding-bottom: 0px;
}

#sec2 {
    padding-top: 160px;
}
#sec3 {
    padding-top: 50px;
}

.banner-content {
    clear: both;
    padding-top: 70px;
}

.banner-content h1 {
   font-weight: bold;
}

.form-title {
    background-color: #223D74;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

.btn-submit {
    display: block;
    margin: 0 auto;
    background-color: #EF4135;
    border-color: rgba(0,0,0,0.01);
    padding: 11px;
    float: left;
}

.btn-submit:hover {
    background: #FFC945;
    color: #FFF;
}

.alert-info {
    color: #333333;
    background-color: #fff;
	border-color: #ccc;
	-webkit-box-shadow: 0px 0px 26px -6px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 0px 26px -6px rgba(0,0,0,0.65);
	box-shadow: 0px 0px 26px -6px rgba(0,0,0,0.65);
}

h2, h3, h4, h5, h6 {
    line-height: 36px;
    
    
}

.orangeicon {
	color: #FFC945;
}

.popular .panel-heading {
    background: #208AEC;
        padding: 22px 0;
}

.popular .panel-heading h4 {
    background: #208AEC;
    color: #ffffff;
   /* line-height: 10px;*/
}
.popular .panel-body {
    background: #223D74;
}


.popular .panel-footer {
    background: #208AEC;
}

.blue {
    color: #223D74;
}

.banner-list li i {
    margin-right: 10px;
    color: #223D74;
}

.highlighted {
    background: #223D74;
	color:#FFF;
    padding: 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* icone vantaggi*/
.line-font {
    font-size: 38px;
}



/*update x problemi con il responsive*/
@media only screen and (max-width: 368px) 
{
	/*problema della navigazione che spostava giù il logo e nascondeva l'inizio del testo*/
	.navbar-toggle{
		position:absolute;
		right:0px;
	}
	#sec2{
		padding-top:40px;		
	}
	#sec3{
		padding-top:0px;
	}
	.headline{
		margin-bottom:0px;
		
	}
}
.panel-heading h4, .panel-footer h4 {
	padding:2px;
	line-height:20px;
	
}
/*x fare andare a capo i pulsanti lunghi*/
.btn-submit{
	white-space: normal;
}

.form-control {

    margin-bottom: 8px;
    width: 60%;
}

.drplng a:focus{
    background-color: #ffffff!important;
}
.drplng a{
    padding: 10px;
}

.table.table-bordered th{
    vertical-align: middle;
    font-size: 12px;
}
#crowdfunding {
    padding-top: 160px;

}
#contatti {
background-color: #8080801c;
}

@media (min-width: 768px){
    .form-inline .form-control.mb-2, label.mb-2{
        width: 19.8%;
    }
    .form-inline .sec2.form-control.mb-2 {
        width: 40%;
    }
}

label.mb-2{
    font-size: 12px;  
}

.alertconf{
    margin: 20px;
    margin-top: 150px;
    position: absolute;
    z-index: 1;
    margin-left: 60px;
}

.donbtn{
margin-top: 30px;
}

.import{
    min-width:160px;
}