/* html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}
ul {
	list-style: none;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure,
footer, header, menu, nav, section, img {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	color: inherit;
}
a:active, a:hover {
	outline: 0;
}
ins {
	background-color: #FF9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #FF9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #CCC;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
* {
	box-sizing: border-box;
}
img {
	max-width: 100%;
} /* end reset */

@font-face {
	font-family: 'bree_serifregular';
	src: url('../fonts/breeserif-regular.eot');
	src: url('../fonts/breeserif-regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/breeserif-regular.woff2') format('woff2'),
	url('../fonts/breeserif-regular.woff') format('woff'),
	url('../fonts/breeserif-regular.ttf') format('truetype'),
	url('../fonts/breeserif-regular.svg#bree_serifregular') format('svg');
}
@font-face {
	font-family: 'ubuntulight';
	src: url('../fonts/ubuntu-l.eot');
	src: url('../fonts/ubuntu-l.eot?#iefix') format('embedded-opentype'),
	url('../fonts/ubuntu-l.woff2') format('woff2'),
	url('../fonts/ubuntu-l.woff') format('woff'),
	url('../fonts/ubuntu-l.ttf') format('truetype'),
	url('../fonts/ubuntu-l.svg#ubuntulight') format('svg');
}
@font-face {
	font-family: 'ubunturegular';
	src: url('../fonts/ubuntu-r.eot');
	src: url('../fonts/ubuntu-r.eot?#iefix') format('embedded-opentype'),
	url('../fonts/ubuntu-r.woff2') format('woff2'),
	url('../fonts/ubuntu-r.woff') format('woff'),
	url('../fonts/ubuntu-r.ttf') format('truetype'),
	url('../fonts/ubuntu-r.svg#ubunturegular') format('svg');
}
body {
	font: 112.5%/1.4 ubuntulight, "Helvetica Neue", Helvetica, Arial, sans-serif; /* je?eli podstawa to 16px to 112.5% = 18px */
	text-align: center;
}
nav, .wrap {
	padding: 0 40px;
	margin: 0 auto;
	max-width: 1180px;
	min-width: 320px;
}
header {
	padding: 40px 0;
}
img {
	margin: 0 auto;
}
nav li {
	font-size: 0.85em;
	letter-spacing: 1px;
	margin: 50px 15px 0;
	display: inline-block;
}
nav li a {
	padding: 10px;
}
.active {
	border: 1px solid #000;
	border-radius: 5px;
}
section {
	padding: 40px 0;
	overflow: hidden;
}
h1, h2, h3 {
	font: 2em/1.4 bree_serifregular, Georgia, "Times New Roman", Times, serif;
	padding: 0 0 2%;
}
p, section li {
	margin: 1% 0 0;
}
p:first-of-type, section li:first-of-type {
	margin: 0;
}
section a {
	color: #DD0433;
}
section a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 1.6em;
}
.third {
	padding: 0 2%;
	float: left;
	width: 33%;
}
.third div {
	padding: 8%;
	border: 1px dotted #000;
	border-radius: 8px;
}
.third p {
	font-size: 0.8889em;
}
h3 {
	font-size: 1.1em;
}
.button {
	color: #FFF;
	font-size: 0.8889em;
	background: #BF022A;
	padding: 10px 20px;
	margin: 15px 0 0;
	display: block;
	border: 1px solid #BF022A;
	border-radius: 5px;
	box-shadow: 0 3px 0 #7F011C;
	-webkit-transition: color 0.7s, background 0.7s;
	transition: color 0.7s, background 0.7s;
}
.button:hover {
	color: #BF022A;
	text-decoration: none;
	background: #FFF;
}
footer {
	font-size: 0.8889em;
	color: #FFF;
	background: #201A1A;
	text-align: center;
	padding: 80px 0;
	margin-top: 40px;
}
footer a, footer span {
	padding: 0 1%;
}
strong, b {
	font-family: ubunturegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.product a {
	margin: 0 10px 40px;
	display: inline-block;
}
section img {
	padding-top: 1%;
}
section ul {
	text-align: left;
}
section li {
	font-size: 0.8889em;
}
section li:before {
	color: #4AC734;
	padding: 0 0.5em 0 0;
	content: '\BB';
}
table {
	font-size: 0.8889em;
	margin: 3.5% 0 0;
	border-radius: 6px;
}
th {
	color: #FFF;
	background: #075572;
	height: 110px;
	border-left: 1px dotted #333;
}
th:not(:first-of-type) {
	width: 115px;
}
th, td {
	padding: 1%;
	vertical-align: middle;
}
th span {
	display: block;
}
th:first-child, td:first-child {
	text-align: left;
	border-left: none;
}
th:first-child {
	border-radius: 6px 0 0 0;
}
th:last-child {
	border-radius: 0 6px 0 0;
}
td {
	border-top: 1px solid #B8BFC7;
}
td span {
	color: #075572;
	background: #075572;
	display: inline-block;
	overflow: hidden;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
caption {
	caption-side: bottom;
}
.pad {
	padding-top: 2%;
}
.half {
	text-align: left;
	padding: 0 2.5%;
	float: left;
	width: 50%;
}
.kontakt li:before {
	padding: 0;
	content: '';
}
/*-------------------------------------------------*/
.main {
		/*padding: 4% 0 0;*/
}
.faq {
	/*background-color: #58B2C0;*/
	color: #FFF;
    margin: 0 10px 40px;
    /*display: inline-block;*/
    font-family: ubunturegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.wrap2 {
	padding: 30px 40px;
	margin: 0 auto;
	max-width: 1180px;
	min-width: 320px;
}

.faq .active {
	border: 1px solid #FFF;
	border-radius: 5px;
}

.faq .wrap2 {
	text-align: left;
    background: #FFF;
    /* background-color: #f5f5f5;*/
	color: #000;
}
.faq h1 {
	color: #FFF;
    padding-top: 50px;
    padding-bottom: 20px;
    font-weight: bold;
}
.faq h2 {
	color: #FFF;
}
.faq p{
    border: none;
}
.faq p{
    padding: 20px;
    border: none;
}
.faq p.category{

    font-size: 25px;
    font-weight: bold;
    color: #bf022a;
}
.faq h3 {
	color: #000;
    padding: 20px;
    font-weight: bold;
}

.faq .wrap2 { 
    position:relative;
    padding: 30px, 0px, 30px, 0px;
}
.faq .wrap2 h3	{ 
    cursor:pointer; 
    border-bottom: 1px solid #C0C0C0;
}
.faq .wrap2 h3.active	{ 
    /*color:#58B2C0;*/
    color: #bf022a;
    background-color: #f4f2f4;
;
}
.faq .wrap2 div   { 
    position:relative;
}
.faq .wrap2 div p	{ 
    padding: 20px; 
    margin-bottom:15px;
}
.faq div.spacer {
	padding: 0 0 50px;
    background: #58B2C0;
}
/*-------------------------------------------------*/
@media (max-width: 59.9375em) { /* 959px */
	body {
		font-size: 106.25%;
	}
	nav, .wrap {
		padding: 0 2%;
	}
	section {
		padding: 2% 0;
	}
	footer {
		padding: 4% 0;
		margin-top: 2%;
	}
	.product a {
		margin: 0 10px 4.5%;
	}
    .main {
		padding: 4% 0 0;
	}
}
@media (max-width: 46.5625em) { /* 745px */
	body {
		font-size: 100%;
	}
	header {
		padding: 3% 0;
	}
	nav, .wrap {
		padding: 0 1%;
	}
	nav li {
		margin: 30px 6px 0;
	}
	section {
		padding: 1% 0;
	}
	.third {
		padding: 1% 0 0;
		float: none;
		width: auto;
	}
	.third:first-child {
		padding: 0;
	}
	.third div {
		padding: 2%;
	}
	.button {
		margin: 1.5% 1.5% 0;
		display: inline-block;
	}
	footer {
		padding: 2% 0;
		margin-top: 1%;
	}
	th {
		display: none;
	}
	tr:first-child td {
		margin: 0;
	}
	td {
		display: block;
	}
	td:first-child {
		text-align: center;
		color: #FFF;
		background: #075572;
		padding: 2% 3%;
		margin-top: 2%;
		width: 100%;
		border-radius: 6px 6px 0 0;
	}
	td[data-title] {
		padding: 1% 5% 1% 2%;
	}
	td[data-title]:before {
		text-align: left;
		float: left;
		width: 60%;
		content: attr(data-title);
	}
}
@media (max-width: 29.9375em) { /* 479px */
	body {
		font-size: 93.75%;
	}
	header {
		padding: 1% 0 2%;
	}
	nav li {
		letter-spacing: normal;
		margin: 20px 0 0;
	}
	nav li a {
		padding: 6px;
	}
	h1 {
		font-size: 1.5em;
	}
	h2 {
		font-size: 1.3em;
	}
	.button {
		padding: 8px 13px;
		margin-bottom: 4px;
	}
	td[data-title]:before {
		width: 85%;
	}
}
@media print {
	* {
		color: #000 !important;
		font-size: 12pt !important;
		background: none !important;
	}
	nav ul, section img, footer p:first-child {
		display: none !important;
	}
	section, .wrap {
		padding: 0 !important;
	}
	h1 {
		font-size: 18pt !important;
	}
	h2 {
		font-size: 16pt !important;
	}
	h2, footer {
		padding: 2.5% 0 0 !important;
	}
	h3 {
		font-size: 14pt !important;
		padding: 2% 0 1% !important;
	}
	.button {
		box-shadow: none !important;
		padding: 0;
		margin: 0 !important;
		border: none;
	}
	a[href^="http"]:after {
		content: " ("attr(href)")";
		word-break: break-all;
	}
	table {
		margin: 2% 0;
	}
	td:first-child, td[data-title] {
		padding: 0.5% 2%;
	}
}