/* ==========================================================================
   Parafia Rzymskokatolicka p.w. św Karola Boromeusza w Białymstoku
   04.10.2014
   N4K.EU
   #920000 #210101
   ========================================================================== */

@import url(http://fonts.googleapis.com/css?family=Marcellus+SC&subset=latin,latin-ext);

body {
  	font-family:  Arial, Helvetica, sans-serif;
	font-weight: 300;
	background-color: #f0f0f0;
  	font-size: 16px;
  	line-height: 1.428571429;
  	color: #100101;
}


.background{
	background-color: #100101;
	display: block;
	height: 210px;
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: -1;
}
.index .background{
	height: 620px;
	border-bottom: 410px solid #210101;
}

#preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f0f0f1;
	z-index: 99;
}
#preloader p{
	text-align: center;
	margin-top: 15%;
}
#preloader span{
	padding: 5px;
	display: block;
}
.loading *{-webkit-animation:none!important;-moz-animation:none!important;-ms-animation:none!important;-o-animation:none!important;}


:focus,
:focus::-moz-focus-inner {
   outline: none;
   border: none;
}

a:hover{
	text-decoration: none;
}

.chromeframe{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #C00;
	text-align: center;
	border: 0px;
	margin: 0px;
}

.chromeframe a{
	color: #FF0;
}

.chromeframe a:hover{
	color: #FFF;
	border-bottom: 1px dotted #FFF;
}


#header:before,
#header:after,
#main:before,
#main:after

 {
  content: " ";
  display: table;
}

h1, h2, h3, h4, h5, h6{font-family: 'Marcellus SC', Arial, Helvetica, sans-serif; font-weight: 200;}

.container {
	padding: 0px;
}

.bg {
	background-color: #FFF;
}




/* HEADER
-------------------------------------------------- */

#header{


}

#header #logo{
	font-family: "Marcellus SC", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: block;
	position: relative;
	height: 120px;
	padding-top: 10px;
	background-color: #100101;	
}

#header #logo h1{
	font-size: 20px;
	color: #E2E2E2;
	text-align: center;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	line-height: 24px;
}

#header #logo h1 small{
	font-size: 20px;
	color: #d81e1e;
	display: block;
	margin-bottom: 2px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	text-shadow: 0px 0px 6px rgba(255, 255, 255, 0);
}

#header #logo h1 strong{
	font-size: 25px;
	display: block;
	line-height: 27px;
	font-weight: normal;
}

#header #logo:hover h1
{
	color: #FFF;
	text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.7);	
}

#header #logo:hover h1 small
{
	text-shadow: 0px 0px 6px rgba(255, 255, 255, 0);
		
}



/*MENU*/


#header #menu{
	position: relative;
	z-index: 2;
	background: #920000 url(../img/bg.png) repeat center center;
	height: 70px;
	margin: 0 30px;
	top: 20px;
	overflow: hidden;
}


#header #menu:before{
	content: '';
	background: #100101 url(../img/bg.png) repeat center center;
	position: absolute;
	z-index: 2;
	display: block;
	height: 5px;
	width: 100%;
	z-index: 3;
	top: 5px;
}


#header #menu > ul{
    clear: left;
    float: left;
    left: 50%;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}


#header #menu > ul > li{
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    right: 50%;
}

#header #menu > ul > li > a{
	font-family: "Marcellus SC", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #E2E2E2;
	line-height: 64px;
	text-transform: uppercase;
	display: block;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
	outline: none;
	text-align: center;
	margin: 0px 20px;
	padding-top: 10px;
}


#header #menu > ul > li.active > a:after
{
	content: '';
	font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
	color:#100101;
	/*background-color: #100101;
	
	height: 14px;
	width: 14px;*/
	position: absolute;
	left: 50%;
	top: 2px;
/*	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);*/
	margin-left: -10px;

}


#header #menu > ul > li > a:hover
{
	color: #fff;
	text-shadow: 0px 0px 20px rgba(255, 255, 255, 1.0);
}




#sidebar{
	display: block;
	float: right;
	width: 300px;
	margin: 0;
	padding: 45px 30px 0 0px;
	background-color: #fff;
}

