/* 	Layout: Pixelar
	Version: 3.0
	Autor: Adam Klos
	Kontakt: biuro@pixelar.pl
*/


/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.8;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#3e3e3e;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width:100%;
}



/* STYLE OGÓLNE */

h1 {font-size:36px;}
h2 {font-size:32px}
h3 {font-size:24px}
h4 {font-size:20px}
h5 {font-size:18px}
h6 {font-size:15px}

h1,h2,h3 {margin-bottom:15px;}

p {margin-bottom:15px;}

a {text-decoration:none;font-weight:600;}
a:hover {cursor:pointer;}

b, strong {font-weight:bold;}

ul li  {
	list-style-type:square;
	padding-left:10px;
	margin-left:30px;
}
ul {
	margin-bottom:20px;
}
ol li  {
	padding-left:10px;
	margin-left:15px;
	margin-bottom:10px;
}
ol li ul {
	margin:15px 0;
}


/* PRZYCISKI */

.button {
	padding:6px 20px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	border-radius:25px;
	display:inline-block;
}
.button:hover {
	cursor:pointer;
}


/* HEADER */

header {
	background:#fff;
	height:120px;
}
#logo {
	position:relative;
	max-width:250px;
	top:10px;
	margin-left:30px;
}
.navbar-brand {
	padding:0!important;
}
.subheader {
	background:url(../images/subheader.jpg) center center no-repeat;
	background-size:cover;
	padding:100px 0 50px 0;
	margin-bottom:40px;
}
.subheader h1 {
	text-transform:uppercase;
	padding:20px;
	display:inline-block;
	line-height:34px;
	background-image: linear-gradient(to right, #fff, transparent) !important;
	width:100%;
	color:#333;
}


/* MENU */

.menu {
	margin-top:10px;
	background:transparent;
}
.menu li {
	display:inline!important;
	float:left;
	padding:0;
	margin:0 20px;
}
.menu li a {
	padding:10px 10px 30px 10px;
	color:#000;
	text-decoration:none;
	font-weight:400;
	font-size:14px;
	text-transform:uppercase;
}
.menu li a:hover {
	text-decoration:none;
	color:#F75151;
	background:none;
}
.menu li a:focus, .menu li a:active {
	background:none;
}
.menu li.active a /* Joomla */, .menu a.active {
	color:#F10707;
	
}
.navbar-collapse {
	background:#fff;
	z-index:999;
}
.navbar-toggler {
	border:2px solid #ccc;
}
.navbar-toggler span.navbar-toggler-icon {
	color:#ccc!important;
}


/* GŁÓWNY BANNER */

#main-banner {
	background:url(../images/banner.jpg) no-repeat;
	background-position:center;
	text-align:center;
	padding:200px 0 200px 0;
	margin:0;
	background-size:cover;
	box-shadow:0 0 3px #525252;
}
#main-banner h1 {
	color:#fff;
	text-transform:uppercase;
	font-weight:400;
	background:rgba(204,0,0,0.7);
	margin-bottom:30px;
	padding:20px;
}	
#main-banner h2 {
	color:#343434;
	text-transform:uppercase;
	font-weight:400;
	background:rgba(255,255,255,0.7);
	font-size:20px;
	padding:20px;
}


/* CONTENT */

#content {
	padding:40px 0;
}
.column-home {
	background:#ccc;
}
.content-1 {
	overflow-x:hidden;
}
.content-1 .col-left {
	background:url("../images/bg1.jpg") no-repeat;
	background-position:center center;
	background-size:cover;
}
.content-1 .col-right {
	padding:75px 30px;
}
.content-1 h3 {
	display:block;
}
.content-1 h3::after {
	content:' ';
	width:200px;
	height:2px;
	margin:20px 0 60px 0;
	display:block;
	background:#3e3e3e;
}


/* HOMEPAGE */

.mapa {
	display:block;
	position:relative;
}
.mapa iframe {
	box-shadow:0 0 3px #ccc;
}

.homepage-text-bottom {
	padding:75px 0;
	position:relative;
	bottom:5px;
}

/* PARTNERZY */

.partnerzy {
	text-align:center;
	margin:50px 0;
}
.partnerzy img {
	margin-bottom:15px;
}


/* KONTAKT */

.visform label {
	display:none;
}
.visform input, .visform textarea {
	padding:5px 10px;
	width:100%;
	background:#F7F7F7!important;
	border:1px solid #ccc;
	font-size:13px;
}
.visform input#field5 {
	display:inline-block;
	float:left;
	margin:0 5px 5px 0;
	width:auto;
	height:auto;
	position:relative;
	top:4px;
}
.visform input#field9 {
	display:inline-block;
	margin:0 5px 5px 0;
	width:auto;
	height:auto;
	position:relative;
	top:1px;
}
.visform div.field9 div.visCustomText {
	width:auto!important;
	display:inline!important;
}
.visform div.field9 {
	margin-top:15px;
	margin-bottom:15px;
}
.visform div.visCustomText {
	font-size:12px;
}
.visform.defaultform fieldset.fieldset-1.active div.visBtnCon {
	width:100%!important;
	padding:0;
}
.visform input#field6 {
	color:#fff;
	border:none;
	background:#973232!important;
	border-radius:0;
}
.contact-box {
	padding:20px 10px;
	border-left:3px solid #973232;
	background:#F3F3F3;
}
.contact-box a {
	color:#973232;
}


/* PRODUKTY */

