html,body{margin:0;padding:0}
body{font: 76% comic sans MS;text-align:left;overflow-x: hidden;background-color:#535450; }
p{margin:0 10px 10px; font: 100% comic sans MS;}
div#supercontainer{text-align:left;margin:0 auto;align:center}
div#container{overflow-x: hidden;text-align:left;margin:0 auto;background-size: 100% 100%;transition: background 1s ease-in-out;background: #EEF2E4;}
div#header { position:fixed;top:23px;width:100%;margin:0;padding-left:0px;background: #EEF2E4;color: #79B30B;z-index:10000}
.headlinea{float:left;margin-left:5px;text-align:middle}
div#content p{line-height:1.4}

div#navigation1{float:right;width:100%;margin:0;padding:0;height:25px;line-height:25px;background: rgba(0, 0, 0, 0.65);}
div#navigation2{box-shadow: 0px 8px 14px -7px #276873;position:fixed;top:59px;visibility:visible;float:right;width:100%;margin:0;padding:0;padding-bottom:5px;background: #EEF2E4;z-index:10000}
div#navigation3{box-shadow: 0px 8px 14px -7px #276873;position:fixed;top:59px;height:32px;line-height:32px;visibility:hidden;float:right;width:100%;margin:0;padding:0;padding-bottom:5px;background: #EEF2E4;z-index:10000}

div#testata{position: fixed;top:0;float:right;width:100%;margin:0;padding:0;background:#EEF2E4;z-index:10000;	}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    
}

div#footer{color: #000}
div#footer p{margin:0;padding:5px 10px}
div#extra{background: #fff}
div#supercontainer{width:90%}
div#container{position:relative;width:100%;top:85px; background-size: cover;}
div#wrapper{float:left;width:100%}
div#content{float:left;width:100%;background: rgba(0, 0, 0, 0.65);}
/* Swipe 2 required styles */

.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap  div {
  float:left;
  width:100%;
  position: relative;
}

div#publi{position:absolute;top:0;left:0;width:100%;height:900px;background-color: #fff;z-index:10000;border:1px solid #fff}
div#vaiofferte{position:absolute;top:90px;width:100%;height:100%;background:#535450;z-index:100000;overflow:auto}
div#vaiofferte1{position:absolute;top:90px;width:90%;height:280px;min-height:280px;max-height:280px; left:5%;background:#535450;border: 1px solid #000;z-index:9000;}
div#appuntamento{position:absolute;top:90px;width:90%;height:280px;min-height:280px;max-height:280px; left:5%;background:#EEF2E4;border: 1px solid #000;z-index:9000;}
div#extra{float:left;width:0px;margin-left:-50%;height:100%;visibility:hidden}
div#prod{float:left;position:absolute;top:0;left:0;width:100%;height:350px;background-color: #fff;visibility:hidden;z-index:100}
div#matrim{float:left;position:absolute;top:0;left:0;width:100%;height:350px;background-color: #fff;visibility:hidden;z-index:100}
div#footer{clear:left;width:100%}
.video {
align:center;
poision:relative;
padding-top:30px;
height:0;
overflow:hidden;
z-index:100;
}
.video iframe,.video object,.video embed{
position:absolute;
top:10%;
left:0;
width:100%;
height:315px;
z-index:100;
}

.menusotto{
align:center;
}
.menusotto a{
text-decoration:none;
color:#000;
}
.menusotto a:hover {
text-decoration:none;
color:#b46911;
}
#element {
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	
}

#go-button {
	width: 30px;
	
}

/* webkit requires explicit width, height = 100% of sceeen */
/* webkit also takes margin into account in full screen also - so margin should be removed (otherwise black areas will be seen) */
#element:-webkit-full-screen {
	width: 100%;
	height: 100%;
	
	margin: 0;
}

#element:-moz-full-screen {
	
	margin: 0;
}

#element:-ms-fullscreen {
	
	margin: 0;
}

/* W3C proposal that will eventually come in all browsers */
#element:fullscreen { 
	
	margin: 0;
}
