/* ==========================================================================
   Sanktuarium Miłosierdzi Bożego w Białymstoku
   15.12.2014
   N4K.EU
   #002635 #791532 #D3DADC
   ========================================================================== */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,300&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700&subset=latin,latin-ext);


body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	background-color: #fff;
	font-size: 16px;
	line-height: 1.428571429;
	color: #100101;
}


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


.btn-primary {
  background-color: #B8003D;
  border-color: #B8003D;
  color: #ffffff;
  	-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;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #82002B;
    border-color: #82002B;
    color: #ffffff;
}



abbr{
	border: none !important;
	margin-right: 10px;
}

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



/* browse */

#browse{
	background-color: #fff;
	text-align: center;
	border: 0px;
	margin: 0px;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 2000;
	display: block;
}

#browse img{
	height: 170px;
	width: auto;
}

#browse div{
	height: 460px;
	width: 600px;
	margin-top: -300px;
	margin-left: -230px;
	left: 50%;
	top: 50%;
	position: absolute;
	font-size: 18px;
}


#browse ul{
	padding: 0px;
	display: block;
	clear: both;
	float: none;
	width: 400px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#browse ul li{
	margin: 30px 10px 10px 10px;
	padding: 0px;
	display: block;
	list-style-type: none;
	position: relative;
	float: left;
}


#browse a{
	background: url(../img/browse.png) no-repeat left top;
	display: block;
	width: 60px;
	text-align: center;
	font-size: 14px;
	color: #000;
	height: 90px;
	padding-top: 70px;
	vertical-align: top;
}



#browse a.chrome{bbackground: url(../img/browse.png) no-repeat 0 top;}
#browse a.firefox{background: url(../img/browse.png) no-repeat -60px top;}
#browse a.safari{background: url(../img/browse.png) no-repeat -120px top; }
#browse a.opera{background: url(../img/browse.png) no-repeat -180px top;}
#browse a.ie{background: url(../img/browse.png) no-repeat -240px top; }

#browse a:hover{
	color: #C00;
}




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

 {
  content: " ";
  display: table;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-weight: 700;
}






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

#header{
	height: 300px;
	width: 100%;
	position: relative;
	margin-bottom: 100px;
}


#header:after{
	content: "";
	overflow: hidden;
	font-weight: 300;
	background-image: url(../img/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 300px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #e8e8e8;
	}



#header #logo{
	position: absolute;
	height: 240px;
	width: 240px;
	display: block;
	text-indent: -1000px;
	margin-left: -120px;
	overflow: hidden;
	left: 50%;
	bottom: -110px;
	z-index: 5;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}








#main{
	margin-top: 40px;
}
#main.index{
	margin-top: 0px;
}

#main section{
	position: relative;
}


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

#footer{
	margin-top: 60px;
	display: block;
	clear: both;
	float: none;
	background-color: #394144;
	color: #FFF;
}


#footer #box_adres{
	background-image: url(../img/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: left 40px;
	padding-left: 200px;
	padding-top: 40px;
}
#footer #box_adres h4{
	font-size: 22px;
	color: #1dc1ff;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

#footer #box_adres p{
	padding: 5px 0;
}



#footer #box_intencje{
	background-color: #04aeef;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	overflow: hidden;
	position: relative;
}
#footer #box_intencje h4{
	font-size: 22px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

#footer #box_intencje p{;
	padding-bottom: 15px;
}


#footer #bt_foot{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
}


#footer #footer_nav a{
	color: #FFF;
	display: inline-block;
	margin-right: 15px;
	list-style-type: none;
	position: relative;
	left: -15px;
}

#footer #footer_nav a:hover{
	color: #04aeef;
}

#footer #copyright{
	font-size: 14px;
	text-align: right;
	position: relative;
	right: -15px;
}

#footer #created{
	font-size: 14px;
	text-align: right;
	color: #CCC;
}

#footer #created span{
	font-size: 12px;
}

#footer #created a{
	color: #CCC;
}

#footer #created a:hover{
	color: #FFF;
}


@media (max-width: 767px) {
	#footer #created{
		text-align: center;
	}
}


@media (max-width: 479px) {
	#footer #box_adres{
	background-image: none;
	padding-left: 15px;
	padding-top: 40px;
}
}

/* intencje
-------------------------------------------------- */
#intencje .modal-content{
	background-color: #04AEEF;
}


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


.nav_sidebar{
	margin-top: 155px;
}