#main{
	display: block;
	float: left;
	width: 860px;
	min-height: 500px;
	background-color: #fff;
	padding: 45px 30px;
}




/* INTRODUCTION
-------------------------------------------------- */

#introduction{	
	position: relative;
	margin: 0;
	background-color: #210101;
	background: url(../img/intro_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 430px;
}

#introduction img{
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 430px;
	width: 272px;
}


#introduction div{
	font-family: 'Marcellus SC', Arial, Helvetica, sans-serif;
	font-size: 35px;
	line-height: 40px;
	text-transform: uppercase;
	color: #fff;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 270px;
	bottom: 30px;
	text-align: right;
	text-shadow: 0px 0px 10px rgba(33,0,0,0.8),0px 0px 100px rgba(33, 0, 0, 1), 0px 10px 40px rgba(33,0,0,1);
}


#introduction div strong{
	color: #ff9900;
	font-size: 50px;
	margin-bottom: 10px;
}

#introduction #fade{
	margin: 0px;
	padding: 0px;
}


#introduction #fade li{
	margin: 0px;
	padding: 0 0 0 20px;
	list-style-type: none;
}



#introduction h1::before{
	content: '';
	background-image: url(../img/podpis.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 60px;
	width: 226px;
	position: relative;
	right: -120px;
	display: block;
	bottom: -230px;
}

/* FOOTER
-------------------------------------------------- */

#footer{
	background: #210101 url(../img/bg.png) repeat center center;
	display: block;
	clear: both;
	float: none;
	width: 100%;
	color: #CCCCCC;
	padding: 20px;
	font-size: 14px;
	text-align: center;
}

#footer a{
	color: #FFF;
}
#footer a:hover{
	color: #C00;
	text-decoration: none;
}

#footer #copyright{
	text-align: left;
	text-transform: uppercase;
	font-size: 12px;
}

#footer #footer_nav ul{
	margin: 0px;
	padding: 0px;
	float: right;
	display: inline-block;
}
#footer #footer_nav ul li{
	margin: 30px 0 0 0;
	padding: 0px;
	list-style-type: none;
	float: left;
}

#footer #footer_nav ul li a{
	font-size: 16px;
	text-transform: uppercase;
	margin-left: 10px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
#footer #footer_nav ul li a:hover{
	color: #990000;
}
#footer #footer_nav ul li.active a{
	color: #fff;
	border-bottom-color: #fff;
}




/* SIDEBAR
-------------------------------------------------- */


#sidebar .row
{
	padding: 0;
	margin: 0;
}

#sidebar .row section
{
	margin-bottom: 20px;
	padding: 0px;
}

#sidebar h1, #sidebar h2, #sidebar h3{
	padding: 0px;
	margin: 0px;
}

#sidebar h2, #main .main_header {
	font-size: 22px;
	line-height: 38px;
	color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin-bottom: 28px;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
	background: #920000 url(../img/bg.png) repeat center center;
	padding-top: 5px;
}
#main .main_header {
	background: #350404 url(../img/bg.png) repeat center center;

}


#sidebar h2 a, #main .main_header a{
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;		
}



#sidebar h2::after, #main .main_header::after {
	content: '';
	position: relative;
	display: block;
	height: 4px;
	width: 100%;
	background-color: #900;
	bottom: -8px;
}


#main .main_header::after {
	background-color: #350404;
}



#sidebar abbr{
	color: #340404;
	border: none;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	bottom: -2px;
}


#sidebar .box_kancelaria{
	padding-bottom: 20px  !important;
}

#sidebar .box_kancelaria p, #sidebar .box_kancelaria address{
	padding-right: 0px;
	padding-left: 0px;	
}



#sidebar .box_msze dl dt{
	text-transform: uppercase;
}

#sidebar .box_msze dl dd{
	display: inline-block;	
}

/*
#sidebar .box_ad h1{
	margin-bottom: 10px;

}



#sidebar .box_ad  .bnalink {
	padding: 0 0 10px 0;
}
#sidebar .box_ad .item .bnalink {
	padding: 0;
}

#owl-ad .item {
  margin: 3px 0 !important;
}


#sidebar .box_ad ul{
	margin: 0px;
	padding: 0px;
}

#sidebar .box_ad ul li{
	margin-bottom: 10px;
	list-style-type: none;
}

#sidebar .box_ad a{
	display: block;
}*/



