/*
YUI 3.5.0 (build 5089)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
	color:#000;
	background:#FFF;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF. 
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}

ol,
ul {
	list-style:none;
}

caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:bold;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}
/*
YUI 3.5.0 (build 5089)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font-size: 14px;
	line-height: 1.231;
	font-family: Georgia, Times New Roman, serif;
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea {
	font-size:99%;
	font-family: Georgia, Times New Roman, serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font-size:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	line-height:100%;
}

strong {
  font-weight:bold;
}


/* CSS Document */
/*Akapit*/
p {	
	margin-bottom: 20px;	
}
/*obrazki*/

span.foto_l, img.foto_l, div.foto_lewa {
	display: block;	
	float: left;
	border: 1px solid #E1E1E1;
	margin-top: 5px;
	margin-right: 16px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	background-color: #FFFFFF;
}
span.foto_r, img.foto_r, div.foto_prawa { 
	display: block;	
	float: right;
	border: 1px solid #E1E1E1;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 16px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	background-color: #FFFFFF;
}
span.foto, img.foto, div.foto {
	display: block;
	border: 1px solid #E1E1E1;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	background-color: #FFFFFF;
	text-align: center;	
}
div.foto_prawa > span.foto_r { 
	padding: 0;
  margin: 0;
  border: none; 	
}
div.foto_lewa > span.foto_l { 
	padding: 0;
  margin: 0;
  border: none; 	
}
div.foto > span.foto { 
	padding: 0;
  margin: 0;
  border: none; 	
}
[class^="foto_"] div, [class*=" foto_"] div, div.foto div {
	display: block;
	margin: 0px 5px;	
	color: #BDBCBC;
	font-size: 11px;
	font-style: italic;
  text-align: center;
  text-wrap: normal;
}
/*Nagłowki*/

h1.title {
	color: #003f60;
	font-size: 36px;	
	font-weight: 500;
	line-height: 1.1;
	padding-top: 10px;	
	padding-left: 30px;
	margin-top: 10px;
	margin-bottom: 45px;
	border-left: 3px solid #003f60;
  clear:both;
}
h2 {
	color: #025d8d;
	font-size: 24px;	
	font-weight: 500;
	line-height: 1.1;	
	margin-top: 15px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EAE9E4; 
  clear:both;   
}
h3  {
	color: #025d8d;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.1;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #025d8d;
  clear:both;    
}
/*Listy*/
#tresc ul {
	margin: 10px 0 20px 20px;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
#tresc ul li {
	background-image: url(../themes/default/pics/bullet_black_big.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 22px;
}
#tresc ul ul {
	text-decoration: none;
	margin: 10px 0 10px 10px;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}
#tresc ul ul li {
	font-weight: normal;
	background-image: url(../themes/default/pics/bullet_outline_black_big.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
ul.lista {
	margin: 10px 0 20px 20px;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
ul.lista li {
	background-image: url(../themes/default/pics/bullet_black_big.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 22px;
}
ul.lista ul {
	text-decoration: none;
	margin: 10px 0 10px 10px;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}
ul.lista ul li {
	font-weight: normal;
	background-image: url(../themes/default/pics/bullet_outline_black_big.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
ul.lista1 {
	margin: 10px 0 20px 20px;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
ul.lista1 li {
	background-image: url(../themes/default/pics/bullet_green_big.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 22px;
}
ul.lista1 ul {
	text-decoration: none;
	margin: 10px 0 10px 10px;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}
ul.lista1 ul li {
	font-weight: normal;
	background-image: url(../themes/default/pics/bullet_outline_green_big.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
ul.lista2 {
	margin: 0;	
	padding: 0;
	list-style-type: decimal;
	list-style-image: none;
	list-style-position: inside;
}
ul.lista2 li {
	color: #025d8d;
	list-style-type: decimal;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	list-style-position: inside;
}
ul.lista2 ul li {
	color: #003f60;
	background-image: url(../themes/default/pics/bullet_green_big.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 22px;
}
ol {
	margin: 0;	
	padding: 0;
	list-style-type: decimal;
	list-style-image: none;
	list-style-position: inside;
}
ol li {    	
	list-style-type: decimal;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	list-style-position: inside;
}

/*Panel info*/

.info, div.info, span.info, p.info {
	color: #fff;
	font-size: 16px;
	text-shadow: 0px -1px rgba(0,0,0,0.25);
	text-align: left;
	height: auto;
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 120px;
	background-color: #025d8d;	
	background-image: url(../themes/default/pics/info_ico_white.svg);
	background-position: 20px 20px;
	background-repeat: no-repeat;
	min-height: 70px;
	border: 1px solid #003f60;
}
.info1, div.info1, span.info1, p.info1 {
	color: #025d8d;
	font-size: 16px;
	text-align: left;
	height: auto;
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 120px;
	background-color: #ffffff;
	min-height: 70px;
	border-top: 1px solid #EAE9E4;
	border-right: 2px solid #EAE9E4;
	border-bottom: 2px solid #EAE9E4;
	border-left: 1px solid #EAE9E4;
	background-image: url(../themes/default/pics/info_ico_blue.svg);
	background-position: 20px 20px;
	background-repeat: no-repeat;
}
/*Tabele*/
table {
	background-color: transparent;	
  }
table.th {
  text-align: left;
  font-weight: bold;
}
table.standard {  
  max-width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #ddd;
}
table.standard caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #025d8d;
	text-align: center;
	font-size: 14px;
	font-weight: bold;		
 }
table.standard > thead > tr > th,
table.standard > tbody > tr > th,
table.standard > tfoot > tr > th,
table.standard > thead > tr > td,
table.standard > tbody > tr > td,
table.standard > tfoot > tr > td {
  padding: 15px 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table.standard > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #025d8d;
}
table.standard > caption + thead > tr:first-child > th,
table.standard > colgroup + thead > tr:first-child > th,
table.standard > thead:first-child > tr:first-child > th,
table.standard > caption + thead > tr:first-child > td,
table.standard > colgroup + thead > tr:first-child > td,
table.standard > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table.standard > tbody + tbody {
  border-top: 2px solid #ddd;
}
table.standard .standard {
  background-color: #fff;
}

table.pobierz {  
  max-width: 100%;
  margin-bottom: 20px;  
}
table.pobierz caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #025d8d;
	text-align: center;
	font-size: 14px;
	font-weight: bold;		
	border: 2px solid #EAE9E4;
	border-bottom: none;
 }
table.pobierz > thead > tr > th,
table.pobierz > tbody > tr > th,
table.pobierz > tfoot > tr > th,
table.pobierz > thead > tr > td,
table.pobierz > tbody > tr > td,
table.pobierz > tfoot > tr > td {
  padding: 15px 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid #ddd;
}
table.pobierz > caption + thead > tr:first-child > th,
table.pobierz > colgroup + thead > tr:first-child > th,
table.pobierz > thead:first-child > tr:first-child > th,
table.pobierz > caption + thead > tr:first-child > td,
table.pobierz > colgroup + thead > tr:first-child > td,
table.pobierz > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table.pobierz > tbody + tbody {
  border-top: 2px solid #ddd;
}
table.pobierz .pobierz {
  background-color: #fff;
}
table.pobierz {
  border: 2px solid #EAE9E4;
}
table.pobierz > thead > tr > th,
table.pobierz > thead > tr > td {
  border-bottom-width: 2px;
}
table.pobierz > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #025d8d;
}

table.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}



/* Układy responsywne */

@media all and (max-width: 1279px) and (min-width: 1140px) {
  p {	
	margin-bottom: 18px;	
  }
  span.foto_l, img.foto_l, div.foto_lewa { 	
	margin: 5px 16px 10px 0; 
	padding: 4px;
  }
  span.foto_r, img.foto_r, div.foto_prawa {  	
	margin: 5px 10px 10px 16px; 	
	padding: 4px; 	
  }
  span.foto, img.foto, div.foto { 	
	margin: 5px auto 10px auto; 
	padding: 4px;
	}
  h1.title {	
	font-size: 36px;	
	padding-top: 10px;	
	padding-left: 30px;
	margin-top: 10px;
	margin-bottom: 45px;	
  }
  h2 {  	
	font-size: 24px;	
	margin-top: 15px;
	margin-bottom: 20px;
	padding-bottom: 10px;
  }
  h3  {
	font-size: 16px;	
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px; 	    
  }
  .info, div.info, span.info, p.info { 
	font-size: 16px;
	margin: 20px auto 20px auto;	
	padding: 30px 20px 25px 120px;
	background-image: url(../themes/default/pics/info_ico_white.svg);
	background-position: 20px 20px;
	background-repeat: no-repeat;  
	min-height: 70px; 	
  }
  .info1, div.info1, span.info1, p.info1 { 
	font-size: 16px;
	margin-top: 20px;
  margin: 20px auto 20px auto;
  padding: 30px 20px 25px 120px;
	background-color: #ffffff;
	min-height: 70px;	
	background-image: url(../themes/default/pics/info_ico_blue.svg);
	background-position: 20px 20px;
	background-repeat: no-repeat;   
  }
}

@media all and (max-width: 1139px) and (min-width: 768px) {
  p {	
	margin-bottom: 16px;	
  }
  span.foto_l, img.foto_l, div.foto_lewa { 	
	margin: 4px 15px 9px 0; 
	padding: 3px;
  }
  span.foto_r, img.foto_r, div.foto_prawa {  	
	margin: 4px 9px 9px 15px; 	
	padding: 3px; 	
  }
  span.foto, img.foto, div.foto { 	
	margin: 4px auto 9px auto; 
	padding: 3px;
	}
  h1.title {	
	font-size: 30px;	
	padding-top: 8px;	
	padding-left: 26px;
	margin-top: 8px;
	margin-bottom: 40px;	
  }
  h2 {  	
	font-size: 20px;	
	margin-top: 12px;
	margin-bottom: 15px;
	padding-bottom: 8px;
  }
  h3  {
	font-size: 16px;	
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px; 	    
  }
  .info, div.info, span.info, p.info { 
	font-size: 14px;
	margin: 17px auto 17px auto;	
	padding: 25px 18px 20px 110px;
	background-image: url(../themes/default/pics/info_ico_white.svg);
	background-position: 18px 18px;
	background-repeat: no-repeat; 
	min-height: 60px; 	
  }
  .info1, div.info1, span.info1, p.info1 { 
	font-size: 14px; 	
  margin: 17px auto 17px auto;
  padding: 25px 18px 20px 110px;
	background-color: #ffffff;
	min-height: 60px;	
	background-image: url(../themes/default/pics/info_ico_blue.svg);
	background-position: 18px 18px;
	background-repeat: no-repeat;     
  }
}

@media all and (max-width: 767px) and (min-width: 640px) {
  p {	
	margin-bottom: 14px;	
  }
  span.foto_l, img.foto_l, div.foto_lewa { 	
	margin: 4px 15px 9px 0; 
	padding: 3px;
  }
  span.foto_r, img.foto_r, div.foto_prawa {  	
	margin: 4px 9px 9px 15px; 	
	padding: 3px; 	
  }
  span.foto, img.foto, div.foto { 	
	margin: 4px auto 9px auto; 
	padding: 3px;
	}
  h1.title {	
	font-size: 30px;	
	padding-top: 8px;	
	padding-left: 26px;
	margin-top: 8px;
	margin-bottom: 40px;	
  }
  h2 {  	
	font-size: 20px;	
	margin-top: 12px;
	margin-bottom: 15px;
	padding-bottom: 8px;
  }
  h3  {
	font-size: 16px;	
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px; 	    
  }
  .info, div.info, span.info, p.info { 
	font-size: 14px;
	margin: 17px auto 17px auto;	
	padding: 25px 18px 20px 110px;
	background-image: url(../themes/default/pics/info_ico_white.svg);
	background-position: 18px 18px;
	background-repeat: no-repeat; 
	min-height: 60px; 	
  }
  .info1, div.info1, span.info1, p.info1 { 
	font-size: 14px; 	
  margin: 17px auto 17px auto;
  padding: 25px 18px 20px 110px;
	background-color: #ffffff;
	min-height: 60px;	
	background-image: url(../themes/default/pics/info_ico_blue.svg);
	background-position: 18px 18px;
	background-repeat: no-repeat;   
  }
}

@media all and (max-width: 639px) and (min-width: 320px) {
  p {	
	margin-bottom: 12px;	
  }
  span.foto_l, img.foto_l, div.foto_lewa { 	
	margin: 3px 14px 8px 0; 
	padding: 2px;
  }
  span.foto_r, img.foto_r, div.foto_prawa {  	
	margin: 3px 8px 8px 14px; 	
	padding: 2px; 	
  }
  span.foto, img.foto, div.foto { 	
	margin: 3px auto 8px auto; 
	padding: 2px;
	}
  h1.title {	
	font-size: 24px;	
	padding-top: 6px;	
	padding-left: 20px;
	margin-top: 8px;
	margin-bottom: 30px;	
  }
  h2 {  	
	font-size: 18px;	
	margin-top: 10px;
	margin-bottom: 13px;
	padding-bottom: 6px;
  }
  h3  {
	font-size: 14px;	
	margin-top: 16px;
	margin-bottom: 16px;
	padding-bottom: 8px; 	    
  }
  .info, div.info, span.info, p.info { 
	font-size: 14px;
	margin: 15px auto 15px auto;	
	padding: 20px 16px 15px 110px;
	background-image: url(../themes/default/pics/info_ico_white.svg);
	background-position: 16px 16px;
	background-repeat: no-repeat; 
	min-height: 55px; 	
  }
  .info1, div.info1, span.info1, p.info1 { 
	font-size: 14px; 	
  margin: 15px auto 15px auto;
  padding: 20px 16px 15px 110px;
	background-color: #ffffff;
	min-height: 55px;	
	background-image: url(../themes/default/pics/info_ico_blue.svg);
	background-position: 16px 16px;
	background-repeat: no-repeat;   
  }
}

@media all and (max-width: 319px) {
  p {	
	margin-bottom: 12px;	
  }
  span.foto_l, img.foto_l, div.foto_lewa { 	
	margin: 3px 14px 8px 0; 
	padding: 2px;
  }
  span.foto_r, img.foto_r, div.foto_prawa {  	
	margin: 3px 8px 8px 14px; 	
	padding: 2px; 	
  }
  span.foto, img.foto, div.foto { 	
	margin: 3px auto 8px auto; 
	padding: 2px;
	}
  h1.title {	
	font-size: 24px;	
	padding-top: 6px;	
	padding-left: 20px;
	margin-top: 8px;
	margin-bottom: 30px;	
  }
  h2 {  	
	font-size: 18px;	
	margin-top: 10px;
	margin-bottom: 13px;
	padding-bottom: 6px;
  }
  h3  {
	font-size: 14px;	
	margin-top: 16px;
	margin-bottom: 16px;
	padding-bottom: 8px; 	    
  }
  .info, div.info, span.info, p.info { 
	font-size: 14px;
	margin: 15px auto 15px auto;	
	padding: 20px 16px 15px 110px;
	background-image: url(../themes/default/pics/info_ico_white.svg);
	background-position: 16px 16px;
	background-repeat: no-repeat; 
	min-height: 55px; 	
  }
  .info1, div.info1, span.info1, p.info1 { 
	font-size: 14px; 	
  margin: 15px auto 15px auto;
  padding: 20px 16px 15px 110px;
	background-color: #ffffff;
	min-height: 55px;	
	background-image: url(../themes/default/pics/info_ico_blue.svg);
	background-position: 16px 16px;
	background-repeat: no-repeat;   
  }
}
@charset "utf-8";
/* css document */
/* datepicker */
.datepicker {
    background-image: url('../themes/default/pics/cal.gif');
    background-repeat: no-repeat;
    background-position: 95% center;
}

.datepicker:focus {
    background-image: url('../themes/default/pics/cal_f.gif');
}

.datepicker-container {
    margin-top: -5px;
}

.datepicker-wrapper table {
    background: #bbbbbb;
    border-collapse: collapse !important;
    border: 1px solid #bbbbbb;
    color: #414141;
    margin: 0;
}

.datepicker-wrapper table td {
    border: 1px solid #e4e4e4;
    padding: 3px;
    font-size: 11px;
    font-family: tahoma, arial, sans-serif;
    border-collapse: collapse;
}

.datepicker-wrapper table tr td.nav {
    padding: 0;
    background: #003f60;
}

.datepicker-wrapper table tr td.nav img {
    vertical-align: middle;
    cursor: pointer;
}

.datepicker-wrapper table input {
    font-size: 10px;
    padding: 2px 4px;
}

.datepicker-wrapper table select {
    font-size: 11px !important;
    margin-right: 3px;
    padding: 1px;
    vertical-align: middle;
    border: 0;
    color: #003f60 !important;
    width: auto!important;
    height: 18px !important;
    display: inline-block !important;
}

.datepicker-wrapper table .slct {
    width: auto !important;
}

.datepicker-wrapper table .slct:after {
    content: none !important;
}

.dayname {
    background: #2d88b8;
    color: #fff;
}

.datepicker-wrapper table td.empty {
    background: #fff;
    border: 0;
}

.datepicker-wrapper table td.day {
    background: #ffffff;
    color: #012639;
}

.datepicker-wrapper table td.n {
    background: #67a8ca;
    color: #fff;
}

.datepicker-wrapper table .bp {
    display: inline;
    margin: 0 1px 0 0;
    vertical-align: middle;
}

.datepicker-wrapper table .bn {
    display: inline;
    margin: 0;
    vertical-align: middle;
}

div.kalendarzyk img {
    cursor: pointer;
}


body {
	font-family: georgia, times new roman, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #444030;
	text-decoration: none;
	background-image: none;
	background-color: #ffffff;		
}
body.wersja-narodowa {
  background-image: url(../themes/default/pics/bg_wersja-narodowa.png);
	background-repeat: no-repeat;
	background-position: center top;
  padding-top: 30px;			
}
body.wersja-noworoczna {
  background-image: url(../themes/default/pics/bg_wersja-noworoczna.png);
	background-repeat: no-repeat;
	background-position: center top;
  padding-top: 30px;			
}
body.wersja-wielkanocna {
	background-image: url(../themes/default/pics/bg_wersja-wielkanocna.png);
	background-repeat: no-repeat;
	background-position: center top;
  padding-top: 30px;		
}
body.wersja-zalobna {
	background-image: url(../themes/default/pics/bg_wersja-zalobna.png);
	background-repeat: no-repeat;
	background-position: center top;
  padding-top: 30px;		
}
.clear { 
	background-image: none; 
	width: auto; 
	height: 0; 
	float: none; 
	clear: both; 
	margin: 0; 
	padding: 0; 
	border-style: none; 
	border-width: 0; 
}
.mod-stopka { 
	background-image: none; 
	width: auto; 
	height: 0; 
	float: none; 
	clear: both; 
	margin: 0; 
	padding: 0; 
	border-style: none; 
	border-width: 0; 
}
.mod-naglowek { 
	margin-top: 20px;
}
.mod-naglowek span {
	color: #2a93d8;	
	font-size: 11px;	
	font-style: italic;
	margin: 0;
	padding: 0;
}
.mod-naglowek h2 {	
	border: none;
	margin-top: 10px;
}
.hidden {
 display: none;
}
.vh, .hidden {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
a {
	color: #2a93d8;
	font-weight: normal;
	text-decoration: none;
}
a:hover {	
	text-decoration: underline;
}
td { 
	font-size: 14px; 
	font-family: georgia, times new roman, serif;
	font-weight: normal; 
	font-style: normal; 
	background-color: transparent; 
	background-image: none; 
	text-decoration: none; 
}
img, form { 
	margin: 0; 
	padding: 0; 
	border: 0; 	
}
br { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	height: 0;
}

/* index */
	
#top_hd {
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eae9e4;	
}
#left_top_hd {
	width: 50%;
	float: left;
}
#right_top_hd {
	width: 50%;
	float: right;
}
#logo_left {
	float: left;
		
}
#logo_right {
	float: left;
}
#logo_left a {
	display: block;
	background-color: none;	
}
#logo_left a object {
	pointer-events: none;
	position: relative; 	
}
#logo_left a object svg:hover .st_logo {
	fill: #ff0000;
}
#lang_v {
	margin-left: 17px;			
}
#lang_v ul li {
	float: left;
	font-family: arial, verdana, sans-serif;	
	display: block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 11px;
	border-right: 1px solid #b5b5b5;
	font-size: 11px;
	line-height: 11px;		
}
#lang_v ul li a {
	color: #b5b5b5;	
}
#lang_v ul li a:hover {
	color: #a14102;	
	text-decoration: none;
}
#lang_v ul li a.active {
	color: #a14102;	
	text-decoration: none;
}
#lang_v ul li:first-child {	
	padding-left: 0px;	
}
#lang_v ul li:last-child {		
	border: none;
}
#left_top_hd h1 {	
	display: block;	
	font-size: 28px;	
	margin-left: 15px;
	margin-top: 8px;		
}
#left_top_hd h1 a {	
	color: #5f583d;			
}
#left_top_hd h1 a:hover {	
	color: #003f60;	
	text-decoration: none;		
}
#left_top_hd h1 span {
	display: block;
	font-size: 15px;
	color: #a2a09b;	
}
#left_top_hd h1 a:hover span {	
	color: #003f60;	
	text-decoration: none;		
}
#top_ico {
}
#top_ico ul li {
	float: right;		
	display: block;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 21px;
	border-right: 1px solid #d3d3d3;	
}
#top_ico ul li a object {
	pointer-events: none;
	position: relative; 	
}
#top_ico ul li:first-child {	
	border: none;
	padding-right: 0px;	
}
#top_ico ul li:last-child {		
	padding-left: 0px;
}
#top_ico ul li a {
	display: block;
}
#bottom_ico {
	margin-top: 20px;
}
#search_box {
	border-bottom: 1px solid #eae9e4;
	width: 280px;
	height: 30px;
	float: right;
	clear: both;
	background-color: #f8f7f4;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;	
}
#search_box input#szukaj {
	border: none;
	width: 226px;
	margin: 8px;
	padding-left: 7px;
	vertical-align: middle;
	color: #898989;
	background-color: transparent;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}