.nav_sidebar ul{
	margin: 0px;
	padding: 0px;
}
.nav_sidebar li{
	list-style-type: none;
}
.nav_sidebar li a{
	text-transform: uppercase;
	font-weight: 400;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	display: block;
	position: relative;
	text-decoration: none;
	color: #333;
}


.nav_sidebar li:first-child{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}

.nav_sidebar li.active a
{
	color: #B8003D;
	font-weight: 700;
	-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;
}

.nav_sidebar li a::after{
	content: '';
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 0px;
	color: #CCC;
	margin-top: -8px;
	}


.nav_sidebar li.active a::after{

	color: #B8003D;
}


.nav_sidebar li a:hover{
	color: #008AC0;
	text-decoration: none;
}



.nav_sidebar li a:focus {
	outline: none;
	text-decoration: none;
}









.main_header {
	font-size: 48px;
	line-height: 48px;
	color: #b3b3b3;
	text-transform: uppercase;
	margin: 0px 0 15px 0;
	padding: 0 0 10px 0;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}


.main_header a{
	font-size: 46px;
	line-height: 46px;
	color: #b3b3b3;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	text-align: right;
	-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;	
}


.index_header {
	font-size: 30px;
	line-height: 38px;
	color: #b3b3b3;
	text-transform: uppercase;
	margin: 0px 0 15px 0;
	padding: 0;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
}

.index_header a{
	font-size: 30px;
	line-height: 38px;
	color: #b3b3b3;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	text-align: left;
	-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{
	color: #ED004E;
}


/* TABS */


.index_header_tab{
	font-size: 30px;
	line-height: 38px;
	color: #b3b3b3;
	text-transform: uppercase;
	padding: 0;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 0;
}

.nav-tabs > li > a {
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #333;
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: none;
	color: #B8003D;
}

.nav-tabs {border: none;}

.tab-content{
	margin: 0 0 30px 0;
	position: relative;
	/*overflow: hidden;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #CCC;
	padding: 20px;
}

#msze dl{
	margin-bottom: 5px;
}

#msze dt{
	text-transform: uppercase;
	color: #0697ce;
	width: 200px;
	display: inline-block;
}


#msze dd{
	display: inline-block;
	width: 65px;
	position: relative;	
}

#msze dd.spec{cursor:pointer;}


/*#msze dd{
	border: 1px solid #CCC;
}
*/

#msze dd small{
	color: #999;
	font-style: italic;
}

.inne{
	margin-top: 30px;
}


/* OWL
-------------------------------------------------- */
.caruselNav {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0px;
    top: 10px;
}

.row .caruselNav {
    right: 15px;
}

.caruselNav a {
	cursor: pointer;
	display: inline-block;
	height: 30px;
	transition: all 0.3s ease-in-out 0s;
	width: 30px;
	font-size: 20px;
	color: #fff;
	background-color: #EBEEEF;
	text-align: center;
	line-height: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.caruselNav a:hover {
	color: #FFFFFF;
	background-color: #B8003D;
}


.box_news_spec{
	margin-bottom: 30px;	
}

.box_news_spec a{
	display: block;
	color: #333;
	-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;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #CCC;
}

.box_news_spec a:hover{
	display: block;
	color: #fff;
	border: 1px solid #CCC;
	background-color: #B8003D;
	text-decoration: none;
}

.box_news_spec a h3{
	font-size: 18px;
	text-transform: uppercase;
	color: #333;
	-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: 20px 20px 20px 70px;
	display: inline-block;
	position: relative;
	
}

.box_news_spec a:hover h3{
	color: #fff;
}


.box_news_spec a span{
	font-size: 18px;
	text-transform: uppercase;
	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: 0px;
	padding: 20px;
	background-color: #008AC0;
	display: inline-block;
	position: relative;
	z-index: 5;
}

@media (max-width: 991px) {
	.box_news_spec a span{
	padding: 10px 20px;
	display: block;
	text-align: center;
	}	
	

.box_news_spec a h3{
	padding: 20px;
	display: block;
	text-align: center;
}		
}
@media (min-width: 992px) {

.box_news_spec a:before{
	content: "";
	-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: #008AC0;
	display: block;
	height: 67px;
	width: 67px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	top: 0px;
	left: 205px;
	z-index: 2;
}
}

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

.box_news{
	margin-bottom: 30px;	
}

.box_news a{
	display: block;
	color: #333;
	-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;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #CCC;
}


.box_news a:hover{
	background-color: #B8003D;
	color: #fff;
}


.box_news a header{
	position: relative;
	float: left;
	width: 50%;
	padding: 20px;
}


#sidebar .box_news a header{
	padding: 15px;
}

.box_news a header h3{
	font-size: 18px;
	text-transform: uppercase;
	color: #333;
	-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;
}

.box_news a:hover header h3{
	color: #fff;
}






.box_news a header time{
	text-transform: uppercase;
	color: #b3b3b3;
	-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;
	font-size: 14px;
}


.box_news a:hover header time{
	color: #fff;
}



.box_news a .wstep{
	background-color: #008AC0;
	/*background-color: rgba(0, 138, 192,0.95);*/
	padding: 20px;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 500px;
	color: #FFF;
	-webkit-transition: all 0.4s ease-in-out 0.4s;
	-moz-transition: all 0.4s ease-in-out 0.4s;
	-ms-transition: all 0.4s ease-in-out 0.4s;
	-o-transition: all 0.4s ease-in-out 0.4s;
	transition: all 0.4s ease-in-out 0.4s;
	width: 100%;
	text-align: center;
}
.box_news a:hover .wstep{
	top: 0px;
}




.box_news 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;
	float: right;
	width: 50%;
}


