@CHARSET "UTF-8";

.navbar {
	margin-bottom: 0;
}

#productBreak {
	background-image: url('../img/handle.jpg');
	background-position: center center;
	background-attachment: fixed;
	min-height: 250px;
	width: 100%;
}

.product-category h1 {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	color: #358E41;
}

	.product-category > .container > p {
		text-align: left;
		font-size: larger;
	}

.separator {
	height: auto !important;
	padding-bottom: 50px;
	margin-bottom: 0;
}

.separator h1 {
	padding-bottom: 50px;
}


/* ------------ Dynamic Tabs --------- */
.thumbnail h3{
	font-size: 16px;
	font-weight: bold;
}

.tab-pane{
	margin-top: 30px;
}

.nav-tabs > li > a {
	background-color: #4e403a;
	color: #EDEDED;
	font-weight: bolder;
}
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover{
	background-color: #358E41;
	color: #EDEDED;
}
.nav.nav-tabs li a:hover,
.nav.nav-tabs li a:focus
{
	background-color: #358E41;
}

/* bez linii Tabs*/
.nav-tabs {
	border-bottom-color: #4e403a;
    border-bottom-style: none;
    border-bottom-width: 1px;
}








