/* ==========================================================================
   Parafia rzymskokatolicka p.w. Świętej Trójcy w Jasionówce
   27.12.2013
   N4K.EU
   ========================================================================== */

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

body {
  	font-family: 'Oxygen', Arial, Helvetica, sans-serif;
	font-weight: 300;
	background-color: #e0dcd9;
  	font-size: 14px;
  	line-height: 1.428571429;
  	color: #333333;
}


.background{
	background-color: #2c2825;
	display: block;
	height: 520px;
	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: 0px;
   border: 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: " ";
  /* 1 */

  display: table;
  /* 2 */

}

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



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

#main{
	display: block;
	float: right;
	width: 70%;
	width: 780px;
	margin : 20px 50px 40px 20px;
}

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

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


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

#header{
	height: 150px;
	background-color: #2c2825;
}



#header #logo{
	text-align: left;
	display: block;
	height: 150px;
	padding: 45px 0 0 70px;
	text-decoration: none;
	background-color: #2c2825;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	
}

#header #logo h1{
	font-family: 'Marcellus SC', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #b0b0b0;
	text-transform: uppercase;
	line-height: 1.0 em;
	-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: 0px;
	padding: 0px;
}

#header #logo h1 small{
	color: #b0b0b0;
	-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;
}

#header #logo h1 strong{
	font-size: 22px;
	color: #E6E6E6;
	font-weight: normal;
	margin: 3px 0;
	display: inline-block;
}

#header #logo:hover h1,
#header #logo:hover h1 small{
	color: #FFF !important;
}




#header #menu{
	background-color: #2C2825;
}
#header #menu > ul{
	margin: 0px;
	list-style-type: none;
	float: right;
	padding: 0px;
}

#header #menu > ul > li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 18px;
	line-height: 40px;
	color: #FFF;
	text-transform: uppercase;
	display: inline-block;
}

#header #menu > ul > li > a{
	color: #FFF;
	text-align: right;
	display: block;
	text-decoration: none;
	background-color: #2C2825;
	padding: 100px 20px 0px 20px;
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-ms-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
}

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

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

#introduction{
	background-color: #1f1c1a;
	position: relative;
	margin: 0;

}

#introduction h1{
	font-family: 'Marcellus SC', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 66px;
	line-height: 57px;
	text-transform: uppercase;
	color: #dadada;
	margin: 0px;
	padding: 0px;
	text-align: right;
	position: absolute;
	top: 50px;
	right: 40px;
}

#introduction h2{
	font-weight: 300;
	text-transform: uppercase;
	font-size: 24px;
	color: #FFF;
	position: absolute;
	right: 40px;
	bottom: 30px;
	text-align: right;
	display: block;
	width: 320px;
}

#introduction h2 span{
	color: #C00;
}



/* FOOTER
-------------------------------------------------- */
#footer{
	color: #CCCCCC;
	background-color: #1B1B1B;
	padding: 20px;
	font-size: 14px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
	text-align: center;
}

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

#footer #created{
	text-align: right;
}



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

#sidebar{
	padding: 0px;
}

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

#sidebar .row section
{
	margin-bottom: 40px;
}




#sidebar h1, #sidebar h2, #sidebar h3{
	font-family: 'Oxygen', Arial, Helvetica, sans-serif;
	font-weight: 300;
	padding: 0px;
	margin: 0px;
}

#sidebar h1{
	font-size: 18px;
	line-height: 40px;
	color: #FFF;
	background-color: #333;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
	padding-left: 25px;
	position: relative;
	left: -25px;
	-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;
	width: 285px;
	text-decoration: none;
}

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



#sidebar h1:hover{
	background-color: #C00;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	text-decoration: none;
	outline: 0px;
}

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


#sidebar .box_kancelaria{
	margin-top: 40px;

}


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




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

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

#sidebar .box_add a{
	display: block;
}

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


#main_header{
	margin-bottom: 30px;
	padding: 0;
	margin-left: 15px;
    margin-right: 15px;
}

#main_header a{
	font-size: 36px;
	text-transform: uppercase;
	border-bottom: 4px solid #C00;
	text-align: right;
	display: block;
	padding: 0px;
	color: #333;
	line-height: 42px;
	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{
	border-bottom: 4px solid #333;
}



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




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

}

