/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, 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;
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* style globalne */
* {	box-sizing: border-box; }
body {
	margin: 49px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	background: #FFF8E1;
	}
h2, h3, h4 {
	text-align: center;
	font-weight: 600;
    color: #000000;
	}
h1 {
	font-size: 50px;
	}
h2 {
	font-size: 25px;
	}
h3 {
	font-size: 20px;
	}
h4 {
	font-size: 15px;
	}
img {
	border: 1px solid #A99A85;
	}
.center {
	text-align: center;
	}
.powrot {
	text-align: center;
	padding: 50px 0 0 0;
	clear: both;
	font-size: 15px;
	}
.powrot a {
	text-decoration: none;
	color: #827258;
	}
.powrot a:hover {
	color: black;
	}	
@media (max-width: 799px) {
    /* for tablets (small) */
    .col-s-1 {width: 8.33%; float: left;}
    .col-s-2 {width: 16.66%; float: left;}
    .col-s-3 {width: 25%; float: left;}
    .col-s-4 {width: 33.33%; float: left;}
    .col-s-5 {width: 41.66%; float: left;}
    .col-s-6 {width: 50%; float: left;}
    .col-s-7 {width: 58.33%; float: left;}
    .col-s-8 {width: 66.66%; float: left;}
    .col-s-9 {width: 75%; float: left;}
    .col-s-10 {width: 83.33%; float: left;}
    .col-s-11 {width: 91.66%; float: left;}
    .col-s-12 {width: 100%; float: left;}
}
@media (min-width: 800px) {
    /* for desktop (medium) */
    .col-m-1 {width: 8.33%; float: left;}
    .col-m-2 {width: 16.66%; float: left;}
    .col-m-3 {width: 25%; float: left;}
    .col-m-4 {width: 33.33%; float: left;}
    .col-m-5 {width: 41.66%; float: left;}
    .col-m-6 {width: 50%; float: left;}
    .col-m-7 {width: 58.33%; float: left;}
    .col-m-8 {width: 66.66%; float: left;}
    .col-m-9 {width: 75%; float: left;}
    .col-m-10 {width: 83.33%; float: left;}
    .col-m-11 {width: 91.66%; float: left;}
    .col-m-12 {width: 100%; float: left;}
}
.container {
	max-width: 1024px;
	margin: 0 auto;
	overflow: hidden; /* naprawienie wystających elementów pływających */
	}
.budowa {
	font-size: 5px;
	padding: 10px 0;
	text-align: center;
	}


/* Nagłówek */
.top {
    background: #FFF8E1;
	border-bottom: 1px solid #A99A85;
	height: 116px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	}
.top a {
	color: #827258;
	text-decoration: none;
	}
.przelaczanie {
	float: right;
	margin: 20px 0px 0 10px;
	}
@media (max-width: 800px) {
	.top {
		height: 150px;
	}
}
	
/* Logo */
.logo {
	float: left;
	font-weight: 600;
	/* line-height: 80px; /*wyrównanie logo w pionie*/
	color: #A99A85;
	padding: 0 23px 0 10px;
	}
.logo:hover a {
	color: #6A6054;
	}
.logo-enlargement {
	color: #FFFFFF;
	}
.menu, .menu-s {
	float: center;
	}
.menu li {
	/* line-height: 30px; */
	padding: 0 10px;
	text-align: center;
    display: inline;
	line-height: 20px;
	}
.menu li:hover {	
	background: #EEE8E1;	
	color: black;
	}
@media (min-width: 960px) {
	.menu, .menu-s {
	    float: center;
	}
	.menu li {
		/* line-height: 30px; */
		padding: 10px 20px;
		text-align: center;
		display: inline;
		float: left;
		line-height: 16px;
	}
	.menu li:hover {
		background: white;	
		color: black;
	}
}

/* Baner */
.banner {
    padding: 66px 0 0 0;
	height: 543px;
	}
.quotation {
	width: 215px;
	position: relative;
	top: -180px;
	left: 40px;
	text-align: justify;
	font-style: italic;
	font-size: 20px;
	text-indent: 30px;
	line-height: 1.3;
	color: white;
	}