#search_box input#btn_szukaj {
	margin-top: 6px;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 6px;
	vertical-align: middle;
}
#font_size {
	float: right;
  clear: none;
	padding-top: 6px;
	padding-right: 15px;
	padding-left: 20px;
	padding-bottom: 5px;
}
#font_size ul li {
	float: right;		
	display: block;
	padding: 0;
	margin-left: 3px;
	margin-right: 3px;
}
#font_size ul li a {		
	display: block;	
}
#font_size ul li a object {
	pointer-events: none;
	position: relative; 	
}
#contrast_v, .contrast_v {
	float: right;
	border-right: 1px solid #ebeae7;	
}
#contrast_v a, .contrast_v a {		
	display: block;
	padding-top: 6px;
	padding-right: 24px;
	padding-left: 20px;
	padding-bottom: 5px;	
}
.contrast_v a {		
	padding-top: 2px;
}
#contrast_v a object, .contrast_v a object {
	pointer-events: none;
	position: relative; 	
}
#contener {
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	display: block;		
}
#top_foto_border {
	border-bottom: 1px solid #ffffff;
	background-color: #f3f0ec;
	padding-top: 10px;
	width: 100%;
	margin-left: 0;
	margin-right: 0;	
}
#top_foto {	
	width: 100%;
	overflow: hidden;
	margin-top: -10px;
	height: auto;
} 
#main_image_slider {
  width: 100%; 
  z-index: 1
}
#main_image_slider li {
  width: 100%; 
}
#main_image_slider img {	
  width: 100%;
  max-height: 750px;
  height: auto;
	z-index: 0
}
#main_image_slider ul {
    position: relative;
}
/* stare
#top_foto {	
	width: 100%;
	overflow: hidden;
	margin-top: -10px;
	position: relative;	
	height: 475px;
}
#main_imge_slider {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;	
}

#main_image_slider {position: absolute; top:0; height:475px; width: 100%; z-index: 1}

#main_image_slider ul
{
	position: absolute;top:0;
	width: 100%;
	height: 100%;
}

#main_image_slider ul li {
	position: absolute;top:0;
	width: 100%;
	height: 100%;
	-moz-appearance: none;
	appearance: none;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;    
}
*/
/* stare
#top_foto img {	
	max-width: 100%;
	height: auto;	
	z-index: 0
}
*/
#top_foto_shadow {	
	width: 100%;
	position: relative;	
	z-index: 999;
	height: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.00) 100%);
}
#top_menu {
	width: 100%;	
	background-color: #ffffff;	
	margin-bottom: 20px;
	margin-top: 20px;
}
#top_menu ul {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	display: block;		
}
#top_menu ul li {
	display: block;
	float: left;
	width: 25%;	
}
#top_menu ul li a {
	color: #444030;
	font-size: 21px;
	display: block;
	width: 100%;
	padding-left: 0;
	border-left: 1px solid #d1cec8;
	padding-top: 8px;
	padding-bottom: 7px;
	position: relative;
	z-index: 0;
	box-sizing: border-box;	
	text-align: center;
	-webkit-transition: 0.55s;
	transition: 0.55s;
  font-weight: bold;
}
#top_menu ul li a:hover {
	background-color: #003f60;
	color: #ffffff;
	text-decoration: none;	
}
#top_menu ul li:last-child a:hover {	
	width: 100%;	
}
#top_menu ul li:first-child a {	
	border-left: none;
}
#box_top_contener {	
	width: 100%;
	background-color: #003f60;	
	margin-bottom: 20px;
}
#box_top_contener ul li {	
	float: left;
	width: 33.3333%;
	display: block;
}
a.box_top {
	display: block;
	min-height: 77px;
	width: 96%;	
	padding: 15px 0 15px 4%;	
	box-sizing: content-box;
	color: #e8dccf;	
	-webkit-transition: 0.55s;
	transition: 0.55s;		
}
#box_top_contener ul li:last-child a.box_top svg {	
	border-right: none;		
}
a.box_top:hover {	
	color: #003f60;
	background-color: #ffffff;
	margin-left: -1px;
	padding: 15px 1px 15px 4%;
	text-decoration: none;		
}
a.box_top strong {
	display: block;
	font-size: 27px;
	text-align: right;
	margin-top: 15px;
	font-weight: normal;		
}
a.box_top strong span {
	font-size: 20px;
	display: block;
}
a.box_top svg {
	display: block;
	float: right;
	padding: 0 15% 0 3%;
	border-right: 1px dotted #e8dccf;	
}
a.box_top:hover svg .st0 {	
	border-right: none;	
	fill: #003f60;
}
#news_box {
	width: 92%;
	margin-left: 4%;
	margin-right: 4%;
	padding: 0;
	margin-bottom: 35px;
}
#news_box header {
	font-size: 36px;
	font-variant: normal;
	color: #623310;
	margin-top: 40px;
	margin-bottom: 25px;
}
#news_box header a {
	font-size: 16px;
	color: #6c4327;
	display: inline-block;
	float: right;
	margin-top: 15px;
}
.short_news {
	float: left;
	width: 17%;
	margin-left: 3.75%;
	padding: 0;
}
.short_news:first-of-type {	
	width: 17%;
	margin-left: 0%;	
}
.short_news div {
	width: 100%;
	height: 120px;
  overflow: hidden;
}
.short_news img {
	width: 100%;
	height: auto;
}
.short_news > h2 {	
	font-size: 16px;
  min-height: 26px;
  max-height: 26px;
  overflow: hidden;
	color: #211105;
	margin-top: 20px;
  margin-bottom: 10px;		
	font-weight: normal;
  border-bottom: none;   
}
.short_news p {
	font-size: 13px;
	margin-top: 8px;
	margin-bottom: 13px;
	line-height: 1.6em;
	color: #373426;
  border-top: 1px solid #dbd0c6;
  padding-top: 15px;
  min-height: 125px;
  max-height: 125px;
  overflow: hidden;
}
.short_news a {
	display: inline-block;
	padding: 5px 22px;
	background-color: #003f60;
	font-size: 13px;
	color: #ffffff;
	border: 2px solid #003f60;
	-webkit-transition: 0.55s;
	transition: 0.55s;	
}
.short_news a:hover {	
	background-color: #ffffff;
	color: #003f60;
	border: 2px solid #003f60;
	text-decoration: none;
}
#bottom_box {
	width: 92%;
	padding : 40px 4% 20px;
	margin-bottom : 20px;
	background-image: -webkit-linear-gradient(270deg,rgba(0,54,75,1.00) 0%,rgba(0,92,127,1.00) 2%,rgba(0,67,100,1.00) 6%,rgba(0,67,100,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,54,75,1.00) 0%,rgba(0,92,127,1.00) 2%,rgba(0,67,100,1.00) 6%,rgba(0,67,100,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,54,75,1.00) 0%,rgba(0,92,127,1.00) 2%,rgba(0,67,100,1.00) 6%,rgba(0,67,100,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,54,75,1.00) 0%,rgba(0,92,127,1.00) 2%,rgba(0,67,100,1.00) 6%,rgba(0,67,100,1.00) 100%);
}
#bottom_box_left {
	float: left;
	width: 30%;
	margin-right: 3%;
	min-height: 450px;	
}
#bottom_box_center {
	float: left;
	width: 31%;
	border-right: 1px dotted #517687;
	border-left: 1px dotted #517687;
	padding-left: 1%;
	padding-right: 1%;	
	min-height: 450px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	text-align: center;		
}
#bottom_box_right {
	float: left;
	width: 30%;
	margin-left: 3%;
	min-height: 450px;	
}
#ankieta_box {
	width: 100%;	
}
#ankieta_box header {
	color: #ffffff;
	font-size: 30px;
	border-bottom: 1px dotted #517687;
	padding: 0 0 10px;	
} 
#ankieta_box a{
	float: right;
	margin-top: -45px;
	display: inline-block;
	padding: 5px 0;
	background-color: #e8dccf;
	font-size: 13px;
	color: #003f60;
	border: 2px solid #003f60;
	-webkit-transition: 0.55s;
	transition: 0.55s;
	min-width: 100px;
	text-align: center;	
}
#ankieta_box a:hover {	
	background-color: #ffffff;
	color: #003f60;
	border: 2px solid #003f60;
	text-decoration: none;
}
#ankieta_box h2 {
	margin-top: 30px;
	margin-bottom: 25px;
	color: #e8dccf;
	font-size: 14px;
	font-weight: normal;
	border-bottom: none;
	padding-bottom: 0;
}
#ankieta_box input[type=submit] {
	float: right;	
	display: inline-block;
	padding: 5px 0;
	background-color: #e8dccf;
	font-size: 13px;
	color: #003f60;
	border: 2px solid #003f60;
	-webkit-transition: 0.55s;
	transition: 0.55s;
	min-width: 100px;
	text-align: center;	
}
#ankieta_box input[type=submit]:hover {
	background-color: #ffffff;
	color: #003f60;
	border: 2px solid #003f60;
	text-decoration: none;
}
#ankieta_box p {
	margin-bottom: 7px;
	color: #e8dccf;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
  clear: both;	
}
#ankieta_box p.ank_alert { 	
	color: #2a93d8;
	font-style: italic;	
} 
#ankieta_box p label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	vertical-align: middle;	
}
#ankieta_box p input[type=radio] {
	box-sizing: border-box;
    padding: 0;
}
#ankieta_box p input[type=radio] {
	display: none;
}
#ankieta_box p label:before {
  vertical-align: middle;
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 10px;
	position: absolute;
	left: 0;
  top: -1px;
	background-color: #dcd4c8;
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}
#ankieta_box p label:before {
	border-radius: 7px;
}
#ankieta_box p input[type=radio]:checked + label:before {
    content: "\2022";
    color: #003f60;
    font-size: 30px;
    text-align: center;
    line-height: 12px;
}
#newsletter_box {
	width: 100%;
}
#newsletter_box header {
	color: #ffffff;
	font-size: 30px;
	border-bottom: 1px dotted #517687;
	padding: 10px 0 10px;	
}
#newsletter_box p {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #e8dccf;
	font-size: 12px;
	font-weight: normal;
}
#newsletter_box input[type=submit] {
	float: right;	
	display: inline-block;
	padding: 5px 0;
	background-color: #e8dccf;
	font-size: 13px;
	color: #003f60;
	border: 2px solid #003f60;
	-webkit-transition: 0.55s;
	transition: 0.55s;
	min-width: 100px;
	text-align: center;	
	margin-left: 5px;
}
#newsletter_box input[type=submit]:hover {
	background-color: #ffffff;
	color: #003f60;
	border: 2px solid #003f60;
	text-decoration: none;
}
#newsletter_box input[type=text] {
	float: right;	
	display: inline-block;
	padding: 5px;
	background-color: #e8dccf;
	font-size: 13px;
	color: #003f60;
	border: 2px solid #003f60;	
	width: 80%;
	text-align: left;
	margin-bottom: 10px;	
}
#baner_box {
	overflow-y: hidden;  
  width: 300px;	
	height: 354px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