.product-list {
	margin-bottom:50px;
}
.category-view div.orderby-displaynumber,
.category-view h1,
.category-view div.products-view h4,
.category-view div.products-view p.product_s_desc,
.productdetails div.product-neighbours {
	display:none;
}
.products-view div.product .product-container h2 {
	font-size:16px;
}
.products-view div.product .product-container h2 a {
	color:#343434;
	text-decoration:none!important;
}
.products-view .vm-product-descr-container-1 {
	min-height:auto!important;
}
.products-view div.vm-details-button a {
	border:none;
	color:#fff;
	background:#973232;
	width:auto!important;
	padding:6px 15px;
	font-size:14px;
	position:relative;
	bottom:15px;
	border-radius:0;
	font-weight:400;
}
.vm-product-container .vm-product-media-container {
	width:100%!important;
}
.vm-product-media-container div.main-image {
	text-align:left!important
}
.vm-product-media-container div.main-image a:hover, 
.vm-product-media-container div.main-image img:hover {
	cursor:arrow!important;
}

.productdetails-view .product-short-description {
	padding-top:30px!important;
}
.product-container.productdetails-view.productdetails h1 {
	text-transform:uppercase;
	font-weight:400;
	font-size:34px;
	margin-bottom:50px;
	color:#9F1B1B;
}
.productdetails div.back-to-category a.product-details {
	border:none;
	background:#909090;
	color:#fff;
	font-size:13px;
	padding:5px 15px;
	border-radius:0;
	position:relative;
	top:20px;
}
.productdetails-view.productdetails div.product-description {
	margin-bottom:80px;
	background:#F3F3F3;
	padding:20px;
}
.productdetails div.product-description span.title {
	display:none;
}
.productdetails div.product-description ul {
	margin-bottom:20px;
}


/* KODY NFZ */

.nfz-codes-section {
	margin-bottom:60px;
}
.nfz-codes-section h3 {
	width:100%;
	margin-bottom:20px;
	background: #973232;
	color:#fff;
	padding:7px 0 7px 20px;
	text-transform:uppercase;
	font-size:18px;
	margin-top:50px;
}
.nfz-codes-table {
	border:1px solid #eee;
	width:100%;
	text-align:center;
	margin-bottom:20px;
}
.nfz-codes-table th {
	padding:10px;
	background:#747474;
	color:#fff;
	font-weight:600;
}
.nfz-codes-table td {
	padding:8px;
}
.nfz-codes-table td:first-child {
	width:17%;
	font-weight:600;
}
.nfz-codes-table td:nth-child(2) {
	width:50%;
}
.nfz-codes-table td:nth-child(3) {
	width:17%;
}
.nfz-codes-table td:nth-child(4) {
	width:16%;
}
.nfz-codes-table tr:nth-child(odd) {
	background:#f1f1f1;
}

/* PRODUKTY - SYLWETKA */

.img-bullets {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
.img-bullets a {
	width: 2em;
	height: 2em;
	display: block;
	position: absolute;
	background: #C32713;
	border: 5px solid #FFF;
	border-radius: 100%;
	z-index:99;
}
.img-bullets a span {
	opacity:0;
	display:inline-block;
	font-size:14px;
	font-weight:400;
	color:#fff;
}
.img-bullets a:hover {
	background:#4D4D53;
	border-color:#4D4D53;
	transition:0.5s;
	width:auto!important;
	height:auto!important;
	padding:3px 15px!important;
	border-radius:5px;
	border:none;
}
.img-bullets a:hover span {
	opacity:1;
	transition:0.5s;
	color:#fff;
}
.categories {
	margin-left:30px;
}
.categories li a {
	color:#3e3e3e;
	font-size:16px;
	font-weight:400;
	text-decoration:none!important;
}
.categories-title {
	font-weight:400;
	font-size:22px;
	text-transform:uppercase;
	color:#BC2929;
	font-family:'Open Sans';
	margin-bottom:30px;
}
.categories li a:hover {
	color:#F10707;
}
.categories li {
	margin-bottom:12px;
}


/* STOPKA */

.contact-footer {
	background:url("../images/bg2.jpg") no-repeat;
	background-position:center center;
	background-size:cover;
	color:#fff;
	padding:70px 0;
}
.contact-footer i {
	font-size:30px;
	display:inline-block;
	margin-bottom:20px;
	opacity:0.5;
}

footer {
	padding:40px 0;
	border-top:1px solid #ccc;
	font-size:13px;
	background:#F1F1F1;
	color:#C62D2D;
}
footer p {
	margin:0;
	width:100%;
}
footer a {
	color:#C62D2D!important;
	text-decoration:none!important;
	font-weight:600;
}


/* COOKIES */

#cookie-foot{
	position:fixed;
	bottom:0px;
	right:0px;
	width: 100%;
	color: white;
	text-align: center;
	padding: 15px 5px;
	z-index: 500;
	font-family:Arial, Helvetica, sans-serif;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#cookie-foot a{
	color: white;
}
#cookie-foot a:hover{
	cursor: pointer;
}
#cookie-foot:hover{
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}


/* MOBILNE */
@media (max-width: 1000px) {
	
	.navbar-collapse ul.menu li {
		display:inline-block;
		width:100%;
		float:none;
		padding:6px 0px;
		font-size:14px;
		margin:0;
		text-align:center!important;
	}
	.navbar-collapse ul.menu li a {
		padding:7px;
		margin:0;
	}
	.menu li.active a, .menu a.active {
	border-bottom:none;
	}	
	.navbar-collapse {
		box-shadow:0 0 5px #ccc;
	}
	#main-banner {
		padding:100px 0 100px 0;
		margin:0;
		background-size:cover;
		box-shadow:0 0 3px #525252;
	}
	#main-banner h1 {
		margin-bottom:20px;
		padding:15px;
		font-size:24px;
	}	
	#main-banner h2 {
		font-size:18px;
		padding:15px;
	}
	.subheader {
		padding:50px 0 20px 0;
		margin-bottom:40px;
	}
.subheader h1 {
		padding:15px;
		line-height:32px;
		font-size:24px;
	}

}