/* BOX NEWS
-------------------------------------------------- */


.main_header{
	margin: 0 0 15px 0;
	padding: 0;

}

#box_news article a{
	background-color: #f1f1f1;
	display: block;
	height: 460px;
	margin-bottom: 30px;
	text-align: center;
	color: #100101;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}


#box_news article a:hover{
	/*background-color: #E6E6E6;*/
	background-color: #990000;
	color: #fff;
}

#box_news article a figure{
	border-bottom: 5px solid #900;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#box_news article a:hover figure{
	border-bottom: 5px solid #fff;
}

#box_news article a figure img{
	-webkit-transition: all 2.4s ease-in-out;
	-moz-transition: all 2.4s ease-in-out;
	-ms-transition: all 2.4s ease-in-out;
	-o-transition: all 2.4s ease-in-out;
	transition: all 2.4s ease-in-out;
}
#box_news article a:hover figure img{
    transform: rotate(4deg) scale(1.209) ;
    -webkit-transform: rotate(4deg) scale(1.209));
    -moz-transform: rotate(4deg) scale(1.209);
    -o-transform: rotate(4deg) scale(1.209);
    -ms-transform: rotate(4deg) scale(1.209);

}


#box_news article a header{
	position: relative;
}


#box_news article a header h1{
	font-size: 18px;
	text-transform: uppercase;
	color: #100101;
	margin: 30px 15px 0px 15px;
	padding: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#box_news article a:hover header h1{
	color: #fff;
}

#box_news article a header time{
	text-transform: uppercase;
	color: #fff;
	padding: 5px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background-color: #900;
	height: 45px;
	width: 45px;
	position: absolute;
	top: -85px;
	right: 5px;
	-webkit-border-radius: 6px;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius: 6px;
	-moz-border-radius-bottomright: 0;
	border-radius: 6px;
	border-bottom-right-radius: 0;
	text-align: center;
}

#box_news article a:hover header time{
	padding: 10px;
	height: 55px;
	width: 55px;
	position: absolute;
	top: -95px;
	right: 4px;
}


#box_news article a header time span.dzien{
	font-size: 22px;
	display: block;
	line-height: 22px;
}
#box_news article a header time span.miesiac{
	font-size: 13px;
	display: block;
	line-height: 13px;
}

#box_news article a .wstep{
	margin: 15px;
	color: #666666;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#box_news article a:hover .wstep{
	margin: 15px;
	color: #FFE6E6;
}




/*


#box_news article a{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	display: block;
	text-decoration: none;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}



#box_news .news_box_big a{
	padding-bottom: 10px;
	margin-bottom: 20px;
}


#box_news .news_box_big header{
	margin-top: 24px;
	min-height: 150px;
}
#box_news article a header h1,
#box_news article a header h2{
	font-size: 20px;
	text-transform: uppercase;
	color: #333;
	margin: 0px;
	padding: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.news_box_big  a header h1{
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #333;
	margin: 0px;
	padding: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#box_news article a:hover header h1,
#box_news article a:hover header h2{
	color: #069;
}

.news_box_big a header time{
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
	margin-top: 5px;
	display: block;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position: absolute;
	left: 0px;
	bottom: 3px;
}

#box_news article a header time{
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
	margin-top: 5px;
	display: block;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#box_news article a:hover header time{
	color: #333;
}

#box_news article a .wstep{
	color: #333;
	margin-top: 10px;
	font-size: 16px;
}
*/
/*.more{
	color: #FFF;
	background-color: #ccc;
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	position: absolute;
	right: 0px;
	bottom: 5px;
}
*/
/*.more{
	color: #FFF;
	background-color: #ccc;
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	display: block;
	clear: both;
	float: right;
}


#box_news article:hover .more{
	color: #FFF;
	background-color: #069;
	text-decoration: none;	
}







#box_news .news_box_smail a{
	margin-bottom: 20px;
}


#box_news .news_box_smail figure{
	float: left;
	width: 25%;
	margin: 0 20px 20px 0;
}*/
/*
#box_news .news_box_smail header{
	margin-top: 10px;
}
*/