#baner_box img {
	margin-bottom: 15px;
}
#stopka-bannery-wstecz {
  display: inline-block;
	margin: 0px;
} 
#stopka-bannery-wprzod {
  display: inline-block;
	margin: 0px;
} 
#bottom_box_center a object {
	pointer-events: none;
	position: relative; 	
}
#kalendarz_box header {
	width: 100%;
	color: #ffffff;
	font-size: 28px;
	border-bottom: 1px dotted #517687;
	padding: 0 0 10px;
}
#kalendarz_box {
	width: 100%;
	text-align: center;
	position:relative;
}
#kalendarz_box table + a {	
	margin-top: 5px;
	display: inline-block;
	padding: 5px;
	background-color: #e8dccf;
	font-size: 13px;
	color: #003f60;
	border: 2px solid #003f60;
	-webkit-transition: 0.55s;
	transition: 0.55s;
	min-width: 100px;
	text-align: center;	
}
#kalendarz_box a:hover {	
	background-color: #ffffff;
	color: #003f60;
	border: 2px solid #003f60;
	text-decoration: none;
}
#social_box {
	width: 100%;
	text-align: center;
	margin-top: 45px;
}
#social_box ul {
	display: inline-block;	
}
#social_box ul li {
	float: left;
	margin-left: 12px;
}
#social_box ul li:first-child {	
	margin-left: 0px;
}
footer {
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	margin-top: 0;
	margin-bottom: 30px;
}
#top_footer {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
}
#bottom_footer {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
#top_footer_left {
	float: left;
	width: 46%;
	text-align: right;
	padding-right: 4%;	
}
#top_footer_left a {
	font-size: 18px;
	color: #c60915;
	padding-top: 5px;
	display: inline-block;
	vertical-align: middle;
}
#top_footer_left a::before {
	display: inline-block;
	content: url(../themes/default/pics/bip_icon.svg);
	vertical-align: middle;
	margin-right: 12px;	
}
#top_footer_right {
	float: left;
	width: 46%;
	text-align: left;
	padding-left: 4%;
}
#bottom_footer_left {
	float: left;
	width: 46%;
	text-align: right;
	padding-right: 4%;
	border-right: 1px solid #d1cec8;
}
#bottom_footer_left h2 {
	color: #6b625d;
	font-size: 18px;
	font-weight: normal;	
	line-height: 1.6em;
	margin-bottom: 0;
    margin-top: 0;
	border-bottom: none;
}
#bottom_footer_left p {
	font-size: 11px;
	color: #6b625d;
	line-height: 1.6em;	
}
#bottom_footer_left p span {
	display: block;	
}
#bottom_footer_right {
	float: left;
	width: 45%;
	text-align: left;
	padding-left: 4%;
}
#bottom_footer_right h2 {
	color: #6b625d;
	font-size: 18px;
	font-weight: normal;	
	line-height: 1.6em;
	margin-bottom: 0;
    margin-top: 0;
	border-bottom: none;
}
#bottom_footer_right p {
	font-size: 11px;
	color: #6b625d;
	line-height: 1.6em;	
}
#bottom_footer_right p > a {	
	color: #9c1006;	
}
#bottom_footer_right p strong {
	display: block;
	font-family: arial, sans-serif;
	color: #959595;
	font-size: 9px;
}
#bottom_footer_right p strong > a {	
	color: #434343;	
}
#bottom_footer_right p strong > a span {	
	color: #f39200;	
}
#bottom_footer_right p strong > a:hover span {	
	color: #f39200;
	text-decoration: underline;	
}

/* subpage */

#left_top_hd p {	
	display: block;	
	font-size: 28px;	
	margin-left: 15px;
	margin-top: 8px;		
}
#left_top_hd p a {	
	color: #5f583d;			
}
#left_top_hd p a:hover {	
	color: #003f60;	
	text-decoration: none;		
}
#left_top_hd p span {
	display: block;
	font-size: 15px;
	color: #a2a09b;	
}
#left_top_hd p a:hover span {	
	color: #003f60;	
	text-decoration: none;		
}

#top_menu_subpage {
	width: 100%;	
	background-color: #ffffff;	
	margin-bottom: 10px;
	margin-top: 0px;
}
#top_menu_subpage ul {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	display: block;		
}
#top_menu_subpage ul li {
	display: block;
	float: left;
	width: 25%;	
}
#top_menu_subpage ul li a {
	color: #ffffff;
	background-color: #003f60;
	font-size: 21px;
	display: block;
	width: 100%;
	padding-left: 0;
	border-left: 1px solid #ffffff;
	padding-top: 18px;
	padding-bottom: 17px;
	position: relative;
	z-index: 0;
	box-sizing: border-box;	
	text-align: center;
	-webkit-transition: 0.55s;
	transition: 0.55s;
  font-weight: bold;
}
#top_menu_subpage ul li a:hover {
	background-color: #ffffff;
	color: #444030;
	text-decoration: none;	
}
#top_menu_subpage ul li:last-child a:hover {	
	width: 100%;	
}
#top_menu_subpage ul li:first-child a {	
	border-left: none;
}
#sb_content {	
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding: 20px 0;
	margin-bottom: 35px;
	border-top: 1px solid #eae9e4;
	border-bottom: 1px solid #eae9e4;
}
#sb_l_content {
	float: left;
	width: 25%;
	box-sizing:border-box;	
}
#sb_r_content {
	float: left;
	width: 70%;
	margin-left: 5%;
	box-sizing:border-box;
}
#subpage_content {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.75em;
}

/* subpage menu */

#subpage_menu {
	width: 100%;
	padding: 20px;
	margin: 0 0 30px;
	border-top: 1px solid #eae9e4;
	border-right: 2px solid #eae9e4;
	border-bottom: 2px solid #eae9e4;
	border-left: 1px solid #eae9e4;	
	box-sizing: border-box;	
}
#subpage_menu strong {
	width: 100%;
	display: block;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 8%;
	margin: 0 0 2px;
	color: #ffffff;
	font-size: 14px;
	background-color: #003f60;	
	box-sizing: border-box;
	font-weight: normal;	
}
div#subpage_menu div {
	margin: 0 0 0 0;
	padding: 0;
	border-bottom: 1px solid #eae9e4;
	
}
div#subpage_menu div a {
	color: #003f60;
	font-size: 18px;
	text-decoration: none;
	display: block;
	text-align: left;
	padding-top: 16px;
	padding-right: 4%;;
	padding-bottom: 12px;
	padding-left: 8%;
	margin: 0;
	border: none;
	background-color: transparent;
	margin-bottom: -1px;
	margin-top: -1px;
	border-left: 5px solid transparent;
	-webkit-transition: 0.55s;
	transition: 0.55s;	
}
div#subpage_menu div a:hover {
	color: #a14102;	
	text-decoration: none;
	background-color: #eae9e4;
	border-left: 5px solid #a14102;
	margin-bottom: -1px;
	margin-top: -1px;
}
div#subpage_menu div a.active {
	color: #a14102;	
	text-decoration: none;
	background-color: #eae9e4;
	border-left: 5px solid #a14102;
	margin-bottom: -1px;
	margin-top: -1px;
}
div#subpage_menu div div {
	margin: 0;
	padding: 0;
	background-color: #f3f2ee;
	border-bottom: none;	
}
div#subpage_menu div div a {
	color: #003f60;
	font-size: 14px;	
	background-color: transparent;
	text-decoration: none;
	background-image: url(../themes/default/pics/bullet_green.png);
	background-repeat: no-repeat;
	background-position: 10% center;
	display: block;	
	padding-top: 10px;
	padding-right: 4%;
	padding-bottom: 7px;
	padding-left: 16%;	
}
div#subpage_menu div div a:hover {
	color: #a14102;
	text-shadow: none;
	background-color: #f7f7f7;
	background-image: url(../themes/default/pics/bullet_black.png);
	background-repeat: no-repeat;
	background-position: 10% center;
	outline: none;
	border-left: 5px solid transparent;
	text-decoration: underline;	
}
div#subpage_menu div div a.active {
	color: #a14102;
	text-shadow: none;
	background-color: #f7f7f7;
	background-image: url(../themes/default/pics/bullet_black.png);
	background-repeat: no-repeat;
	background-position: 10% center;
	outline: none;
	border-left: 5px solid transparent;
	text-decoration: underline;	
}
div#subpage_menu div div div {
	margin: 0;
	padding: 0;
	background-color: #f7f7f7;
	border-bottom: none;	
}

div#subpage_menu div div div a {
	color: #003f60;
	font-size: 12px;	
	background-color: transparent;	
	background-image: url(../themes/default/pics/bullet_outline.png);
	background-repeat: no-repeat;
	background-position: 20% center;
	display: block;	
	padding-top: 6px;
	padding-right: 4%;
	padding-bottom: 4px;
	padding-left: 28%;
	text-decoration: none;	
}
div#subpage_menu div div div a:hover {
	color: #a14102;
	background-color: #ffffff;
	background-image: url(../themes/default/pics/bullet_outline_black.png);
	background-repeat: no-repeat;
	background-position: 20% center;
	outline: none;
	text-decoration: underline;	
}
div#subpage_menu div div div a.active {
	color: #a14102;
	background-color: #ffffff;
	background-image: url(../themes/default/pics/bullet_outline_black.png);
	background-repeat: no-repeat;
	background-position: 20% center;
	outline: none;
	text-decoration: underline;
}

/* lokalizer */

#lokalizer {
	width: 100%;
	font-size: 11px;
	text-align: right;	
	padding-top: 10px;	
	padding-bottom: 10px;
	margin-top: 0px;
	height: 65px;
	box-sizing:border-box;	
}
#lokalizer span {	
	font-weight: normal;
	color: #707070;	
}

/* print panel */

#print_panel {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e1e1e1;	
	margin: 30px 0px 20px;	
	padding: 5px 0px 0px;	
}
#print_panel a {
	display: block;
	float: left;	
}
#print_panel a:hover {
	text-decoration: none;	
}
#print_panel a.pp_right {
	display: block;
	float: right;	
}
#print_panel a.pp_last span {
	border-right: none;	
}
#print_panel a:hover span {
	background-color: #025d8d;
	border: none;	
	color: #ffffff;
	text-decoration: none;
}
#print_panel a.pp_last:hover span {
	border:none;
	text-decoration: none;	
}
#print_panel a span {
	display: block;	
	background-color: #ffffff;
	border:none;	
	padding: 4px 10px;
	font-size: 14px;
	color: #025d8d;
	text-decoration: none;
	min-height: 34px;
	max-height: 34px;
	box-sizing: border-box;	
	vertical-align: middle;
}
#print_panel a:hover span.pp_drukuj:before {	
	content: url(../themes/default/pics/print_iko_white.svg);
}
#print_panel a:hover span.pp_polec:before {	
	content: url(../themes/default/pics/polec_iko_white.svg);
}
#print_panel a:hover span.pp_top:before {	
	content: url(../themes/default/pics/back_iko_white.svg);
}
#print_panel a:hover span.pp_back:before {	
	content: url(../themes/default/pics/top_iko_white.svg);
}
.pp_drukuj:before {
	content: url(../themes/default/pics/print_iko.svg);
	margin-right: 3px;	
	vertical-align: text-top;	
}
.pp_polec:before {
	content: url(../themes/default/pics/polec_iko.svg);
	margin-right: 3px;	
	vertical-align: text-top;	
}
.pp_top:before {
	content: url(../themes/default/pics/back_iko.svg);
	vertical-align: text-top;
}
.pp_back:before {
	content: url(../themes/default/pics/top_iko.svg);	
	vertical-align: text-top;
}

/* aktualności 

.news_skrot {		
	padding: 15px 0 15px;	
	border-bottom: 1px dotted #e1e1e1;	
	line-height: 1em;	
	margin-bottom: 20px;
}
.news_skrot div.data_news {	
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	border-bottom: 1px dotted #2a93d8;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.news_skrot div > p {
	display: block;	
	font-size: 14px;
	color: #003f60;	
	margin-top: 20px;
	text-align: center;	
}
.news_skrot h2 {
	display: block;	
	font-size: 17px;
	color: #2a93d8;	
	width: 100%;
	line-height: 1.4em;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 10px 0;
	text-align: center;	
} 
.news_skrot p {
	display: block;	
	font-size: 14px;	
	line-height: 1.4em;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: center;	
}  
.news_full  {
	margin-bottom: 80px;
}
.news_full span.news_full_data {
	color: #003f60;
	font-size: 14px;	
	margin-top: 25px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #2a93d8;		
}
.news_full h2.news_full_header  {
	font-size: 17px;
	color: #2a93d8;		
	line-height: 1.4em;	
	border-bottom: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 0 25px;
	margin: 15px 0;
	text-align: left;	
}
.news_full a.zobacz_wszystkie {		
	display: block;
	float: right;
	text-decoration: none;
	margin-top: 0px;
} 
.news_full a.zobacz_wszystkie:hover span.zobacz_full {
	background-color: #003f60;
	color: #ffffff;
	text-decoration: none;
}
.news_full a.zobacz_wszystkie span{
	display: block;	
	background-color: #ffffff;
	border: 2px solid #003f60;	
	padding: 6px 6px;
	font-size: 14px;
	line-height: 1em;
	color: #003f60;
	text-decoration: none;
	min-height: 30px;
	max-height: 30px;
	box-sizing: border-box;	
	vertical-align: middle;
} */

/* wyszukiwarka aktualnosci */ 
#aktualnosci-wyszukiwarka ul.wyniki-formularz-pola {    
  margin: 0 0 40px 0 !important;
  padding: 0 !important;  
  list-style-type: none !important; 
  list-style-image: none !important;    
  background: none; 
  clear: both;
  display: block;
  overflow: hidden; 
}

#aktualnosci-wyszukiwarka .wyniki-formularz-pola li {
	width: 37%;
  float:left;
  margin: 0 !important;
  padding: 10px 1% 0 0 !important;  
  list-style-type: none !important; 
  list-style-image: none !important;    
  background: none;   
}
#aktualnosci-wyszukiwarka .wyniki-formularz-pola li label {
	display: inline-block !important;
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; 
}
#aktualnosci-wyszukiwarka .wyniki-formularz-pola li input[type=text] {
	margin: 0 !important; 
  width: 98% !important; 
  padding-left: 2%;  
  height: 38px; 
  display: inline-block !important;
  color: #555555;	
  font-size: 14px;	
	background-color: #ffffff;
  border: 1px solid #e0e0e0; 
}

#aktualnosci-wyszukiwarka .wyniki-formularz-pola li + li {
	width: 13%;
  padding: 10px 1% 0 0 !important; 
}

#aktualnosci-wyszukiwarka .wyniki-formularz-pola li + li + li + li {
	width: 33%;
  padding: 10px 1% 0 0 !important;
}
#aktualnosci-wyszukiwarka .wyniki-formularz-pola li + li + li + li select {
  padding: 3px;
  width: 98% !important; 
  height: 40px; 
	width:auto; 
	line-height:1.6; 	
	vertical-align: baseline; 
	font-size:14px; 	
	border: 1px solid #e0e0e0;
}

#aktualnosci-wyszukiwarka .wyniki-formularz-pola li + li + li + li:before {
	content: none;
}

#aktualnosci-wyszukiwarka .wyniki-formularz-pola li + li + li + li + li {
	width: 24%;
  padding: 20px 1% 0 0 !important; 
	text-align: left;
}

#aktualnosci-wyszukiwarka .wyniki-formularz-pola li + li + li + li + li strong {
	color: #2a93d8;
}

#aktualnosci-wyszukiwarka .wyniki-formularz-pola li + li + li + li + li + li {
	width: 74%;
  padding: 10px 1% 20px 0 !important;
	text-align: left;
}
#aktualnosci-wyszukiwarka .wyniki-formularz-pola li + li + li + li + li + li  input[type=submit] {
	background-color: #003f60;
	border: 2px solid #003f60;
	width: 79px;
	height: 38px;
	color: #fff;
	font-size: 14px;	
}
#aktualnosci-wyszukiwarka .wyniki-formularz-pola li + li + li + li + li + li  input[type=submit]:hover {
	background-color: #fff;
	border: 2px solid #003f60; 
	color: #003f60; 	
}

/* aktualność */
.aktualnosc { 
  margin:0 0 12px 0; 
  padding:0 0 10px 0; 
  text-align:justify; 
  overflow:hidden;  
}

