html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}
body{
	min-height: 100%;
    position: relative;
    line-height: 20px;
}
body>.container{
	position: relative;
    background-color: white;
}
.strong{
	font-weight: bold;
}
.normal{
	font-weight: normal;
}
.margin-top-20{
	margin-top: 20px;
}
/******** registration *********/
body div.registration{
	position: relative;
	width: 100%;
	height: 100%;
	line-height: 100%;
	vertical-align: middle;
    background-color: white;
}
/******różne********/
.carousel-inner img, .carousel-inner a>img{
    margin: 0 auto;
}
.img-responsive{
	max-width: 100%!important;
}
/******** events ********/
.media-border{
	border-top: 1px solid rgb(190,190,197);
	padding: 20px 0;
}
.media-border-first{
	padding: 20px 0;
}
.event-image{
	text-align: center;
}
.event-image a{
	text-decoration: none;
}
.form-horizontal legend{
	color: ;
}
/******** comments ********/
.comments form textarea{
	width: auto;
}
/******** nav ********/
.navbar-default{
	background-color: transparent;
	border: 0px;
	background-image: none;
	min-height: 38px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 0 auto;
}
/*napis BENEDICTUS*/
.navbar-header .navbar-brand{
	font-family: "diavlomedium";
	text-shadow: none;
	padding: 5px;
	font-weight: bold;
	font-size: 24px;
}
.navbar-header .hidden-xs span{
	margin: 0px 1px;
	background-color: white;
	padding: 5px;
	display: block;
	float: left;
}
.navbar-header .hidden-xs div{
	clear: both;
}
.navbar-header .visible-xs, .navbar-header .visible-xs:hover{
	background-color: white;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.navbar-header button:hover{
	background-color: white!important;
}
.navbar-header button>span:hover{
	text-decoration: line-through;
}
/*kategorie, szukaj, konto*/
.categories>li>a, .categories>li>a:hover, .categories>li>a:focus, .categories>li>a:active,
.konto>li>a, .konto>li>a:hover,.konto>li>a:focus, .konto>li>a:active{
	color: white!important;
	font-family: arial, helvetica, sans-serif;
	text-shadow: none;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	font-size: 13px;
	padding: 10px;
}
.categories>li>a:hover, .categories>li>a:focus, .categories>li>a:active,
.konto>li>a:hover,.konto>li>a:focus, .konto>li>a:active,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:active{
	padding-bottom: 6px!important;
    outline: none;
    border-bottom: 4px solid;
}
.open>.dropdown-menu{
	border-radius:0;
}
/*kategorie*/
.last-category{
	margin-right: 30px;
}
/*szukaj*/
.form-search{
	margin-bottom: 7px;
}
.form-search input{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	font-size: 14px;
	width: 100px!important;
	padding: 2px 4px 2px 14px;
	height: 25px;
}
.form-search .btn{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	padding: 0;
	background-image: none;
	background-color: white;
	padding: 2px 4px;
	height: 25px;
	margin-left: -3px;
}

/*konto*/
.konto .caret{
	border-top-color: white!important ;
	border-bottom-color: white!important ;
}
.konto .open>a{
	background-color: transparent!important;
	color: white!important;
}
.konto .open>ul>li>a:hover{
	background-image: none;
	background-color: #f2f2f2;
}
/*kategorie - w dropdown*/
.categories .caret{
	border-top-color: white!important ;
	border-bottom-color: white!important ;
}
.categories .dropdown{
	margin-right: 15px;
}
.categories .open>a{
	background-color: transparent!important;
	color: white!important;
}
.categories .open>ul>li>a:hover{
	background-image: none;
	background-color: #f2f2f2;
}
/*tytuł strony - nazwa kategorii*/
.header-categories{
	width:100%;
	color: white;
	font-size: 50px;
	line-height: 70px;
	margin-top: 40px;
}
.header-categories h4, .header-categories h6, .header-categories h6 a{
	font-weight:normal;
}
.header-categories a{
	color: white;
	text-decoration: none;
}
/*media*/
@media (max-width: 767px) {
	/*konto*/
	.konto .open>ul a{
		color: white!important;
	}
	.konto .open>ul a:hover{
		text-decoration: underline;
	}
	/*szukaj*/
	.form-search .btn{
		margin-left: 0;
		width: 100px;
	}
}
/*****zawartość stron*****/
/******** category ********/
.category a{
	color:#1F4F82!important;
	text-decoration: none;
}
.category .description{
	margin-top: 10px;
}
/******** home ********/
.choristers h3, .choristers h5, .maestro h3, .maestro h5{
	text-align: center;
	margin-bottom: 3px;
}
.last-name{
	margin-top: 0;
}
.maestro{
	padding-bottom: 20px;
}

.choristers{
	border-top: solid 1px;
}
.grid-home{
	margin-bottom: 10px;
}
/******* calls ********/
.panel-heading, table th, table td{
	text-align: center;
}
/***szukaj***/
.search a{
	text-decoration: none;
}
/*****event*****/
.galery .thumbnail{
	margin-bottom: 5px;
}
.galery .pagination{
	margin-top: 10px;
}