html {
	height: 100%;
}

body {
	height: 100%;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	line-height: 1.1;
	overflow: hidden;
}

#hugeplayer {
	position: absolute;	
	top: -25%;
	left: -25%;	
	opacity: 0;
}

#overlay{
	top:0;
	left:0;
	width:100%;
	height:100%;
	position:absolute;
	z-index: 102;
	cursor: pointer;
	opacity: 0;	
}

#wrapall {
	height: 100%;
	width: 100%;
	max-height: 100%;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	background: url(../img/67419871687681741.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


#main {
	z-index: 101;
	position: relative;
	width: 100%;
	height: 100%;
}


#mojotribe {
	position: absolute;
	bottom: 0;
	left:0
}
#logo img {
	width:90%;
}

#logo {
	padding: 20px 46px 0;
}

#adres {
	font-size: 130%;	
	color: #fff;
	padding:0 44px 44px 44px;	
}

#wycisz {
	position: absolute;
	top: 4rem;
	left: 3rem;
	width: 4rem;
	height: 4rem;
	background-image: url(../img/up.png);
	background-position: center;
	background-size: 69% auto;
	background-repeat: no-repeat;	
	cursor: pointer;
	transition: opacity 500ms linear;
	opacity: 0;
	z-index: 103;
}

#wycisz.mute {
	background-image: url(../img/mute.png);
}

#start {
	position: absolute;
	top: 4rem;
	right: 3rem;
	width: 4rem;
	height: 4rem;
	background-image: url(../img/play.png);
	background-position: center;
	background-size: 90% auto;
	background-repeat: no-repeat;		
	z-index: 103;
}