/* BOX POLECAMY
-------------------------------------------------- */


#ad{
	padding: 0px 0px 20px 0px;
}

#ad h2{
	margin: 0 0 10px 0;
}

#owl-ad .item{
    margin: 3px;
}

#owl-ad .item img{
    display: block;
    width: 100%;
    height: auto;
}






/* BOX GALLERY
-------------------------------------------------- */

#box_gallery h2 {
  margin-bottom: 13px;
}

#owl-gallery .item a{
	text-decoration: none;
}


#owl-gallery .item a img{
    display: block;
    width: 100%;
    height: auto;
}

#owl-gallery .item a h3{
	display: block;
	width: 100%;
	height: auto;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFF;
	background-color: rgba(0,0,0,0.7);
	text-align: center;
	padding-top: 20px;
	padding-right: 5%;
	padding-bottom: 20px;
	padding-left: 5%;
	position: absolute;
	bottom: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#owl-gallery .item a:hover h3{
	background-color: rgba(153,0,0,0.7);
}




/* GALLERY
-------------------------------------------------- */


#box_news.box_gallery article a {
  height: auto;
}
#box_news.box_gallery article  header {
	height: 150px;
}

#box_news.box_gallery article  header h1 {
	height: 150px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	width: 480px;
}

#box_news.box_gallery article a:hover header h1{
	color: #fff;
}


#box_news.box_gallery article a header time{
	position: absolute;
	top: -55px;
	right: 5px;
}

#box_news.box_gallery  article a:hover header time{
	position: absolute;
	top: -65px;
	right: 4px;
}





/*
#list_gallery > article > a {
	display: block;
	position: relative;
	margin-bottom: 30px;
}



#list_gallery > article > a > figure  {
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}


#list_gallery > article > a:hover > figure{
}

#list_gallery > article > a > figure img{
	-webkit-transition: all 2.4s ease-in-out;
	-moz-transition: all 2.4s ease-in-out;
	-ms-transition: all 2.4s ease-in-out;
	-o-transition: all 2.4s ease-in-out;
	transition: all 2.4s ease-in-out;
}

#list_gallery > article > a:hover > figure img{
    transform: rotate(4deg) scale(1.209) ;
    -webkit-transform: rotate(4deg) scale(1.209));
    -moz-transform: rotate(4deg) scale(1.209);
    -o-transform: rotate(4deg) scale(1.209);
    -ms-transform: rotate(4deg) scale(1.209);

}


#list_gallery > article > a > figure > figcaption {
	font-family: 'Marcellus SC', Arial, Helvetica, sans-serif;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 18px;
	font-style: normal;
	width: 70%;
	
}



#list_gallery > article > a > time{
	font-family: 'Marcellus SC', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	padding: 5px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background-color: #900;
	height: 45px;
	width: 45px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	-webkit-border-radius: 6px;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius: 6px;
	-moz-border-radius-bottomright: 0;
	border-radius: 6px;
	border-bottom-right-radius: 0;
	text-align: center;
}

#list_gallery > article > a:hover > time{
	padding: 10px;
	height: 55px;
	width: 55px;
	position: absolute;
	bottom: 30px;
	right: 20px;
}


#list_gallery > article > a > time span.dzien{
	font-size: 22px;
	display: block;
	line-height: 22px;
}
#list_gallery > article > a > span.miesiac{
	font-size: 13px;
	display: block;
	line-height: 13px;
}



*/












.list_foto{
	padding: 0px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.list_foto li{
	list-style-type: none;
	margin-bottom: 20px;
}

.list_foto li a{
	border: 10px solid #F0F0F0;
	display: block;
}

/* CARUSEL
-------------------------------------------------- */

#carousel{
	position: relative;
	background-color: #272727;
}

#carousel .carousel-navi{
	position: absolute;
	z-index: 2001;
	top: 5px;
	right: 5px;
	font-size: 20px;
}

#carousel .carousel-navi .bxslider-next a,
#carousel .carousel-navi .bxslider-prev a
{
	height: 40px;
	width: 40px;
	display: inline-block;
	background-color: #000;
	text-align: center;
	vertical-align: middle;
	padding: 7px 0;
	color: rgba(255,255,255,0.4);
	opacity: 0.40;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=40);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#carousel .carousel-navi .bxslider-next a:hover,