.box_news 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 a:hover figure img{
    transform: rotate(2deg) scale(1.209) ;
    -webkit-transform: rotate(2deg) scale(1.209));
    -moz-transform: rotate(2deg) scale(1.209);
    -o-transform: rotate(2deg) scale(1.209);
    -ms-transform: rotate(2deg) scale(1.209);

}

.section_link{
	text-align: right;
	position: relative;
	top: -10px;
}

.section_link a{
	font-size: 14px;
	color: #999;
}

.section_link a:hover{
	color: #008AC0;
}

/* BOX GRUPY
-------------------------------------------------- */

#owl-grupy .item{
	margin-right: 5px;
	margin-bottom: 40px;
}

.list_group .item{
	margin-bottom: 30px;
}

.list_group .item a figure{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #CCC;
	padding: 0;
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.list_group .item a:hover figure{
	border: 1px solid #B8003D;
}

.list_group .item a figure img{
  display: block;
  height: auto;
  max-width: 100%;

	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");

}

.list_group .item a:hover figure img{
	filter: none;
	-webkit-filter: none;
}



.list_group .item a h3{
	font-size: 16px;
	text-transform: uppercase;
	color: #333;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	height: 173px;
	width: 480px;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #CCC;
	position: relative;
	z-index: 3;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

}


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

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


#owl-recommend{
	padding: 0px 0px 20px 0px;
}


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

#owl-recommend .item img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFF;
	border: 1px solid #CCC;
}


/* EVENT MODULE
-------------------------------------------------- */


.list_event{
	padding: 0px;
	width: 1170px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: -15px;
}

.list_event .owl-item > div{
	margin: 0px 15px;
	list-style-type: none;
	position: relative;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #CCC;
	padding: 20px;
}

.list_event .czas{
	text-align: center;
	float: left;
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	color: #B8003D;
	text-transform: uppercase;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-right: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0;
}

.list_event .czas .data{
	font-size: 34px;
	display: block;
	line-height: 34px;
}
.list_event .czas .godzina{
	font-size: 18px;
	display: block;
	line-height: 18px;
}

.list_event .opis{
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: middle;
	display: table-cell;
	text-transform: uppercase;
	font-size: 16px;
	width: 380px;
	height: 93px;
}

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