#tresc .aktualnosc-arch, #wydruk-tresc .aktualnosc-arch {margin: 0 1% 40px 0; position: relative; overflow: hidden;}
#tresc .aktualnosc-arch:before, #wydruk-tresc .aktualnosc-arch:before  {display:none;}
#tresc .aktualnosc-arch .mod-naglowek, #wydruk-tresc .aktualnosc-arch .mod-naglowek {margin: 0; padding: 0px; overflow: hidden;}
#tresc .aktualnosc-arch .mod-naglowek h2,  #wydruk-tresc .aktualnosc-arch .mod-naglowek h2 {margin-top: 0; margin-bottom: 10px;}
#tresc .aktualnosc-arch > p, #wydruk-tresc .aktualnosc-arch > p  {margin: 0 0 10px;}
.aktualnosc .button {}
.aktualnosc-arch .akt-foto {
  display: block;  
  float:left;
  width: 10%;
  max-height: 120px;
  overflow: hidden; 
}
.aktualnosc-arch .akt-foto img {    
  height: 120px;      
}

#tresc .aktualnosc-foto > p, #wydruk-tresc .aktualnosc-foto > p   {padding: 0 0 0 2%; display: block; float:left; width: 88%;}

/* aktualność
@media (min-width: 1440px) {
  .aktualnosc-arch {margin: 0 1% 40px 1%; float: left; width: 46%; min-height: 200px !important;}
  .aktualnosc-arch .mod-stopka {position: absolute; bottom: 0;width: 100%;}
  .aktualnosc-arch > p {height:76px; overflow: hidden;}
}
*/
.aktualnosc .mod-naglowek > span {width: 60px;height: 60px;}
.aktualnosc .mod-naglowek h2 {margin-top: 0; margin-bottom: 10px;}
.aktualnosc .mod-stopka:before {width: 0;}
.aktualnosc > .mod-stopka { 
  width: 50%;
  font-size: 11px;
  padding: 5px 0;
  margin: 15px 0 0;
  height: auto;
  border-top: 1px dotted #2a93d8; 
}
.aktualnosc .mod-stopka i { 
  color: #2a93d8; 
}
.aktualnosc .mod-stopka a, .aktualnosc a.button { 
  display: inline-block;   
	background-color: #003f60;
	border: 2px solid #003f60;	
	padding: 11px 6px;
  margin: 5px 0 0;    
	font-size: 14px;
	line-height: 1em;
	color: #fff;
	text-decoration: none;
	min-height: 38px; 	
	box-sizing: border-box;	
	vertical-align: middle;
  text-align: center;
}
.aktualnosc .mod-stopka a:hover, .aktualnosc a.button:hover {     
	background-color: #ffffff;
	border: 2px solid #003f60;
	color: #003f60; 
}

/* powiązane aktualności */
#aktualnosci-powiazane { margin:0; }
.aktualnosci-powiazana-data { margin-left:10px; font-size:11px; }


/* pasek stron */ 

.pasek-stron {
	margin: 30px 0 !important; 
	padding: 0 !important; 
	overflow: hidden;
}
.pasek-stron ul {
	margin: 0 !important; 
	padding: 0 !important; 	
}
.pasek-stron li {
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none !important;
	list-style-image: none !important;
	background: none !important;	
}
.pasek-stron a, .pasek-stron li.pasek_aktywna, .pasek-stron li strong {
	display: block;	
	background-color: #ffffff;
	border: 1px solid #d9d9d9;	
	border-right: none;
	padding: 4px 12px;
	font-size: 14px;
	color: #555555;
	text-decoration: none;
	min-height: 34px;
	max-height: 34px;
	box-sizing: border-box;	
	vertical-align: middle;
}
.pasek-stron li:last-child a {
	border-right: 1px solid #d9d9d9;
}
.pasek-stron li:last-child a:hover, .pasek-stron li strong {
	border-right: 1px solid #2a93d8;
}
.pasek-stron a:hover, .pasek-stron li strong {
	background-color: #2a93d8;
	border: 1px solid #2a93d8;	
	border-right: none;
	color: #ffffff;
	text-decoration: none;
}


/* strona_bledu */
div#blad {
	color: #003f60;
	font-size: 40px;
	font-weight: normal;
	background-color: tranparent;
	background-image: url(../themes/default/pics/404_error.svg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	width: 60%;
	height: auto;
	margin-top: 0;
	margin-right: 20%;
	margin-bottom: 0;
	margin-left: 20%;
	padding-top: 250px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}
div#blad span {
	color: #2a93d8;
	font-size: 14px;	
	font-weight: normal;
	text-transform: none;
	text-align: center;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/* mapa witryny */

ul.mapa {
	float:left;
	width:45%;
	margin:0 5% 10px 0 !important;
	padding:0 0 0 0 !important;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
	list-style-type: none !important;
	list-style-image: none !important;
	background: none !important;
}
ul.mapa li {			
	background-color: transparent;
	list-style-type: none !important;
	list-style-image: none !important;
	margin: 0 !important;	
	padding: 0 !important;
	background: none !important;
}
ul.mapa li a {
	font-size: 18px;
	font-weight: normal;	
	padding: 12px 0 12px 15px;
	border-bottom: 0;
	margin: 0;
	display: block;	
	background-color: #003f60;
	color: #ffffff;	
	border-left: 5px solid #003f60;
  display: block;
}
ul.mapa li a:hover {
	text-decoration: none;
	background-color: #00527d;
	color: #2a93d8;
	border-left: 5px solid #2a93d8;
	}
ul.mapa ul {
	list-style-type: none !important;
	list-style-image: none !important;
	margin: 0 !important;	
	padding: 0 !important;
	background: none !important;
}
ul.mapa ul li {
	list-style-type: none !important;
	list-style-image: none !important;
	margin: 0 !important;	
	padding: 0 !important;
	background: none !important;	
}

ul.mapa ul li a {
	color:#ffffff;
	background-color: #2a93d8;
	font-size: 14px;
	font-weight: normal;
	padding: 8px 0 8px 30px;
	margin: 0;	
	border-left: 5px solid #003f60;
  display: block;
}
ul.mapa ul li a:hover {
	color:#2a93d8;
	background-color: #00527d;
	text-decoration: none;
	border-left: 5px solid #003f60;	
}
ul.mapa ul ul {
	list-style-type: none !important;
	list-style-image: none !important;
	margin: 0 !important;	
	padding: 0 !important;
	background: none !important;
}
ul.mapa ul ul li {	
	list-style-type: none !important;
	list-style-image: none !important;
	margin: 0 !important;	
	padding: 0 !important;
	background: none !important;
}
ul.mapa ul ul li a {
	color: #003f60;
	font-size: 12px;
	font-weight:normal;
	padding: 4px 0 4px 45px;
	text-decoration: none;
	background-color: #7bc0ed;
	border-left: 5px solid #2a93d8;
  display: block;
}
ul.mapa ul ul li a:hover {
	text-decoration: none;
	color: #ffffff;
}

/* formularz */
form {
	margin:0; 
	padding: 0;
}
form input[type=radio] {
	margin: 0; 
	padding: 0;
}
form input[type=checkbox] {
	height:14px; 
	width:14px; 
	margin:0; 
	padding:0;
}

form select, select {
	padding:3px; 
	width:auto; 
	line-height:1.6; 	
	vertical-align:baseline; 
	font-size:14px; 	
	border: 1px solid #e0e0e0;
}
form textarea {
	background:#fff;
}
form#polecstrone {
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.formularz {
	overflow:hidden;	
	margin: 0;
	padding-bottom: 20px;
	
}
.formularz ul {
	list-style-type: none !important;
	list-style-image: none !important;
	margin: 0 !important;	
	padding: 0 !important;
	background: none !important;
}
.formularz li {
	margin:0 0 10px 0 !important; 
	list-style-type: none !important;
	list-style-image: none !important;	
	padding: 0 !important;
	background: none !important;
	background:0; 
	overflow:hidden;
}
.formularz label {
	float:left;
	width:40%;
	padding-right:15px;
	text-align:right;
	color:#2a93d8;
	padding-top: 6px;
}
.formularz p {
	text-align:left !important;
	overflow:hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 0px;
}
.formularz input[type=text], form input[type=password], .formularz textarea, .input-tekstowy {
	color: #555555;	
	background-color: #ffffff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e0e0e0;
	border-right-color: #e0e0e0;
	border-bottom-color: #e0e0e0;
	border-left-color: #e0e0e0;
} 
.formularz input[type=text], form input[type=password] {
	width:50%; 
	padding:4px 6px;
} 
.formularz textarea, .textarea {
	width:50%; 
	padding:6px 8px; 
	height:6em;
}
textarea#polec_tresc_obow {
	color: #555555;
	font-size: 14px;	
	width: 50%;
	height: 53px;
	margin: 0;
	padding: 13px 5px 13px 5px;		
}
textarea#polec_tresc {
	color: #555555;
	font-size: 14px;	
	width: 50%;
	height: 53px;
	margin: 0;
	padding: 13px 5px 13px 5px;	
}
input#polec_email {
	color: #555555;
	font-size: 14px;		
	width: 50%;
	height: 23px;
	margin: 0px;	
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;	
}
input#polec_podpis {
	color: #555555;
	font-size: 14px;		
	width: 50%;
	height: 23px;
	margin: 0px;	
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;	
}
.formularz-prawa-strona {
	float:left; 
	position:relative; 
	width:50%;
}
.formularz-prawa-strona input[type=checkbox], .formularz-prawa-strona input[type=radio] {
	position:absolute; 
	left:0; 
	top:0;
}
.formularz-prawa-strona label {
	float:left; 
	padding-left:23px; 
	width:auto; 
	color:#2a93d8; 
	text-align:left; 
	line-height:1.2;
}
.formularz input[type=reset] {
	background-color: #2a93d8;
	border: 2px solid #2a93d8;
	width: 79px;
	height: 30px;
	color: #fff;
	font-size: 14px;	
}
.formularz input[type=reset]:hover {
	background-color: #ffffff;
	border: 2px solid #2a93d8;
	width: 79px;
	height: 30px;
	color: #2a93d8;
	font-size: 14px;	
}
.formularz input[type=submit] {
	background-color: #003f60;
	border: 2px solid #003f60;
	width: 79px;
	height: 30px;
	color: #fff;
	font-size: 14px;	
}
.formularz input[type=submit]:hover {
	background-color: #ffffff;	
	width: 79px;
	height: 30px;
	color: #003f60;
	font-size: 14px;
	border: 2px solid #003f60;
}
#captcha_img {
	display:block; 
	margin-bottom:10px;
}
.form_notka {
	clear:both;
	padding-top:5px;
	font-size:9px;
	color:#2a93d8;
	border-top:1px dotted #2a93d8;
}

/* galeria */

#galeria_lista {	
	padding: 0;	
}

#galeria_lista > li {
	margin: 0 ;
	padding: 0 ;
	list-style-type: none !important;
	list-style-image: none !important;
	display: block;
	float: left;
	width: 32.3333%;
	margin-right: 1% !important;
	margin-bottom: 10px !important;
}
#galeria_lista li a {
	display: block;	
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	color: #555555;
	text-decoration: none;				
}
#galeria_lista li a:hover .galeria_opis {
	background-color: #2a93d8;		
}
#galeria_lista li a:hover .galeria_opis p {
	color: #ffffff;	
	border-bottom: 1px dotted #ffffff;
}
#galeria_lista li a:hover .galeria_opis span {
	color: #ffffff;		
}
#galeria_lista li a:hover .galeria_foto .galeria_foto_bg {
	background-color: rgba(42,147,216,0.75);
	background-image: url(../themes/default/pics/camera_ico.svg);
	background-position: center 50px;
	background-repeat: no-repeat;
}
#galeria_lista li:nth-child(even) a:hover .galeria_foto .galeria_foto_bg {	
	background-color: rgba(42,147,216,0.75);	
	background-image: url(../themes/default/pics/camera_ico.svg);
	background-position: center 50px;
	background-repeat: no-repeat;
}
.galeria_opis {
	float: none;
	width: 90%;
	min-height: 130px;
	padding-top: 20px;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 30px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	overflow: hidden;
	background-color: #ffffff;
	-webkit-transition: 0.55s;
	transition: 0.55s; 	
}
.galeria_opis p {
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px dotted #2a93d8;
	margin-bottom: 15px;
	margin-top: 0;
}
.galeria_opis span {
	text-align: center;
	color: #2a93d8;
	font-weight: 300;
	font-size: 30px;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	vertical-align: middle;
	-webkit-transition: 0.55s;
	transition: 0.55s;
}
.galeria_opis span:before {
	content: url(../themes/default/pics/camera_small_ico.svg);	
	border-right: 1px dotted #2a93d8;
	padding-right: 10px;	
	margin-right: 10px;	
	display: inline-block;
	vertical-align: middle;
	line-height: 0.50em;		
}
#galeria_lista li a:hover .galeria_opis span:before {
	border-right: 1px dotted #ffffff;
	content: url(../themes/default/pics/camera_small_ico_white.svg);			
}
.galeria_foto {
	float: none;
	width: 100%;
	height: 180px;
	overflow: hidden;
	position: relative;				
}
.galeria_foto_bg {
	width: 100%;
	height: 180px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 98;
	background-color: rgba(42,147,216,0.00);	
	background-image: url(../themes/default/pics/camera_ico.svg);
	background-position: center -90px;
	background-repeat: no-repeat;
	-webkit-transition: 0.55s;
	transition: 0.55s;	
}
.galeria_foto_img {
	width: 100%;
	height: 180px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 97;		
}
.galeria_foto_img img {
	max-width: 100%;
}
#galeria_lista li:nth-child(even) a .galeria_opis {
	float: none;	
}
#galeria_lista li:nth-child(even) a .galeria_foto {
	float: none;	
}
#galeria_lista li:nth-child(even) a .galeria_foto .galeria_foto_arrow {
	background-image: url(../themes/default/pics/arrow_left.svg);
	background-position: right center;
	background-repeat: no-repeat;
}

#main_galeria_opis {
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: -80px;
	padding-left: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box; 	
}
#main_galeria_opis p {
	width: 90%;
	color: #00527d;
	margin: 0;
	padding: 0;
	display: block;
	float: left;	
}
#main_galeria_opis span {	
	float: right;
	margin: 0;
	color: #2a93d8;
	padding: 0;
	display: inline-block;
	line-height: 1.75em;
}
#main_galeria_opis span:before {
	content: url(../themes/default/pics/camera_small_ico.svg);	
	border-right: 1px dotted #2a93d8;
	padding-right: 10px;	
	margin-right: 10px;
	display: inline-block;
	float: left;
	line-height: 0.75em;		
}
#main_galeria_lista {	
	border-top: 1px dotted #2a93d8;
	padding-bottom: 30px !important;
	padding-top: 15px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin: 0 !important;	
	list-style-type: none !important;
	list-style-image: none !important;	
}
#main_galeria_lista li {
	margin: 0 !important;	
	list-style-type: none !important;
	list-style-image: none !important;
	padding-left: 0 !important;	
}
#main_galeria_lista li a {
	display: block;
	width:19%;
	margin:  5px 1% 5px 0;
	float: left;
	height: 180px;	
	text-decoration: none;
	overflow: hidden;	
}
#main_galeria_lista li a:hover .main_galeria_foto .main_galeria_foto_bg {
	background-color: rgba(42,147,216,0.75);
	background-position: center top;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
	text-decoration: none;
}
#main_galeria_lista li a:hover .main_galeria_foto .main_galeria_foto_bg span {		
	opacity: 100;
	text-decoration: none;	
}
.main_galeria_foto {
	position: relative;		
}
.main_galeria_foto_bg {	
	position: absolute;
	width: 100%;	
	height: 180px;	
	z-index: 99;
	padding: 0px;
	top: -180px;
	left: 0px;
	background-color: rgba(42,147,216,0.00);	
	background-image: url(../themes/default/pics/camera_ico.svg);
	background-position: center 880px;
	background-repeat: no-repeat;	
	visibility: hidden;
	-webkit-transition: 0.55s;
	transition: 0.55s;
	overflow: hidden;
}
.main_galeria_foto_bg span {
	display: block;
	color: #ffffff;
	font-style: italic;
	font-size: 11px;
	text-align: center;
	line-height: 11px;
	margin: 100px 10px 0;
	padding: 20px 0 90px 0; 	
	border-top: 1px dotted #ffffff;	
	opacity: 0;
	text-decoration: none;
	-webkit-transition: 0.55s;
	transition: 0.55s;
}
.main_galeria_foto_img {
	z-index: 0;
	height: 180px;
	width: 100%;
	overflow: hidden;	
}
.main_galeria_foto_img img {
	max-width: 150%;	
}
/* ekartki */