#carousel .carousel-navi .bxslider-prev a:hover
{
	color: rgba(255,255,255,0.7);
	opacity: 0.80;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=80);
}





/* NEWS
-------------------------------------------------- */


small.ad{
	color: #666;
	display: block;
	margin-top: 0px;
	padding-top: 5px;
}

.meta-info{
	font-size: 12px;
	color: #999;
}


.news{
	position: relative;
}

.news figure{
	margin-bottom: 40px;
}

.news figure img{
	border: 10px solid #F0F0F0;
}

.news header{
	margin-bottom: 20px;
}


.news header h1{
	font-size: 40px;
	line-height: 40px;
	margin-top: 0px;
}




.news figure figcaption{
	font-size: 14px;
	font-style: italic;
	color: #999;
}

.articleBody{
	clear: both;
	float: none;
	margin-bottom: 60px;
	padding-top: 20px;	
	text-align: justify;
}


.tx ol li{
	margin-bottom: 5px;
}

.tx ul li{
	margin-bottom: 5px;
}





/* PAGES
-------------------------------------------------- */

/*
.pages > article > header,
.pages > section > header
 {
	margin: 0 0 5px 0;
	padding-bottom: 0px;
	font-size: 36px;
	text-transform: uppercase;
	border-bottom: 4px solid #350404;
	text-align: right;
	display: block;
	color: #069;
	position: relative;
	z-index: 2;	  /*margin-left: 15px;
	  margin-right: 15px;

}

.pages > article > header > h1,
.pages > section > header > h1 {
	margin: 0 0 5px 0;
	line-height: 46px;
	z-index: 2;
	background: url("../img/bg.png") repeat scroll center center #350404;
	color: #fff;
	font-size: 22px;
	text-align: center;
 
}	
*/		
	
}


*/
/*
.pages article header:after

 {
	font-family: 'Marcellus SC', Arial, Helvetica, sans-serif;
	font-weight: 400;
	content: " W IMIĘ OJCA\A I SYTNA\A I DUCHA\A ŚWIĘTEGO";
	font-size: 66px;
	white-space: pre;
	color: #CCC;
	width:600px;
	position: absolute;
	z-index: 0;
	top: 0px;
	right: 0px;
	height: 300px;
	line-height: 66px;
	text-align: right;
}

*/



.lead {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 20px;
}

.foto{
	border: 5px solid #EEE;
}



.tags{
	font-size: 12px;
	color: #999;
	margin-top: 20px;
}

/* list_group
-------------------------------------------------- */

.list_group a {
	margin-bottom: 30px;
	display: block;
}

.list_group a figure{
	border: 10px solid #F0F0F0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.list_group a:hover figure{
	border: 10px solid #900;
}

