/* TRACKER */
.tracker {
	background:#9e1f16;
	height:60px;
	padding:30px 0;
	color:#fff;
	}
.tracker p {
	float:left;
	width:100%;
	font-size:40px;
	font-weight:700;
	}	

/* CONTENT */
.content {
	background:#fff;
	padding:50px 0;
	font-size:18px;
	font-weight:500;
	line-height:26px;
	font-family: Lato;
	}
.no-padding { padding:0px; }
.content p {
	float:left;
	width:100%;
	font-size:18px;
	font-weight:500;
	line-height:26px;
	text-align:justify;
	font-family: Lato;
	}	
.content ul, .content ol {	
	float:left;
	width:100%;
	margin-top:10px;
	margin-bottom:20px; 
	padding-bottom:20px;
	border-bottom:1px solid #ddd;
	font-family: Lato;
	}
	
.content ul li, .content ol li {
	display:block;
	background: url(../images/bullet.png) no-repeat left 10px;
	padding-left:18px;
	line-height:26px;
	font-family: Lato;
	}
table.gridtable {
	float:left;
	width:100%;
	border-width: 1px;
	border-color: #ddd;
	border-collapse: collapse;
	font-size:18px;
	margin-top:10px;
	margin-bottom:20px; 
	font-family: Lato;
}
table.gridtable th {
	border: 1px solid #ddd;
	padding: 8px;
	background:#eee;
	font-weight:700;
	font-family: Lato;
	font-size:16px;
	}
table.gridtable td {
	border: 1px solid #ddd;
	padding: 8px;
	text-align:center;
	font-family: Lato;
	font-size:16px;
	}
table.gridtable tr:hover { background:#f7f7f7; }	
table.gridtable td:hover { background:#41a13a; color:#fff; }

.content .black:hover {
	border:1px solid #41a13a;
	color:#41a13a;
	}

/* MAPA */
#map_canvas {
	float:left;
	z-index:40px;
	width:100%;
	height:600px;
	background:#eee; 
	}

/* SZAFKI SYSTEMOWE */	
table.szafki .fancybox-thumbs img {
	width:50px;
	}

/* REALIZACJE */
.content .thumb {
	float:left;
	width:calc(33.3333% - 20px);
	height:250px;
	background-color:#000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin:10px;
	}
.content .thumb:hover {
	opacity:.5;
	}	