.gallery_box a{
	text-decoration: none;
	display: block;
	position: relative;
	margin-bottom: 40px;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.gallery_box a::before {
	content: "";
	margin-left: -50px;
	margin-top: -70px;
	position: absolute;
	left: 50%;
	top: -300%;
	display: block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	font-size: 100px;
	color: #B8003D;
	color: rgba(184,0,61,0.8);
	z-index: 10;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}


.gallery_box:hover a::before {
	left: 50%;
	top: 50%;
}


.gallery_box a figure img{
    display: block;
    width: 100%;
    height: auto;
}



.gallery_box a figure figcaption{
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display: block;
	width: 96%;
	margin: 2%;
	padding: 20px;
	background-color: #008AC0;
	background-color: rgba(0,138,192,0.8);
	position: absolute;
	z-index: 3;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	left: 0px;
	bottom: 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


.gallery_box a:hover figure figcaption{
	background-color: #B4003C;
	color: #FFF;
}


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



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


.news {
	position: relative;
}

.news header{
	text-align: center;
	background-color: #EAEAEA;
	padding: 10px;
	margin-bottom: 5px;
}

.news header .news_title{
	font-size: 26px;
	color: #222;
	padding: 5px 15px 5px 15px;
	margin: 0px;
	text-transform: uppercase;
}


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

.meta-info{
	font-size: 12px;
	color: #222;
	margin: 0px;
}


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



.news figure figcaption{
	font-size: 14px;
	font-style: italic;
	color: #999;
	text-align: right;
	display: block;
}

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

.articleBody img{
	border: 10px solid #f0f0f0;
}

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

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





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



article > header > h2{
	font-size: 36px;
	color: #ed004e;
	text-transform: uppercase;
	padding: 40px 0;
	text-align: right;	
}	
		
	

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

.articleBody_section{
	margin-bottom: 40px;
}

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



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


.autor{
	font-style: italic;
	color: #999;
	text-align: right;
}


/* priests_box
-------------------------------------------------- */
.priests_box{
	clear: both;
	float: none;
	margin-bottom:60px;
}



/* list_sacraments
-------------------------------------------------- */
.list_sacraments  {
	margin: 5px 0 0 0;
	padding: 0px;	
}


.list_sacraments li {
	list-style-type: none;
	margin-bottom: 5px;
}

.list_sacraments li a{
	-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 li a .glyphicon{
	margin-right: 5px;
}



.list_sacraments li a:hover{
	color: #002635;

}

/*blockquote*/

blockquote {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    margin: 0 0 20px 2em;
    padding: 0.25em 0 0.25em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
	border: none;
}

blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -20px;
    top: -20px;
    color: #7a7a7a;
}

blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

blockquote cite:before {
    content: "\2014 \2009";
}


/*breadcrumb*/


.breadcrumb {
	background-color: #FFFFFF;
	list-style: none outside none;
	margin-bottom: 0px;
	padding: 0;
	font-size: 12px;
	color: #002635;
	position: relative;
	top: -10px;
	display: none;	
}

.breadcrumb a {
	color: #666666;
}
.breadcrumb a:hover {
	color: #B8003D;
	text-decoration: none;
}

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

.breadcrumb > li + li:before {
	color: #999;
	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: #002635;
	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: #002635;
	color: #fff;
	text-decoration: none;
  }



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

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

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


*/

/* FORM */

#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-contact{
	margin: 20px 0;
}

label {
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
	max-width: 100%;
	font-size: 14px;
}

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

#intencje input.error,
textarea.error
 {
	border-color: #BC1010 !important;
	background-color: rgba(255,242,242,1);
}

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




.alert{
	margin-top: 20px;
}


.alert_top{
	width: 600px;
	margin-left: -300px;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 2000;
	/*    -moz-box-shadow: 0px 10px 33px #000000;
    -webkit-box-shadow: 0px 10px 33px #000000;*/
	box-shadow: 0px 10px 33px rgba(0,0,0,0.5);
	margin-top: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}



/*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{
	color: #333;
	padding: 5px  10px;
	display: block;
	font-size: 18px;
	-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;
}

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

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














table {
  background-color: transparent;
}
th {
  text-align: left;
}
table {
  width: 100%;
  max-width: 100%;
  margin: 20px 0;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
table .table {
  background-color: #ffffff;
}

table {
  border: 1px solid #dddddd;
}
table > thead > tr > th,
table> tbody > tr > th,
table> tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 1px solid #dddddd;
}
table > thead > tr > th,
table > thead > tr > td {
  border-bottom-width: 2px;
}
























@media (min-width: 991px) {
	

/*MENU*/


#header #menu{
	position: relative;
	clear: both;
	float: none;
	background-color: #002635;
	z-index: 2;
	top: 300px;
}

#header #menu:before,
#header #menu:after {
  content: " ";
  display: table;
}


#header #menu:after {
  clear: both;
}


#header #menu > ul{
	margin: 0;
	padding: 0;
	display: block!important;
}


#header #menu > ul > li{
	display: inline-block;
	width: 220px;
	color: #FFF;
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	
	-webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    4px 4px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         4px 4px 10px 0px rgba(0, 0, 0, 0.4);
}

