input::-moz-placeholder {
	color: #D0D0D0;
}
input::-webkit-input-placeholder {
	color: #D0D0D0;
}
textarea::-moz-placeholder {
	color: #D0D0D0;
}
textarea::-webkit-input-placeholder {
	color: #D0D0D0;
}



.justify {
	text-align: justify;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

img.skalowany {
	width:100%;
}

.wiersz_zolty {
	box-shadow: 0 1px 2px #999999;
}
	
.wiersz_szary {
	background-color: #F0F0F0;
	box-shadow: 0 1px 2px #999999;
}

.wiersz_zolty_div {
	padding: 4px;
	margin-bottom: 4px;
	background-color: #FFFBBF;
	box-shadow: 0 1px 2px #999999;
}
	
.wiersz_szary_div {
	padding: 4px;
	margin-bottom: 4px;
	background-color: #F0F0F0;
	box-shadow: 0 1px 2px #999999;
}


.wiersz_rzad:nth-child(odd) {
	background-color: #FFFBBF;
}
.wiersz_rzad:nth-child(even) {
	background-color: #FFFDDF;
}
.wiersz_rzad:hover {
	background-color: #FFE9A0;
}

.wiersz_rzad_1 {
	background-color: #FFFBBF;
}
.wiersz_rzad_1:hover {
	background-color: #FFE9A0;
}


.cien {
	box-shadow: 0 1px 3px #999999;
}

.cien_foto {
	background-color: white;
	padding: 4px;
	box-shadow: 0 1px 5px #999999;
}



.formularz_rejestracyjny_opis {
	display:block;
	margin: 5px 0 7px 0;
	font-size: 0.85em;
}


/* błędy walidacji */
label.error {
	display:block;
	margin-top: -10px;
	margin-left: 20px;
	color: red;
	font-weight: normal;
	font-size: 0.9em;
}

input.error, select.error, textarea.error,
input.error:focus, select.error:focus, textarea.error:focus {
	border: 1px red solid;
}
/* koniec stylów dla błędów walidacji */



.menu {
	-webkit-transition-property: background-color;
	-moz-transition-property: background-color;
	-o-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.menu_aktywne {
	-webkit-transition-property: background-color;
	-moz-transition-property: background-color;
	-o-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}


.back-top {
	 opacity: 0.2;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.back-top:hover{
	 opacity: 0.7;
}




/* !---------- SMARTFONY ---------- */
@media only screen and (max-width: 480px) {

#calosc {
	width:100%;
	max-width: 480px;
	margin:0 auto;
	padding: 0;
	text-align: center;
}

#naglowek_banner {
	max-width: 440px;
	height: 112px;
	margin: 0;
}

#ramka {
	max-width: 480px;
	margin: 0;
	padding: 10px;
	text-align: left;
}

#open_menu {
	position: fixed;
	display: block;
	top: 5px;
	right: 5px;
	padding: 0;
    width: 35px;
    height: 33px;
    border: 1px solid #374C77;
    border-radius: 3px;
}

#menu_ramka {
	display:none;
	position: fixed;
	width:95%;
	margin-top: -50px;
	background-color: white;
	text-align: center;
}

#tresc_ramka {
	max-width: 480px;
	margin: 10px 0;
	padding: 0;
	color: black;
	text-align: left;
}

#stopka_pasek {
	width: 100%;
	height: 15px;
	margin-top: 0;
	line-height: 20px;
}


#stopka {
	width:100%;
	max-width: 480px;
	margin: 0 auto 20px auto;
	padding: 0;
	color: black;
	font-size: 12px;
	text-align: right;
}


img {
	max-width:95%;
}

/* menu główne */
.menu {
	display: block;
	margin-bottom: 5px;
	padding: 8px 4px;
	color: white;
	background-color: rgba(0,56,130, 0.8);
	font-size: 16px;
	text-align: center;
	text-decoration:none;
	font-weight: 400;
	box-shadow: 0 1px 3px #999999;
}
.menu:hover {
	background-color: rgba(255,255,255, 0.5);
	color: rgb(0,56,130);
	text-decoration:none;
}