#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: 10px solid #E4E4E4;
}

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

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

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


.more{
	color: #FFF;
	background-color: #C00;
	text-transform: uppercase;
	font-size: 12px;
	float: right;
	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;
}

.more span{
	margin-left: 10px;
}

#box_news article:hover .more{
	color: #FFF;
	background-color: #333;
	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: 20px;
}






/* 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{
	text-align: left;

}


.news header h1{
	font-size: 36px;
	line-height: 46px;
}


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

.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 #C00;
	text-align: right;
	display: block;
	color: #333;
	position: relative;
	z-index: 2;	  /*margin-left: 15px;
	  margin-right: 15px;
*/	
}

.pages > article > header > h1,
.pages > section > header > h1 {
	margin: 15px 0 5px 0;
	line-height: 42px;
	z-index: 2;
}

/*
.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: 14px;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 20px;
}

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



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


/*breadcrumb*/


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

.breadcrumb a {
	color: #666;
}
.breadcrumb a:hover {
	color: #c00;
	text-decoration: none;
}







 /* 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: #BC1010 !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{
	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;
}

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

















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

}

/* Medium devices */
@media (min-width: 992px) and (max-width: 1199px) {
	
	
.info{
	background-color: #06F;
	display: block;
	height: 5px;
	width: 100%;
	position: fixed;
	bottom: 0px;
}

#header #menu > ul > li > a{
	padding: 100px 10px 0px 10px;
}	

#sidebar{
	width: 290px;
	/*width: 30%;*/
	margin: 0 20px 0 10px;
}

#main{

	width: 620px;
	/*width: 70%;	*/
	margin : 20px 25px 30px 0;
}

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


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


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

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

	
	
}

/* Small devices */
@media (min-width: 768px) and (max-width: 991px) { 
.info{
	background-color: #C00;
	display: block;
	height: 5px;
	width: 100%;
	position: fixed;
	bottom: 0px;
}

#header{
	height: 200px;
	background-color: #2c2825;
	text-align: center;
}



#header #menu > ul > li > a{
	text-align: center;
	padding: 0px 22px;
}

#header #menu > ul > li:first-child a 
{
	padding: 0px 21px;
} 



#introduction h1{

	font-size: 40px;
	line-height: 40px;
	position: absolute;
	top: 30px;
	right: 30px;
}

#introduction h2{
	font-size: 20px;
	position: absolute;
	right: 30px;
	bottom: 30px;
	width: 260px;
}

#sidebar{
	width: 700px;
	/*width: 30%;*/
	margin: 0 25px;
	display: none!important;	
}

#main{

	width: 700px;
	/*width: 70%;	*/
	margin : 20px 25px;
}


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

	
.info{
	background-color: #C90;
	display: block;
	height: 5px;
	width: 100%;
	position: fixed;
	bottom: 0px;
}	

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

#main{
	width: 90%;
	margin : 20px 5%;
}	


#header{
	height: auto;
	position: relative;
}

#header #logo{
	text-align: left;
	display: block;
	height: 110px;
	padding: 20px 0 0 70px;
	
}

#header #menu{
	background-color: #2C2825;
	margin-bottom: 20px;
}
#header #menu > ul{
	float: none;
	display: none;
}

#header #menu > ul > li{
	display: block;
}

#header #menu > ul > li > a{
	padding: 5px 20px;
}

#showmenu{
	position: absolute;
	top: -95px;
	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;
}

#showmenu:hover{
	color: #fff;
}



#introduction h1{
	font-size: 36px;
	line-height: 34px;
	position: absolute;
	top: 10px;
	right: 10px;
}


#introduction h2{
	font-size: 18px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 240px;
}


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



#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: 120px;
}

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


}

@media (max-width: 600px) {
	
.info{
	background-color: #F0F;
	display: block;
	height: 5px;
	width: 100%;
	position: fixed;
	bottom: 0px;
}		
#introduction h2{
	display: none;
}
}

