.spinner-border{
    display: none;
}

html,body{
    width: 100%;
    height: 100%;
    position: relative;
}
/* body.showroom{
    background: url(../img/bgsr.jpg) no-repeat center #ccc;
    background-size: cover;
    overflow: hidden;
}
#fullscreen:fullscreen{
    background-color: #000;
}

#fullscreen.smf-flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
    max-width: 100%;
    height: 100%;
}

#presentation{
    height: 100%;
    
    width: auto;
    width: 100%;
    position: relative;



    justify-content: center;
    display: flex;
    align-items: center;
  }
  #fullscreen:fullscreen #presentation{
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
}
  #presentation img{
    max-width: 100%;
   max-height: 100%;
   width: auto;
   height: auto;
    display:none;
    margin: auto;
    line-height: 0;
  }
  #presentation img:first-child{
    display:block;
  }

#fullscreen.smf-flex{
    width: 100%;
    justify-content: center;
    z-index: 900;
}





#fullscreen.smf-flex.pip #smf-presentation{
    width: 100%;
    
}
#smf-media > div,
#smf-media > iframe{
    width: 100%;
    height: 100%;
    max-height: 100% !important;
    max-width: 100% !important;

}
#fullscreen.smf-flex.pip #smf-media{
    position: absolute;
    top: 10px;
    
    width: 20%;
    height: auto;
    z-index: 1000;
    z-index: 930;
    border: 1px solid #ccc;
    padding: 0;
    order: 1;
}
#fullscreen.smf-flex.pip #smf-presentation{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 100;
    padding: 0;
    order: 1;
}
#fullscreen.smf-flex.switch.pip #smf-presentation{
    position: absolute;
    top: 10px;
    width: 20%;
    height: auto;
    border: 1px solid #ccc;
    padding: 0;
    box-shadow: 0 0 10px #000;
    
}
#fullscreen.smf-flex.switch.pip #smf-media{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 100;
    padding: 0;
    
}
#fullscreen.smf-flex.pipl #smf-media{
    left: 10px;
    right: auto;
   
}
#fullscreen.smf-flex.pipr #smf-media{
    right: 10px;
    left: auto;
   
}
#fullscreen.smf-flex.switch.pipl #smf-presentation{
    left: 10px;
   right: auto;
}
#fullscreen.smf-flex.switch.pipr #smf-presentation{
    right: 10px;
   left: auto;
}

#fullscreen.smf-flex.switch #smf-media{
    right: 10px;
    order: 2;
}
#fullscreen.smf-flex.switch #smf-media{
    left: 10px;
    order: 1;
}



.smf-icon{
    max-height: 45px;
    width: auto;
    margin: 0;
    padding: 10px;
    display: block;
    cursor: pointer;
}

#icon-bar{
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #343a40;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 980;
}

#chatbox{
    position: absolute;
    bottom:0;
    right: 0;
    width: 300px;
    height: 400px;
    background-color: #fff;
    box-shadow: 0 0 10px #000;
    display: none;
    z-index: 950;
}
#chatbox.show{
    display: block;
}
#chatbox *{
    box-sizing: border-box;
}





#chatbox form { background: #000; padding: 3px; position: absolute; bottom: 0; left: 0; width: 100%; }
#chatbox form input { border: 0; padding: 10px; width: 70%; margin-right: 0.5%; }
#chatbox form button { width: 25%; background: rgb(130, 224, 255); border: none; padding: 10px; }
#chatbox #messages { list-style-type: none; margin: 0; padding: 0; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; }
#chatbox #messages li { padding: 5px 10px; }
#chatbox #messages li:nth-child(odd) { background: #eee; }

#chatbox #cbmsg{
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background: #fff;
}

#slidobox{
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 950;
}
#slidobox.show{
    display: block;
}

#mentibox{
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 950;
    width: 50%;
    height: 500px;
    background-color: #fff;
    box-shadow: 0 0 10px #000;

}
#mentibox.show{
    display: block;
}
 */




html.checkin h1{
    width: 100%;
    text-align: center;
    margin-bottom: .5em;

}
html.checkin .row{
    justify-content: center;
}
html.checkin .list-group-item{
    justify-content: flex-start;
    text-align: left;
}
html.checkin .list-group{
    width: 100%;
    max-width: 960px;
    
}
/* 
#welcome{
    position: absolute;
    top: 0;

    left: 0;
    width: 100%;
    height: 100%;
    background: violet center no-repeat;
    z-index: 1020;
    transition: top ease-in 800ms;
cursor: pointer;

}
#close{
    position: absolute;
    top: 100px;
    right: 20px;
    font-size:50px;
    color: #fff;
    width:50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    line-height: 0;
    cursor: pointer;
    
}
#welcome.hide{
    top: 100%;
}

@keyframes close{
    0%{
        transform: rotate(0);
    }
    90%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(360deg);
    }
}

.navbar-brand img{
    max-height: 1em;
    width: auto !important;
    max-width: 100% !important;
    min-width: auto !important;
    margin-right: 20px;
}






.smf-menu{
    background: no-repeat center;
    background-size: 70%;
    cursor: pointer;
}

#toggleask img{
    visibility: hidden;
}
#toggleask{
    background-image: url(../img/ask.png);
}
#toggleask.show{
    background-image: url(../img/ask_c.png);
}
#togglementi img{
    visibility: hidden;
}
#togglementi{
    background-image: url(../img/game.png);
}
#togglementi.show{
    background-image: url(../img/game_c.png);
}
#togglechat img{
    visibility: hidden;
}
#togglechat{
    background-image: url(../img/chat.png);
}
#togglechat.show{
    background-image: url(../img/chat_c.png);
}







#fullscreen.smf-flex.preset6{
    width: 100%;
    justify-content: center;
    
    align-content: stretch;
}
#fullscreen.smf-flex.preset6 .col-6{
    height: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
} */

