/* ==========================================================================
   Parafia Rzymskokatolicka p.w. św Jana Pawła II
   29.07.2014
   N4K.EU
   #006699 #ff9900
   ========================================================================== */

@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: #091e33;
  	font-size: 16px;
  	line-height: 1.428571429;
  	color: #333333;
}


.background{
	background-color: #071524;
	display: block;
	height: 435px;
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: -1;
}


#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;}



#sidebar{
	display: block;
	float: left;
	width: 30%;
	width: 300px;
	margin: 0 0 0 0;
}

#main{
	display: block;
	float: right;
	width: 70%;
	width: 870px;
	min-height: 500px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}

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


#footer{
	background-color: #000;
	display: block;
	clear: both;
	float: none;
	width: 100%;
}

.container {
	background-color: #FFF;
	padding: 0px;
}


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

#header{
	display: block;
	float: left;
	width: 30%;
	width: 300px;
	margin: 0 0px 0 0;
	position: relative;

}


#header #logo{
	font-family: "Marcellus SC", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: block;
	background-color: #006699;
	position: relative;
	height: 160px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	
}

#header #logo h1{
	font-size: 24px;
	color: #F3F3F3;
	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;
}

#header #logo h1 small{
	font-size: 14px;
	color: #ffb432;
	display: block;
	margin-bottom: 5px;
}

#header #logo h1 strong{
	font-size: 30px;
	color: #F3F3F3;
	display: block;
	line-height: 40px;
	font-weight: normal;
}

#header #logo h1:hover ,
#header #logo h1:hover strong{
	color: #FFF;	
}

#header:before{
	content: '';
	display: block;
	height: 160px;
	position: absolute;
	background-color: #006699;
	width: 20px;
	left: -20px;
	top: 0px;
	z-index: 3;
}

#header:after{
	content: '';
	display: block;
	height: 160px;
	position: absolute;
	background-color: #006699;
	width: 20px;
	right: -20px;
	top: 0px;
	z-index: 3;
}



#header #menu::before {
    content: ' ';
    position: absolute;
    left: -20px;
    top: -10px;
    background-color: #12487C;
    width: 20px;
    height: 20px;
    -ms-transform: skewY(45deg);
    -webkit-transform: skewY(45deg);
    transform: skewY(45deg);
    z-index: 1;
}


#header #menu::after {
    content: ' ';
    position: absolute;
    right: -20px;
    top: -10px;
    background-color: #12487C;
    width: 20px;
    height: 20px;
    -ms-transform: skewY(-45deg);
    -webkit-transform: skewY(-45deg);
    transform: skewY(-45deg);
    z-index: 1;
}








/*MENU*/




#header #menu{
	background-color: #ff9900;
	position: relative;
	z-index: 2;
}



#header #menu > ul{
	margin: 0px;
	padding:  0 0 30px 0;
}

#header #menu  > ul:before{
	content: '';
	display: block;
	height: 20px;
	position: relative;
	top: 0px;
	background-color: #e48800;
	margin-bottom: 15px;
}

#header #menu > ul > li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;	
}

#header #menu > ul > li > a{
	font-family: "Marcellus SC", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #07192d;
	line-height: 34px;
	text-transform: uppercase;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8e5b07;
	margin: 0 20px;
	-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;
}

#header #menu > ul > li > a:hover
{
	background-color: #E68A00;
}


#header #menu > ul > li.active > a
{
	background-color: #EC8D00;
}


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

#introduction{
	background-color: #1f1c1a;
	position: relative;
	margin: 0;
	background-image: url(../img/intro_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 435px;
}

#introduction h1{
	font-family: 'Marcellus SC', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 33px;
	line-height: 37px;
	text-transform: uppercase;
	color: #fff;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 140px;
	bottom: 150px;
}


#introduction h1 strong{
	color: #FFF;
	font-size: 66px;
	font-weight: normal;
}

#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{
	color: #CCCCCC;
	background-color: #006699;
	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;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #069;
}
#footer #footer_nav ul li a:hover{
	color: #C90;
	border-bottom-color: #C90;
}
#footer #footer_nav ul li.active a{
	color: #fff;
	border-bottom-color: #fff;
}

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

#sidebar{
	padding: 0px;
}

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

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




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

#sidebar h1{
	font-size: 28px;
	line-height: 40px;
	color: #FFF;
	background-color: #006699;
	padding: 0 20px;
	-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: 20px;
	text-decoration: none;
	position: relative;
}

#sidebar h1 a{
	color: #FFF;
	text-decoration: none;
	display: block;
	/*	width: 285px;
	position: relative;
	left: -25px;
	text-indent: 25px;*/
}


#sidebar h1::before {
    content: ' ';
    position: absolute;
    left: -20px;
    bottom: -10px;
    background-color: #12487C;
    width: 20px;
    height: 20px;
    -ms-transform: skewY(45deg);
    -webkit-transform: skewY(45deg);
    transform: skewY(45deg);
    z-index: 1;
}

