@charset "utf-8";
/* CSS Document */

a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
 h1 {
	text-transform: uppercase; 
	margin-bottom: 15px; 
	line-height: 22px;
 }
 
 h1 span {
	font-size: 15px; 
	font-weight: 600; 
	color: rgba(0,0,0,0.50);
 }
 h3 {
	background: url(../images/h3-bg.png) bottom center no-repeat; 
	padding-bottom: 30px;
 }
 
.tekst-cala-szerokosc {
	margin-bottom : 30px;
 }
 
.blok-szary {
	border-bottom: dashed 1px rgba(0,0,0,0.10); 
	border-top: dashed 1px rgba(0,0,0,0.10); 
	background-color: rgba(0,0,0,0.05); 
	margin: 0px -15px 30px -15px; 
	padding: 15px 15px;
}
.blok-bialy {
	border-bottom: dashed 1px rgba(0,0,0,0.10); 
	border-top: dashed 1px rgba(0,0,0,0.10); 
	margin: 0px -15px 30px -15px; 
	padding: 15px 15px;
}
.border-l-r {
	border-left: solid 1px rgba(0,0,0,0.10); 
	border-right: solid 1px rgba(0,0,0,0.10); 
	height: 100% !important;
}
.no-background {
	background: none;
}
.foto {
	position: relative; 
	margin-bottom: 20px;
}
.foto .lewy-rog {
	position: absolute; 
	z-index: 99; 
	width: 60px; 
	height: 60px; 
	border-left: solid 1px rgba(204,0,0,1.00); 
	border-top: solid 1px rgba(204,0,0,1.00); 
	margin-left: 0px;
}
.foto .prawy-rog {
	position: absolute; 
	bottom: 0px; 
	right: 0px; 
	z-index: 98; 
	width: 60px; 
	height: 60px; 
	border-right: solid 1px rgba(204,0,0,1.00); 
	border-bottom: solid 1px rgba(204,0,0,1.00); 
	margin-right: 0px;
}
.foto img {
	width: 100%;
	height: auto;
}

#produkt {
	margin: 40px 0px;
	/*padding-bottom: 20px;
	border-bottom: dashed 1px rgba(0,0,0,0.10);*/
}

/*TOP MENU*/
.top-menu {
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.top-menu li {
	display: inline-block;
	padding: 10px 10px;
	border-right: solid 1px rgba(0,0,0,0.10);
}
.top-menu :last-child {
	border: none;
}
.top-menu li a {
	text-decoration: none;
	color: rgba(0,0,0,0.50);
}
.top-menu li a:hover {
	color: rgba(0,0,0,0.90);
}
/*Koniec TOP MENU*/

.stopka {
	background-color: rgba(204,0,0,1.00);
	margin-top: 30px;
	padding: 20px 0px;
	color: rgba(255,255,255,1.00);
}
.stopka a {
	color: rgba(255,255,255,0.75);
}
.stopka a:hover {
	color: rgba(255,255,255,0.95);
}























/*Nadpisane klasy bootstrap*/

.navbar-inverse {
  background-color: rgba(204,0,0,1.00);
 /* border-color: rgba(204,0,0,1.00);*/
 border: none;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: rgba(153,0,0,0.60);
  background-image: url(../images/ico/main-menu-active-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.navbar-inverse .navbar-nav>li>a {
  color: rgba(255,255,255,0.75);
}
@media (min-width: 768px)
.navbar {
  border-radius: 0px;
}
.navbar-inverse .navbar-toggle {
  border-color: rgba(255,255,255,0.25);
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: rgba(153,0,0,1.00);
  border-color: rgba(255,255,255,0.00);
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: rgba(255,255,255,0.25);
}
.small {
	color: rgba(0,0,0,0.55) !important;
	font-weight: 600 !important;
}