.menu_aktywne {
	display: block;
	margin-bottom: 5px;
	padding: 8px 4px;
	color: white;
	background-color: rgb(0,56,130);
	font-size: 16px;
	text-align: center;
	text-decoration:none;
	box-shadow: 0px 1px 3px #999999;
}
.menu_aktywne:hover {
	background-color: rgba(255,255,255, 0.5);
	color: rgb(0,56,130);
	text-decoration:none;
}

.menu_odstep_0 {
	margin-top: 0;
}
.menu_odstep_15 {
	margin-top: 0;	
}

/* koniec menu główne */



} /* ---------- koniec modułu dla smartfonów ---------- */









/* !---------- TABLETY ---------- */
@media only screen and (min-width: 481px) and (max-width: 768px) {	

#calosc {
	width:100%;
	max-width: 768px;
	margin:0 auto;
	padding: 0;
	text-align: center;
}

#naglowek_banner {
	max-width: 768px;
	height: 179px;
	margin: 0;
}

#naglowek_banner img {
	width:100%;
}
#ramka {
	max-width: 768px;
	margin: 0;
	padding: 10px;
	text-align: left;
}

#menu_ramka {
	max-width: 768px;
	vertical-align: top;
	text-align: center;
	padding: 10px 0;
}

#tresc_ramka {
	max-width: 768px;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	color: black;
	text-align: left;
}

#stopka_pasek {
	width: 100%;
	height: 15px;
	margin-top: 0;
	line-height: 20px;
}


#stopka {
	width:100%;
	max-width: 960px;
	margin: 7px auto 20px auto;
	padding: 0;
	color: black;
	font-size: 12px;
	text-align: right;
}

#open_menu {
	display:none;
}


/* menu główne */
.menu {
	display: inline-block;
	float: left;
	width: 23.5%;
	height: 22px;
	min-width: 150px;
	margin: 1px 1px;
	padding: 8px 4px;
	text-decoration:none;
	box-shadow: 0 1px 3px #999999;
}
.menu:hover {
	text-decoration:none;
}

.menu_aktywne {
	display: inline-block;
	float: left;
	width: 23.5%;
	height: 22px;
	min-width: 150px;
	margin: 1px 1px;
	padding: 8px 4px;
	text-decoration:none;
	box-shadow: 0 1px 3px #999999;
}
.menu_aktywne:hover {
	text-decoration:none;
}

.menu_odstep_0 {
	margin-top: 0;
}
.menu_odstep_15 {
	margin-top: 0;	
}
/* koniec menu główne */



} /* ---------- koniec modułu dla tabletów ---------- */








/* !---------- EKRANY ---------- */
@media only screen and (min-width: 769px) { 

#calosc {
	width:100%;
	max-width: 1200px;
	margin:0 auto;
	padding: 0;
	text-align: center;
}

#naglowek_banner {
	max-width: 1200px;
	height: 280px;
	margin: 0;
}

#ramka {
	max-width: 1200px;
	margin: 0;
	padding: 10px 0;
	text-align: left;
}

#menu_ramka {
	width: 220px;
	float:left;
	padding: 10px 0;
}


#tresc_ramka {
	max-width: 1000px;
	margin: 10px 0 10px 220px;
	padding: 0 0 0 10px;
	color: black;
	text-align: left;
}

#stopka_pasek {
	width: 100%;
	height: 15px;
	margin-top: 0;
	line-height: 20px;
}


#stopka {
	width:100%;
	max-width: 1200px;
	margin: 7px auto 0 auto;
	padding: 0;
	color: black;
	font-size: 12px;
	text-align: right;
}

#open_menu {
	display:none;
}



/* menu główne */
.menu {
	display: block;
	width: 200px;
	margin-bottom: 5px;
	padding: 8px 4px;
	text-decoration:none;
	box-shadow: 0 1px 3px #999999;
}
.menu:hover {
	text-decoration:none;
}

.menu_aktywne {
	display: block;
	width: 200px;
	margin-bottom: 5px;
	padding: 8px 4px;
	text-decoration:none;
	box-shadow: 0 1px 3px #999999;
}
.menu_aktywne:hover {
	text-decoration:none;
}
.menu_odstep_0 {
	margin-top: 0;
}
.menu_odstep_15 {
	margin-top: 15px;	
}
/* koniec menu główne */




} /* koniec modułu dla ekranów */