#header #menu > ul > li:first-child{
	background-color: #82002b;
	bottom: -40px;
	left: 15px;
	z-index: 2;
}
#header #menu > ul > li:nth-child(2){
	background-color: #b8003d;
	bottom: -20px;
	left: 175px;
	z-index: 3;
}
#header #menu > ul > li:nth-child(3){
	background-color: #ed004e;
	bottom: 0px;
	left: 335px;
	z-index: 4;
}
#header #menu > ul > li:nth-child(4){
	background-color: #00acef;
	text-align: right;
	bottom: 0px;
	right: 335px;
	z-index: 4;
	-webkit-box-shadow: -4px 3px 10px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    -4px 3px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         -4px 3px 10px 0px rgba(0, 0, 0, 0.4);
}
#header #menu > ul > li:nth-child(5){
	background-color: #008ac0;
	text-align: right;
	bottom: -20px;
	right: 175px;
	z-index: 3;
	-webkit-box-shadow: -4px 3px 10px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    -4px 3px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         -4px 3px 10px 0px rgba(0, 0, 0, 0.4);
}
#header #menu > ul > li:nth-child(6){
	background-color: #025e82;
	text-align: right;
	bottom: -40px;
	right: 15px;
	z-index: 2;
	-webkit-box-shadow: -4px 3px 10px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    -4px 3px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         -4px 3px 10px 0px rgba(0, 0, 0, 0.4);
}



#header #menu > ul > li > a{
	color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: block;
	border: 1px solid rgba(255,255,255,0.1);
	margin: 5px;
	padding: 10px 15px;
}

#header #menu > ul > li > a:hover{
	background-color: rgba(0,0,0,0.2);
	border: 1px solid rgba(255,255,255,0.1);
}

#header #menu > ul > li.active > a{

}

}

@media (max-width: 990px) {
	
#header {
  margin-bottom: 40px;
}	
	
#showmenu{
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 30px;
	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;
	outline: none;
	z-index: 100;
}

#showmenu:hover{
	color: #fff;
}


#header #menu{
	position: relative;
	z-index: 2;
	height: auto;
	margin: 0;
	top: 0px;
	width: 100%;
	z-index: 99;
	background-color: #0077A5;
	background-image: none;
}


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

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

#header #menu > ul{
	clear: both;
	float: none;
	left: 0;
	list-style: none outside none;
	margin: 0;
	padding: 20px 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: 16px;
	line-height: 42px;
	margin: 0px;
	color: #FFF;
	text-transform: uppercase;
	display: block;
}



#header #menu > ul > li > a:hover
{
	color: #fff;
	background-color: rgba(255, 255, 255, 0.5);
	background-color: rgba(255, 255, 255, 0.5);
}


#header #logo{
	position: absolute;
	height: 280px;
	width: 280px;
	display: block;
	text-indent: -1000px;
	margin-left: -140px;
	overflow: hidden;
	left: 50%;
	bottom: 0px;
	z-index: 5;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}


#msze dt {
  display: block;
  width: 100%;
}

#msze dd {
  width: 50px;
}


}














/* Large devices */
@media (min-width: 1200px) { 


}

/* Medium devices */
@media (min-width: 992px) and (max-width: 1199px) {
/*	
	#header{background-position: 95% center;}
	#box-info .info-msze::after {width: 480px;}
	#header #menu > ul > li > a{margin: 0px;}
	#owl-grupy {width: 620px;}
	#owl-grupy .item a figure {padding: 19px 0;}
	.priests_box .infos{width: 370px;}	
	
	*/

	#header #menu > ul > li{width: 180px;}
	#header #menu > ul > li:nth-child(2){left: 140px;}
	#header #menu > ul > li:nth-child(3){left: 260px;}
	#header #menu > ul > li:nth-child(4){right: 260px;}
	#header #menu > ul > li:nth-child(5){right: 140px;}
	
	#sidebar .box_news a figure {display: none;}
	#sidebar .box_news a header {
		float: none;
		width: 100%;
		clear: both;
		height: 130px;
	}
	
	#sidebar .box_news a .wstep{
		font-size: 14px;
		text-align: center;
	}
	

.articleBody #msze dt {
  display: block;
  width: 100%;
}

.articleBody #msze dd {
  width: 50px;
}
		
}



/* Small devices */
@media (min-width: 767px) and (max-width: 991px) { 
/*	#header #menu > ul > li > a{font-size: 16px; margin: 0px;}
	#header #menu > ul > li > a:after {margin-left: 8px;}
	#header #menu > ul > li > a::before {margin-right: 8px;}
	#introduction h3 {font-size: 22px; line-height: 26px; margin-bottom: 20px; margin-top: 40px;}
	.priests_box figure img{width: 120px;}
	.priests_box .infos{width: 300px;}

	
	*/
}