#main_kartki_opis {
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	margin-bottom: 0px;
	margin-top: 10px;
	padding-left: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
} 
#main_kartki_opis > p {
	font-size: 18px;
  margin: 0;
  padding: 0;
  color: #2a93d8;
  display: block;
}
#tresc #main_kartki_lista {	
	border-top: 1px dotted #2a93d8;
	padding-bottom: 0 !important;
	padding-top: 15px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin: 0 !important;	
	list-style-type: none !important;
	list-style-image: none !important;
  display: block;	
  height: auto;	
}
#main_kartki_lista li {
	margin: 0 !important;	
	list-style-type: none !important;
	list-style-image: none !important;
	padding-left: 0 !important;
  display: block;	
}
#main_kartki_lista li a {
	display: block;
	width:29%;
	margin:  5px 1% 5px 0;
	float: left;
	height: 180px;	
	text-decoration: none;
	overflow: hidden;	
}
#main_kartki_lista li a:hover .main_kartki_foto .main_kartki_foto_bg {
	background-color: rgba(0,63,96,0.75);
	background-position: center 10px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
	text-decoration: none;
}
#main_kartki_lista li a:hover .main_kartki_foto .main_kartki_foto_bg span {		
	opacity: 100;
	text-decoration: none;	
}
.main_kartki_foto {
	position: relative;		
}
.main_kartki_foto_bg {	
	position: absolute;
	width: 100%;	
	height: 180px;	
	z-index: 99;
	padding: 0px;
	top: -180px;
	left: 0px;
	background-color: rgba(0,63,96,0.00);	
	background-image: url(../themes/default/pics/kartka_ico.svg);
	background-position: center 880px;
	background-repeat: no-repeat;	
	visibility: hidden;
	-webkit-transition: 0.55s;
	transition: 0.55s;
	overflow: hidden;
}
.main_kartki_foto_bg span {
	display: block;
	color: #ffffff;
	font-style: italic;
	font-size: 11px;
	text-align: center;
	line-height: 11px;
	margin: 100px 10px 0;
	padding: 20px 0 90px 0; 	
	border-top: 1px dotted #ffffff;	
	opacity: 0;
	text-decoration: none;
	-webkit-transition: 0.55s;
	transition: 0.55s;
}
.main_kartki_foto_img {
	z-index: 0;
	height: 180px;
	width: 100%;
	overflow: hidden;	
}
.main_kartki_foto_img img {
	max-width: 150%;	
}
.ekartka label{
   width: 25%;
}
.ekartka > form > .field {
   display: block;
   margin-bottom: 10px;
}
.ekartka > form > h2 {    
   margin-top: 30px;
}
.ekartka > form > h2:first-of-type {    
   margin-top: 0;
}
.ekartka > form > .submit {
   text-align: center;    
   margin-bottom: 30px;
}
.kartka_odebrana-left {
   width:50%;
   float:left;
}
.kartka_odebrana-right {
   width:50%;
   float:right;
}
.kartka_odebrana-right a img {
   max-width:380px;
   max-height:280px;
  }
.kartka_odebrana-left p:first-of-type {
   color: #2a93d8;
   font-size: 16px;
}
.kartka_odebrana-left p:first-of-type span {
   color: #003f60;
   font-size: 11px; 
}
.kartka_odebrana-left p:first-of-type {
   border-bottom: 1px dotted #003f60;
   margin-right: 20px; 
} 
.kartka_odebrana-left p:first-of-type + p span {
   color: #003f60;
   font-size: 14px;
   color: #2a93d8;
   font-style: italic;
}
.ekartka-left {
   width:49%;
   float:left;
   margin-right:1%;
}
.ekartka-right {
   width:50%;
   float:right;
}
.ekartka-right img {
   max-width:400px;
   max-height:300px;
}

/* ankieta */
#formularz-glosowanie {
  margin:0 0 40px 0;
  overflow:hidden;
}
#formularz-glosowanie input[type=submit]  {
   margin: 0 0 0 30px !important; 
   background-color: #003f60; 
   border: 2px solid #003f60; 
   width: 90px; 
   height: 38px;  
   color: #fff; 
   font-size: 14px;
}
#formularz-glosowanie input[type=submit]:hover  {     
   background-color: #fff; 
   border: 2px solid #003f60;
   color: #003f60;
}
#ankieta-opcje {
  margin:0 0 20px 0!important;
  list-style-type: none !important;
	list-style-image: none !important;	
  background: none !important;  
  padding: 0 0 20px !important; 
  border-bottom: 1px solid #dcdcdc;
}
#ankieta-opcje li {
  margin:0 0 0 0; 
  padding:0 0 0 30px !important;   
  list-style-type: none !important;
	list-style-image: none !important;	
  background: none !important;
}
#ankieta-opcje li > p {
  margin-bottom: 10px;   
}
#ankieta-opcje input[type=radio] {
  margin: 0 5px 0 0;  
}
#ankieta-opcje label {   
}
#ankieta_box #ankieta-opcje li > p {
	margin-bottom: 7px;
	color: #e8dccf;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
  clear: both;	
} 
#ankieta_box > #formularz-glosowanie > #ankieta-opcje li {
	padding: 1px 0 !important;	
}
#ankieta_box > #formularz-glosowanie > ul#ankieta-opcje {
	margin: 0 !important; 
  padding: 0 !important;
  border: none !important; 
}
#ankieta_box > #formularz-glosowanie > input[type=submit] {
	float: right;	
	display: inline-block;
	padding: 5px 0;
	background-color: #e8dccf;
	font-size: 13px;
	color: #003f60;
	border: 2px solid #003f60;
	-webkit-transition: 0.55s;
	transition: 0.55s;
	min-width: 100px;
  height: 30px;
	text-align: center;   
  margin: 0 !important;  
}
#ankieta_box > #formularz-glosowanie > input[type=submit]:hover {
	background-color: #ffffff;
	color: #003f60;
	border: 2px solid #003f60;
	text-decoration: none;
}
#ankieta_box > #formularz-glosowanie {
	margin: 0;
}
/*alert*/
.alert_ok { 
  font-size: 12px; 
  color: #0391c2; 
  font-weight: normal; 
  background-color: #ffffffff; 
  background-image: none; 
  text-decoration: none; 
  text-align: left;
   min-height: 25px; 
   margin-top: 5px; 
   margin-bottom: 5px; 
   padding: 5px 5px 5px 15px; 
   border: solid 1px; 
}
.alert_error { 
  font-size: 12px; 
  color: #ff0000; 
  font-weight: normal; 
  background-color: #fff; 
  background-image: none; 
  text-decoration: none; 
  text-align: left; 
  min-height: 25px; 
  margin-top: 5px; 
  margin-bottom: 5px; 
  padding: 5px 5px 5px 15px; 
  border: solid 1px; 
}

/* Układy responsywne */
@media all and (min-width: 1800px) {
    
    #main_image_slider img {	
      max-height: none;
    }
    
}

@media all and (max-width: 1279px) and (min-width: 1140px) {

  /* stare
  #top_foto {
  height: 500px; 
  }
  */   
  
  .short_news div {
  height: 90px;
  }
  .short_news h2 {
  font-size: 15px;
  min-height: 23px;
  max-height: 23px;
  overflow: hidden;
  }
  .short_news p {  
  font-size: 12px;
  min-height: 125px;
  max-height: 125px;
  overflow: hidden;   
  }
  #tresc p iframe { 
   width: 100%
  } 
  
  /* galeria */ 
    
  #main_galeria_lista li a {	
	width:24%;
	margin:  5px 1% 5px 0;
	float: left;
	height: 180px;
  }
  
  /* aktualnosci */
  
  #aktualnosci-wyszukiwarka .wyniki-formularz-pola li + li + li + li + li {
  padding: 20px 1% 0 0 !important;   
  width: 24%;
  }
  #aktualnosci-wyszukiwarka .wyniki-formularz-pola li + li + li + li + li + li {
  padding: 10px 1% 20px 0 !important;  
  width: 74%;
  }
  .aktualnosc-arch .akt-foto {   
  width: 15%;
  max-height: 120px;   
  }
  .aktualnosc-arch .akt-foto img {    
  height: 120px;      
  }
  #tresc .aktualnosc-foto > p, #wydruk-tresc .aktualnosc-foto > p {  
  padding: 0 0 0 2%;
  width: 83%;
  }
  
  /* e-kartki */
  
  .main_kartki_foto_img {
  height: 160px;  
  }
  .ekartka-left {
   width:49%;
   float:left;
   margin-right:1%;
  }
  .ekartka-right {
   width:50%;
   float:right;
  }
  .ekartka-right img {
   max-width:380px;
   max-height:280px;
  }
  .kartka_odebrana-left {
   width:50%;
   float:left;
  }
  .kartka_odebrana-right {
   width:50%;
   float:right;
  }
  .kartka_odebrana-right a img {
   max-width:380px;
   max-height:280px;
  }
  
}

@media all and (max-width: 1139px) and (min-width: 768px) {

  #logo_left {
  float: none;
  }
  #lang_v {
  margin-left: 0;
  margin-top: 15px; 
  margin-bottom: 15px;  
  }
  #lang_v ul li {    
  font-size: 14px;  
  }
  #left_top_hd h1, #left_top_hd p {
  font-size: 24px;     
  margin-left: 0;
  margin-bottom: 0; 
  }
  #left_top_hd h1 span, #left_top_hd p span {   
  font-size: 14px;
  }
  #top_ico {
  margin-top: 30px; 
  } 
  #font_size {
  clear: both;
  margin-top: 15px;
  padding-right: 0;
  }
  #contrast_v, .contrast_v {
  margin-top: 15px;
  }
  #font_size ul li {   
  margin-left: 6px;
  margin-right: 6px;   
  }
   /* stare
  #top_foto {
  height: 400px; 
  }
  #main_image_slider {
  height: 400px;  
  }
  */ 
  #box_top_contener {
  background-color: #ffffff;  
  }
  #box_top_contener ul li {  
  margin-right: 1%;    
  width: 32.3333%;
  background-color: #003f60;
  }
  #top_menu ul li a, #top_menu_subpage ul li a {   
  font-size: 14px;
  padding-bottom: 10px;   
  padding-top: 11px;
  }
  a.box_top svg {
  float: none;
  margin: 0 auto;
  padding: 0;
  border: none;
  }
  a.box_top strong {  
  font-size: 18px;   
  margin-top: 10px;
  text-align: center;
  }
  #news_box header {   
  font-size: 26px;  
  }
  #news_box header a {  
  font-size: 12px;
  margin-top: 15px;
  }
  .short_news:nth-child(5) {
  display: none;
  }
  .short_news:nth-child(6) {
  display: none;
  }
  .short_news:first-of-type {
  width: 33.3333%;
  margin-left: 0;
  }
  .short_news {
  width: 31.3333%;
  margin-left: 2%;
  }
  .short_news div {
  height: 110px;
  }
  .short_news h2 {
  font-size: 15px;
  min-height: 25px;
  max-height: 25px;
  overflow: hidden;
  }
  .short_news p {  
  font-size: 12px;
  min-height: 100px;
  max-height: 100px;
  overflow: hidden;   
  }
  #bottom_box_center {
  display: none;
  }
  #bottom_box_left {   
  margin-right: 2%; 
  width: 48%;
  }
  #bottom_box_right {   
  margin-left: 2%; 
  width: 48%;
  }
  #ankieta_box header {   
  font-size: 28px;    
  }
  #newsletter_box header { 
  font-size: 28px;  
  }
  #bottom_footer_right h2 {   
  font-size: 15px;  
  }
  #bottom_footer_left h2 { 
  font-size: 15px;   
  }
  
  /* galeria */ 
    
  #main_galeria_lista li a {	
	width:32.3333%;
	margin:  5px 1% 5px 0;
	float: left;
	height: 180px;
  }
  
  /* aktualnosci */
  
  #aktualnosci-wyszukiwarka .wyniki-formularz-pola li + li + li + li + li {
  padding: 20px 1% 0 0 !important;   
  width: 39%;
  }
  #aktualnosci-wyszukiwarka .wyniki-formularz-pola li + li + li + li + li + li {
  padding: 10px 1% 20px 0 !important;  
  width: 59%;
  }
  .aktualnosc-arch .akt-foto {   
  width: 20%;
  max-height: 120px;   
  }
  .aktualnosc-arch .akt-foto img {    
  height: 120px;      
  }
  #tresc .aktualnosc-foto > p, #wydruk-tresc .aktualnosc-foto > p {  
  padding: 0 0 0 2%;
  width: 78%;
  }
  
  /* e-kartki */
  
  .main_kartki_foto_img {
  height: 140px;  
  }
  .ekartka-left {
   width:79%;
   float:left;
   margin-right:1%;
  }
  .ekartka-right {
   width:100%;
   float:none;
   margin-bottom: 30px;
  }
  .ekartka-right img {
   max-width:450px;
   max-height:350px;
  }
  .kartka_odebrana-left {
   width:80%;
   float:left;
  }
  .kartka_odebrana-right {
   width:100%;
   float:none;
   margin-bottom: 30px;
  }
  .kartka_odebrana-right a img {
   max-width:450px;
   max-height:350px;
  }
}  

@media all and (max-width: 767px) and (min-width: 640px) {

  #logo_left {
  float: none;
  }
  #lang_v {
  margin-left: 0;
  margin-top: 15px; 
  margin-bottom: 15px;  
  }
  #lang_v ul li {    
  font-size: 14px;  
  }
  #left_top_hd h1, #left_top_hd p {
  font-size: 20px;     
  margin-left: 0;
  margin-bottom: 0; 
  }
  #left_top_hd h1 span, #left_top_hd p span {   
  font-size: 12px;
  }  
  #top_ico {
  margin-top: 30px; 
  }
  #search_box { 
  clear: both;
  float: right;   
  }   
  #font_size {
  clear: both;
  margin-top: 15px;
  padding-right: 0;
  }
  #contrast_v, .contrast_v {
  margin-top: 15px;
  }
  #font_size ul li {   
  margin-left: 6px;
  margin-right: 6px;   
  }
  /* e-kartki 
  #top_foto {
  height: 350px; 
  }
  #main_image_slider {
  height: 350px;  
  }
  */ 
  #box_top_contener {
  background-color: #ffffff;  
  }
  #box_top_contener ul li {  
  margin-right: 1%;    
  width: 32.3333%;
  background-color: #003f60;
  }
  #top_menu ul li, #top_menu_subpage ul li {
  display: block;
  float: left;
  width: 50%;
  }
  #top_menu ul li a, #top_menu_subpage ul li a {   
  font-size: 18px;
  padding-bottom: 15px;   
  padding-top: 16px;
  }
  #top_menu ul li:nth-child(1) a {   
  border-bottom: 1px solid #d1cec8;
  }
  #top_menu ul li:nth-child(2) a {   
  border-bottom: 1px solid #d1cec8;
  }
  #top_menu ul li:nth-child(3) a, #top_menu_subpage ul li:nth-child(3) a {   
  border: none;
  }
  #top_menu_subpage ul li:nth-child(1) a {   
  border-bottom: 1px solid #ffffff;
  }
  #top_menu_subpage ul li:nth-child(2) a {   
  border-bottom: 1px solid #ffffff;
  }   
  #sb_l_content {    
  float: none;
  width: 100%;
  }
  #sb_r_content {    
  float: none;
  width: 90%;
  margin: 0 5%;  
  }
  a.box_top svg {
  float: none;
  margin: 0 auto;
  padding: 0;
  border: none;
  }
  a.box_top strong {  
  font-size: 14px;   
  margin-top: 15px;
  text-align: center;
  }
  a.box_top strong span {  
  font-size: 16px;
  }
  #news_box header {   
  font-size: 26px;  
  }
  #news_box header a {  
  font-size: 12px;
  margin-top: 15px;
  }
  .short_news:nth-child(4) {
  display: none;
  }
  .short_news:nth-child(5) {
  display: none;
  }
  .short_news:nth-child(6) {
  display: none;
  }
  .short_news:first-of-type {
  width: 50%;
  margin-left: 0;
  }
  .short_news {
  width: 48%;
  margin-left: 2%;
  }
  .short_news div {
  height: 150px;
  }
  .short_news h2 {
  font-size: 15px;
  min-height: 25px;
  max-height: 25px;
  overflow: hidden;
  }
  .short_news p {  
  font-size: 12px;
  min-height: 100px;
  max-height: 100px;
  overflow: hidden;    
  }   
  #bottom_box_center {
  display: none;
  }
  #bottom_box_left {   
  margin-right: 0; 
  width: 100%;
  float: none;
  margin-bottom: 50px;
  }
  #bottom_box_right {   
  margin-left: 0; 
  width: 100%;
  float: none;
  margin-top: -570px;
  margin-bottom: 80px;
  border-bottom: 1px dotted #517687;
  }
  #social_box {
  margin-top: 500px;
  text-align: center;
  width: 100%;
}
  #ankieta_box header {   
  font-size: 28px;    
  }
  #newsletter_box header { 
  font-size: 28px;  
  }
  #newsletter_box p {
  display: block;
  clear: both;
  }
  #bottom_footer_right h2 {   
  font-size: 15px;  
  }
  #bottom_footer_left h2 { 
  font-size: 15px;   
  }
  #top_footer_left {
  float: none;
  padding-right: 0;
  text-align: center;
  width: 100%;
   margin-bottom: 20px;
  }
  #top_footer_right {
  float: none;
  padding-left: 0;
  text-align:center;
  width: 100%;
  }
  #bottom_footer_left {
  border-bottom: 1px solid #d1cec8;
  border-right: none;
  float: none;
  padding-right: 0;   
  text-align: center;
  width: 100%;
  }
  #bottom_footer_right {
  float: none;
  padding-top: 20px;
  padding-left: 0;
  text-align: center;
  width: 100%;
  }
  
   /* galeria */ 
    
  #main_galeria_lista li a {	
	width:32.3333%;
	margin:  5px 1% 5px 0;
	float: left;
	height: 180px;
  }
  
   /* pasek stron */ 

 .pasek-stron a, .pasek-stron li.pasek_aktywna, .pasek-stron li strong {
	font-size: 12px;
	min-height: 28px;
	max-height: 28px;	
  }
  .pasek-stron li a, .pasek-stron li strong {
  padding: 0px 12px;
  }
  
    /* mapa*/
    
  ul.mapa {
	width:100%;
	margin:0 0px 10px 0 !important; 	
  }
  
  /* aktualnosci */
  
  #aktualnosci-wyszukiwarka .wyniki-formularz-pola li + li + li + li + li {
  padding: 20px 1% 0 0 !important;   
  width: 49%;
  }
  #aktualnosci-wyszukiwarka .wyniki-formularz-pola li + li + li + li + li + li {
  padding: 10px 1% 20px 0 !important;  
  width: 49%;
  }
  .aktualnosc-arch .akt-foto {   
  width: 25%;
  max-height: 120px;   
  }
  .aktualnosc-arch .akt-foto img {    
  height: 120px;      
  }
  #tresc .aktualnosc-foto > p, #wydruk-tresc .aktualnosc-foto > p {  
  padding: 0 0 0 2%;
  width: 73%;
  }
  
   /* e-kartki */
  
  .main_kartki_foto_img {
  height: 180px;  
  }
  #main_kartki_lista li a {    
  height: 180px;    
  width: 49%;
  }
  .ekartka-left {
   width:89%;
   float:left;
   margin-right:1%;
  }
  .ekartka-right {
   width:100%;
   float:none;
   margin-bottom: 30px;
  }
  .ekartka-right img {
   max-width:450px;
   max-height:350px;
  }
  .kartka_odebrana-left {
   width:90%;
   float:left;
  }
  .kartka_odebrana-right {
   width:100%;
   float:none;
   margin-bottom: 30px;
  }
  .kartka_odebrana-right a img {
   max-width:450px;
   max-height:350px;
  }
}

