/* 2016-05-05 12:32 (1462444322) */
/* ##### css/reset.css 2014-11-20 09:20 (1416471612) ##### */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td { 
	text-align: left; 
	font-weight: normal; 
}
table, td, th { 
	vertical-align: top; 
}
/* Remove annoying border on linked images. */
a img { border: none; }
/* Remove outline on links */
a, map { outline:none; }

/* ##### css/common.css 2016-05-05 12:32 (1462444322) ##### */
body {
	font-family:"Noto Sans", arial, helvetica, sans-serif;
	font-size:14px;
}
strong, b {
	font-weight:bolder;
}
em, i {
	font-style:italic;
}
a {
	color:#079ED5;
	text-decoration:none;
}
a:hover {
	color:#444;
}
h1 {
	font-family:"Roboto Condensed", arial, helvetica, sans-serif;
	font-size:28px;
	font-weight:300;
	padding-top:25px;
	margin-bottom:20px;
}
.ramka1 h1 {
	padding-top:0;
}
h2 {
	font-family:"Roboto", arial, helvetica, sans-serif;
	font-size:16px;
	font-weight:500;
	margin:15px 0;
	color:#759700;
}
h3 {
	font-family:"Roboto", arial, helvetica, sans-serif;
	font-size:14px;
	font-weight:400;
}
p {
	font-weight:14px;
	line-height:150%;
	padding:5px 0;
}
/*
============================================================
 HEADER
============================================================
*/
header {
	width:990px;
	height:100px;
	margin:auto;
	position:relative;
}
#header_logo {
	display:block;
	width:142px;
	height:80px;
	position:absolute;
	top:10px;
	left:10px;
	background-image:url("https://achtedzieciaki.pl/img/logo/default.png");
}
#header_login {
	position:absolute;
	top:10px;
	right:0;
}
#header_login a, #header_login span {
	font:400 12px "Noto Sans", arial, helvetica, sans-serif;
	text-decoration:none;
	margin:0 15px 0 3px;
	vertical-align:2px;
}
/*
============================================================
 MENU
============================================================
*/
nav {
	width:990px;
	height:35px;
	margin:auto;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00AEF0), color-stop(1, #0093DD));
	background:-moz-linear-gradient(top, #00AEF0 5%, #0093DD 100%);
	background:-webkit-linear-gradient(top, #00AEF0 5%, #0093DD 100%);
	background:-o-linear-gradient(top, #00AEF0 5%, #0093DD 100%);
	background:-ms-linear-gradient(top, #00AEF0 5%, #0093DD 100%);
	background:linear-gradient(to bottom, #00AEF0 5%, #0093DD 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00AEF0', endColorstr='#0093DD',GradientType=0);
	background-color:#00AEF0;
	position:relative;
}
nav div {
	display:block;
	float:left;
	background-image:url(data:image/gif;base64,R0lGODlhAQANAIAAAP///8DAwCH5BAEAAAEALAAAAAABAA0AAAIERIynUAA7);
	background-repeat:no-repeat;
	background-position:center left;
	margin:0;
	padding:0 1px 0 2px;
	transition: background-color linear .2s;
}
nav div:first-child {
	background:none;
	padding-left:0;
}
nav > div:hover {
	background-color:#71D0FF;
}
nav > div > a {
	display:inline-block;
	padding:12px 15px 13px 15px;
	color:#fff;
	font-size:13px;
	line-height:10px;
	font-weight:700;
	text-decoration:none;
	text-shadow:1px 1px 0px #006093;
}
nav > div > a:hover {
	color:#fff;
}
nav div div {
	display:none;
	position:absolute;
	left:0px;
	top:35px;
	margin:0;
	background-color:#fff;
	border:1px solid #71D0FF;
	z-index:100;
	padding:0;
}
nav div div a {
	display:block;
	padding:10px;
	color:#00ACEF;
	font-size:13px;
	line-height:10px;
	font-weight:700;
	text-decoration:none;
	white-space:nowrap;
}
nav div div a:hover {
	 color:#71D0FF;
}
nav div.min_width {
	position:relative;
}
nav div.min_width div  a {
	display:block;
}
nav div.full_width div {
 	width:988px;
}
/*
============================================================
 CONTENT
============================================================
*/
#content {
	width:990px;
 	min-height:300px;
	margin:auto;
	padding-bottom:25px;
}
/*
============================================================
 FOOTER
============================================================
*/
footer {
	width:100%;
	background-color:#F2F2F2;
	border-top:1px solid #E2E2E2;
	font-family:"Roboto Condensed";
}
footer .inner {
	width:980px;
	padding:20px 0;
	margin:0 auto;
	position:relative;
}
footer li {
	padding:3px 0 3px 10px;
	background-image:url(data:image/gif;base64,R0lGODlhAwADAIAAAAee1f///yH5BAAAAAAALAAAAAADAAMAAAIDhH8FADs=);
	background-repeat:no-repeat;
	background-position:2px 10px;
}
footer li a {
	color:#4a4a4a;
	font-family:inherit;
}
footer li a:hover {
	color:#079ED5;
}
footer h3 {
	font-size:16px;
	margin-bottom:5px;
	font-family:inherit;
	color:#759700;
}
footer div.col {
	float:left;
	padding-right:45px;
	padding-left:45px;
	border-left:1px solid #CCC;
}
footer div.col:first-child {
	padding-left:0;
	border:0 none;
}
#czas_generowania_strony {
	position:absolute;
	bottom:10px;
	right:10px;
	font:normal 9px tahoma;
	color:#AAAAAA;
}
/*
============================================================
 REJESTRACJA/PROFIL
============================================================
*/
#rejestracja label {
	display:inline-block;
	margin-right:3px;
	text-align:right;
	width:110px;
	font-size:14px;
}
#rejestracja input[type="text"], #rejestracja input[type="password"],
#profil_logowanie input[type="text"], #profil_logowanie input[type="password"] {
	width:200px;
}
#rejestracja button {
	display:inline-block;
	margin:20px 0;
}
#haslo_z_pomiarem_sily {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABtYAAAADBAMAAAD1iybCAAAAMFBMVEXU1NRct1zvrE7XU1MAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALWVCOAAAAMElEQVR42mNgGEhgPJBgQH2uNJBgQH0uOJCAYeSC0bw2mtdG89poXhvNa6N5jboAAMdFlWsv30MiAAAAAElFTkSuQmCC);
	background-repeat:no-repeat;
	background-position:250px bottom;
}
.sila_hasla_bg0 {
	background-position:250px bottom !important;
}
.sila_hasla_bg1 {
	background-position:-454px bottom !important;
}
.sila_hasla_bg2 {
	background-position:-912px bottom !important;
}
.sila_hasla_bg3 {
	background-position:-868px bottom !important;
}
.sila_hasla_bg4 {
	background-position:-1326px bottom !important;
}
.sila_hasla_bg5 {
	background-position:-1250px bottom !important;
}
/*
============================================================
 FACEBOOK
============================================================
*/
#slide_likebox {
	display:none;
	width:310px;
	position:absolute;
	top:-400px;
	left:274px;
	z-index:2000;
	padding:0;
}
#slide_likebox div.fb-like-box {
	border:5px solid #3B579D;
	background-color:#FFF;
}
/*
============================================================
 ZGŁOSZENIE UWAG
============================================================
*/
#zglos_uwagi_form {
	display:none;
}
#zglos_uwagi_form textarea {
	width:440px;
	height:150px;
	resize:vertical;
	overflow:auto;
	margin-bottom:10px;
}
#zglos_uwagi_form input {
	width:440px;
	margin-bottom:10px;
}
#zglos_uwagi_form button[type="submit"] {
	margin-right:30px;
}
#zglos_uwagi_form div {
	text-align:center;
}
#zglos_uwagi_form label {
	font-size:12px;
	margin-left:5px;
}
#zglos_uwagi_form img.loading {
	display:block;
	margin:auto;
	position:relative;
	top:45px;
}
/*
============================================================
 FORMULARZE
============================================================
*/
input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:1px solid #ddd;
	padding:8px;
	font-family:inherit;
	font-size:14px;
	line-height:14px;

	background-color:#F5F5F5;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.1) inset;

	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="url"]:focus, textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="password"] {
	letter-spacing:2px;
}
/*
============================================================
 BUTTON
============================================================
*/
.btn, button, input[type="submit"], input[type="button"] {
	-moz-box-shadow:inset 0px 1px 0px 0px #a8d6ff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a8d6ff;
	box-shadow:inset 0px 1px 0px 0px #a8d6ff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
	background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
	background-color:#33bdef;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #057fd0;
	display:inline-block;
	color:#ffffff !important;
	font-family:inherit;
	font-size:14px;
	font-weight:700;
	line-height:100%;
	margin:10px 0;
 	padding:8px 16px;
	text-decoration:none;
	text-shadow:1px 2px 0px #007ec2;
	cursor: pointer;
}
.btn:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
	background:-moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
	background-color:#019ad2;
	color:#FFF;
}
.btn:active, button:active, input[type="submit"]:active, input[type="button"]:active {
	position:relative;
	top:1px;
}
/*
============================================================
 COMMON
============================================================
*/
.info {
	position:relative;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #DDD;
	background-color:#F0F0F0;
	-moz-box-shadow:0 0 6px -2px #888;
	-webkit-box-shadow:0 0 6px -2px #888;
	box-shadow:0 0 6px -2px #888;
	margin:20px 0 10px 0;
	padding:20px 65px;
	text-align:center;
	line-height:150%;
}
.info.error {
	border:1px solid #FFB1B1;
	background-color:#FFD4D4;
	-moz-box-shadow:0 0 6px -2px #730000;
	-webkit-box-shadow:0 0 6px -2px #730000;
	box-shadow:0 0 6px -2px #730000;
}
.info.alone {
	margin:100px 0;
}
.info .icon4-exclamation, .info .icon4-info {
	position:absolute;
	left:20px;
	top:50%;
	margin-top:-15px;
}
.ramka1 {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
	border:3px solid #A1D100;
	padding:20px;
}
.pjust p {
	text-align:justify;
}
/*
.balloon {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:1px solid rgba(160, 160, 160, 0.5);
	padding:8px;
	background-color:#FFF;
   -webkit-box-shadow:0 0 8px 2px rgba(160, 160, 160, 0.6);
   -moz-box-shadow:0 0 8px 2px rgba(160, 160, 160, 0.6);
   box-shadow:0 0 8px 2px rgba(160, 160, 160, 0.6);
}
.balloon {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:1px solid #555;
	padding:8px;
	background-color:#555;
   -webkit-box-shadow:0 0 8px 2px rgba(160, 160, 160, 0.6);
   -moz-box-shadow:0 0 8px 2px rgba(160, 160, 160, 0.6);
   box-shadow:0 0 6px 1px #555;
	color:#FFF;
	font-size:13px;
}
*/
.ac {
	text-align:center;
}
.al {
	text-align:left;
}
.ar {
	text-align:right;
}
.aj {
	text-align:justify;
}
.red {
	color:red;
}
.clearfix:after {
  clear:both;
  content:".";
  display:block;
  font-size:0;
  height:0;
  line-height:0;
  visibility:hidden;
}
::-webkit-input-placeholder { /* WebKit browsers */
	font-style:italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-style:italic;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-style:italic;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	font-style:italic;
}
.placeholder { /* Internet Explorer <10 */
	font-style:italic;
	color: #aaa;
}
*[title].tooltip {
	cursor:help;
}
ol[type="1"].w1 {
	list-style-type:decimal;
	margin-left:20px;
}
ol[type="a"].w1 {
	list-style-type:lower-latin;
	margin-left:40px;
}
ul.w1 {
	list-style-type:circle;
	margin-left:40px;
}
ol.w1 li, ul.w1 li {
	padding:3px 0;
	line-height:150%;
}
table.w1 td, table.w1 th {
	padding:8px 3px;
	font-size:12px;
	border:1px solid #aaa;
}
table.w1 th {
	background-color:#ccc;
}
/*
============================================================
 breadcrumbs
============================================================
*/
#breadcrumbs {
	color:#565656;
	font-size:12px;
	padding:20px 0 0 0;
}
#breadcrumbs a {
	color:#000;
}
#breadcrumbs a:hover {
	color:#079ED5;
}
#breadcrumbs div {
	display:inline;
}
#breadcrumbs .sep {
	margin:0 2px;
}
/*
============================================================
 indeks stron
============================================================
*/
div.indeks_stron {
	font-family:verdana, tahoma, arial, sans-serif;
	font-size:10px;
	text-align:center;
	margin:0;
	padding:20px 0;
}
div.indeks_stron a, div.indeks_stron b, div.indeks_stron span {
	background-color:#00AAED;
	border:1px solid #0096DF;
	border-radius:3px 3px 3px 3px;
	color:#FFFFFF;
	margin:0 4px;
	padding:2px 6px;
	text-decoration:none;
}
div.indeks_stron a:hover {
	background-color:#0093DD;
	border-color:#0093DD;
}
div.indeks_stron b {
   background-color:rgba(0, 0, 0, 0);
   color:#444;
}
div.indeks_stron span {
   background-color:rgba(0, 0, 0, 0);
   border:1px solid #444;
   color:#444;
}
div.indeks_stron_info {
	font-family:verdana, tahoma, arial, sans-serif;
	font-size:10px;
	text-align:center;
	margin:0 10px;
	padding:20px 0 0 0;
	border-top:2px solid #DEDEDE;
}
/*
============================================================
 jQuery UI
============================================================
*/
.ui-widget button, .ui-widget select {
	font-family:inherit;
	font-size:14px;
}
.ui-widget-content a {
	color:#079ED5;
	text-decoration:none;
}
.ui-dialog button {
	text-shadow:none !important;
	box-shadow:none !important;
}
.ui-dialog * {
	font-family:"Noto Sans", arial, helvetica, sans-serif !important;
}
.ui-dialog button, .ui-datepicker .ui-datepicker-buttonpane button {
	-moz-box-shadow:inset 0px 1px 0px 0px #a8d6ff !important;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a8d6ff !important;
	box-shadow:inset 0px 1px 0px 0px #a8d6ff !important;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
	background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
	background-color:#33bdef;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #057fd0;
	display:inline-block;
	color:#ffffff;
	font-family:inherit;
	font-size:14px; !important
	font-weight:700 !important;
	line-height:100% !important;
	margin:10px 0;
 	padding:8px 16px !important;
	text-decoration:none;
	text-shadow:1px 2px 0px #007ec2 !important;
	cursor: pointer;
}
.ui-dialog {
	font-size:14px !important;
	line-height:150%;
	padding:0;
	border-color:#17A9DF;
	border-width:3px;
}
button.ui-dialog-titlebar-close {
	border:none !important;
	padding:1px !important;
}
.ui-dialog .ui-dialog-titlebar {
	border-width:0 0 1px 0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	background:#17A9DF;
	color:#fff;
	font-size:13px;
	line-height:150%;
}
/* wyłączenie titlebar z okienka dialogowego jquery  */
.dialog_no_title .ui-dialog-titlebar {
	display:none
}
.ui-widget-content a.button {
	color:#930E05;
}
.tabs {
	padding: 0px;
	background: none;
	border-width: 0px;
	font-family:"Noto Sans", arial, helvetica, sans-serif;
}
.tabs .ui-tabs-nav {
	padding-left: 0px;
	background: transparent;
	border-width: 0px 0px 1px 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	font-size:12px;
}
.tabs .ui-tabs-panel {
	border-width: 0px 1px 1px 1px;
}
.ui-tooltip {
	padding: 10px 20px;
	width:250px;
	color: white;
	border-radius:5px;
	font-family:"Noto Sans", arial, helvetica, sans-serif !important;
	font-size:13px;
	line-height:150%;
	box-shadow: 0 0 7px black;
}
.ui-tooltip, .arrow:after {
	background:#0095DE;
	border: 2px solid white;
}
.ui-tooltip .arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}
.ui-tooltip .arrow.top {
	top: -16px;
	bottom: auto;
}
.ui-tooltip .arrow.left {
	left: 20%;
}
.ui-tooltip .arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 23px;
	height: 23px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	tranform: rotate(45deg);
}
.ui-tooltip .arrow.top:after {
	bottom: -20px;
	top: auto;
}
.ui-datepicker {
	font-family:"Noto Sans", arial, helvetica, sans-serif !important;
	font-size:13px;
}
.ui-datepicker .ui-datepicker-current-day a, .ui-datepicker .ui-datepicker-today a {
	border-color:#2BB7EA;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	font-size:12px;
	padding:5px !important;
}
/*
============================================================
 artykuły
============================================================
*/
.lista-artykulow {
	margin-top:20px;
	text-align:center;
}
.lista-artykulow div {
	display:inline-block;
	vertical-align:top;
	width:210px;
	margin:20px 8px;
	line-height:150%;
}
.lista-artykulow div img {
	display:block;
	width:210px;
	height:100px;
	margin-bottom:5px;
	font-size:11px;
}
article p {
	text-align:justify;
}
article p.autor {
	margin-top:20px;
	text-align:right;
	font-size:11px;
	color:#888;
}
article p.autor span {
	font-weight:700;
}
article ul {
	margin:5px 0 5px 10px;
}
article ul li {
	padding:3px 0 3px 25px;
	background-image:url(data:image/gif;base64,R0lGODlhCwALALMAAAq55f///zvH6hq+5/P6/c7x+3fY8Lnf+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAALAAsAAwQkMIBJqaSiakGMpkMRZB/AEUMJHIH3CUGRagNBkFvhlnN1lYEIADs=);
	background-repeat:no-repeat;
	background-position:2px 10px;
	line-height:150%;
	text-align:justify;
}
article ol {
	margin:5px 0 5px 30px;
}
article ol li {
	list-style-type:decimal;
	padding:3px 0;
	line-height:150%;
}
article .galeria {
	text-align:center;
}
article .galeria img {
	margin:20px;
	padding:7px;
  display: inline !important;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  box-shadow: 2px 2px 4px 0 #ccc !important;  
}
/*
================================================================================
 style do pluginów jquery (używanych w wielu modułach)
================================================================================
*/
table.tablesorter thead tr .header {
	background-image:url(https://achtedzieciaki.pl/plugins/jquery.tablesorter/themes/blue/bg.gif);
	background-repeat:no-repeat;
	background-position:center right;
	cursor:pointer;
}
table.tablesorter tbody td {
	vertical-align:top;
}
table.tablesorter tbody tr.odd td {
	background-color:#EAEAEA;
}
table.tablesorter thead tr .headerSortUp {
	background-image:url(https://achtedzieciaki.pl/plugins/jquery.tablesorter/themes/blue/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image:url(https://achtedzieciaki.pl/plugins/jquery.tablesorter/themes/blue/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color:#8DBDD8;
}
/* ##### css/sprite.css 2016-05-05 12:31 (1462444302) ##### */
/*
============================================================
 ikony 16x16px kolorowe tylko wymienione w CSS (6KB)
============================================================
*/
[class^="icon1-"], [class*=" icon1-"] {
    display:inline-block;
    width:16px;
	 height:16px;
    vertical-align:text-top;
	 background-color:transparent;
    background-image:url("https://achtedzieciaki.pl/img/sprite/icons-1.4.png");
    background-repeat:no-repeat;
}
.icon1-balloon-box-left { width: 16px; height: 16px; background-position: 0px 0px; }
.icon1-balloon-box { width: 16px; height: 16px; background-position: -16px 0px; }
.icon1-balloon-ellipsis { width: 16px; height: 16px; background-position: -32px 0px; }
.icon1-balloon-left { width: 16px; height: 16px; background-position: -48px 0px; }
.icon1-calendar1-day { width: 16px; height: 16px; background-position: -64px 0px; }
.icon1-calendar1 { width: 16px; height: 16px; background-position: -80px 0px; }
.icon1-calendar2-day { width: 16px; height: 16px; background-position: -96px 0px; }
.icon1-calendar2 { width: 16px; height: 16px; background-position: -112px 0px; }
.icon1-exit { width: 16px; height: 16px; background-position: -128px 0px; }
.icon1-information-balloon { width: 16px; height: 16px; background-position: -144px 0px; }
.icon1-information-button { width: 16px; height: 16px; background-position: -160px 0px; }
.icon1-information-white { width: 16px; height: 16px; background-position: -176px 0px; }
.icon1-information { width: 16px; height: 16px; background-position: -192px 0px; }
.icon1-key { width: 16px; height: 16px; background-position: -208px 0px; }
.icon1-question-balloon { width: 16px; height: 16px; background-position: -224px 0px; }
.icon1-question-blue { width: 16px; height: 16px; background-position: -240px 0px; }
.icon1-question-button { width: 16px; height: 16px; background-position: -256px 0px; }
.icon1-question-gray { width: 16px; height: 16px; background-position: -272px 0px; }
.icon1-question-white { width: 16px; height: 16px; background-position: -288px 0px; }
.icon1-question { width: 16px; height: 16px; background-position: -304px 0px; }
.icon1-star1 { width: 16px; height: 16px; background-position: -320px 0px; }
.icon1-user { width: 16px; height: 16px; background-position: -336px 0px; }
.icon1-wrench { width: 16px; height: 16px; background-position: -352px 0px; }
/*
============================================================
 ikony 16x16px mono-ciemnoszare kolekcja 140 ikon (9KB)
============================================================
*/
[class^="icon2-"], [class*=" icon2-"] {
    display:inline-block;
    width:16px;
	 height:16px;
    vertical-align:text-top;
    background-image:url("https://achtedzieciaki.pl/img/sprite/glyphicons-small.png");
    background-repeat:no-repeat;
}
.icon2-lock { background-position:-287px -23px; }
.icon2-user { background-position:-167px 2px; }
.icon2-switch { background-position:-385px 2px; }
.icon2-tools { background-position:-433px 2px; }
.icon2-help { background-position:-95px -95px; }
/*
============================================================
 ikony 16x16px mono-białe kolekcja 140 ikon (9KB)
============================================================
*/
[class^="icon3-"], [class*=" icon3-"] {
    display:inline-block;
    width:16px;
	 height:16px;
    vertical-align:bottom;
    background-image:url("https://achtedzieciaki.pl/img/sprite/glyphicons-small-white.png");
    background-repeat:no-repeat;
}
.icon3-lock { background-position:-287px -23px; }
.icon3-user { background-position:-167px 1px; }
.icon3-switch { background-position:-385px 2px; }
.icon3-tools { background-position:-433px 2px; }
.icon3-home { background-position:0px -24px; }
/*
============================================================
 ikony 32x32px mono-szare kolekcja 400 ikon (38KB)
============================================================
*/
[class^="icon4-"], [class*=" icon4-"] {
    display:inline-block;
    width:32px;
	 height:32px;
    vertical-align:text-top;
    background-image:url("https://achtedzieciaki.pl/img/sprite/glyphicons-big.png");
    background-repeat:no-repeat;
}
.icon4-exclamation { background-position:-197px -243px; }
.icon4-exclamation2 { background-position:-1160px -504px; }
.icon4-user-add { background-position:-552px -51px; }
.icon4-info { background-position:-1110px -504px; }
/* ##### plugins/jquery.fancy-fields/fancyfields-1.2.css 2014-11-20 09:21 (1416471700) ##### */

* {margin: 0; padding: 0;}

.ffTextBoxWrapper,
.ffPasswordWrapper,
.ffCheckboxWrapper,
.ffRadioWrapper,
.ffTextAreaWrapper,
.ffSubmitWrapper,
.ffResetWrapper,
.ffButtonWrapper {display: inline-block; zoom: 1; *display: inline; margin: 5px 0;}

.ffSelectWrapper{display: inline-block; zoom: 1; margin: 5px 0;}


.ffTextBoxLeft, .ffTextBoxRight,
.ffPasswordLeft, .ffPasswordRight,
.ffCheckbox, .ffRadio, .ffSelectButton, .ffSelectButton span,
.ffSelectMenuWrapper div.ffSelectMenuTop,
.ffSelectMenuWrapper div.ffSelectMenuBottom,
.ffSelectMenuWrapper > div > span,
.ffTextAreaTop, .ffTextAreaTop span,
.ffTextAreaBottom, .ffTextAreaBottom span,
.ffSubmitWrapper a, .ffSubmitWrapper a span,
.ffResetWrapper a, .ffResetWrapper a span,
.ffButtonWrapper a, .ffButtonWrapper a span {
	background-image: url(/plugins/jquery.fancy-fields/images/sprite.png);
	background-repeat: no-repeat;
}


/* text box */
.ffTextBoxRight, .ffPasswordRight {
	background-position: right -256px;
	padding-right:5px;
}
.ffTextBoxLeft, .ffPasswordLeft {
	background-position: 0 0;
	padding: 0 5px 0 10px;
}
.ffTextBoxLeft input, .ffPasswordLeft input {
		border: 0;
		height: 28px;
		background-color: transparent;
		margin-top: 6px\9;
		height: 22px\9;
}


.ffTextBoxRight:hover,
.ffPasswordRight:hover {background-position: right -288px;}
.ffTextBoxLeft:hover,
.ffPasswordLeft:hover {background-position: 0 -32px;}


.focus .ffTextBoxRight,
.focus .ffPasswordRight {background-position: right -320px;}
.focus .ffTextBoxLeft,
.focus .ffPasswordLeft {background-position: 0 -64px;}

.ffTextBoxWrapper.disabled .ffTextBoxRight,
.ffPasswordWrapper.disabled .ffPasswordRight {background-position: right -352px;}
.ffTextBoxWrapper.disabled .ffTextBoxLeft,
.ffPasswordWrapper.disabled .ffPasswordLeft {background-position: 0 -96px; color: #999;}


/* checkbox */

.ffCheckboxWrapper a {
	text-decoration: none;
	color: #6F6F6F;
	position: relative;
	top: 1px;
	font-size: 14px;
	padding-left: 5px;
	margin-right: 10px;
}
.ffCheckbox {
	width: 21px;
	height: 21px;
	float: left;
	background-position: 0 -288px;
	cursor: pointer;
}
.ffCheckboxWrapper:hover a, .ffCeckboxWrapper.focus a {color: #4e4e4e;}
.ffCheckboxWrapper:hover .ffCheckbox, .ffCeckboxWrapper.focus .ffCheckbox{background-position: -30px -288px;}
.ffCheckboxWrapper.on .ffCheckbox {background-position: -90px -288px;}
.ffCheckboxWrapper.on:hover .ffCheckbox, .ffCeckboxWrapper.on.focus .ffCheckbox {background-position: -60px -288px;}
.ffCheckboxWrapper.disabled .ffCheckbox {background-position: -120px -288px;}
.ffCheckboxWrapper.on.disabled .ffCheckbox {background-position: -150px -288px;}
.ffCheckboxWrapper.disabled a, .ffCeckboxWrapper.disabled:hover a, .ffCeckboxWrapper.disabled.focus a {color: #999;}


/* radio */
.ffRadioWrapper a {
	text-decoration: none;
	color: #555;
	position: relative;
	top: 1px;
	font-size: 14px;
	padding-left: 5px;
	margin-right: 10px;
}
.ffRadio {
	width: 18px;
	height: 18px;
	float: left;
	background-position: -180px -288px;
	cursor: pointer;
}
.ffRadioWrapper:hover a, .ffRadioWrapper.focus a {color: #4e4e4e;}
.ffRadioWrapper:hover .ffRadio, .ffRadioWrapper.focus .ffRadio{background-position: -210px -288px;}
.ffRadioWrapper.on .ffRadio {background-position: -270px -288px;}
.ffRadioWrapper.on:hover .ffRadio, .ffRadioWrapper.on.focus .ffRadio {background-position: -240px -288px;}
.ffRadioWrapper.disabled .ffRadio {background-position: -300px -288px;}
.ffRadioWrapper.on.disabled .ffRadio {background-position: -330px -288px;}
.ffRadioWrapper.disabled a, .ffRadioWrapper.disabled:hover a, .ffRadioWrapper.disabled.focus a {color: #999;}


/* selectbox */
.ffSelectWrapper {width:200px;*clear:both;}
.ffSelect {position: relative;}

.ffSelect > a {
	background-position: right -128px;
	display: block;
	text-decoration: none;
	outline: 0;
	cursor: default;
}
.ffSelect > a > span {
	display: block;
	height: 28px;
	margin-right: 40px;
	padding-left: 10px;
	background-position: 0 0;
	overflow: hidden;
	line-height: 28px;
	font-size: 14px;
	color: #555;
	white-space: nowrap;
	*white-space: normal;
	text-overflow: ellipsis;
}

.ffSelect:hover > a, .ffSelectWrapper.focus .ffSelect > a {background-position: right -160px;}
.ffSelect:hover > a > span, .ffSelectWrapper.focus .ffSelect > a > span {background-position: 0 -32px;}
.ffSelectWrapper.active  .ffSelect> a {background-position: right -192px; z-index: 1005; position: relative;}
.ffSelectWrapper.active  .ffSelect > a > span {background-position: 0 -64px;}
.ffSelectWrapper.disabled .ffSelect > a {background-position: right -224px;}
.ffSelectWrapper.disabled .ffSelect > a > span {background-position: 0 -96px; color: #999;}


.ffSelectMenuWrapper {width: 100%;}


.ffSelectMenuWrapper .ffSelectMenuMidBG ul{list-style-type:none;margin:0 0;padding:0;}
.ffSelectMenuWrapper .ffSelectMenuMidBG li {padding: 5px; cursor: default; background-color: #fff;}
.ffSelectMenuWrapper .ffSelectMenuMidBG li SPAN{font-size:14px;}
.ffSelectMenuWrapper .ffSelectMenuMidBG li.disabled SPAN{color:#888;}
.ffSelectMenuWrapper .ffSelectMenuMidBG li.on{background-color: #ccc;}


.ffSelectMenuWrapper{}
.ffSelectMenuTop {
	height: 5px;	
	background-position: 0 -394px;
	
}
.ffSelectMenuTop span {
	display: block;
	height: 5px;
	margin-left: 8px;
	background: right -384px;
}

.ffSelectMenuBottom {
	height: 5px;
	background-position: 0 -414px;
}
.ffSelectMenuBottom span {
	display: block;
	height: 5px;
	margin-left: 8px;
	background-position: right -404px;
}
.ffSelectMenuMidBG {background:url(/plugins/jquery.fancy-fields/images/sides.png) repeat-y right 0;}
.ffSelectMenuMid  {max-height: 200px; overflow: auto; background: url(/plugins/jquery.fancy-fields/images/sides.png) repeat-y 0 0; padding-left: 4px;margin-right:4px;}

.scrollingBarWrapper{width:24px;height:200px;background:url(/plugins/jquery.fancy-fields/images/scrollingBarBg.png) no-repeat;right:3px!important;}
.scrollingHandle {width:24px;padding-top:20px;background:url(/plugins/jquery.fancy-fields/images/scrollingHandleTop.png) no-repeat 0 0;}
.scrollingHandleBottom{width:24px;background:url(/plugins/jquery.fancy-fields/images/scrollingHandleBottom.png) no-repeat 0px bottom}



/* textarea */
.ffTextAreaWrapper textarea {
    border: 0;
    margin: 10px 10px 10px 15px;
    padding:0 ;
    font-size: 14px;
    color: #555;
    background: none;
    font-family: Arial;
    resize: none;
}


.ffTextAreaTop {
	height: 5px;
	background-position: 0 -394px;
}
.ffTextAreaTop span {
	display: block;
	height: 5px;
	margin-left: 8px;
	background-position: right -384px;
}

.ffTextAreaMid {
    background: transparent url(/plugins/jquery.fancy-fields/images/sides.png) repeat-y right 0;
}
.ffTextAreaMid .ffTextAreaLeft {
    background: url(/plugins/jquery.fancy-fields/images/sides.png) repeat-y 0 0;
    margin-right: 4px;
}


.ffTextAreaBottom {
	height: 5px;
	background-position: 0 -414px;
}
.ffTextAreaBottom span {
	display: block;
	height: 5px;
	margin-left: 6px;
	background-position: right -404px;
}


/* button */
.ffButtonWrapper > a {
	background-position: right -585px;
	display: block;
	text-decoration: none;
	outline: 0;
}
.ffButtonWrapper > a > span {
	display: block;
	height: 36px;
	padding-bottom: 2px;
	line-height: 39px;
	font-size: 15px;
	background-position: 0 -424px;
	text-align: center;
	padding: 0 10px 0 15px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 5px;
}

.ffButtonWrapper:hover > a {background-position: right -625px;}
.ffButtonWrapper:hover > a > span {background-position: 0 -464px;}
.ffButtonWrapper > a:active {background-position: right -665px; position: relative; }
.ffButtonWrapper > a:active > span {background-position: 0 -504px;}
.ffButtonWrapper.disabled > a {background-position: right -705px; position: static;}
.ffButtonWrapper.disabled > a > span {background-position: 0 -544px;color: #c1c1c1;}

input[type="text"], input[type="password"], textarea, select {outline: none;} /* remove webkit yellow border */

select.mobileSelect{opacity:0;filter:alpha(opacity=0);position:absolute;top:0;display:block;}





















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

/* ##### plugins/jquery.chosen/chosen.css 2014-11-20 09:21 (1416471695) ##### */
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  top:-1px;	
  display: block;
  overflow: hidden;
  padding: 6px 0 5px 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('plugins/jquery.chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('plugins/jquery.chosen/chosen-sprite.png') no-repeat 0px 8px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('plugins/jquery.chosen/chosen-sprite.png') no-repeat 100% -20px;
  background: url('plugins/jquery.chosen/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('plugins/jquery.chosen/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('plugins/jquery.chosen/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('plugins/jquery.chosen/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('plugins/jquery.chosen/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}	
.chosen-container .chosen-results li.highlighted {
  background-color: #00AEF0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #00AEF0), color-stop(90%, #0093DD));
  background-image: -webkit-linear-gradient(#00AEF0 20%, #0093DD 90%);
  background-image: -moz-linear-gradient(#00AEF0 20%, #0093DD 90%);
  background-image: -o-linear-gradient(#00AEF0 20%, #0093DD 90%);
  background-image: linear-gradient(#00AEF0 20%, #0093DD 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('plugins/jquery.chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid rgba(82, 168, 236, 0.8);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid rgba(82, 168, 236, 0.8);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('plugins/jquery.chosen/chosen-sprite.png') no-repeat -30px -20px;
  background: url('plugins/jquery.chosen/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('plugins/jquery.chosen/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('plugins/jquery.chosen/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('plugins/jquery.chosen/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('plugins/jquery.chosen/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('plugins/jquery.chosen/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */

/* ##### plugins/jquery.fancybox/jquery.fancybox.css 2015-07-15 12:55 (1436957726) ##### */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('https://achtedzieciaki.pl/plugins/jquery.fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('https://achtedzieciaki.pl/plugins/jquery.fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('https://achtedzieciaki.pl/plugins/jquery.fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('https://achtedzieciaki.pl/plugins/jquery.fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('https://achtedzieciaki.pl/plugins/jquery.fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('https://achtedzieciaki.pl/plugins/jquery.fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
