body {
     font-size: 14px;
     font-family: 'verdana', serif;
     color: #00008b;
     background-color:#ffffff;
}
#lunghezza{
	width:97%;
}
.ret{
	width:150px;
	height:20px;
	background-color:blue;
	color:white;
	font-size:9px;
	font-weight:bold;
	text-align:right;
}
.ret2{
	width:150px;
	height:20px;
	background-color:#00ced1;
	color:black;
	font-size:9px;
	font-weight:bold;
	text-align:right;
}
.tacca{
	float:left;
	font-size:9px;
	border-right:1px solid blue;
}
.tacca2{
	float:left;
	font-size:11px;
}
.butl{
	width:300px;
	height:30px;
}
 .line3 {
     border-top: 1px solid #ff9900;
     margin: 5px 0;
     width: 100%;
}
.tondo {
   border-radius:50%;
}
.pic{
font-size:12px;
color:gray;
}
.ombra{
	box-shadow: 2px 2px 2px #888888;
}
/* ----------------------------------------*/
/* ----------------------------------------*/
/* ----------------------------------------*/
 a {
     color: #000000;
     text-decoration: none;
     font-family: "Open Sans", sans-serif;
}
 a:hover{
     color: #ff0000;
}
 img {
     max-width: 98%;
}
.no95{
	max-width: 100%;
}
 h1, h2 {
    /* font-family: "Open Sans", sans-serif;
     font-weight: bold;
     */
     font-style:italic;
}
 #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;
}
/*-----------------------------------------*/ 
 .sep{
     clear:both;
} 
 .gras {
     font-weight:bold;
}
/* // Sudo Slider */
 #slider,#slider2{
    width: 100%
}
/* Numeric Navigation */
 ol.numericControls {
    margin:1em 0;
    padding:0;
    height:28px;
}
 ol.numericControls li{
    margin:0 10px 0 0;
     padding:0;
    float:left;
    list-style:none;
    height:28px;
    line-height:28px;
    margin: 5px;
}
 ol.numericControls li a{
    float:left;
    height:28px;
    line-height:28px;
    background:#000;
    color:#fff;
    padding:0 10px;
    text-decoration:none;
    border-radius:4px
}
 ol.numericControls li.current a{
    background:#00008b;
    color:#fff;
    font-weight:bold;
}
 ol.numericControls li a:focus, .prevBtn a:focus, .nextBtn a:focus{
    outline:none;
}
 .prevBtn{
     width:50%;
     height:40px;
     text-align:center;
     float:left;
     border-radius:4px;
}
 .nextBtn{
     width:50%;
     height:40px;
     text-align:center;
     border-radius:4px;
     float:left;
}
 .prevBtn:hover{
     background-color:#e0e0e0;
    ;
}
 .nextBtn:hover{
     background-color:#e0e0e0;
    ;
}
/*
 #slider{
     cursor:grab;
}
*/
 .centro{
     text-align:center;
}
 .divider {
     height: 1px;
     overflow: hidden;
     background-color: blue;
}
/* ----------------------------------------------------------------*/
/* ----------------------------------------------------------------*/
 #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;
}
.but{
	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) {}
 @media only screen and (max-width: 736px) {}
 @media only screen and (min-width: 120px) and (max-width: 1366px) {
     #contenitore{
         width:100%;
    }
}