@media all and (max-width: 639px) and (min-width: 320px) {
  
  #top_hd {   
  padding-bottom: 10px;
  }
  #left_top_hd {
  float: none;
  width: 100%;
  }
  #right_top_hd {
  float: none;
  width: 100%;
  }
  #logo_left {
  float: none;
  text-align: center;
  width: 100%;
  }
  #logo_right {
  float: none;
  text-align: center;
  width: 100%;
}
  #lang_v {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px; 
  margin-bottom: 15px;
  width: 130px;
  float: none;   
  }
  #lang_v ul li {    
  font-size: 14px;
  text-align: center;  
  }
  #lang_v ul li:last-child {
  padding-right: 0;
  }
 #left_top_hd h1, #left_top_hd p {
  font-size: 28px;     
  margin-left: 0;
  margin-bottom: 0;
  padding-top: 20px;
  clear: both;  
  }
  #left_top_hd h1 span, #left_top_hd p span {   
  display: none
  }  
  #top_ico {
  display: none; 
  }
  #search_box { 
  clear: both;
  float: right;
  width: 100%;   
  }
  #search_box input#szukaj {    
  padding-left: 1%;  
  width: 80%;
  float:left;
  }
  #search_box input#btn_szukaj {
  margin: 6px 3%;    
  float:right;
  } 
  #font_size {
  clear: both;
  margin-top: 15px;
  padding-right: 0;
  }
  #contrast_v, .contrast_v {
  margin-top: 15px;
  float: left;
  border: none;
  }
  #font_size ul li {   
  margin-left: 6px;
  margin-right: 6px;   
  }
  /* stare 
  #top_foto {
  height: 200px; 
  }
  #main_image_slider {
  height: 200px;  
  }
  */
  #box_top_contener {
  background-color: #ffffff;  
  }
  #box_top_contener ul li {  
  margin-right: 1%;    
  width: 32.3333%;
  background-color: #003f60;
  }
  #top_menu ul li, #top_menu_subpage ul li {
  display: block;
  float: left;
  width: 100%;
  }
  #top_menu ul li a, #top_menu_subpage ul li a {   
  font-size: 18px;
  padding-bottom: 20px;   
  padding-top: 21px;
  margin-bottom: 1px;
  background-color: #003f60;
	color: #ffffff;
	text-decoration: none;
  }
  #top_menu ul li a:hover, #top_menu_subpage ul li a:hover {   
  font-size: 18px;
  padding-bottom: 20px;   
  padding-top: 21px;
  margin-bottom: 1px;
  background-color: #ffffff;
	color: #003f60;
	text-decoration: none;
  }
  #top_menu ul li:nth-child(1) a, #top_menu_subpage ul li:nth-child(1) a {   
  border: none;
  }
  #top_menu ul li:nth-child(2) a, #top_menu_subpage ul li:nth-child(2) a {   
  border: none;
  }
  #top_menu ul li:nth-child(3) a, #top_menu_subpage ul li:nth-child(3) a {   
  border: none;
  }
  #top_menu ul li:nth-child(4) a, #top_menu_subpage ul li:nth-child(4) a {   
  border: none;
  }
  #sb_l_content {    
  float: none;
  width: 100%;
  }
  #sb_r_content {    
  float: none;
  width: 90%;
  margin: 0 5%;  
  }
  #box_top_contener {
  display: none;
  }
  a.box_top svg {
  float: none;
  margin: 0 auto;
  padding: 0;
  border: none;
  }
  a.box_top strong {  
  font-size: 14px;   
  margin-top: 15px;
  text-align: center;
  }
  a.box_top strong span {  
  font-size: 16px;
  }
  #news_box header {   
  font-size: 26px;
  text-align: center;  
  }  
  #news_box header a {  
  font-size: 12px;
  margin-top: 15px;
  display: inline-block;
  float: none;
  text-align: center;
  }
  .short_news:nth-child(4) {
  display: none;
  }
  .short_news:nth-child(5) {
  display: none;
  }
  .short_news:nth-child(6) {
  display: none;
  }
  .short_news:first-of-type {
  width: 100%;
  margin-left: 0;
  }
  .short_news {
  width: 100%;
  margin-left: 0;
  margin-bottom: 15px;
  }
  .short_news div {
  height: 150px;
  }
  .short_news h2 {
  font-size: 15px;   
  overflow: visible;
  }
  .short_news p {  
  font-size: 12px;  
  overflow: visible;   
  }   
  .short_news a {   
  display: block;
  width: 70px;
  margin: 0 auto;
  text-align: center;
  }
  #bottom_box {
  padding: 20px 4% 20px;  
  }
  #bottom_box_center {
  display: none;
  }
  #bottom_box_left {   
  margin-right: 0; 
  width: 100%;
  float: none;
  margin-bottom: 0;
  min-height: auto;
  }
  #bottom_box_right {   
  display: none;
  }
  #social_box {
  margin-top: 0px;
  text-align: center;
  width: 100%;
  }
  #kalendarz_box {
  display: none;
  }
  #ankieta_box header {   
  font-size: 28px;    
  }
  #newsletter_box header { 
  font-size: 28px;  
  }
  #newsletter_box p {
  display: block;
  clear: both;
  }
  #bottom_footer_right h2 {   
  font-size: 15px;  
  }
  #bottom_footer_left h2 { 
  font-size: 15px;   
  }
  #top_footer_left {
  float: none;
  padding-right: 0;
  text-align: center;
  width: 100%;
   margin-bottom: 20px;
  }
  #top_footer_right {
  float: none;
  padding-left: 0;
  text-align:center;
  width: 100%;
  }   
  #bottom_footer_left {
  border-bottom: 1px solid #d1cec8;
  border-right: none;
  float: none;
  padding-right: 0;   
  text-align: center;
  width: 100%;
  }
  #bottom_footer_right {
  float: none;
  padding-top: 20px;
  padding-left: 0;
  text-align: center;
  width: 100%;
  }
  
   /* galeria */ 
    
  #main_galeria_lista li a {	
	width:49%;
	margin:  5px 1% 5px 0;
	float: left;
	height: 100px;
  }
  .main_galeria_foto_bg span {
  display: none;
  }
  
   /* pasek stron */ 

 .pasek-stron a, .pasek-stron li.pasek_aktywna, .pasek-stron li strong {
	font-size: 11px;
	min-height: 26px;
	max-height: 26px;	
  }
  .pasek-stron li a, .pasek-stron li strong {
  padding: 0px 8px 2px;
  }
  
    /* mapa*/
    
  ul.mapa {
	width:100%;
	margin:0 0px 10px 0 !important; 	
  }
  
  /* aktualnosci */
  
  #aktualnosci-wyszukiwarka .wyniki-formularz-pola li + li + li + li + li {
  padding: 20px 1% 0 0 !important;   
  width: 69%;
  }
  #aktualnosci-wyszukiwarka .wyniki-formularz-pola li + li + li + li + li + li {
  padding: 10px 1% 20px 0 !important;  
  width: 29%;
  }
  .aktualnosc-arch .akt-foto {   
  width: 100%;
  max-height: 200px;
  float: none;
  text-align: center;   
  }
  .aktualnosc-arch .akt-foto img {    
  height: 200px;      
  }
  #tresc .aktualnosc-foto > p, #wydruk-tresc .aktualnosc-foto > p {  
  padding: 15px 0 0 0;
  width: 100%;
  float: none;   
  }
  #tresc .aktualnosc-arch .mod-naglowek h2, #wydruk-tresc .aktualnosc-arch .mod-naglowek h2 {   
  font-size: 16px;
  }
  #tresc .aktualnosc-foto > p, #wydruk-tresc .aktualnosc-foto > p {
  line-height: 1.3em;
  }
  .aktualnosc > .mod-stopka { 
  width: 100%;
  }
  
   /* e-kartki */
  
  .main_kartki_foto_img {
  height: 140px;  
  }
  #main_kartki_lista li a {    
  height: 140px;    
  width: 49%;
  }
  .ekartka-left {
   width:99%;
   float:left;
   margin-right:1%;
  }
  .ekartka-right {
   width:100%;
   float:none;
   margin-bottom: 30px;
  }
  .ekartka-right img {
   max-width:450px;
   max-height:350px;
  }
  .kartka_odebrana-left {
   width:100%;
   float:left;
  }
  .kartka_odebrana-right {
   width:100%;
   float:none;
   margin-bottom: 30px;
  }
  .kartka_odebrana-right a img {
   max-width:450px;
   max-height:350px;
  }
}

@media all and (max-width: 319px) {

  #top_hd {   
  padding-bottom: 10px;
  }
  #left_top_hd {
  float: none;
  width: 100%;
  }
  #right_top_hd {
  float: none;
  width: 100%;
  }
  #logo_left {
  float: none;
  text-align: center;
  width: 100%;
  }
  #logo_right {
  float: none;
  text-align: center;
  width: 100%;
  }
  #lang_v {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px; 
  margin-bottom: 15px;
  width: 130px;
  float: none;   
  }
  #lang_v ul li {    
  font-size: 14px;
  text-align: center;  
  }
  #lang_v ul li:last-child {
  padding-right: 0;
  }
  #left_top_hd h1, #left_top_hd p {
  font-size: 28px;     
  margin-left: 0;
  margin-bottom: 0;
  padding-top: 20px;
  clear: both;  
  }
  #left_top_hd h1 span, #left_top_hd p span {   
  display: none
  }  
  #top_ico {
  display: none; 
  }
  #search_box { 
  display: none;  
  }
  #search_box input#szukaj {    
  padding-left: 1%;  
  width: 80%;
  float:left;
  }
  #search_box input#btn_szukaj {
  margin: 6px 3%;    
  float:right;
  } 
  #font_size {
  clear: both;
  margin-top: 15px;
  padding-right: 0;
  }
  #contrast_v, .contrast_v {
  margin-top: 15px;
  float: left;
  border: none;
  }
  #font_size ul li {   
  margin-left: 6px;
  margin-right: 6px;   
  }
  /* e-kartki  
  #top_foto {
  height: 200px; 
  }
  #main_image_slider {
  height: 200px;  
  }
  */
  #box_top_contener {
  background-color: #ffffff;  
  }
  #box_top_contener ul li {  
  margin-right: 1%;    
  width: 32.3333%;
  background-color: #003f60;
  }
  #top_menu ul li, #top_menu_subpage ul li {
  display: block;
  float: left;
  width: 100%;
  }
  #top_menu ul li a, #top_menu_subpage ul li a {   
  font-size: 18px;
  padding-bottom: 20px;   
  padding-top: 21px;
  margin-bottom: 1px;
  background-color: #003f60;
	color: #ffffff;
	text-decoration: none;
  }
  #top_menu ul li a:hover, #top_menu_subpage ul li a:hover {   
  font-size: 18px;
  padding-bottom: 20px;   
  padding-top: 21px;
  margin-bottom: 1px;
  background-color: #ffffff;
	color: #003f60;
	text-decoration: none;
  }
  #top_menu ul li:nth-child(1) a, #top_menu_subpage ul li:nth-child(1) a {   
  border: none;
  }
  #top_menu ul li:nth-child(2) a, #top_menu_subpage ul li:nth-child(2) a {   
  border: none;
  }
  #top_menu ul li:nth-child(3) a, #top_menu_subpage ul li:nth-child(3) a {   
  border: none;
  }
  #top_menu ul li:nth-child(4) a, #top_menu_subpage ul li:nth-child(4) a {   
  border: none;
  }
  #sb_l_content {    
  float: none;
  width: 100%;
  }
  #sb_r_content {    
  float: none;
  width: 90%;
  margin: 0 5%;  
  }
  #box_top_contener {
  display: none;
  }
  a.box_top svg {
  float: none;
  margin: 0 auto;
  padding: 0;
  border: none;
  }
  a.box_top strong {  
  font-size: 14px;   
  margin-top: 15px;
  text-align: center;
  }
  a.box_top strong span {  
  font-size: 16px;
  }
  #news_box header {   
  font-size: 26px;
  text-align: center;  
  }  
  #news_box header a {  
  font-size: 12px;
  margin-top: 15px;
  display: inline-block;
  float: none;
  text-align: center;
  }
  .short_news:nth-child(4) {
  display: none;
  }
  .short_news:nth-child(5) {
  display: none;
  }
  .short_news:nth-child(6) {
  display: none;
  }
  .short_news:first-of-type {
  width: 100%;
  margin-left: 0;
  }
  .short_news {
  width: 100%;
  margin-left: 0;
  margin-bottom: 15px;
  }
  .short_news div {
  display: none;
  }
  .short_news h2 {
  font-size: 15px;
  overflow: visible;
  }
  .short_news p {  
  font-size: 12px;
  overflow: visible;  
  }
  .short_news a {   
  display: block;
  width: 70px;
  margin: 0 auto;
  text-align: center;
  }
  #bottom_box {
  padding: 20px 4% 20px;  
  }
  #bottom_box_center {
  display: none;
  }
  #bottom_box_left {   
  margin-right: 0; 
  width: 100%;
  float: none;
  margin-bottom: 0;
  min-height: auto;
  }
  #bottom_box_right {   
  display: none;
  }
  #social_box {
  margin-top: 0px;
  text-align: center;
  width: 100%;
  }
  #kalendarz_box {
  display: none;
  }
  #ankieta_box header {   
  font-size: 28px;    
  }
  #newsletter_box header { 
  font-size: 28px;  
  }
  #newsletter_box p {
  display: block;
  clear: both;
  }
  #bottom_footer_right h2 {   
  font-size: 15px;  
  }
  #bottom_footer_left h2 { 
  font-size: 15px;   
  }
  #top_footer_left {
  float: none;
  padding-right: 0;
  text-align: center;
  width: 100%;
   margin-bottom: 20px;
  }
  #top_footer_right {
  float: none;
  padding-left: 0;
  text-align:center;
  width: 100%;
  }   
  #bottom_footer_left {
  border-bottom: 1px solid #d1cec8;
  border-right: none;
  float: none;
  padding-right: 0;   
  text-align: center;
  width: 100%;
  }
  #bottom_footer_right {
  float: none;
  padding-top: 20px;
  padding-left: 0;
  text-align: center;
  width: 100%;
  }
  /* galeria */ 
    
  #main_galeria_lista li a {	
	width:99%;
	margin:  5px 1% 5px 0;
	float: left;
	height: 180px;
  }
  
  /* pasek stron */ 

 .pasek-stron a, .pasek-stron li.pasek_aktywna, .pasek-stron li strong {
	font-size: 11px;
	min-height: 26px;
	max-height: 26px;	
  }
  .pasek-stron li a, .pasek-stron li strong {
  padding: 0px 8px 2px;
  }
  
    /* mapa*/
    
  ul.mapa {
	width:100%;
	margin:0 0px 10px 0 !important; 	
  }
  
  /* aktualnosci */
  
  #aktualnosci-wyszukiwarka .wyniki-formularz-pola li + li + li + li + li {
  padding: 20px 1% 0 0 !important;   
  width: 69%;
  }
  #aktualnosci-wyszukiwarka .wyniki-formularz-pola li + li + li + li + li + li {
  padding: 10px 1% 20px 0 !important;  
  width: 29%;
  }
  .aktualnosc-arch .akt-foto {   
  width: 100%;
  max-height: 200px;
  float: none;
  text-align: center;   
  }
  .aktualnosc-arch .akt-foto img {    
  height: 200px;      
  }
  #tresc .aktualnosc-foto > p, #wydruk-tresc .aktualnosc-foto > p {  
  padding: 15px 0 0 0;
  width: 100%;
  float: none;   
  }
  #tresc .aktualnosc-arch .mod-naglowek h2, #wydruk-tresc .aktualnosc-arch .mod-naglowek h2 {   
  font-size: 16px;
  }
  #tresc .aktualnosc-foto > p, #wydruk-tresc .aktualnosc-foto > p {
  line-height: 1.3em;
  }
  .aktualnosc > .mod-stopka { 
  width: 100%;
  }
  
   /* e-kartki */
  
  .main_kartki_foto_img {
  height: 160px;  
  }
  #main_kartki_lista li a {    
  height: 160px;    
  width: 99%;
  }
  .ekartka-left {
   width:99%;
   float:left;
   margin-right:1%;
  }
  .ekartka-right {
   width:100%;
   float:none;
   margin-bottom: 30px;
  }
  .ekartka-right img {
   max-width:250px;
   max-height:200px;
  }
  .kartka_odebrana-left {
   width:100%;
   float:left;
  }
  .kartka_odebrana-right {
   width:100%;
   float:none;
   margin-bottom: 30px;
  }
  .kartka_odebrana-right a img {
   max-width:250px;
   max-height:200px;
  }
}

