p.percorso {
	margin:0 0 0 0;
    width: 100%;
	padding:0.625rem 0;
    font-size: 0.75rem;
    color: #6C7B92;
}
p.percorso a {
    color: #6C7B92;
    text-decoration: none;
	padding:0 0.3125rem;
}
p.percorso a:hover {
    color: #CD4D52;
}
h3 {
    font-size: 1.1rem;
    color: #376391;
    font-weight: 400;
    background: #DDD;
    text-transform: uppercase;
}
h3 span {
    color: #FFF;
    padding: 0.3125rem;
    background: #376391;
    display: inline-block;
}
.h1 {
    font-family: "Titillium Web", sans-serif;
    font-size: 40px;
    font-weight: 700;
    left: 1.25rem;
    letter-spacing: -2px;
    line-height: 42px;
    color: #FFFFFF;
    width: 260px;
}
.h2{
    margin-top: 50px;
    color: white;
    font-family: "Titillium Web",sans-serif;
    font-size: 20px;
    font-weight: 700;
    left: 1.25rem;
    line-height: 22px;
    position: absolute;
    width: 340px;
}
.titolo {
    font-size: 18px;
    font-weight: bold;
}
.obbligatori {
    text-align: center;
    font-weight: bold;
}
.django-ckeditor-widget, #cke_id_messaggio {
    width: 100% !important;
}
.lista {
    border: 1px solid #ddd;
    padding: 5px;
    margin: 3px;
    float: left;
}
.float-left {
    display: block;
    position: relative;
    float: left;
}
.float-right {
    display: block;
    position: relative;
    float: right;
}
.verde {
    color: green;
}
.rosso {
    color: red;
}
/*.attacco:hover {*/
/*    transform: scale(1.5);*/
/*}*/
.elementi-scheda li {
    padding: 5px;
}
.miniature {
    margin-left: 20px;
}
.testata {
    background: url('https://storage.googleapis.com/rolleri_biz/static/img/header.jpg') no-repeat scroll left center;
    height: 224px;
}
a#bendapp {
    position: absolute;
    top: 35px;
    right: 10px;
    background: url('https://storage.googleapis.com/rolleri_biz/static/img/bgApp.gif') repeat-x center center;
    width: 250px;
    height: 20px;
    color: #FFF;
    text-decoration: none;
    padding: 20px;
    border-radius: 15px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    font-family: "Roboto Condensed",sans-serif;
}
div#flags {
    position: relative;
    margin-bottom: 10px;
}
#richiesta {
    padding: 0 2rem 2rem 0;
}
@media only screen and (max-width : 600px) {
    
}
@media only screen and (min-width : 601px) and (max-width : 900px)  {
    
}
@media only screen and (min-width : 901px) and (max-width : 1200px) {
    
}
@media only screen and (min-width : 1201px) {
    
}