* { margin:0; padding:0;}
html, body { height:100%;}
html { min-width:1170px;}
body { 
	background:url(images/header-bg1.jpg) center 15px no-repeat #333;
	font-family:Tahoma, Geneva, sans-serif; 
	font-size:100%;width:100%; 
	min-width: 1170px;
}

img {border:0; vertical-align:top; text-align:left;}
object { vertical-align:top;}

#header, #content, #footer { font-size:0.75em; position:relative;}
.wrapper { width:1015px; overflow:hidden; position:absolute; left:50%; margin-left:-507px;}
.container { width:1240px; margin:auto; position: relative;}
.container.corpo{border-bottom:2px outset antiquewhite; }

.alignright { text-align:right;}
.aligncenter { text-align:center;}

p { margin-bottom:10px;}

ul { list-style:none;}
ul li { padding:7px;}
#tipiPizze li{padding:7px;
display:block !important;
border-radius:10px !important;
}
#tipiPizze{
display: none;
z-index:1;
width:250px;
padding: 0;
margin: 5px 0 0 170px;
color:white; 
text-decoration:none; 
text-transform:uppercase; 
position: absolute;
}
#tipiPizze:hover { color:lime; position: absolute;}
/*==================other====================*/
.img-indent { margin:0 20px 0 0; float:left;}
.img-box { width:100%; overflow:hidden; padding-bottom:20px;}
.img-box img { float:left; margin:0 20px 0 0;}

.p1 { margin-bottom:8px;}
.p2 { margin-bottom:16px;}
.p3 { margin-bottom:24px;}

/*==================txt, links, lines, titles====================*/
a {color:white; outline:none;}
a:hover{text-decoration:none;}

h1 {padding:8px 0 10px 622px; font-family:Verdana, Geneva, sans-serif; font-size:35px; line-height:1em;}
h1 a { display:block; text-decoration:none; color:gainsboro; padding-bottom:6px;font-family:KingthingsItaliqueRegular}
h1 a#sanRocco{padding-left:30%;color:gold; font-family:FontleroyBrownRegular; font-size:60px}
h1 span { display:block; font-size:14px; line-height:1.1em; text-transform:uppercase; letter-spacing:-1px;color:#FF1010;}
h2 { font-family:cursive; font-size:3em; line-height:1em; color:coral; font-weight:normal; letter-spacing:-3px; margin-bottom:12px;}
h3 { font-family:cursive, Geneva, sans-serif; font-size:2.08em; line-height:1em; font-weight:normal; letter-spacing:-1px; color:coral; margin-bottom:22px;}
h4 {font-family:Verdana, Geneva, sans-serif; font-size:1.5em; line-height:1em; font-weight:normal;}
h5 { font-size:1em; color:#9f5827; margin-bottom:4px;}
h5 a { text-decoration:none;}
h5 a:hover { text-decoration:underline;}
h6 { font-size:.91em;}

/*==================boxes====================*/
.box {width:100%;}
.box.alt { margin-bottom:15px; min-height:275px;}
.box .inner { padding:10px 40px 15px 40px; background:url(images/box-bg.png) left top;}

/*header*/
#header {height:250px; }
#header .logo { float:left; padding:90px 0 0 26px;}

#header .top-links { float:right; padding:97px 47px 0 0;}
#header .top-links li { float:left;}
#header .top-links li a { background:url(images/divider.gif) no-repeat left 8px; padding:0 15px 10px 12px;}
#header .top-links li a.first { background:none;}

#header .nav { text-align:center; font-family:Verdana, Geneva, sans-serif; font-size:1.5em; position:absolute; top:250px; width:850px; left:50%; margin-left:-425px; height:100px;}
#header .nav li { display:inline; border-radius:25px; background:url(images/img8.png);}
#header .nav li a { color:white; text-decoration:none; text-transform:uppercase; padding:0 47px 0 47px;}
#header .nav li a:hover { color:lime;}
#header .nav li a.current { color:aquamarine;}
#header .nav li a.first { border:none;}

#tipiPizze li a {padding:0 30px 0 30px !important;}

/*content*/
#content {border-radius:25px; margin-top:50px;}
#content .inside {background:url(images/zz1.jpg) no-repeat; background-size:39%; background-position:84px 50px; padding:50px 35px 125px 580px; }
.boxInside{color:antiquewhite; margin-left:50px}
#content .dl .dt { font-weight:bold; margin-bottom:4px;}
#content .dl .dd { padding-bottom:14px;}


/*footer*/
#footer { color:#ffe7be; height:100px; font-size:100% }
#footer .indent { padding:37px 40px 20px 73px;}
#footer a { color:#ffd26e;}
#footer img { position:relative; top:-4px;}

#privacy
{
    position: fixed;
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 5px;
    width: 100%;
    height:125px;
    color: white;
    text-align: center;
    top:0px;
    padding: 5px;
    z-index: 2;
}

#privacyEstesa
{
    position: fixed;
    background-color: black;
    border-radius: 5px;
    margin:auto;
    padding-right:5px;
    padding-top:5px;
    width: 85%;
    left:7.5%;
    margin-left:-5px;/*compensa il padding*/
    height:90%;
    top: 5%;
    margin-top:-5px;/*compensa il padding*/ 
    color: white;
    text-align: justify;
    opacity:0.95;
    border: 1px solid gold;
    z-index: 3;
    display:none;
}

#privacy input[type=button], #privacyEstesa input[type=button]
{
    font-weight: bold;
    font-size: 1em;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 15px;
    background-color: coral;
    border-radius: 10px
    
}

#privacy input[type=button]:disabled, #privacyEstesa input[type=button]:disabled
{
    background-color: gainsboro;
}

#privacy input[type=button]:hover:enabled, #privacyEstesa input[type=button]:hover:enabled
{
    color: #EBEBEB;
    box-shadow: 0px 0px 7px 0px coral;
}
#privacy input[type=button]:active, #privacyEstesa input[type=button]:active
{
    border-style: inset;
}

#privacyEstesa h5, #privacyEstesaButtons
{
    text-align: center;
}

#privacyEstesaText
{
    overflow: auto;
    max-height: 88%; /*come height di privacyEstesa o un po meno*/
    padding: 20px;
}

.restguru
{
    padding-top: 20px;
    padding-left: 50px;
}

/*==========================================*/
/*font*/
@font-face {
    font-family: 'KingthingsItaliqueRegular';
    src: url('font/Kingthings_Italique-webfont.eot');
    src: url('font/Kingthings_Italique-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Kingthings_Italique-webfont.woff') format('woff'),
         url('font/Kingthings_Italique-webfont.ttf') format('truetype'),
         url('font/Kingthings_Italique-webfont.svg#KingthingsItaliqueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	}
@font-face {
    font-family: 'FontleroyBrownRegular';
    src: url('font/sanrocco/FontleroyBrown-webfont.eot');
    src: url('font/sanrocco/FontleroyBrown-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/sanrocco/FontleroyBrown-webfont.woff') format('woff'),
         url('font/sanrocco/FontleroyBrown-webfont.ttf') format('truetype'),
         url('font/sanrocco/FontleroyBrown-webfont.svg#FontleroyBrownRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}