@charset "utf-8";
/* CSS Document */

#main-content{
	position: absolute;
	top: 0;
	left: 0;
	width: 1280px;
	height: 720px;
	background: none!important;
}
#info-arrows{
	position: absolute;
	top: 0;
	left: 0;
	width: 1280px;
	height: 50px;
	display:none!important;
}
#weather-name {
	display: none!important;
}
#mobile-app{
	display: none!important;
}
#menu-guest-details{
	display: none!important;
}

#airplay-container{
	position:fixed;
    top: 135px;
    left: 40px;
    z-index: 10;
    width: 235px;
    height: 270px;
    background-size:contain;
	background: #fff;
    display: block;
    border-radius: 10px;	
	overflow: hidden;
    box-shadow: 0px 0px 6px #212529;
	display: none!important;
	}
#airplay-container h1{
    font-family: 'Montserrat';
    font-style: italic;
	font-weight: normal;
	font-size: 18px;
	line-height:1.1em;
	text-align:center;
	color:#212529;
	margin: 15px auto 0 auto;
		display: none!important;
    }
#airplay-qr{
	margin:10px auto 20px auto;
	text-align:center;
		display: none!important;

	}
#airplay-qr canvas::before{
	content:"Scan to pair";
	color: #000;
	background: #fff;
}
#airplay-qr canvas{
    width:150px!important;
    height:150px!important;    
    background: rgba(255,255,255,1.00);
    padding: 15px;
		display: none!important;

    }
.fullscreen canvas{
	width: 300px!important;
	height: 300px!important;
}

#airplay-container{
	display: none!important;
}
.tag_tv #airplay-container{
	display: none!important;
}