.jedna-kolumna {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
}
/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 2px solid #FFF;
	background-color: #283252;
	display: none;
	z-index: 1002;
	text-align: left;
	padding: 10px;
	background: #F4F4F4;	
	/*overflow: hidden;*/
}

.MultiBoxContainer2 {
	position: fixed;
	/*border: 2px solid #FFF;*/
	background-color: #283252;
	display: none;
	z-index: 1002;
	text-align: left;
	/*padding: 10px;*/
	background: #F4F4F4;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(../themes/default/pics/multibox/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background:#FFF;
}

.MultiBoxClose {
	position: absolute;
	top: -10px;
	right: -10px;
	background: url(../themes/default/pics/multibox/sprite_multibox.png) no-repeat 0 0;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
	margin-top: 4px;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: transparent;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(../themes/default/pics/multibox/sprite_multibox.png) no-repeat 0 -25px;
	width: 24px;
	height: 24px;
	left: 0px;
	cursor: pointer;
}
.MultiBoxPlayPrevious {
	position: absolute;
	background: url(../themes/default/pics/multibox/sprite_multibox.png) no-repeat 0 -75px;
	width: 24px;
	height: 24px;
	left: 28px;
	top: 0px;
	cursor: pointer;
	overflow: hidden;
}


.MultiBoxNext {
	position: absolute;
	background: url(../themes/default/pics/multibox/sprite_multibox.png) no-repeat 0 -175px;
	width: 24px;
	height: 24px;
	right: 0px;
	cursor: pointer;
}
.MultiBoxPlayNext {
	position: absolute;
	background: url(../themes/default/pics/multibox/sprite_multibox.png) no-repeat 0 -125px;
	width: 24px;
	height: 24px;
	right: 28px;
	top:0px;
	cursor: pointer;
	overflow:hidden;
}
.MultiBoxPlayNextPause {
	position: absolute;
	width: 24px;
	height: 24px;
	right: 28px;
	top:0px;
	cursor: pointer;
	overflow:hidden;
	background: url(../themes/default/pics/multibox/sprite_multibox.png) no-repeat 0 -100px;
}
.MultiBoxPlayPreviousPause {
	position: absolute;
	width: 24px;
	height: 24px;
	left: 28px;
	top: 0px;
	cursor: pointer;
	overflow: hidden;
	background: url(../themes/default/pics/multibox/sprite_multibox.png) no-repeat 0 -100px;
}
.MultiBoxPlayPreviousDisabled {
	cursor: default;
	/*background: url(../themes/default/pics/multibox/leftplayDisabled.png) no-repeat;*/
}

.MultiBoxPlayNextDisabled {
	cursor: default;
	background: url(../themes/default/pics/multibox/sprite_multibox.png) no-repeat 0 -150px;
}
.MultiBoxNextDisabled {
	cursor: default;
	background: url(../themes/default/pics/multibox/sprite_multibox.png) no-repeat 0 -200px;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(../themes/default/pics/multibox/sprite_multibox.png) no-repeat 0 -50px;
}

.MultiBoxTitle {
	position: relative;
	margin: 6px 70px 0 70px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 70px 5px 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: right;
}

.MultiBoxDesc {
	clear: left;
	position: relative;
	margin: 0 70px 0 70px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: left;
}

.MultiBoxHelp{
	width: 1px;
	height: 1px;
	display:none;
}
.MultiBoxHelpButton {
	position: absolute;
	top: -26px;
	left: -26px;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
#Overlay {
	background-color:#000000;
}

.OverlayIcon {
	background: transparent url(../themes/default/pics/multibox/MagIcon.png) no-repeat;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	position: absolute;
	right: 10px;
	top: -5px;
	width: 17px !important;
	height: 17px !important;
}

/*************************************************************/


/* kalendarium */
#tresc .kalendarz {width:100%; border:2px solid #d8d8d8; table-layout:fixed;}
#tresc .kalendarz caption {padding:10px; line-height:40px; font-family:Georgia, "Times New Roman", serif; font-size:20px; color:#FFF; font-weight:bold; text-align:center; background:#025d8d url(../themes/default/pics/kalendarium_thead.png) repeat-x; border-style:solid; border-width:2px 2px 0px 2px; border-color:#D8D8D8;}
#tresc .kalendarz caption a {font-size:50px; color:#FFF; text-decoration:none;}
.kalendarz_poprzedni {float:left;}
.kalendarz_nastepny {float:right;}
#tresc .kalendarz th {padding:4px 0; background:#025d8d; font-size:13px; text-align:center; color:#FFF; border: #eee solid 1px;}
#tresc .kalendarz th a {color:#FFF;}
#tresc .kalendarz td {border:1px solid #e5dad8; color:#025d8d; background:#eef5f9;}
#tresc .calendarHeader {text-align:center; font-size:22px; font-family:ubuntu, Arial, Tahoma, sans-serif; font-weight:bold;}
#tresc .prevMonth, .nextMonth {text-align:center; padding:0 10px 10px !important;} 

#tresc td.dayname {padding:5px; text-align:center; font-size:12px; font-weight:bold; color:#FFF; background:#838383 url(../themes/default/pics/kalendarium_dayname.png) repeat-x; border-top:1px solid #eef5f9;}
#tresc .day {width:14%; height:70px; padding:0; text-align:right; vertical-align:top;}
#tresc .wydarzenie {display:block; margin:0 0 5px 0; padding:5px 10px; text-align:left; color:#000; background:#FFF; border-left:6px solid red; font-size:11px; line-height:13px; font-family:Tahoma, sans-serif;}
#tresc .wydarzenie strong {display:block; margin-top:5px; padding:3px 0 0; color:#353535; font-weight:normal; font-size:10px; line-height:1; border-top:1px solid #f1f1f1;}
#tresc .wydarzenie:hover strong {color:#000;}
#tresc .wydarzenie:first-child {}
#tresc .wydarzenie:hover {background:#fcfcfc;}
#tresc .day a {color:#025d8d; text-decoration:none; font-family:Tahoma, Arial, sans-serif; font-size:11px;}
#tresc .day a:hover {border:0; text-decoration:none;}
#tresc .cal_button {margin:0 auto; height:40px; width:40px;}
#tresc .dzien-miesiaca, .dzien-aktualny {display:block; margin:1px 0; padding:4px 10px 4px 0;}
#tresc .dzien-miesiaca {color:#025d8d; background:#e0edf4;}
#tresc .dzien-aktualny {font-weight:bold; background:#c6deeb;}

#kalendarium-poprzedni, #kalendarium-nastepny {color:#FFF; font-size:50px; line-height:20px; vertical-align:middle; text-align:center;}
#kalendarium-poprzedni {border:0;}
#kalendarium-nastepny {border:0;}


/**
* LISTA KALENDARZ
* 
*/
/* Wyszukiwarka Kalendarium */
 #kalendarium-wyszukiwarka ul.wyniki-formularz-pola {
  width: 75%;
  text-align: right; 
  overflow: hidden; 
  padding: 1em !important; 
  margin: 0 0 40px 0 !important; 
  list-style-type: none !important; 
  list-style-image: none !important;    
  background: none;
  border: 1px solid #e0e0e0;
  }
#kalendarium-wyszukiwarka .wyniki-formularz-pola li {
  float:left;
  width: 45%; 
  text-align: right; 
  overflow: hidden; 
  padding: 1em 	!important;
  margin: 0 !important;	
	list-style-type: none !important;
	list-style-image: none !important;
	padding-left: 0 !important;
  background: none;
  -webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;	
  }
#kalendarium-wyszukiwarka .wyniki-formularz-pola li + li {
  float:right;
  width: 45%;
  text-align: left; 
  margin: 0 !important;	
	list-style-type: none !important;
	list-style-image: none !important;
	padding-left: 0 !important;
  background: none;
  -webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;	
  }
#kalendarium-wyszukiwarka .wyniki-formularz-pola label {display: inline-block !important;}
#kalendarium-wyszukiwarka .wyniki-formularz-pola input[type=text] {
  margin: -2px 5px 0 0 !important; 
  width: 110px !important; 
  padding-left: 15px;
  height: 38px; 
  display: inline-block !important;
  color: #555555;	
  font-size: 14px;	
	background-color: #ffffff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e0e0e0;
	border-right-color: #e0e0e0;
	border-bottom-color: #e0e0e0;
	border-left-color: #e0e0e0;}
#kalendarium-wyszukiwarka .wyniki-formularz-pola input[type=button] {margin: -2px 5px 0 0 !important; background-color: #003f60; border: 2px solid #003f60; width: 90px; height: 40px;  color: #fff; font-size: 14px;}
#kalendarium-wyszukiwarka .wyniki-formularz-pola input[type=button]:hover {
  background-color: #ffffff;	
	width: 90px;
	height: 40px;
	color: #003f60;
	font-size: 14px;
	border: 2px solid #003F60;
}     

#kalendarium-legenda-info {
	width: 20px;
	float: right;
}



.kalendarium-legenda dt {display:none; clear:both; float:left; margin-right: 10px; font-size: 24px; height: 30px; line-height: 30px; text-align: right; width: 30px; white-space: nowrap;}
.kalendarium-legenda dd {font-size: 16px; height: 30px; line-height: 30px;white-space: nowrap; padding-top: 5px;font-style: italic; }


.kalendarium-kategoria {float:left; height:18px; width:18px; margin:0 8px 0 0; }



.kalendarium #tresc h3 {color: #025d8d;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.1;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #025d8d;}


.kalendarium-tytul span {position:absolute; top:13px; left:13px; width:18px; height:18px; }

.kalendarium-wydarzenie {margin:0 0 7px 0; padding:0 20px 20px 45px; color:#000; background:#f9f9f9; overflow:hidden;}
.kalendarium-wydarzenie dl {margin: 20px 0; padding: 0; overflow:hidden;}
.kalendarium-wydarzenie dt {display:none;clear:both; float:left; margin-right: 10px; color: #838383; font-size: 16px; height: 30px; line-height: 30px; text-align: right; width: 30px;}  
.kalendarium-wydarzenie dd {font-size: 16px; color: #353535; height: 30px; line-height: 30px;}
.kalendarium-wydarzenie-opis {margin:0 !important;}


/**
/* minikalendarz */
#t_miesiac_prev {position:absolute; left: 0; top: 220px; color: #ffffff; width: 25px; height: 25px;}
#t_miesiac_next {position:absolute; right: 0; top: 220px; color: #ffffff; width: 25px; height: 25px;}
a#t_miesiac_prev:hover {background-color: transparent; border: none}
a#t_miesiac_next:hover {background-color: transparent; border: none}
#t_miesiac_prev object {pointer-events: none; position: relative;}
#t_miesiac_next object {pointer-events: none; position: relative;}
table#kalendarium {font-size:14px; border-collapse:inherit; margin:0 auto; border:none;}
table#kalendarium th {padding:4px 0;}
table#kalendarium td {text-align:center; vertical-align:middle; color:#003f60; margin:0; padding:0;}
table#kalendarium th.m_name {text-align:center; font-size:18px; font-weight:normal; color:#e8dccf; border-bottom:none; padding: 30px 0 10px;}
table#kalendarium th.m_name a {text-align:center; font-size:18px; font-weight:normal; color:#e8dccf; border-bottom:none;}
table#kalendarium th.m_name a:hover {background-color: transparent; border: none}
table#kalendarium th.m_name span {color:#e8dccf;}
table#kalendarium tr.day_name td {font-weight:normal; padding:7px 5px 15px; color:#FFF; font-size:14px; background:#004364;}
table#kalendarium tr.day_name td span {display:block; width:100%; height:100%;}
table#kalendarium td.day {font-weight:700; width:31px; border:solid 2px #004364; padding:7px 0 9px; background:#e8dccf;}
table#kalendarium td.dzien {text-align:center; vertical-align:top; width:31px; height:31px; position:relative; border:1px solid #004364; font-size:14px; color:#003f60; padding:0; background:#e8dccf;}
table#kalendarium td.dzien div {width: 10px; height: 10px !important; float: left;}
table#kalendarium td.dzien span { display: block; position: absolute; bottom: 1px; right: 4px; }
table#kalendarium td.dzis {color:#ffffff;background:#97a5a8;}
table#kalendarium td.none {background: #004364;}
table#kalendarium td.saturday {color:#e8dccf; font-weight:400; width:31px; border-style:none; margin:0; padding:7px 0 9px; background:#001e2e;}
table#kalendarium td.niedziela {color:#e8dccf; background:#001e2e;}
table#kalendarium td.niedziela_dzis {color:#fff; background:#666666;}
table#kalendarium + span.button-zielony {margin:5px 0 0 32px;}

/* infotip */
.tip-tool {
 background: #c6eafd !important;
 border: 1px solid #013855;
 width: 180px;
 z-index: 99999;
 position: relative;
}

.tip-tool:before {content: ""; display: block; width: 8px; height: 8px;background: #003f60;position: absolute; top: 6px; left: 4px;}

.tip-wrap {
 color: #000;
 width: 180px;
 z-index: 13000;
 background: #FFF;
}

.tip-title {
 border-bottom: 1px solid #003f60;
 color: #003f60;
 font-size: 11px;
 font-weight: 700;
 margin: 0;
 padding: 4px 1.5em 2px;
}

.tip-text {
 color: #000;
 font-size: 11px;
 font-weight: 400;
 padding: 2px 0;
}

.tip-text div {
 border-top: 1px solid #f0f0f0;
}

.tip-text div:first-child {
 border: 0;
}

.tip-text a {
 color: #000;
 display: block;
 padding: .5em 1em;
 text-decoration: none;
}

.tip-text a:first-child {
 border-top: 0;
}

.tip-text a:hover {
 background: #dc261b;
 color: #fff
}

/* Układy responsywne */

@media all and (max-width: 1279px) and (min-width: 1140px) {

  #kalendarium-wyszukiwarka ul.wyniki-formularz-pola {
  width: 75%;
  }
}

@media all and (max-width: 1139px) and (min-width: 768px) {

  #kalendarium-wyszukiwarka ul.wyniki-formularz-pola {
  width: 90%;
  }
  #kalendarium-wyszukiwarka .wyniki-formularz-pola li {  
  padding: 1em 0 1em 0 !important;  
  width: 50%;
  }
  #kalendarium-wyszukiwarka .wyniki-formularz-pola li + li {    
  padding-left: 0 !important;    
  width: 49%;
  }
  #kalendarium-wyszukiwarka .wyniki-formularz-pola input[type="text"] {    
  font-size: 13px; 
  padding-left: 5px;
  width: 110px !important;
  }
}  

