body {
    font-size: 14px;
    font-family: 'verdana', serif;
    color: #ffffff;
    /*background-color:#996600;*/
    background: rgb(150, 102, 0);
}

.line3 {
    border-top: 1px solid yellow;
    margin: 5px 0;
    width: 20%;
}
.manina{
	cursor:pointer;
	color:yellow;
}

.quadromerci{
	display:none;
}

.tondo {
    border-radius: 50%;
}

.tondino {
    border-radius: 8px;
}

.gras {
    font-weight: bold;
}

.big {
    font-size: 17px;
}

.bigbig {
    font-size: 22px;
    line-height: 1.6;
}

ol {
    font-size: 22px;
    line-height: 1.6;
}

.ombra {
    box-shadow: 2px 2px 2px #ffffff;
}

.centro {
    text-align: center;
}

.contmappa {
    position: relative;
    width: 350px;
    background-color: rgb(0, 102, 51);
    margin: 0 auto;
}

/*---------------------------------------------------------*/
.grigio{
	color:gray;
}
.novis{
	display:none;
}
#mioCanvas{
	 background-color:white;
	 color:brown;
	 border-radius: 8px;
}
#contviaggio {
    position: relative;
    width: 340px;
    font-size: 15px;
    line-height: 20px;
	display:none;
    margin: 0 auto;
}
.quadro {
   display:none;
}
#quadro0{
	display:inline;
	opacity:1;
}
.rispostedate{
color:rgb(150, 102, 0);	
}
.risposte {
    width: 280px;
    height: 39px;
    border: 2px solid green;
    background-image: url("viadellaseta/domanda.jpg");
    padding-left: 60px;
    padding-top: 10px;
    font-size: 14px;
    border-radius: 3px;
    color: black;
    cursor: pointer;
}
/*---------------------------------------------------------*/

/* ----------------------------------------*/

a {
    color: #ffff00;
    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: yellow;
}

/* ----------------------------------------------------------------*/
/* ----------------------------------------------------------------*/
.scrollbox {
    position: fixed;
    left: -350px;
    top: 0;
    width: 300px;
    height: 100%;
    overflow: auto;
    visibility: hidden;
    z-index: 999;
}

.scrollbox-content {
    background-color: white;
    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%;
    }
}