.lgbt {
	position: relative;
	top: -600px;
	left: 860px;
	}
.author {
	text-align: right;
	font-size: 16px;
	padding: 5px 0 0 0;
	}
@media (min-width: 800px) {
	.quotation {
		font-size: 23px;
		text-indent: 40px;
	}
	.author {
		padding: 10px 0 0 0;
	}
.truskawka {
	/* width: 260px; */
	position: relative;
	top: -150px;
	left: 800px;
	}
}

/* Książka */
.book .container {
	padding: 170px 30px 50px 30px;
	border-top: 1px solid #A99A85;
	border-left: 1px solid #A99A85;
	border-right: 1px solid #A99A85;
	text-align: justify;
	font-size: 18px;
	}
.book-password {
	font-size: 30px;
	color: #827258;
	padding: 10px 0;
	}
.book-aukcja a:hover {
	color: #CC0000;
    }
.book li {
	padding: 0 0 5px 0;
	list-style-type: disc;
	margin-left: 20px;
	font-size: 20px;
	}
.book-zakup img {
	margin: 30px 20px;
	}
.center {
	text-align: center;
	}
.linki {
	color: #827258;
    }
.linki a:hover {
	color: black;
    }
.linki-ksiegarnie {
	text-decoration: none;
	color: #827258;
    }
.linki-ksiegarnie a:hover {
	text-decoration: underline;
    }
.errata {
	color: #827258;
	text-align: right;
    }
.errata a:hover {
	color: black;
	font-weight: bold;
    }
.book-banner {
	text-align: center;
	font-size: 15px;
	color: #827258;
	padding: 30px 0 0 0;
	}

/* Zakup */
.book-zakup .container {
	padding: 150px 30px;
	border-top: 1px solid #A99A85;
	border-left: 1px solid #A99A85;
	border-right: 1px solid #A99A85;
	text-align: justify;
	font-size: 18px;
	}
.book-zakup .col-m-3 {
	margin: 0 0 0 0px;
	}
.book-zakup_1 {
	font-size: 35px;
	font-weight: bold;
	margin: 30px 0 0 0;
	color: green;
	text-align: center;
	}
.book-zakup_2 p {
	padding: 0 10px;
	font-size: 21px;
	font-weight: bold;
	color: green;
	text-align: justify;
	}
.book-zakup_3 {
	font-size: 22px;
	font-weight: bold;
	margin: 20px 0 0 0;
	color: green;
	text-align: center;
	display: block;
	}
.book-zakup a {
	color: #CC3300;
	}
.book-zakup a:hover {
	text-decoration: none;
	}
@media (min-width: 800px) {
	.book-zakup_2 {
		padding: 25px 50px 0 0;
		}
	.book-zakup img {
		float: right;
		margin: 15px 30px 0 0;
		}
	}

/* Reklama */
.reklama .container {
	padding: 170px 30px 50px 30px;
	border-top: 1px solid #A99A85;
	border-left: 1px solid #A99A85;
	border-right: 1px solid #A99A85;
	text-align: justify;
	font-size: 18px;
	}
.reklama p {
	text-align: center;
	padding: 10px 130px;
}
img.wysrodkuj {
    margin: 50px auto 0 auto;
    display: block;
    }

/* Księgarnie */
.ksiegarnie .container {
	padding: 100px 30px 100px 30px;
	border-top: 1px solid #A99A85;
	border-left: 1px solid #A99A85;
	border-right: 1px solid #A99A85;
	text-align: justify;
	font-size: 18px;
	}
.ksiegarnie p {
	text-align: center;
	padding: 10px 130px;
}
.ksiegarnie a {
	color: #CC3300;
	}
.ksiegarnie a:hover {
	text-decoration: none;
	font-weight: bold;
	}

/* Stopka */
.footer {
	height: 40px;
	width: max-width;
	line-height: 40px;
	text-align: center;
	color: #827258;
	border-top: 1px solid #A99A85;
	}