/* Extra small devices */
@media (max-width: 767px) {


#introduction, #gallery_module{
	display: none;
}




.articleBody img{
	border: none;
	display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}


#footer #copyright {
  right: auto;
  text-align: center;
}


#footer #bt_foot {
	border-top: none;
		
}


#footer #footer_nav{
	text-align: center;
	margin-bottom: 20px;
}

#footer #footer_nav a{
	position: relative;
	left: auto;
}
#footer #box_intencje {
  border-radius: 0;
}









}
@media (max-width: 599px) {
	
	.box_news, .gallery_box  {
		clear: both;
		float: none;
		width: 100%;
	}
}

@media (max-width: 479px) {



/*#header:after{display: none;}*/
/*#showmenu{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 30px;
	color: #ED004E;
}

#showmenu:hover{
	color: #09AFEE;
}
*/
.box_news {
	clear: both;
	float: none;
	width: 100%;
}




/*

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

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

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

/***** cookieinfo ******/

#cookieinfo * {
    margin: 0px;
    padding: 0px;
}
#cookieinfo {
	position: fixed;
	font-size: 12px;
	left: 0px;
	bottom: 0px;
	z-index: 1000;
	text-align: center;
	color: #fff;
	background-color: #333333;
	min-height: 30px;
	line-height: normal;
	padding: 10px 43px 10px 20px;
}
#cookieinfo a.closeinfo {
    display: inline-block;
    margin: 0;
    position: absolute;
    right: 3px;
    top: 3px;
}
#cookieinfo a.closeinfo span {
	display: inline-block;
	font-size: 18px;
	color: #333333;
	text-align: center;
	text-decoration: none;
	border: none;
	background-color: #FFFFFF;
	clear: both;
	float: none;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 30px;
	line-height: 30px;
}
#cookieinfo a.closeinfo:hover span {
	color: #FFFFFF;
	background-color: #C00;
}


@media (max-width: 767px) {
#cookieinfo {
	right: 0;
}
}

@media (min-width: 480px) {
#cookieinfo {
	max-width: 180px;
}
}

#domrekolekcyjny{
	margin-bottom: 30px;
}

#domrekolekcyjny:before,
#domrekolekcyjny:after {
  content: " ";
  display: table;
}

#domrekolekcyjny:after {
  clear: both;
}

#domrekolekcyjny a{
	font-size: 22px;
	display: block;
	color: #333;
	-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;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #CCC;
	font-weight: 900;
}

#domrekolekcyjny a:hover{
	display: block;
	color: #fff;
	border: 1px solid #CCC;
	background-color: #B8003D;
	text-decoration: none;
}




#domrekolekcyjny a::before {
	content: "\e080";
	position: absolute;
	top: 10px;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: normal;
	line-height: 50px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	right: 10px;
	font-size: 30px;
	color: #FFF;
	background-color: #008cc8;
	height: 50px;
	width: 50px;
	text-align: center;
	border-radius: 4px;
	-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;
}

#domrekolekcyjny a:hover::before {
	
	color: #B8003D;
	background-color: #fff;	
}

#domrekolekcyjny a span{
	text-transform: uppercase;
	display: block;
	color: #FFF;
	background-color: #008AC0;
	text-align: center;
	width: 50%;
	padding: 20px;
	float: left;
}
#domrekolekcyjny a strong{
	display: block;
	text-align: center;
	width: 50%;
	padding: 20px 50px 20px 20px;
	float: right;
}



@media (min-width: 768px) and (max-width: 991px) {
	#domrekolekcyjny a{
		font-size: 20px;
	}
}



@media (min-width: 576px) and (max-width: 767px) {
	#domrekolekcyjny a{
		font-size: 16px;
	}
	#domrekolekcyjny a strong{
		padding: 20px 60px 20px 10px;
	}
	
	
	#domrekolekcyjny a::before {
		top: 6px;
		right: 6px;
	}

}

@media (max-width: 575px) {

	#domrekolekcyjny a span,
	#domrekolekcyjny a strong{
		width: 100%;
		padding: 20px 20px 20px 20px;
		float: none;
	}
	
	#domrekolekcyjny a::before {
		display:none;
	}

}

