/* 
 * (c)2013 Omnia Srl    
*/
   
.allinea-centro {
    text-align: center;
}
.allinea-destra {
    text-align: right !important;
}
.allinea-sinistra {
    text-align: left;
}

.conBordo {
    border: 1px solid #333 !important;
    padding: 5px 5px 5px 5px;
} 

.grassetto {
    font-weight: bold !important;
}

.conAltezzaMinima {
    min-height: 450px;
}

.ob {
    color: black;
    font-size: larger;
    text-shadow: 1px 1px 1px white, 0px 0px 3px white, 0px 0px 2px white;
    padding: 8px;
    padding-top: 12px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, .3);
}

body {
    padding-top: 20px;
    background-image: url('/img/sfondo.png');
    background-repeat: repeat;
    background-position: fixed;
} 

h1, h2, h3, h4, p {
    text-shadow: 0px 0px 2px white;
}

.titolo {
    position:   relative;
    bottom:     -75px;
    color:      #df8505;
}

.titolo-telefono {
    color:      #df8505;
}

/*
 * Ridotto il margine inferiore nei
 * gruppi di input (form-horizontal)
 */
.form-horizontal .control-group {
  margin-bottom: 10px;
}

/*
 * LOGIN 
 */
.form-signin {
  max-width: 300px;
  padding: 19px 29px 29px;
  margin: 0 auto 20px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
          box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
  font-size: 16px;
  height: auto;
  margin-bottom: 15px;
  padding: 7px 9px;
}


.elemento-home {
    padding: 8px;
    background-color: white;
    border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 1px 1px 3px gray;
    margin-bottom: 15px;
    position: relative;
    height: 265px;
}

.elemento-home h3 {
    
    position: absolute;
    bottom: 0px;
    left: 5%;
    width: 90%;
    color: white;
    background-color: rgba(0, 0, 0, .7);
    font-size: 20.5px;
    line-height: 28px;
    text-shadow: 0px 0px 3px black;
    border-radius: 3px;
}

.elemento-home:hover {
    background-color: white;
    box-shadow: 3px 2px 5px black;
}

.largo {
    font-size: larger;
    padding: 8px;
}

.footer {
    padding: 30px 15px 40px 15px;
    background-color: #3a3a3a;
    color: #ececec;
    margin: 0px -17px 0px -17px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    box-shadow: 0px 0px 2px gray;
}

.footer, .footer p, .footer h4 {
    text-shadow: 0px 1px 1px black;

}

.footer a, .footer a:link, .footer a:active {
    color: #ff9100; font-weight: bold;
}

.footer a:hover {
    color: #C00; text-decoration: underline;
}

.input-piccolo {
    font-size: smaller;
    color: #333;
    margin-bottom: 4px !important;
}

#categorie li {
    background-color: rgba(255, 255, 255, .7);
}

#categorie .active {
    font-weight: bold;
    border-left: 5px solid brown;

}

#categorie .active a {
        color: brown;
}