
body {
	margin: 0px 0 20px 0;
	padding: 0;
	background: #929292;
	background-image: linear-gradient(#929292 0%, #D3D3D3 50%, #929292 100%);
	text-align: justify;
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
}

p {
	margin: 0;
}

h1, h2, h3 {
	margin-top: 0;
	color: #06146C;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
	color: #06146C;
}

a:hover {
	border-bottom: none;
	color:#010833;
	text-shadow: 1px 1px 2px #aaa;
	font-weight:550;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header {
	width: 1200px;
	margin: 0 auto;
	height: 234px;
	background: url(../images/13/header-image-bg.jpg) repeat-x left top;
	border-radius: 30px 0 0 0;
	position: relative;
}

/* Header */
#anim {
	width: 1160px;
	margin: 0px auto 20px auto;
	height: 40px;
	border: 0px solid #444;
	border-radius: 0 0 30px 0;
	position: relative;
	background-image:linear-gradient(#CED0DC 0%, #FFF 100%);
	padding: 0 20px 0 20px;
	overflow:hidden;
	font-family: Verdana;
	font-size:1.2em;
	font-weight:800;
	color: #222;
	line-height:40px;
}
#anim p {

	white-space:nowrap;
	margin:0;
	animation:przesun 30s linear infinite;
	position: absolute;
}
#anim > p:hover {
     animation-play-state:paused;
}
@keyframes przesun
{
	0% { transform:translateX(0); padding-left:102%; }
	100% { transform:translateX(-100%); padding-left:102%; }
}
#parafia {
	position: absolute;
	left: 660px;
	top: 21px;
	color: #222;
	font-size: 1.5em;
	line-height: 26px;
	font-weight: bold;
	font-style: italic;
}
#parafia p {
	margin: 0;
	text-shadow: 4px 4px 6px #AAA;
}
#kontrast {
	position: absolute;
	right: 20px;
	top: 10px;
	color: #222;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	text-shadow: 2px 2px 3px #AAA;
}
#contrast {
	background: url(../images/contrast.png) no-repeat left top 4px;
	display:block;
	float:right;
	width: 32px;
	height: 20px;
}
#diecezja {
	position: absolute;
	left: 100px;
	top: 10px;
	text-align:center;

}
#diecezja a {
	margin: 0;
	text-transform: uppercase;
	color: #093396;
	font-size: 1.5em;
	line-height: 22px;
	font-weight: bold;
	text-shadow: 2px 2px 3px #AAA;
}

#diecezja a:hover {
	color: #1D65AF;
}

#data {
	position: absolute;
	right: 10px;
	bottom: 0px;
	color: #FFF;
	font-size:1.0em;
	text-shadow: 2px 2px 3px #222;
}

#data p {
	margin:12px;
}

#data p strong {
	font-weight:bold;
}

#logo {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	padding: 0 10px 0 70px;
	background: url(images/img01.jpg) no-repeat left top;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #10389C;
}

#logo span {
	color: #000000;
}

#logo h1 {
	padding: 25px 0 0 0;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 47px 0 0 3px;
	font-size: 0.9em;
	color: #110E0F;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #10389C;
}

/* Menu */

#menu {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	background: url(images/img02.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	margin: 0;
	padding: 18px 30px 0 30px;
	text-decoration: none;
	text-transform: capitalize;
	background: url(images/img03.jpg) no-repeat right top;
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 1180px;
	margin: 0 auto;
	padding: 20px 10px;
	background: #FFFFFF;
	min-height:600px;
}

#page-bg {
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 580px;
	padding-left:30px; /*40*/
	overflow:hidden;
}

.post {
	padding-bottom: 15px;
	line-height: 140%;
}

.post h1 {
	font-weight: normal;
}

.post h3 {
	display: inline-block;
}

.title {
	margin: 0;
	padding: 10px 0 30px 20px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
	color: #10389C;
}

.title a:hover {
	border-bottom: 1px dotted #000000;
}

.byline {
	border-bottom: 1px #BBBBBB dashed;
	margin: -10px 20px 20px 20px;
}

.tag {
	padding: 0 15px;
}

.entry {
	padding: 0 20px;
}

.links {
	padding: 4px 0px 20px 0;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
}

.right {
	text-align:right;
}
.pagination {
	margin: 10px auto;
	text-align: center;
	font-weight: bold;
}

/* Radio */
#radio img {
	padding-left:15px;
	display: inline-block;
}

#radio #online {
	padding:15px;
	display: inline-block;
	float:right;
}

/* Sidebars */

#sidebar1 {
	float: left;
}

#sidebar2 {
	float: right;
}

.sidebar {
	float: left;
	width: 260px;
	padding: 0;
	font-size: 1em;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 10px 0;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0 15px 0 15px;
	padding: 4px 0px;
	border-bottom: 1px #CCC solid;
}

.sidebar p {
	margin: 15px;
	text-align: left;
}

