/* 	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!important;
	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 */

#top {
	background:#2b3c8f;
	color:#fff;
	padding:10px 0;
	font-size:12px;
}
#top i {
	display:inline-block;
	margin-right:3px;
	color:#A8B4ED;
}
#top i:not(:first-child) {
	margin-left:10px;
}
#top a {
	color:#fff;
	font-weight:600;
}
#top .top-text {
	display:inline-block;
	margin-right:10px;
	font-weight:600;
}
#top .search input#mod-search-searchword91.inputbox.search-query {
	border-radius:50px;
	border:none;
	padding:3px 10px;
}
header {
	background:#fff;
}
#logo {
	position:relative;
	max-width:100%;
	width:280px;
	top:5px;
	margin:10px auto 10px auto!important;
}
.navbar-brand {
	padding:0!important;
}
.subheader {
	margin-bottom:40px;
	margin-top:10px;
	padding:40px 0;
	background:#3A426A;
	text-align:center;
}
.subheader img {
	max-width:100%;
}
.subheader h1 {
	color:#fff;
	text-transform:uppercase;
	display:inline-block;
	font-weight:300;
	padding:0;
	font-size:32px;
}


/* MENU */

.topmenu {
	background:transparent;
	text-align: center!important;
	display:block!important;
	position:relative;
	bottom:0px;
}
.topmenu.menu2 {
	
}
.topmenu.menu2 li a {
	font-size:16px;
}
.topmenu li {
	display:inline!important;
	padding:0;
	margin:0 10px;
	position:relative;
}
.topmenu li a {
	padding:10px 13px 20px 13px;
	color:#000;
	text-decoration:none;
	font-weight:400;
	font-size:17px;
}
.topmenu li a:hover {
	text-decoration:none;
	color:#2b3c8f;
	background:none;
}
.topmenu li a:focus, .topmenu li a:active {
	background:none;
}
.topmenu li.active a, .topmenu a.active {
	color:#2b3c8f;
	/*border-bottom:1px solid #2b3c8f;*/
}
.navbar-collapse {
	background:#fff;
}

.topmenu li ul {
	position:absolute;
	background:rgba(255,255,255,0.9);
	z-index:999;
	margin-top:15px;
	text-align:center;
	padding:20px 8px!important;
	border:1px solid #eee;
	left:0;
	width:320px;
}
.topmenu li.parent i {
	display:inline-block;
	margin-left:5px;
	opacity:0.9;
}
.topmenu li ul li, .topmenu li ul li a {
	display:block!important;
	float:none!important;
	text-align:center;
	font-size:16px;
	font-weight:300!important;
}
.topmenu li ul li a {
	padding:8px!important;
}
.topmenu li.active ul li a, .topmenu ul li a.active {
	border:none!important;
}


/* MOBILNE MENU + FIXY */

@media (min-width:992px) {
	 .navbar-expand-lg .navbar-collapse {
		display:block!important;
		width:100%!important;
		margin:20px auto 20px auto!important;
	}
}
@media (max-width: 990px) {
	.navbar-collapse {
		background:#fff;
		z-index:999999;
		box-shadow:0 0 10px #000;
		height:auto;
	}
	.navbar-collapse ul li {
		display:block!important;
		width:100%!important;
		float:none!important;
		padding:6px 0px;
		font-size:14px;
		margin:0;
		text-align:center!important;
	}
	.navbar-collapse ul li a {
		padding:7px;
		margin:0;
		color:#353535;
		text-transform:uppercase;
		font-size:14px;
		font-weight:400;
	}
	.navbar-collapse li.active a, .topmenu a.active {
	border-bottom:none;
}
	.navbar-collapse li ul {
		background:transparent!important;
		margin:-15px 0px -25px 0px!important;
		text-align:center;
		position:relative!important;
		border:none;
		display:block;
		float:none;
		width:100%!important;
	}
	.navbar-collapse li ul li a {
		color:#353535!important;
		padding:0!important;
		margin:0px 0px 0px 0px!important;
		font-size:14px;
	}
}


/* GŁÓWNY BANNER */

#main-banner {
	margin:10px 0 40px 0;
}
#main-banner h1 {
	color:#fff;
	text-transform:uppercase;
	font-weight:300;
}	
#main-banner img {
	width:100%;
	max-width:100%;
}


/* CONTENT */

#content {
	padding:40px 0;
}
.column-home {
	margin-top:40px;
}


/* WYSZUKIWARKA */

.search form#searchForm fieldset.phrases,
.search form#searchForm fieldset.only,
.search dl.search-results dd.result-category,
.search dl.search-results dd.result-created {
	display:none;
}
.search form#searchForm div.btn-toolbar div.btn-group.pull-left label.element-invisible {
	display:none;
}
#content #searchForm div.btn-toolbar div.btn-group.pull-left input#search-searchword.inputbox {
	padding:0px 10px!important;
	height:auto!important;
}
#content .search form#searchForm div.btn-toolbar div.btn-group button {
	background:#3C51B7;
	color:#fff;
	border-radius:0;
	border:none;
}
#content div.search form#searchForm div.btn-toolbar {
	margin-bottom:20px;
}
#content .search form#searchForm div.searchintro span.badge.badge-info {
	color:#3C51B7;
	font-weight:600;
	font-size:15px;
	padding:0!important;
}


/* PRODUKT - TABELA */

