html { 
	height: 100%; 
}

::-webkit-scrollbar {
  width: 32px;
  height: 18px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #d7ad5b;
  border: 0px none #ffffff;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: #d7ad5b;
}
::-webkit-scrollbar-thumb:active {
  background: #d7ad5b;
}
::-webkit-scrollbar-track {
  background: #313439;
  border: 0px none #ffffff;
  border-radius: 3px;
}
::-webkit-scrollbar-track:hover {
  background: #313439;
}
::-webkit-scrollbar-track:active {
  background: #333333;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

#mainBody { 
	width: 1920px; 
	height: 1080px; 
	background-color: #313439;
	font-family: 'robotoregular';
	overflow: hidden; 
}

#navigation { 
	height: 130px; 
	background-color: #292c30; 
	top: 0; 
	left: 0; 
	right: 0; 
	position: absolute; 
}

#logo {
	width: 138px; 
	height: 73px; 
	background-image: url('../img/logo.png'); 
	top: 25px; 
	left: 30px; 
	display: block; 
	position: absolute;  
}

#levelSelect {
	position: absolute;
	right: 900px;
	top: 28px; 
	text-transform: uppercase;
	z-index: 1000;
	
}

#currentLevel {
	font-size: 32px;
	color: #fff;
	width: 250px;
	background-position: 10px 25px;
	background-repeat: no-repeat;
	background-image: url('../img/arrow-down-g.png');  
	padding: 8px 10px 8px 54px;
	border: 1px solid #d7ad5b;
	border-radius: 2px; 
}

#levelSelect.active #currentLevel {
	background-color: white;
	color: #000;
	border: 1px solid #fff;
}

#levelSelect.active #levelList {
	display: block;
}

#levelList {
	background-color: #d7ad5b; 
	position: absolute;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 250px; 
	top: 63px;
}

	#levelList li { 
		padding: 10px;
		color: #fff; 
		font-size: 16px;
		border-bottom: 1px solid #292c30; 
	}
	
#dayText {
	position: absolute;
	top: 36px;
	font-family: 'robotolight';
	color: #d7ad5b;
	font-size: 32px; 
	right: 180px; 
}

#hourText {
	position: absolute;
	top: 36px;
	color: #fff;
	font-size: 32px; 
	right: 20px; 
	text-align: center;
	width: 160px; 
	font-weight: 'robotobold'; 
}
	
#najemcy {
	background-color: #3f4247;
	position: absolute;
	width: 500px;
	height: 950px;
	overflow: hidden;
	top: 130px;
	bottom: 0;
	right: 0;
}

#najemcy h2 {
	padding: 30px 20px;
	margin: 0;
	color: #d7ad5b;
	font-size: 20px;
	text-transform: uppercase;
}

#najemcyList {
	display: block;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0; 
	overflow: auto;
	height: 858px;
}

#najemcyList li { 
	padding: 15px;
	border-bottom: 1px solid #333;
	background-image: url('../img/strzalka.png');
	background-position: 388px 35px;
	background-repeat: no-repeat;
	margin: 0 10px;
	color: #292c30;
	cursor: pointer;
}

#najemcyList li .logo {
	width: 80px;
	height: 80px;
	background-color: #fff;
	border-radius: 3px; 
	margin-right: 10px;
	display: inline-block;
	background-position: center;
	background-image: url('../img/logotyp.png');
	vertical-align: middle;
}

#najemcyList li .text {
	display: inline-block;
	width: 274px;
	vertical-align: middle; 
}

#najemcyList li .text .nazwa {
	font-family: 'roboto';
	font-size: 20px;
	color: #fff;
}

#najemcyList li .text .pietro {
	font-family: 'robotolight';
	font-size: 16px; 
	color: #d7ad5b;
}

#contener {
	position: absolute;
	left: 0;
	top: 80px;
	right: 500px;
	bottom: 0; 
	background-image: url('../img/bg.png');
	background-position: center;
	background-repeat: no-repeat;
}

#zmianaPietra {
	position: absolute;
	left: 0;
	top: 80px;
	right: 500px;
	bottom: 0; 
	background-color: #313439;
	display: none;
	text-align: center;
	color: #fff;
	padding-top: 310px;
	font-size: 60px;
	line-height: 52px; 
	text-transform: uppercase;
	font-family: 'robotolight';
}

#zmianaPietra .pietro {
	font-size: 200px;
	color: #d7ad5b;
	display: block;
	padding-top: 10px; 
	line-height: 200px;
}