@media all and (max-width: 767px) and (min-width: 640px) {
  
  #kalendarium-wyszukiwarka ul.wyniki-formularz-pola {
  width: 90%;
  }
  #kalendarium-wyszukiwarka .wyniki-formularz-pola li {  
  padding: 1em 0 1em 0 !important;  
  width: 50%;
  }
  #kalendarium-wyszukiwarka .wyniki-formularz-pola li + li {    
  padding-left: 0 !important;    
  width: 49%;
  }
  #kalendarium-wyszukiwarka .wyniki-formularz-pola input[type="text"] {    
  font-size: 13px; 
  padding-left: 5px;
  width: 110px !important;
  }
 
}

@media all and (max-width: 639px) and (min-width: 320px) {
  
  #kalendarium-wyszukiwarka ul.wyniki-formularz-pola {
  width: 90%;
  }
  #kalendarium-wyszukiwarka .wyniki-formularz-pola li {  
  padding: 1em 0 1em 0 !important;  
  width: 100%;
  float: none;
  text-align: left;
  }
  #kalendarium-wyszukiwarka .wyniki-formularz-pola li + li {    
  padding-left: 0 !important;    
  width: 100%;
  float: none;
  }
  #kalendarium-wyszukiwarka .wyniki-formularz-pola input[type="text"] {    
  font-size: 13px; 
  padding-left: 5px;
  width: 110px !important;
  }
  
}

@media all and (max-width: 319px) {
  
  #kalendarium-wyszukiwarka ul.wyniki-formularz-pola {
  width: 90%;
  }
  #kalendarium-wyszukiwarka .wyniki-formularz-pola li {  
  padding: 1em 0 1em 0 !important;  
  width: 100%;
  float: none;
  text-align: left;
  }
  #kalendarium-wyszukiwarka .wyniki-formularz-pola li + li {    
  padding-left: 0 !important;    
  width: 100%;
  float: none;
  }
  #kalendarium-wyszukiwarka .wyniki-formularz-pola input[type="text"] {    
  font-size: 13px; 
  padding-left: 5px;
  width: 110px !important;
  }
  #kalendarium-wyszukiwarka .wyniki-formularz-pola input[type="button"] {  
  margin: -2px 5px 5px 0 !important;  
  }
}
/* kalendarium */
#tresc .kalendarz {width:100%; border:2px solid #d8d8d8; table-layout:fixed;}
#tresc .kalendarz caption {padding:10px; line-height:40px; font-family:Georgia, "Times New Roman", serif; font-size:20px; color:#FFF; font-weight:bold; text-align:center; background:#025d8d url(../themes/default/pics/kalendarium_thead.png) repeat-x; border-style:solid; border-width:2px 2px 0px 2px; border-color:#D8D8D8;}
#tresc .kalendarz caption a {font-size:50px; color:#FFF; text-decoration:none;}
.kalendarz_poprzedni {float:left;}
.kalendarz_nastepny {float:right;}
#tresc .kalendarz th {padding:4px 0; background:#025d8d; font-size:13px; text-align:center; color:#FFF; border: #eee solid 1px;}
#tresc .kalendarz th a {color:#FFF;}
#tresc .kalendarz td {border:1px solid #e5dad8; color:#025d8d; background:#eef5f9;}
#tresc .calendarHeader {text-align:center; font-size:22px; font-family:ubuntu, Arial, Tahoma, sans-serif; font-weight:bold;}
#tresc .prevMonth, .nextMonth {text-align:center; padding:0 10px 10px !important;} 

#tresc td.dayname {padding:5px; text-align:center; font-size:12px; font-weight:bold; color:#FFF; background:#838383 url(../themes/default/pics/kalendarium_dayname.png) repeat-x; border-top:1px solid #eef5f9;}
#tresc .day {width:14%; height:70px; padding:0; text-align:right; vertical-align:top;}
#tresc .wydarzenie {display:block; margin:0 0 5px 0; padding:5px 10px; text-align:left; color:#000; background:#FFF; border-left:6px solid red; font-size:11px; line-height:13px; font-family:Tahoma, sans-serif;}
#tresc .wydarzenie strong {display:block; margin-top:5px; padding:3px 0 0; color:#353535; font-weight:normal; font-size:10px; line-height:1; border-top:1px solid #f1f1f1;}
#tresc .wydarzenie:hover strong {color:#000;}
#tresc .wydarzenie:first-child {}
#tresc .wydarzenie:hover {background:#fcfcfc;}
#tresc .day a {color:#025d8d; text-decoration:none; font-family:Tahoma, Arial, sans-serif; font-size:11px;}
#tresc .day a:hover {border:0; text-decoration:none;}
#tresc .cal_button {margin:0 auto; height:40px; width:40px;}
#tresc .dzien-miesiaca, .dzien-aktualny {display:block; margin:1px 0; padding:4px 10px 4px 0;}
#tresc .dzien-miesiaca {color:#025d8d; background:#e0edf4;}
#tresc .dzien-aktualny {font-weight:bold; background:#c6deeb;}

#kalendarium-poprzedni, #kalendarium-nastepny {color:#FFF; font-size:50px; line-height:20px; vertical-align:middle; text-align:center;}
#kalendarium-poprzedni {border:0;}
#kalendarium-nastepny {border:0;}


/**
* LISTA KALENDARZ
* 
*/
/* Wyszukiwarka Kalendarium */
 #kalendarium-wyszukiwarka ul.wyniki-formularz-pola {
  width: 75%;
  text-align: right; 
  overflow: hidden; 
  padding: 1em !important; 
  margin: 0 0 40px 0 !important; 
  list-style-type: none !important; 
  list-style-image: none !important;    
  background: none;
  border: 1px solid #e0e0e0;
  }
#kalendarium-wyszukiwarka .wyniki-formularz-pola li {
  float:left;
  width: 45%; 
  text-align: right; 
  overflow: hidden; 
  padding: 1em 	!important;
  margin: 0 !important;	
	list-style-type: none !important;
	list-style-image: none !important;
	padding-left: 0 !important;
  background: none;
  -webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;	
  }
#kalendarium-wyszukiwarka .wyniki-formularz-pola li + li {
  float:right;
  width: 45%;
  text-align: left; 
  margin: 0 !important;	
	list-style-type: none !important;
	list-style-image: none !important;
	padding-left: 0 !important;
  background: none;
  -webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;	
  }
#kalendarium-wyszukiwarka .wyniki-formularz-pola label {display: inline-block !important;}
#kalendarium-wyszukiwarka .wyniki-formularz-pola input[type=text] {
  margin: -2px 5px 0 0 !important; 
  width: 110px !important; 
  padding-left: 15px;
  height: 38px; 
  display: inline-block !important;
  color: #555555;	
  font-size: 14px;	
	background-color: #ffffff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e0e0e0;
	border-right-color: #e0e0e0;
	border-bottom-color: #e0e0e0;
	border-left-color: #e0e0e0;}
#kalendarium-wyszukiwarka .wyniki-formularz-pola input[type=button] {margin: -2px 5px 0 0 !important; background-color: #003f60; border: 2px solid #003f60; width: 90px; height: 40px;  color: #fff; font-size: 14px;}
#kalendarium-wyszukiwarka .wyniki-formularz-pola input[type=button]:hover {
  background-color: #ffffff;	
	width: 90px;
	height: 40px;
	color: #003f60;
	font-size: 14px;
	border: 2px solid #003F60;
}     

#kalendarium-legenda-info {
	width: 20px;
	float: right;
}



.kalendarium-legenda dt {display:none; clear:both; float:left; margin-right: 10px; font-size: 24px; height: 30px; line-height: 30px; text-align: right; width: 30px; white-space: nowrap;}
.kalendarium-legenda dd {font-size: 16px; height: 30px; line-height: 30px;white-space: nowrap; padding-top: 5px;font-style: italic; }


.kalendarium-kategoria {float:left; height:18px; width:18px; margin:0 8px 0 0; }



.kalendarium #tresc h3 {color: #025d8d;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.1;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #025d8d;}


.kalendarium-tytul span {position:absolute; top:13px; left:13px; width:18px; height:18px; }

.kalendarium-wydarzenie {margin:0 0 7px 0; padding:0 20px 20px 45px; color:#000; background:#f9f9f9; overflow:hidden;}
.kalendarium-wydarzenie dl {margin: 20px 0; padding: 0; overflow:hidden;}
.kalendarium-wydarzenie dt {display:none;clear:both; float:left; margin-right: 10px; color: #838383; font-size: 16px; height: 30px; line-height: 30px; text-align: right; width: 30px;}  
.kalendarium-wydarzenie dd {font-size: 16px; color: #353535; height: 30px; line-height: 30px;}
.kalendarium-wydarzenie-opis {margin:0 !important;}


/**
/* minikalendarz */
#t_miesiac_prev {position:absolute; left: 0; top: 220px; color: #ffffff; width: 25px; height: 25px;}
#t_miesiac_next {position:absolute; right: 0; top: 220px; color: #ffffff; width: 25px; height: 25px;}
a#t_miesiac_prev:hover {background-color: transparent; border: none}
a#t_miesiac_next:hover {background-color: transparent; border: none}
#t_miesiac_prev object {pointer-events: none; position: relative;}
#t_miesiac_next object {pointer-events: none; position: relative;}
table#kalendarium {font-size:14px; border-collapse:inherit; margin:0 auto; border:none;}
table#kalendarium th {padding:4px 0;}
table#kalendarium td {text-align:center; vertical-align:middle; color:#003f60; margin:0; padding:0;}
table#kalendarium th.m_name {text-align:center; font-size:18px; font-weight:normal; color:#e8dccf; border-bottom:none; padding: 30px 0 10px;}
table#kalendarium th.m_name a {text-align:center; font-size:18px; font-weight:normal; color:#e8dccf; border-bottom:none;}
table#kalendarium th.m_name a:hover {background-color: transparent; border: none}
table#kalendarium th.m_name span {color:#e8dccf;}
table#kalendarium tr.day_name td {font-weight:normal; padding:7px 5px 15px; color:#FFF; font-size:14px; background:#004364;}
table#kalendarium tr.day_name td span {display:block; width:100%; height:100%;}
table#kalendarium td.day {font-weight:700; width:31px; border:solid 2px #004364; padding:7px 0 9px; background:#e8dccf;}
table#kalendarium td.dzien {text-align:center; vertical-align:top; width:31px; height:31px; position:relative; border:1px solid #004364; font-size:14px; color:#003f60; padding:0; background:#e8dccf;}
table#kalendarium td.dzien div {width: 10px; height: 10px !important; float: left;}
table#kalendarium td.dzien span { display: block; position: absolute; bottom: 1px; right: 4px; }
table#kalendarium td.dzis {color:#ffffff;background:#97a5a8;}
table#kalendarium td.none {background: #004364;}
table#kalendarium td.saturday {color:#e8dccf; font-weight:400; width:31px; border-style:none; margin:0; padding:7px 0 9px; background:#001e2e;}
table#kalendarium td.niedziela {color:#e8dccf; background:#001e2e;}
table#kalendarium td.niedziela_dzis {color:#fff; background:#666666;}
table#kalendarium + span.button-zielony {margin:5px 0 0 32px;}

/* infotip */
.tip-tool {
 background: #c6eafd !important;
 border: 1px solid #013855;
 width: 180px;
 z-index: 99999;
 position: relative;
}

.tip-tool:before {content: ""; display: block; width: 8px; height: 8px;background: #003f60;position: absolute; top: 6px; left: 4px;}

.tip-wrap {
 color: #000;
 width: 180px;
 z-index: 13000;
 background: #FFF;
}

.tip-title {
 border-bottom: 1px solid #003f60;
 color: #003f60;
 font-size: 11px;
 font-weight: 700;
 margin: 0;
 padding: 4px 1.5em 2px;
}

.tip-text {
 color: #000;
 font-size: 11px;
 font-weight: 400;
 padding: 2px 0;
}

.tip-text div {
 border-top: 1px solid #f0f0f0;
}

.tip-text div:first-child {
 border: 0;
}

.tip-text a {
 color: #000;
 display: block;
 padding: .5em 1em;
 text-decoration: none;
}

.tip-text a:first-child {
 border-top: 0;
}

.tip-text a:hover {
 background: #dc261b;
 color: #fff
}

/* Układy responsywne */

@media all and (max-width: 1279px) and (min-width: 1140px) {

  #kalendarium-wyszukiwarka ul.wyniki-formularz-pola {
  width: 75%;
  }
}

@media all and (max-width: 1139px) and (min-width: 768px) {

  #kalendarium-wyszukiwarka ul.wyniki-formularz-pola {
  width: 90%;
  }
  #kalendarium-wyszukiwarka .wyniki-formularz-pola li {  
  padding: 1em 0 1em 0 !important;  
  width: 50%;
  }
  #kalendarium-wyszukiwarka .wyniki-formularz-pola li + li {    
  padding-left: 0 !important;    
  width: 49%;
  }
  #kalendarium-wyszukiwarka .wyniki-formularz-pola input[type="text"] {    
  font-size: 13px; 
  padding-left: 5px;
  width: 110px !important;
  }
}  

@media all and (max-width: 767px) and (min-width: 640px) {
  
  #kalendarium-wyszukiwarka ul.wyniki-formularz-pola {
  width: 90%;
  }
  #kalendarium-wyszukiwarka .wyniki-formularz-pola li {  
  padding: 1em 0 1em 0 !important;  
  width: 50%;
  }
  #kalendarium-wyszukiwarka .wyniki-formularz-pola li + li {    
  padding-left: 0 !important;    
  width: 49%;
  }
  #kalendarium-wyszukiwarka .wyniki-formularz-pola input[type="text"] {    
  font-size: 13px; 
  padding-left: 5px;
  width: 110px !important;
  }
 
}

@media all and (max-width: 639px) and (min-width: 320px) {
  
  #kalendarium-wyszukiwarka ul.wyniki-formularz-pola {
  width: 90%;
  }
  #kalendarium-wyszukiwarka .wyniki-formularz-pola li {  
  padding: 1em 0 1em 0 !important;  
  width: 100%;
  float: none;
  text-align: left;
  }
  #kalendarium-wyszukiwarka .wyniki-formularz-pola li + li {    
  padding-left: 0 !important;    
  width: 100%;
  float: none;
  }
  #kalendarium-wyszukiwarka .wyniki-formularz-pola input[type="text"] {    
  font-size: 13px; 
  padding-left: 5px;
  width: 110px !important;
  }
  
}

@media all and (max-width: 319px) {
  
  #kalendarium-wyszukiwarka ul.wyniki-formularz-pola {
  width: 90%;
  }
  #kalendarium-wyszukiwarka .wyniki-formularz-pola li {  
  padding: 1em 0 1em 0 !important;  
  width: 100%;
  float: none;
  text-align: left;
  }
  #kalendarium-wyszukiwarka .wyniki-formularz-pola li + li {    
  padding-left: 0 !important;    
  width: 100%;
  float: none;
  }
  #kalendarium-wyszukiwarka .wyniki-formularz-pola input[type="text"] {    
  font-size: 13px; 
  padding-left: 5px;
  width: 110px !important;
  }
  #kalendarium-wyszukiwarka .wyniki-formularz-pola input[type="button"] {  
  margin: -2px 5px 5px 0 !important;  
  }
}
