

.uk-form select,
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="datetime"],
.uk-form input[type="datetime-local"],
.uk-form input[type="date"],
.uk-form input[type="month"],
.uk-form input[type="time"],
.uk-form input[type="week"],
.uk-form input[type="number"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="color"] {
  height: 30px;
  max-width: 100%;
  padding: 4px 6px;
  border: 1px solid #000000;
  background: #000000;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -webkit-transition-property: border, background, color, box-shadow, padding;
  transition: all 0.2s linear;
  transition-property: border, background, color, box-shadow, padding;
  border-radius:0;

}

.ombra-form :-ms-input-placeholder {
    color: #ffffff !important;
	text-align:center;
}

.uk-button {
    border-radius:0;
}


.uk-form-row + .uk-form-row {
    margin-top: 30px;
}

.ombra-form {
-webkit-box-shadow: 14px 14px 0px 0px rgba(0,0,0,0.10);
-moz-box-shadow: 14px 14px 0px 0px rgba(0,0,0,0.10);
box-shadow: 14px 14px 0px 0px rgba(0,0,0,0.10);
z-index:2;
background-color:#ffffff;
}
.uk-form select:focus,
.uk-form textarea:focus,
.uk-form input:not([type]):focus,
.uk-form input[type="text"]:focus,
.uk-form input[type="password"]:focus,
.uk-form input[type="datetime"]:focus,
.uk-form input[type="datetime-local"]:focus,
.uk-form input[type="date"]:focus,
.uk-form input[type="month"]:focus,
.uk-form input[type="time"]:focus,
.uk-form input[type="week"]:focus,
.uk-form input[type="number"]:focus,
.uk-form input[type="email"]:focus,
.uk-form input[type="url"]:focus,
.uk-form input[type="search"]:focus,
.uk-form input[type="tel"]:focus,
.uk-form input[type="color"]:focus {
  border-color: #DC0733;
  outline: 0;
  background: #000000;
  color: #ffffff;
}




	.sfondo { 

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url(../images/bk1.jpg);
  background-repeat:no-repeat;
  background-position:center center;
  background-attachment:fixed;
  height:100vh;
  overflow:hidden;
  margin:0;
  padding:0;

  
}



@-webkit-keyframes autofill {
    to {
        color: #ffffff;
        background: #000000;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}


.uk-button-nero {
  background-color: #100E0F;
  color: #ffffff;
  border: none;
  font-weight:bold;
}
.uk-button-nero:hover,
.uk-button-nero:focus {
  background-color: #C8062D;
  color: #ffffff;
}
.uk-button-nero:active,
.uk-button-nero.uk-active {
  background-color: #100E0F;
  color: #C92A2F;
  cursor:text;
}
.uk-button-large {

    font-size: 20px;
}

.ombra {
    box-shadow: 3px 2px 14px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 3px 2px 14px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 3px 2px 14px rgba(0, 0, 0, 0.50);

}

.uk-tab > li.uk-active > a {
    border-color: #dddddd;
    border-bottom-color: transparent;
    background: #000000;
    color: #C92A2F;
}

#selectable li {
    color: #DA0022;
}

.uk-panel-box-secondary {
  background-color: #ffffff;
  border: 1px solid #cccccc;

}

.uk-subnav-pill > .verde > * {
    background: #659f13;
    color: #ffffff;
}

.uk-navbar {
    background: #000000;
    color: #ffffff;
	
}
.uk-navbar-toggle {
    color: #ffffff;

}

.uk-navbar-toggle:hover, .uk-navbar-toggle:focus {
    color: #DA0022;
    text-decoration: none;
    outline: none;
}
html .uk-nav-offcanvas.uk-nav > li.uk-active > a {
    background: #DA0022;
    color: #ffffff;
}

.uk-offcanvas-bar {
    background: #000000;

}
.footer {
    color: #444444;
	padding: 10px 0;
	border-top: 2px #000000 solid;
	margin-top:300px;
	

}



