body {
    font-size: 14px;
    font-family: 'verdana', serif;
    color: navy;
    /*background-color:#20214f;*/
    background: #ffffff;
}
.div33{
	width:33%;
	text-align:center;
	float:left;
}
.sep{
	clear:both;
}
.line3 {
    border-top: 1px solid #ff9900;
    margin: 5px 0;
    width: 100%;
}

.tondo {
    border-radius: 50%;
}

.tondino {
    border-radius: 8px;
}

.gras {
    font-weight: bold;
}

.big {
    font-size: 17px;
}

.bigbig {
    font-size: 22px;
    line-height: 1.6;
}
h2{
	line-height: 1.6;
}

ol {
    font-size: 22px;
    line-height: 1.6;
}

.ombra {
    box-shadow: 2px 2px 2px #ffffff;
}

.centro {
    text-align: center;
}

/* ----------------------------------------*/

a {
    color: #ff0000;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 98%;
}

.no95 {
    max-width: 100%;
}

#footer #scroll-top {
    position: fixed;
    z-index: 9999;
    bottom: 0px;
    right: 0px;
    margin: 0.9em;
    display: inline-block;
    padding: 0.15em 0.5em;
    border-radius: 3px;
    color: #FAFAFA;
    text-decoration: none;
    border: 1px solid transparent;
    background: #05300A none repeat scroll 0% 0%;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/*-----------------------------------------*/
#quadretto {
    position: fixed;
    left: 3px;
    top: 0px;
    background-color: white;
    border: 1px solid gray;
    z-index: 50;
}

#quadretto:hover {
    background-color: #e0e0e0;
    z-index: 50;
}

.copy {
    color: #999999;
    font-size: 13px;
}

.tag {
    color: #fff;
    background-color: #ffcc00;
    color: black;
    border-radius: 3px;
    line-height: 20px;
    padding: 1px 3px 1px;
    margin-left: 7.5px;
    margin-bottom: 7.5px;
}

.divider {
    height: 1px;
    overflow: hidden;
    background-color: navy;
}

/* ----------------------------------------------------------------*/
/* ----------------------------------------------------------------*/
.scrollbox {
    position: fixed;
    left: -350px;
    top: 0;
    width: 300px;
    height: 100%;
    overflow: auto;
    visibility: hidden;
    z-index: 999;
}

.scrollbox-content {
    background-color: lightyellow;
    font-family: verdana;
    font-size: 12px;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

.scrollbox-content,
.scrollbox:hover {
    visibility: visible;
}

.dentrovoce {
    margin-left: 10px;
    line-height: 48px;
    font-weight: bold;
}

.voce {
    padding-bottom: 5px;
    border-bottom: 1px solid #e0e0e0;
    color: black;
    cursor: pointer;
}

.voce:hover {
    background-color: #e0e0e0;
    color: #558b2f;
}

#contenitore {
    position: relative;
    width: 1330px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 20px;
}

.bordo {
    border: 1px solid black;
}

.rosso {
    color: red;
}

#bstart {
    width: 200px;
    font-size: 16px;
    font-weight: bold;
}

/* ----------------------------------------------------------------*/
.main-preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999999;
    background-color: #000;
    text-align: center;
}

.main-preloader .main-preloader-inner {
    position: absolute;
    top: 50%;
    width: 100%;
}

.main-preloader .preloader-percentage {
    color: #ffffff;
    margin: 0;
}

.main-preloader .preloader-percentage span {
    display: inline-block;
    float: center;
    font-size: 50px;
}

/* ----------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
    .scrollbox {
        position: fixed;
        left: -350px;
        top: 0;
        width: 300px;
        height: 100%;
        visibility: visible;
        overflow: scroll;
        z-index: 999;
    }
}

@media only screen and (max-width: 736px) {
    .imgfloat {
        width: 100%;
        float: left;
        margin: 0px;
    }
}

@media only screen and (min-width: 120px) and (max-width: 1366px) {
    #contenitore {
        width: 100%;
    }
}