html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: arial;
    font-family:arial;*/
    font-family:"Helvetica Neue","Helvetica",sans-serif;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin:0px;
    /*font-family:arial;*/
    font-family:"Helvetica Neue","Helvetica",sans-serif;
    height:100%;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input {
    -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
}
img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
}
img.bg_room {
  height:100%;
  /*width:auto;*/
  min-width:100%;
  position: fixed; /* fixed */
  top: 0;
  left: 0;
  z-index: -2;
  overflow:hidden;
  pointer-events:none;
}
.bg_room {
  overflow:hidden;
  /*background-image: url("/images/2_blur.jpg");*/
  height:100%;
  min-width:100%;
}
img.bg2 {
  /*height:100%;*/
  width:100%;
  min-width:100%;
  position:absolute;
  top: 0;
  left: 0;
  z-index: -2;
  overflow:hidden;
  background-color:#875850;
  pointer-events:none;
}
img.bg {
  /*height:100%;*/
  /*width:auto;*/
  min-width:100%;
  min-height:1080px;
  position: relative; /* fixed */
  top: 0;
  left: 0;
  z-index: -2;
  overflow:hidden;
  pointer-events:none;
}
#img_back{
    position:absolute;
    top:0px;
    min-width:100%;
    min-height:100%;
    /*height:100%;*/
    z-index:-10;
}
#fill_screen {
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    right:0;
    bottom:0;
}
#riassunto{
    height:200px;
    /*overflow-y: hidden;*/
    position: fixed;
    margin-top:60px;
    left:2%;
    float:left;
}
.icona_mappa{
    color:#333;
}
.p1{
    color:#ffffff;
    position:relative;
    margin:10px;
    font-size:2em;
    top:5px;
    opacity:0.95;
    font-weight:bold;
}
.p2{
    color:#ffffff;
    position:relative;
    margin:10px;
    font-size:1.5em;
    top:15px;
    opacity:0.95;
    font-weight:bold;
}
.p3{
    color:#ffffff;
    float:left;
    position:relative;
    margin:10px;
    font-size:1em;
    top:25px;
    opacity:0.95;
}
.p4{
    color:#ffffff;
    position:relative;
    margin:10px;
    font-size:1.5em;
    top:5px;
    opacity:1;
    font-weight:bold;
}

.bgSelect{
    position: fixed; 
    top: 0; 
    left: 0; 
    /* Preserve aspet ratio */
    min-width: 100%;
    min-height: 100%;
}
#myWorkContent a {
    display: inline-block;
    float:left;
}
div#insideDiv{
    /*position:relative;*/
    float:left;
    width: 10000px;
}
div#WidgetInsideDiv{
    position:relative;
    float:left;
    width: 100%;
    /*bottom:70px;*/
}

p{
    /*margin-left:10px;
    font-family:arial;*/
    font-family:"Helvetica Neue","Helvetica",sans-serif;
    font-size:20px;
}
#received_text{
    margin-left:10px;
    /*font-family:arial;*/
    font-family:"Helvetica Neue","Helvetica",sans-serif;
    font-size:18px;
    width:100%;
    height:50px;
}
.clear { clear: both; }
.testo_scenario{
    float:left;
    position:relative;
    left:0.3em;
    font-size:1.1em;
    font-weight:bold;
    line-height: 4em; /* verticale */
}
.testo_room{
    background-image: url(); 
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position:relative;
    left:0.3em;
    font-size:1.0em;
    font-weight:bold;
    line-height: 3em; /* verticale */
}

.testo_list{
    color:white;
    text-align: left;
    margin-left:3em;
    margin-right:1em;
    font-size:2em;
    /*font-weight:bold;*/
    overflow:hidden;
    line-height:1.3em;
    float:left;
}