.list_group a h3{
	background-color: #F0F0F0;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	height: 200px;
	width: 480px;
	padding: 15px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.list_group a:hover h3{
	background-color: #900;
	color: #FFF;
}


/* priests_box
-------------------------------------------------- */
.priests_box{
	clear: both;
	float: none;
	margin-bottom:60px;
}
.priests_box figure{
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}


/*.priests_box figure img{
	width: 180px;
}*/

.priests_box .infos{
	display: block;
	float: left;
}

.priests_box .biography{
	clear: both;
	float: none;
}



/* list_sacraments
-------------------------------------------------- */

.list_sacraments div a{
	color: #333;
	background-color: #F0F0F0;
	display: block;
	margin-bottom: 30px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.list_sacraments div a:hover{
	color: #FFF;
	background-color: #900;
	display: block;
	margin-bottom: 30px;
}

.list_sacraments div a h3{
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	width: 480px;
	height: 100px;
}





/*breadcrumb*/


.breadcrumb {
	background-color: #FFFFFF;
	border-radius: 4px;
	list-style: none outside none;
	margin-bottom: 40px;
	padding: 0;
	font-size: 12px;
	color: #350404;
	position: relative;
	top: -10px;
}

.breadcrumb a {
	color: #350404;
}
.breadcrumb a:hover {
	color: #900;
	text-decoration: none;
}

.breadcrumb > .active {
	color: #C5AAA5;
}

.breadcrumb > li + li:before {
	color: #CCCCCC;
	content: "/ ";
	padding: 0 5px;
}



 /* PAGINATION */

.stronicowanie {
	display: block;
	clear: both;
	float: none;
	margin-top: 10px;
	padding: 0 15px;
}
 
 /*pagination js*/
  .holder {
	margin: 15px 0 40px 0;
	text-align: center;
  }

  .holder a {
	font-size: 14px;
	cursor: pointer;
	color: #333;
	border: 1px solid #CCC;
	padding: 5px 10px;
	margin: 0 2px 0 5px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
  }

  .holder a:hover {
	background-color: #ccc;
	color: #fff;
	text-decoration: none;
  }



  .holder a.jp-current, a.jp-current:hover {
	background-color: #990000 !important;
	color: #fff;
  }

  .holder a.jp-disabled, a.jp-disabled:hover {
    color: #bbb;
  }

  .holder a.jp-current, a.jp-current:hover,
  .holder a.jp-disabled, a.jp-disabled:hover {
    cursor: default;
    background: none;
  }

  .holder span { margin: 0 5px; }




/*group_item*/

.group_item header{
	margin-bottom: 40px;	
}

.group_item figure img{
	border: 5px solid #F0F0F0;
}
/*

.group_item{
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.group_contact {
	display: inline-block;
	margin: 0 10px 0 5px;
}

.group_contact .glyphicon {
	color: #666;
}


*/



#map-canvas, #map_canvas {
	width: 100%;
	height: 335px;
	margin-top: 20px;
	margin-bottom: 40px;
	border: 10px solid #F3F3F3;
}

address p {
	text-indent: 0!important;
	text-align: left!important;
}

#form {
	color: #333;
	text-decoration: none;
}


/* FORM */

label.req:after {
    color: #C00;
    content: "*";
    margin-left: 2px;
}

label.error {
	font-weight: normal;
	color: #B5204D;
	font-size: 12px;
	text-align: center;
	display: block;
}

input.error,
textarea.error
 {
	border-color: #BC1010 !important;
	background-color: rgba(204,0,0,0.02);
}


input.error:focus,
textarea.error:focus
 {
  border-color: #BC1010 ;
  border: 1px solid #BC1010!important;
/*  
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392 !important;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392 !important;
*/	
  
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
	
	  
}
.form-control:focus {
	border-color: #666666;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(153, 153, 153, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(153, 153, 153, 0.6);
}




.alerty_noscript{}



/*nav_group*/
.nav_group{
	margin: 40px 0 0 0;
	padding: 0px;
}

.nav_group li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.nav_group li a{
	font-family: 'Marcellus SC', Arial, Helvetica, sans-serif;
	padding: 5px  10px;
	display: block;
	font-size: 18px;
}

.nav_group li a:hover{
	color: #FFF;
	background-color: #300404;
}

.nav_group li.active a{
	color: #FFF;
	background-color: #900;
}




/* Large devices */
@media (min-width: 1200px) { 
	.info{
		background-color: #0F0;
		display: block;
		height: 5px;
		width: 100%;
		position: fixed;
		bottom: 0px;
	}
	
	#box_news .news_box_smail a{
		margin-bottom: 20px;
		min-height: 150px;
	}
	#header #menu > ul{
		display: block !important;
	}

}

/* Medium devices */
@media (min-width: 992px) and (max-width: 1199px) {
	
	


#main{

	width: 670px;
	/*width: 70%;	*/
	margin : 0;
}


#sidebar{
	width: 300px;
	/*width: 30%;*/
	margin: 0;
}

#header #menu > ul > li > a{
	font-size: 20px;
	margin: 0px 15px;
}


#box_news .news_box_smail a{
	padding-bottom: 10px;
}


#box_news .news_box_big header{
	margin-top: 20px;
	min-height: 88px;
}

#introduction h1 {
  position: absolute;
  right: 50px;
}

	
}

/* Small devices */
@media (min-width: 767px) and (max-width: 991px) { 

.container{
	width: 94%;
	margin-right: 3%;
	margin-left: 3%;
}

#header #menu > ul > li > a{
	font-size: 18px;
	margin: 0px 15px;
}

}

