@charset "utf-8";
#baner  {
	background-image: url(../img/header/tl.jpg);
	text-align: center;
	background-repeat: repeat-x;
	margin-bottom: 25px;
}
#baner img {
	width: 100%;
	height: auto;
	min-width: 600px;
}
.odstep    {
	text-align: center;
}
.odstep a {
	width: 100%;
	height: auto;
	display: block;
}
.bs-footer {
	width: 100%;
	height: auto;
	min-height: 150px;
	background-color: rgba(115,198,242,1.00);
	color: rgba(255,255,255,1.00);
}
.bs-footer h3  , .bs-footer h2, .bs-footer p{
	color: rgba(255,255,255,1.00);
	font-weight: normal;
	font-size: 0.9em;
}

article {
	min-height: 500px;
}
.rotacja {
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	writing-mode: lr-tb;
	margin-top: 20px;
	letter-spacing: 0px;
	}
.przekresl{
	text-decoration: line-through;
	padding-left:70px;
	}

.has-error .form-control{
	background: #ffd7d7 !important;
}
.label-danger {
	background-color: #d9534f;
	white-space: initial;
	display: inline-block;
}