@charset "utf-8";
/* CSS Document */

/** SZKIC GLOWNY STRONY */

img{
    max-width: 100% !important;
    height: auto;
    display: block;
	border:none;
}



BODY{ background-color:white;}

#content{ font-size:14px; font-family: Arial, Helvetica, sans-serif;}

.menu-left-color{ color:#737373;}
.menu-left-color a { color:#737373;}
.menu-left-color a:hover { color:black;}

.menu-left-color2{ color:black;}


/*
#zobacz_projekt{
	z-index:1000;
	margin-top:-50px;
	width:130px;
	padding:5px;
	background-color:white;
	color: black;
	font-weight:100;
	font-size:14px;
	text-align:center;
	position:absolute;

	margin-left:110px;

}*/

#zobacz_projekt{
	z-index:1000;
	margin-top:-50px;
	width:110px;
	padding:2px;
	background-color:white;
	color: black;
	font-weight:100;
	font-size:11px;
	text-align:center;
	position:absolute;

	margin-left:110px;

}

#zobacz_projekt hover{
	background-color:black;
	color: white;
}

	#mobile{display:none;}
	#nomobile{display:block;}

	#strona_pc{display:block;}
	#strona_mobile{display:none;}

@media only screen and (max-width: 1000px) {
	.credits{ clear:both; float:left; display:none;}

}

/*@media only screen and (max-width: 850px) {*/
@media only screen and (max-width: 990px) {

	#page-wrapper{height:30px;}
	#mobile{display:block;}
	#nomobile{display:none;}

	#footer{display:none;}

	#strona_pc{display:none;}
	#strona_mobile{

		padding-left:15px;
		padding-right:15px;
		display:block;

    /*.horizontal-page {
    	overflow-y: scroll;
    	overflow-x: scroll;
    }*/


	}
}
