html,body{margin:0;padding:0}
body{font: 76% comic sans MS;text-align:left; }
p{margin:0 10px 10px; font: 100% comic sans MS;}
div#supercontainer{text-align:left;margin:0 auto;align:center}
div#container{text-align:left;margin:0 auto;background:#EEF2E4;background-size: 100% 100%;transition: background 1s ease-in-out}
div#header {width:100%;margin:0;padding-left:0px;background: #fff;color: #EEF2E4}
div#content p{line-height:1.4}

div#navigation1{float:right;width:100%;margin:0;padding:0;height:25px;line-height:25px;background: #EEF2E4}
div#testata{position: fixed;top:0;width:90%;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:90%;top:24px}
div#wrapper{float:left;width:100%}
div#content{float:left;width:100%}
/* 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:1%;width:100%;height:100%;min-height:100%;max-height:100%;background:#fff;border: 1px solid #000;z-index:100000;}
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;
}