@media (min-width: 767px) and (max-width: 915px) { 
	#header #menu > ul > li > a{
		font-size: 17px;
		margin: 0px 6px;
	}
}



@media (max-width: 991px) { 


#header {
  display: block;
  float: none;
  margin: 0;
  position: relative;
  width: 100%;
}

#introduction {
	position: relative;
	top: -20px;	
}


#sidebar{
	display: none;
}


#main{
	width: auto;
}


#main > .row {
  padding: 30px 40px ;
}

.pages > article > header > h1, .pages > section > header > h1 {
  margin: 0;
}

#box_news {
	min-height: 10px!important;
}


#box_news .news_box_smail header{
	margin-top: 0px;

}

#box_news .news_box_smail a{
	padding-bottom: 10px;
}

#box_news .news_box_big header{
	margin-top: 29px;

}


}

/* Extra small devices */
@media (max-width: 767px) {
	
.background{
	background-color: #100101;
	display: block;
	height: 140px;
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: -1;
	border-bottom: none;
}
	
	
.container{
	width: 94%;
	margin-right: 3%;
	margin-left: 3%;
}	
	
	
#header:before, #header:after, #header #menu:before,  #header #menu:after  {
  display: none;

}	


#showmenu{
	position: absolute;
	top: -100px;
	right: 0px;
	font-size: 30px;
	color: #CCC;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	outline: none;
	z-index: 800;
	font-weight: normal;
}

#showmenu:hover{
	color: #fff;
}	
	


#header #menu{
	position: relative;
	z-index: 2;
	height: auto;
	margin: 0;
	top: 0px;
	overflow: visible;
	background-color: #900;
	background-image: none;
}

#header #menu:before{
	display: none;
}

#header #menu > ul{
	float: none;
	display: none;
	padding-top: 40px;
}



#header #menu > ul{
	clear: both;
	float: none;
	left: 0;
	list-style: none outside none;
	margin: 0;
	padding: 10px 0;
	position: relative;
	text-align: center;
}


#header #menu > ul > li{
    display: block;
    float: none;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    right: 0;
}

#header #menu > ul > li > a{
	font-size: 20px;
	line-height: 36px;
	margin: 0px;
}


#header #menu > ul > li.active > a:after
{
	display: none;
}


#header #menu > ul > li > a:hover
{
	color: #fff;
	text-shadow: 0px 0px 20px rgba(255, 255, 255, 1.0);
	background-color: #100101;
}

#main > .row {
  padding: 20px 50px ;
}


#introduction{
	display: none;
}



.container{
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}
	
#sidebar{
	display: none!important;	
}

#main{
	width: 100%;
	margin : 0 0 20px 0;
}	

.articleBody img {
	clear: both;
	float: none;
	width: 100%;
}



}

@media (max-width: 600px) {



#box_news .news_box_smail a{
	padding-bottom: 10px;
}


#box_news .news_box_big header{
	margin-top: 20px;
	min-height: 120px;
}

#box_news .news_box_smail header{

	min-height: 20px;
}

#box_news .news_box_smail figure{
	float: none;
	width: 100%;
	margin: 0 0px 20px 0;
}

#box_news article{
	width: 100%;
	clear: both;
	float: none;
}

#box_news .news_box_big header {
	margin-top: 20px;
	min-height: 50px;
	margin-bottom: 20px;
}

#box_news .news_box_big a {
  margin-bottom: 40px;
  padding-bottom: 10px;
}


}

@media (max-width: 480px) {




#header #logo h1{
	font-size: 14px;
	line-height: 24px;
}

#header #logo h1 small{
	font-size: 14px;
	line-height: 22px;
}

#header #logo h1 strong{
	font-size: 18px;
	line-height: 24px;
}



.pages > article > header,
.pages > section > header {
	margin-bottom: 20px;
}

.pages > article > header > h1,
.pages > section > header > h1 {
	line-height: 22px;
	font-size: 22px;
}


.breadcrumb{
	display: none;
}

.tx{
	text-align: left;
}
.group_item figure {display: none;}

.jp-first, .jp-previous, .jp-next, .jp-last {display: none;}

}