@media (max-width: 480px) {
	
.info{
	background-color: #0FF;
	display: block;
	height: 5px;
	width: 100%;
	position: fixed;
	bottom: 0px;
}		

	
	
.col-xs-1, .col-pd-2, .col-pd-3,  .col-pd-4,  .col-pd-5,  .col-pd-6, .col-pd-7, .col-pd-8, .col-pd-9, .col-pd-10, .col-pd-11, .col-pd-12 {
	position: relative;
  	min-height: 1px;
  	padding-left: 5px;
  	padding-right: 5px;
}

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

.row{
	margin: 0 -5px;
}

  .col-pd-1, .col-pd-2, .col-pd-3, .col-pd-4, .col-pd-5, .col-pd-6, .col-pd-7, .col-pd-8, .col-pd-9, .col-pd-10, .col-pd-11 {
    float: left;
  }
  .col-pd-12 {
    width: 100%;
  }
  .col-pd-11 {
    width: 91.66666666666666%;
  }
  .col-pd-10 {
    width: 83.33333333333334%;
  }
  .col-pd-9 {
    width: 75%;
  }
  .col-pd-8 {
    width: 66.66666666666666%;
  }
  .col-pd-7 {
    width: 58.333333333333336%;
  }
  .col-pd-6 {
    width: 50%;
  }
  .col-pd-5 {
    width: 41.66666666666667%;
  }
  .col-pd-4 {
    width: 33.33333333333333%;
  }
  .col-pd-3 {
    width: 25%;
  }
  .col-pd-2 {
    width: 16.666666666666664%;
  }
  .col-pd-1 {
    width: 8.333333333333332%;
  }
  .col-pd-pull-12 {
    right: 100%;
  }
  .col-pd-pull-11 {
    right: 91.66666666666666%;
  }
  .col-pd-pull-10 {
    right: 83.33333333333334%;
  }
  .col-pd-pull-9 {
    right: 75%;
  }
  .col-pd-pull-8 {
    right: 66.66666666666666%;
  }
  .col-pd-pull-7 {
    right: 58.333333333333336%;
  }
  .col-pd-pull-6 {
    right: 50%;
  }
  .col-pd-pull-5 {
    right: 41.66666666666667%;
  }
  .col-pd-pull-4 {
    right: 33.33333333333333%;
  }
  .col-pd-pull-3 {
    right: 25%;
  }
  .col-pd-pull-2 {
    right: 16.666666666666664%;
  }
  .col-pd-pull-1 {
    right: 8.333333333333332%;
  }
  .col-pd-pull-0 {
    right: 0%;
  }
  .col-pd-push-12 {
    left: 100%;
  }
  .col-pd-push-11 {
    left: 91.66666666666666%;
  }
  .col-pd-push-10 {
    left: 83.33333333333334%;
  }
  .col-pd-push-9 {
    left: 75%;
  }
  .col-pd-push-8 {
    left: 66.66666666666666%;
  }
  .col-pd-push-7 {
    left: 58.333333333333336%;
  }
  .col-pd-push-6 {
    left: 50%;
  }
  .col-pd-push-5 {
    left: 41.66666666666667%;
  }
  .col-pd-push-4 {
    left: 33.33333333333333%;
  }
  .col-pd-push-3 {
    left: 25%;
  }
  .col-pd-push-2 {
    left: 16.666666666666664%;
  }
  .col-pd-push-1 {
    left: 8.333333333333332%;
  }
  .col-pd-push-0 {
    left: 0%;
  }
  .col-pd-offset-12 {
    margin-left: 100%;
  }
  .col-pd-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-pd-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-pd-offset-9 {
    margin-left: 75%;
  }
  .col-pd-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-pd-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-pd-offset-6 {
    margin-left: 50%;
  }
  .col-pd-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-pd-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-pd-offset-3 {
    margin-left: 25%;
  }
  .col-pd-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-pd-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-pd-offset-0 {
    margin-left: 0%;
  }

#main{
	width: 90%;
	margin : 20px 5%;
}	

#header #logo{
	text-align: left;
	display: block;
	height: 100px;
	padding: 20px 0 0 20px;
	background-color: #2c2825;
	background-image: none;
}


#introduction h1{
	font-size: 30px;
	line-height: 30px;
	position: absolute;
	top: 10px;
	right: 10px;
}


#introduction h2{
	display: none;
}

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

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

.news header{
	margin: 20px 0px;
}


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



.pages h2 {
	line-height: 24px;
	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;}

}