.icona_on_widget{
    color: orange;
    top:0.3em;
    position:absolute;
    left:0.3em;
    float:left;
}
.stato_widget{
    position:absolute;
    color:white;
    width:100%;
    text-align: center;
    top:7em;
    font-size:3em;
    font-weight:bold;
}
.blur_img{
    /*-webkit-filter: blur(40px) contrast(0.4) brightness(1.4);
    filter: blur(40px) contrast(0.4) brightness(1.4);
    -moz-filter: blur(40px) contrast(0.4) brightness(1.4);
    -o-filter: blur(40px) contrast(0.4) brightness(1.4);
    -ms-filter: blur(40px) contrast(0.4) brightness(1.4);
    opacity:1;
    */
    /*position:absolte;
    top:0px;
    left:0px;*/
}
/* ************** menu top *************** */
#menu_top{
    left: 0px;
    width:100%;
    position: fixed;
    z-index:1000;
    overflow:hidden;
}
.opacita_top{
    width:100%;
    height:100%;
    background: #000000;
    /*background: #ffbcc1;*/
    opacity: 0.55;
    position:absolte;
    top:0px;
    left:0px;
}
.contenuto_button p{
    /*color:#ffffff;*/
    float:left;
    margin: 8px 15px 8px 15px;
    /*padding: 20px; */
    font-size:0.8em;
    font-weight:bold;
    position:relative;
}
.contenuto_button{
    top:0px;
    height:100%;
    position:absolute;
    opacity:0.7;
    float:left;
}
.edit_location_button{
    margin-top:3px;
    margin-right:5px;
    top:0px;
    height:25px;
    position:relative;
    border-radius:0.7em;
    background-color: rgb(207, 199, 178);
    opacity:0.7;
    float:right;
    /*right:3em;*/
    cursor: pointer; 
    cursor: hand;
}
.save_location_button{
    margin-top:3px;
    margin-right:15px;
    top:0px;
    height:25px;
    position:absolute;
    border-radius:0.7em;
    background-color: rgb(207, 199, 178);
    opacity:0.7;
    float:right;
    right:3em;
    cursor: pointer; 
    cursor: hand;
}
.invisibile{
    display:none;
}
.contenuto_location{
    width:100%;
    /*left:20px;*/
    top:10px;
    height:100%;
    position:absolute;
    float:left;
}
.testo_location{
    /*margin-left:15px;*/height:1.5em;border:0px;color:#000;width:30%;font-size:1.2em;position:relative;float:left;overflow:hidden;
}
.radio_location{
    margin-left:15px;border:0px;float:left;height:25px;width:25px;
}
#followup_div {
background-color: trasparent;
height: 500px;
width: 100%;
position:absolute;
left: 28px;
top:75%;
}
/* ************** menu botton *************** */
#menu_bottom{
    left: 0px;
    width:100%;
    height:50px;
    position: fixed;
    z-index:1000;
    overflow:hidden;
    bottom: 0;
    
}
#speack_bottom{
    left: 0px;
    width:100%;
    height:50px;
    position: fixed;
    z-index:1000;
    overflow:hidden;
    bottom: 50px;
    
}
.talking{
    margin:0 auto; 
    height: 50px;
    width: 0px;
}
.opacita_talk{
    
    background-color: #ffffff;
    /*background: #ffbcc1;*/
    opacity: 0.6; /*0.55;*/
    border-radius: 0.7em;
    top:0px;
    left:0px;
}
.sfondo_bottom{
    left: 0px;
    width:100%;
    height:50px;
    background-color:#000;
    position: fixed;
    z-index:1000;
    opacity:0.5;
    overflow:hidden;
    bottom: 0;
}
.text_icon_bottom_on{
    color: orange;
    top:0.3em;
    position:relative;
    left:0.9em;
    float:left;
    font-size:0.7em;
    z-index:1001;
}

.loading_fixed_cover{
    background: url('../images/loading.gif') no-repeat left top fixed; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover; 
    background-color:transparent; 
    overflow: hidden; 
    filter: blur(0px); 
    position: absolute; 
    width:100%;
    height: 100%; 
    top: 0px;
}
@media screen and (max-width: 720px) {
    /*.background_fixed_cover{background-size: 720px auto; }*/
}