#sidebar h1::after {
    content: ' ';
    position: absolute;
    left: -20px;
    bottom: 0px;
    background-color: #006699;
    width: 20px;
    height: 40px;
    z-index: 1;
}



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


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

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

#sidebar .box_msze p strong{
	text-transform: uppercase;
	color: #C00;
	display: inline-block;
	margin-right: 5px;
}


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

}

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



#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: 10px 0 30px 0;
	padding: 0 20px;
	background-color: #006699;
}

#main_header a{
	font-size: 28px;
	text-align: right;
	display: block;	
	color: #FFF;
	line-height: 40px;
	text-decoration: none;
	-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;
	
}

#main_header a:hover{
	
}



/*
#box_news{
	padding: 0px 0px 20px 0px;
}
*/



#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 article a figure{
	border: 4px solid #E4E4E4;
	-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: 4px solid #f90;
}

#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{
	font-size: 30px;
	text-transform: uppercase;
	color: #333;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	margin: 0 0 10px 0;
}

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

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















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


#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;
}

#owl-gallery .item a:hover h3{
	background-color: #c00;
}




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

#list_gallery > article > a > figure > figcaption {
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #FFF;
	padding: 10px 20px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
	font-size: 18px;
}

#list_gallery > article > a > time > span {
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0px;
	color: #FFF;
	right: 0px;
	padding: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
}

#list_gallery > article > a > time > span > span {
	display: block;
	text-transform: uppercase;
	text-align: right;
}

#list_gallery > article > a > time > span > span.dzien {
	font-size: 36px;
	line-height: 36px;
}

#list_gallery > article > a > time > span > span.miesiac {
	font-size: 20px;
	line-height: 20px;
}

#list_gallery > article > a > time > span > span.rok {
	font-size: 20px;
	line-height: 20px;
}


.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: 5px solid #EEE;
	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;
}

#content figure{
	margin-bottom: 40px;
}


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


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


.news figure img{
	border: 4px solid #E4E4E4;
}

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

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








/* 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 #069;
	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: 80px 0 5px 0;
	line-height: 42px;
	z-index: 2;
}

.pages  article  h2 {
	color: #069;
}

/*
.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;
}

*/

.tx{
	text-align: justify;


}

.tx img {
    display: block;
    height: auto;
    max-width: 100%;
}


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

.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;
}

.page_nav {
	margin: 0px;
	padding: 0px;
}

.page_nav > li{
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 10px 0;
	color: #999;
}

.page_nav a{
	color: #999;
}

.page_nav a:hover{
	color: #FF9900;
}

.page_nav a.activ{
	color: #006699;
}

/*breadcrumb*/


.breadcrumb {
	background-color: #FFFFFF;
	border-radius: 4px;
	list-style: none outside none;
	margin-bottom: 60px;
	padding: 0;
	font-size: 12px;
	color: #069;
}

.breadcrumb a {
	color: #069;
}
.breadcrumb a:hover {
	color: #f90;
	text-decoration: none;
}

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

.breadcrumb > li + li:before {
	color: #BAD5D8;
	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: #069 !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; }



@media (max-width: 767px) {
	.jp-first,
	.jp-previous,
	.jp-next,
	.jp-last{
		display:none;
	}
}



.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: 450px;
	margin-top: 20px;
	margin-bottom: 40px;
	/*border: 10px solid #F3F3F3;*/
}

#map-canvas, #map-canvas iframe {
	width: 100%;
	height: 400px;
}

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;
}

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


input.error:focus,
textarea.error:focus
 {
  border-color: #953b39 !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;
}
.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{}



.bodowa_news a{
	display: block;
}

.bodowa_news a figure{
	display: block;
	float: left;
	height: auto;
	width: 35%;
	margin-right: 30px;
}













/* 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{
	display: block !important;
}



#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{
	display: block !important;
	text-align: center;
	padding-bottom: 10px;
}


#header #menu > ul > li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	display: inline-block;
}

#header #menu > ul > li > a {
	border-bottom: none;
	font-size: 17px;
	margin: 0;
	padding: 0 5px;
}

}


@media (max-width: 991px) { 



#header #menu > ul{
	float: none;
}



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

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


#sidebar{
	display: none;
}


#main{

	width: 100%;
	margin : 20px 0px;
}

#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) {
	
.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: -140px;
	right: 15px;
	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;
}

#showmenu:hover{
	color: #fff;
}	
	
#header #menu > ul:before {
  display: none;

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


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

#introduction{
	display: none;
}


}

@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) {
	

}

@media print {
    #header, #sidebar, #footer, .breadcrumb , #main > section > header {
		display: none;
    }
	#main {
		width: 100%;		
    }
	
  a[href]:after {
    content: none !important;
  }

}