.sidebar li h2 {
	height: 30px;
	line-height: 30px;
	margin: 0 0 8px 0;
	padding: 0px 15px 0px 15px;
	background: #10389C;
	background-image:linear-gradient(#3959AE 0%, #093396 100%);
	font-size: 1.2em;
	color: #FFFFFF;
	text-shadow: 2px 2px 3px #222;
	border-radius:20px 0 20px 0;
	box-shadow: 2px 2px 8px #333;
}

.sidebar li a {
	text-align: left;
	display: block;
}

.tlo {
	margin: 0 auto;
	background: url(../images/golab.jpg) repeat-x left top;
	position: relative;
	width:215px;
	padding-left:15px;
	padding-right:20px;
}
.tlo p {
	margin:5px auto;
}

/* Footer */

#footer {
	width: 1160px;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
	border-radius: 0 0 30px 0;
	text-align: center;
}

#footer p {
	margin: 0;
	padding: 10px 0 10px 0;
	text-align: center;
	
}

#footer a {
}

#footer .link {
	display: inline-block;
}

#footer .copyright {
	display: inline-block;
}

.flower {
	padding-left: 20px;
}

.btn {
    background-image:linear-gradient(#FFF 0%, #CED0DC 100%);
    border: 1px solid #BEC0CC;
	border-radius:16px 0 16px 0;
    color: #10389c;
    display: inline-block;
    font: 16px/32px "Open Sans",sans-serif;
    margin-top: 20px;
    text-align: center;

}
.btn:hover {
  background-image: linear-gradient(#3959AE 0%, #093396 100%);
  color: #ffffff;
}

.right select:focus {
	box-shadow: 2px 2px 8px #333;
	outline: 2px solid #0078D7;
}

.right select {
  background: #fff;
  font-size: 1.1em;
  padding: 0 10px 0 10px;
  outline: none;
  margin: 0;
  color: #343434;
  border: 1px solid #444;
  font-family: 'Open Sans', sans-serif;
  box-shadow: 1px 1px 4px #666
}

/* Contact Form Basic Styles 
========================================================*/

.sukces {
  display: none;
  border: 3px solid #333;
  border-radius: 10px;
  margin-bottom: 0px;
  color: #000000;
  font-family: Tahoma;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 40px;
  position: fixed;
  background: #ffffff;
  padding: 10px 0px;
  text-transform: none;
  text-align: center;
  z-index: 990;
  width:50%;	
  left:24%;
  left: calc(25% - 3px);
  top: calc(50% - 33px);
  vertical-align:middle;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
#contact-forma {
  position: relative;
  text-align: left;
  margin: 20px 0 30px 0;
}
#contact-forma label {
  position: relative;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 12px;
  font-family: 'Open Sans', sans-serif;
}
#contact-forma label.email { }
#contact-forma label.message {
  margin-bottom: 18px;
}
#contact-forma fieldset {
  border: none;
  margin:0;
  padding: 0 0 0 20px;
}

/* Contact Form Input 
========================================================*/
#contact-forma input[type='text'], #contact-forma select {
  width: 420px;
  background: #fff;
  line-height: 25px;
  font-size: 1.1em;
  padding: 0 5px 0 5px;
  outline: none;
  height: 25px;
  margin: 0;
  border: 1px solid #444;
  color:#727070;
  font-family: 'Open Sans', sans-serif;
  box-shadow: 1px 1px 4px #666
}

#contact-forma select {
	/*width: 432px;*/
	padding-left: 2px;
}
#contact-forma input[type='text']:focus, #contact-forma select:focus, #contact-forma textarea:focus {
	box-shadow: 2px 2px 8px #333;
	outline: 2px solid #0078D7;
}
/* Contact Form File Input 
========================================================*/
#contact-forma .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-forma input.form-control[disabled] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
#contact-forma input.form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 6px 12px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.cont_btn{
	text-align:right;
}
#contact-forma .btn {
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-weight: normal;
  white-space: nowrap;
  margin-top: 5px;
  margin-right: 20px;
  width: 180px;
}
#contact-forma .last{
	margin-right:0px;
}
#contact-forma .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
#contact-forma .btn-default:hover {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
#contact-forma .btn-default:active,
#contact-forma .btn-default:focus {
  outline-offset: -2px;
  outline: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* Contact Form Textarea 
========================================================*/
#contact-forma textarea {
  width: 420px;
  background: #ffffff;
  line-height: 24px;
  font-size: 1.1em;
  padding: 0 5px 0 5px;
  outline: none;
  resize: vertical;
  overflow: hidden;
  min-height: 72px;
  border: 1px solid #444;
  color: #727070;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 1px 1px 4px #666
}
#contact-forma textarea:focus {}
/* Contact Form Error messages
========================================================*/
#contact-forma .empty-message,
#contact-forma .error-message {
  position: absolute;
  right: 25px;
  top: 4px;
  color: #fa5555;
  height: 0;
  overflow: hidden;
  font-size: 0.9em;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  padding-left: 10px;
}
#contact-forma .invalid .error-message,
#contact-forma .empty .empty-message {
  height: 20px;
}