.products h1 {
	background:#3a469b;
	padding:15px 40px;
	font-size:26px;
	font-weight:400;
	width:100%;
	color:#fff;
}
.product-data-table {
	width:100%;
	border:1px solid #eee;
	margin-top:30px;
	margin-bottom:20px;
}
.product-data-table td {
	padding:6px 10px 6px 25px;
}
.product-data-table tr td:first-child {
	width:30%;
}
.product-data-table tr:nth-child(odd) {
	background:#F4F5F5;
}
.product-data-table tr:nth-child(even) {
	background:#fff;
}
.product-data-table span::after {
	content:':';
	display:inline-block;
}
.product-data-table a, .product-mini a {
	color:#2b3c8f;
}
.product-data-table a i, .product-mini a i {
	display:inline-block;
}
.product-cover {
	text-align:center;
}
.single-product {
	margin-bottom:20px;
	margin:20px 5px;
	background:#faf9f9;
	border:1px solid #f2f2f2;
}
.single-product img {
	width:250px;
	height:auto;
}
.additional {
	background:#faf9f9;
	margin:-20px 5px 60px 5px;
	border:1px solid #f2f2f2;
	border-top:none!important;
}
.additional .product-mini {
	background:#fff;
	padding:15px;
	margin-bottom:30px;
	border:1px solid #eee;
	width:100%;
}
.additional .product-mini-name {
	margin-top:-20px;
	font-size:16px;
	width:100%;
	text-align:center;
	font-weight:400;
}
.additional .product-mini img {
	width:190px;
	height:auto;
	margin:0 auto 30px auto!important;
	display:block;
}
.mini-download {
	background:#F4F5F5;
	padding:8px 0px;
	text-align:center;
}
.mini-download div.col {
	padding-left:2px;
	padding-right:2px;
}
.additional .download-all {
	background:#6372bb;
	text-align:center;
}
.additional .download-all a {
	display:block;
	color:#fff;
	font-size:18px;
	font-weight:400;
	padding:10px;
}
.additional .download-all a span {
	font-weight:900;
}
.single-product.variants {
	border-bottom:none!important;
}

.epi-box {
	border:4px solid #A0BAE4!important;
}
.epi-box .mini-download {
	background:#688CC6!important;
}
.epi-box .mini-download a {
	color:#fff!important;
	display:block;
}
.epi-box p {
	margin-top:-20px;
	font-size:16px;
	width:100%;
	text-align:center;
	font-weight:400;
}

.version-date {
	width:100%;
	background:#F4F5F5;
	position:relative;
	top:10px;
	margin-bottom:-10px;
	padding:5px 20px;
	text-align:right;
	font-size:12px;
	border:1px solid #eee;
}
.version-date i {
	display:inline-block;
	margin-right:3px;
}


/* WYSZUKIWARKA V2 */

.product-min {
	width:100%;
	border:1px solid #ccc;
	text-align:center;
}
.product-min td {
	padding:10px 5px;
}
.product-min .col1 {width:10%;}
.product-min .col2 {width:30%;}
.product-min .col3 {width:15%;}
.product-min .col4 {width:15%;}
.product-min .col5 {width:10%;}
.product-min .col6 {width:10%;}
.product-min .col7 {width:10%;}


/* MATERIAŁY DLA APTEK */

.single-item {
	background:#faf9f9;
	text-align:center;
	margin-bottom:20px;
}
.single-item a {
	padding:8px 20px;
	color:#fff;
	background:#6372bb;
	margin-bottom:30px;
	font-size:13px;
	font-weight:400;
	display:inline-block;
}
.single-item a i {
	display:inline-block;
	margin-right:3px;
}
.single-item p {
	margin-top:25px;
	text-transform:uppercase;
	font-size:20px;
	font-weight:500;
}
.single-item p  span {
	font-weight:300;
	text-transform:none;
	color:#777676;
}
.single-item .img-section {
	background-size: 100% auto;
}
.logotypy img {
	height:150px;
	width:auto;
}


/* POLITYKA PRYWATNOŚCI */

.privacy-policy ol {
	margin-left:20px;
	margin-bottom:20px;
}
.privacy-policy ol li {
	margin-bottom:5px!important;
}
.privacy-policy a {
	color:#2b3c8f;
}
.privacy-policy table {
	width:100%;
	border:1px solid #ccc;
	text-align:center;
}
.privacy-policy table td {
	padding:10px;
	border:1px solid #ccc;
}
.privacy-policy table tr:first-child {
	background:#f1f1f1;
}

/* REGULAMIN */

.terms h3 {
	text-align:center;
	font-size:20px;
	margin-bottom:20px;
	font-weight:bold;
	margin-top:40px;
}
.terms .alpha li {
	list-style-type:lower-alpha;
}
.terms a {
	color:#2b3c8f;
}


/* STOPKA */

.clause p {
	font-size:12px;
	color:#727272;
	line-height:18px;
	text-align:center;
}

footer {
	padding:40px 0;
	border-top:1px solid #ccc;
	font-size:13px;
	margin-top:40px;
	background:#2b3c8f;
	color:#fff;
}
footer p {
	margin:0;
	width:100%;
}
footer a {
	color:#fff!important;
	font-weight:600;
}
footer .footer-links {
	text-align:center;
	width:100%;
	display:block;
}
footer .footer-links a {
	display:inline-block!important;
	margin:0 15px;
	width:auto!important;
	padding:0;
}
footer .footer-links span {
	display:inline-block!important;
	width:auto;
	padding:0;
	margin:0;
}


/* 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)";
}

#btn-back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	background:#3A426A;
	color:#fff;
}

/* COOKIE MANAGER */

#eu-cookies-box div#eu-cookies-privacy-content {
	text-align:center!important;
}	
.user-content div.full-width div#overview-caption {
	text-align:center!important;
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
}	