/* Contact for on index page-break-after
=========================================================*/

.index #contact-forma label {
  margin-bottom: 9px;
}
.index #contact-forma input[type='text'], .index #contact-forma textarea {
  background: #fff;
  border: none;
  width: calc(100% - 10px);
  padding-top: 6px;
  padding-bottom: 7px;
}
.index #contact-forma textarea { width: calc(100% - 20px); }
.index #contact-forma textarea { height: 70px;}
.index #contact-forma a {
  font-size: 1.1em;
  font-style: italic;
  color: #f00;
  font-weight: 400;
 }
 .index #contact-forma a:hover {color: #000;}
.index #contact-forma ._placeholder {
  font-size: 0.9em;
  color: #666;
  font-family: 'Open Sans', sans-serif;
}
.index #contact-forma label.name { margin-top: 7px; }

#contact-forma .text {
  font-size: 1.1em;
  font-family: 'Open Sans', sans-serif;
  width:120px;
  display:block;
  float:left;
  line-height:27px;
  font-weight: bold;
}

#contact-forma .niewymagalne {
	font-weight:normal;
}

#contact-forma .suma {
	font-size: 2em;
	font-weight:bold;
}

/* --------------------------- GALERIA ------------------------*/
/*----- es-carousel -----*/
.img-rounded {
	margin:0;
}

.img-rounded img{
	  border-radius:13px;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;}
	
.es-carousel-wrapper {
  position: relative;
  z-index: 99;
  padding:0 0 20px 20px;

}
.es-carousel {
  overflow: hidden;
}
.es-carousel ul {
  display: none;
  overflow:hidden;
  padding:0;
}
.es-carousel ul li {
  /*height: 100%; usun*/
  float: left;
  display: block;
   width:300px
}
.es-carousel ul li figure{margin-bottom:26px}

.es-nav {
  right: 0;
  bottom: 5px;
  position: absolute;
}
.es-nav span {
  display: block;
  line-height: 0;
  font-size: 0;
  width: 32px;
  height: 33px;
  text-indent: -5000px;
  z-index: 99;
  cursor: pointer;
  display:inline-block !important;
  
}
.es-nav span.es-nav-next {
  background: url(../images/next.png) no-repeat 50% 50% #0F3799;
  	  border-radius:0 6px 6px 0;
	-moz-border-radius:0 6px 6px 0;
	-webkit-border-radius:0 6px 6px 0;
	border-left:1px solid #cbadc8

}

.es-nav span.es-nav-prev {
 background: url(../images/prev.png) no-repeat 50% 50% #0F3799;
   	  border-radius:6px 0 0 6px ;
	-moz-border-radius:6px 0 0 6px ;
	-webkit-border-radius:6px 0 0 6px ;
	border-right:1px solid #735470
 
}
.es-nav span:hover {background-color:#3556AC}

/* Lightbox image */
.magnifier {
	position:relative;
	overflow:hidden;
	display:inline-block;
}
.magnifier img {
	position:relative;
	z-index:2;
  opacity: 1;
  filter: alpha(opacity=100);
	
}
.magnifier span {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	 background:url(../images/fancybox/magnify.png) center center no-repeat;	
	z-index:1;
}
.shade {
	position:absolute; 
	width:70px; 
	height:50px;
	right: -2px;
	bottom: -10px;
	background:#fff; 
	opacity:0.3; 
	z-index:99;
}

/*cered */
#wcag{float:right; display:block; position: relative;}
#fonts{float:left; display:block; position: relative; line-height: 17px; margin-left: 10px;}
#fontsmall{float:left; display:block; position: relative; color: #fff; font-size:14px; margin-right: 2px; cursor: pointer;}
#fontmedium{float:left; display:block; position: relative; color: #fff;font-size:16px;margin-right: 2px; cursor: pointer;}
#fontbig{float:left; display:block; position: relative; color: #fff; font-size:18px;margin-right: 2px; cursor: pointer;}

#contrast{float:left; display:block; position: relative; line-height: 17px; margin-left: 10px; width: auto;}
#contraststandard{float:left; display:block; position: relative; color: #fff; font-size:14px; margin-right: 2px; cursor: pointer; color:#000; border: 1px solid #000; padding: 0 2px; background:#fff;}
#contrastblack{float:left; display:block; position: relative; color: #fff;font-size:16px;margin-right: 2px; cursor: pointer; color:#fff; border: 1px solid #000; padding: 0 2px; background:#000;}
#contrastyellow{float:left; display:block; position: relative; color: #fff; font-size:18px;margin-right: 2px; cursor: pointer; color:#000; border: 1px solid #000; padding: 0 2px; background:#ffff00;}
#contrastblackyellow{float:left; display:block; position: relative; color: #fff; font-size:18px;margin-right: 2px; cursor: pointer; color:#ffff00; border: 1px solid #000; padding: 0 2px; background:#000;}
#data p{float:left; margin:0;}
