@import url(http://fonts.googleapis.com/css?family=Open+Sans&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Kotta+One&subset=latin,latin-ext);

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; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
blockquote, q {
	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }
table {
	border-collapse: collapse;
	border-spacing: 0; }

body {
	background: #fff;
	font: 14px/24px "Roboto Slab", "Georgia", "Times New Roman", serif;
	color: #666561;
	-webkit-font-smoothing: antialiased; /* webkit fix */
	-webkit-text-size-adjust: 100%;
}

h2, h3, h4, h5, h6 {
	color: #42413d;
	font-weight: 400; }
h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h2 { font-size: 49px; line-height: 54px; margin-bottom: 28px; }
h3 { font-size: 32px; line-height: 36px; margin-bottom: 34px; }
h4 { font-size: 18px; line-height: 24px; }
h5 { font-size: 22px; line-height: 30px; margin-bottom: 4px; }
h6 { margin-bottom: 10px; font-weight: 700; color: inherit; }
h6, .lead { font-size: 28px; line-height: 40px; }
.lead { color: #f29a00; }
main ul, main ol, main p, form, fieldset, legend, figure, figcaption { margin-bottom: 28px; font-size: 16px; line-height: 28px; }
ol, ul.disc { margin-left: 20px; }
.indent { padding-left: 5%; }
em, i { font-family: 'Kotta One', serif; font-style: normal; font-size: 110%; }
strong, b { padding-left: 0.5px; letter-spacing: 0.5px; font-weight: 700; color: #333; }
small { padding-left: 1px; letter-spacing: 1.5px; font-weight: 400; font-size: 80%; text-transform: uppercase; color: #333; }

p img { margin: 0; }

hr { border: solid #dbd9d2; border-width: 1px 0 0; clear: both; margin: 20px 0; height: 0; }

a, a:visited { color: #333; text-decoration: none; outline: 0; }
a:hover, a:focus { color: #000; text-decoration: underline; }
ul.disc a, ul.disc a:visited, ul.disc a:hover, ul.disc a:focus, p a, p a:visited, p a:hover, p a:focus  { color: #22a0d3; }

ul { list-style: none outside; }
ol { list-style: decimal; }
ul.disc { list-style: disc outside; }

.button, .button:visited,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	-webkit-appearance: none;
	background: #fff;
	border: none;
	outline: 1px solid #39b2e3;
	color: #22a0d3;
	text-decoration: none;
	line-height: normal;
	padding: 10px 15px;
	transition: color 0.3s ease, background 0.3s ease, outline 0.3s ease;
	box-sizing: border-box;
}

.button.inverted, .button.inverted:visited, button.inverted, input[type="submit"].inverted {
	outline: 1px solid #39b2e3;
	background: #39b2e3;
	color: #fff;
}

.button.inverted:hover, .button.inverted:focus, button.inverted:hover, input[type="submit"].inverted:hover {
	outline: 1px solid #f39a00;
	background: #f39a00;
	color: #fff;
}

.button.frameless, .button.frameless:visited {
	background: transparent;
	outline: 1px solid transparent;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="file"] {
	font-size: inherit;
	font-family: inherit;
	margin: 0 0 28px;
	cursor: pointer;
	display: inline-block;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #fff;
	background: #39b2e3;
	text-decoration: none;
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	text-decoration: none;
	color: #fff;
	background: #22a0d3;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.fullwidth {
	width: 100%;
}

.button.fullwidth,
button.fullwidth,
input[type="submit"].fullwidth,
input[type="reset"].fullwidth,
input[type="button"].fullwidth {
	max-width: 530px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="file"],
textarea,
select {
	font-size: inherit;
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #ccc;
	padding: 6px;
	outline: none;
	color: #777;
	margin: 0 0 28px;
	width: 100%;
	max-width: 530px;
	box-sizing: border-box;
	display: block;
	background: #fff; }
input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
textarea:hover {
	border: 1px solid #b9b9b9;
	border-top: 1px solid #a0a0a0;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	outline: none;
	border: 1px solid #4d90fe;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}

input[type="text"] + span,
input[type="password"]  + span,
input[type="email"] + span,
textarea + span,
input[type="checkbox"] + label + span,
input[type="file"] + span {
	font-size: 95%;
	line-height: 150%;
	margin: -28px 0 28px;
	max-width: 530px;
	font-family: 'Open Sans', sans-serif;
}

input[type="text"]:required + span,
input[type="password"]:required  + span,
input[type="email"]:required + span,
textarea:required + span,
input[type="checkbox"]:required + label + span {
	display: none;
}

li.error input[type="text"] + span,
li.error input[type="password"]  + span,
li.error input[type="email"] + span,
li.error textarea + span,
li.error input[type="checkbox"] + label + span {
	display: block;
	color: #dd4b39;
}

input[type="text"]:optional + span,
input[type="password"]:optional  + span,
input[type="email"]:optional + span,
textarea:optional + span,
input[type="file"]:optional + span {
	display: block;
}

li.error input[type="text"],
li.error input[type="password"],
li.error input[type="email"],
li.error textarea {
	border: 1px solid #dd4b39;
}

li.error input[type="text"],
li.error input[type="password"],
li.error input[type="email"],
li.error textarea {
	border: 1px solid #dd4b39;
}

select {
	padding: 0; }
textarea {
	min-height: 60px; }
label,
legend {
	display: block;
	margin-bottom: 0;
}
label {
	cursor: pointer;
	max-width: 530px;
}
select {
	width: 220px; }
input[type="checkbox"] {
	margin: 7px 10px 0 0;
	float: left;
	display: block;
	cursor: pointer;
}

input[type="checkbox"] + label {
	overflow: hidden;
	margin-bottom: 28px;
	max-width: 507px;
}
	
body, html {
	background: #fff;
}

.container {
	position: relative;
	margin: 0 auto;
	padding: 0;
}

.container .column {
	float: left;
	display: inline;
	margin-left: 1.3%;
	margin-right: 1.3%;
}

.container .one-third.column                { width: 30.6%; }
.container .two-thirds.column               { width: 62.6%; }
.container .offset-one-third.column     { padding-left: 33.2%; }
.container .half.column { width: 47.3%; }
.container .one.column { width: 97.3%; }
.container .column.alpha { margin-left: 0; }
.container .column.omega { margin-right: 0; }

.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix:before,
.clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	text-align: center;
	display: none;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item {
	float: left;
}

.owl-controls {
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}

.owl-page, .owl-buttons div {
	cursor: pointer;
}

.owl-controls {
	position: absolute;
	padding: 20px 0 0 0;
	text-align: center;
	width: 100%;
}

.owl-buttons {
	text-align: center;
}

.ie .owl-buttons {
	display: none !important;
}

.owl-buttons div {
	position: absolute;
	height: 43px;
	width: 43px;
	top: 50%;
	transform: translateY(-50%);
	border: 1px solid #c1c0bc;
	border-radius: 50%;
	transition: transform 0.2s ease;
}

#bannergallery .owl-buttons div {
	margin-top: -20px;
}

.alphabet .owl-buttons div {
	margin-top: -12px;
}

@keyframes buzz-out {
	10% {
	transform: translate3d(3px,-50%,0) rotate(2deg);
	}
	20% {
	transform: translate3d(-3px,-50%,0) rotate(-2deg);
	}
	30% {
	transform: translate3d(3px,-50%,0) rotate(2deg);
	}
	40% {
	transform: translate3d(-3px,-50%,0) rotate(-2deg);
	}
	50% {
	transform: translate3d(2px,-50%,0) rotate(1deg);
	}
	60% {
	transform: translate3d(-2px,-50%,0) rotate(-1deg);
	}
	70% {
	transform: translate3d(2px,-50%,0) rotate(1deg);
	}
	80% {
	transform: translate3d(-2px,-50%,0) rotate(-1deg);
	}
	90% {
	transform: translate3d(1px,-50%,0) rotate(0);
	}
	100% {
	transform: translate3d(-1px,-50%,0) rotate(0);
	}
}
.owl-buttons div {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.owl-buttons div:hover, .owl-buttons div:focus, .owl-buttons div:active {
	animation-name: buzz-out;
	animation-duration: 0.75s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
}

.owl-buttons div.owl-prev {
	left: -50px;
}

.owl-buttons div.owl-next {
	right: -50px;
}

.owl-buttons div:after {
	margin-top: 18px;
	margin-left: 2px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.owl-buttons div.owl-next:after {
	margin-left: -3px;
}

.owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	border-radius: 50%;
	background: #869791;
	color: #869791;
}

.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #f39a00;
	color: #f39a00;
}

.ie .owl-controls .owl-page span,
.ie .owl-controls .owl-page.active span,
.ie .owl-controls.clickable .owl-page:hover span {
	background: none;
}

.ie .owl-controls .owl-page span:after {
	content: '\2022';
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-size: 38px;
	line-height: 12px;
	display: block;
	height: 100%;
	width: 100%;
}

#bannerzone {
	position: relative;
	padding-top: 20px;
    padding-bottom: 25px;
	border-bottom: 1px solid #e3e1d8;
	margin-bottom: -1px;
}

#bannerzone .container {
    max-width: 1200px;
    /*background: url('../images/ldr.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;*/
}

.extra-margin {
	margin-top: 65px;
}

#bannergallery {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	margin-bottom: 0;
}

#bannergallery li {
	min-height: 200px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 0;
	white-space: normal;
	text-align: center;
}

#bannergallery li>* {
	position: relative;
	padding: 0 40px;
}

#bannergallery figure img {
	max-width: 216px;
	position: relative;
}

#map_canvas {
	margin-top: -40px;
	height: 430px;
	width: 100%;
	position: relative;
	top: 50px;
}

.boxshadow {
	position: relative;
	z-index: 100;
	box-shadow: 0 -3px 8px 0 rgba(0, 0, 0, 0.75);
}

.greytexture {
	/* background: url('../images/jak_wydac_ksiazke.png'); */
    background: #eeedea;
}

.basiczone.greytexture {
	border-top: 1px solid #e3e1d8;
}

.arrow_top:after, .arrow_top:before {
	z-index: 16000;
	right: 33px;
	border: solid transparent;
	content: '\0020';
	overflow: hidden;
	height: 0;
	width: 0;
	position: fixed;
	pointer-events: none;
}

.arrow_top:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 7px;
	margin-right: -7px;
}

.arrow_top:before {
	border-color: rgba(226, 226, 224, 0);
	border-bottom-color: #e2e2e0;
	border-width: 8px;
	margin-right: -8px;
}

.arrow, .owl-buttons div:after {
	content: '\0020';
    display: inline-block;
    width: 7px;
    height: 7px;
    line-height: 7px;
    border-top: 1px solid #64635f;
    border-right: 1px solid #64635f;
    transform: rotate(45deg);
}

.ie .arrow {
	display: none;
}

.arrow {
	margin-left: 8px;
}

.arrow-left {
	margin-left: 0;
	margin-right: 8px;
}

.arrow-down {
	margin-left: 0;
    transform: rotate(135deg);
}

.arrow-left, .owl-buttons div.owl-prev:after {
    transform: rotate(225deg);
}

.arrow-up {
	margin-left: 0;
    transform: rotate(-45deg);
}

h4 a, h4 a:visited, h4 a:hover, h4 a:focus {
	color: #22a0d3;
}

.morelink {
	margin-top: -25px;
	text-align: center;
}

.morelink span.arrow {
	border-color: #f2a828;
}

.alignleft {
	text-align: left;
}

.center {
	text-align: center;
}

.leftSpaceWithNoCenter {
	margin-left: 20px;
}

sup, sub {
   vertical-align: baseline;
   position: relative;
   top: -0.4em;
}

sub {
	top: 0.4em;
}

.basiczone {
	padding: 60px 0 50px 0;
}

h3 {
	text-align: center;
	display: table;
	border-collapse: collapse;
	white-space: nowrap;
}

h3:before, h3:after {
	content: "";
	width: 50%;
	display: table-cell;
	background-image: linear-gradient(to bottom, #dbd9d2, #dbd9d2);
	background-position: 0 50%;
	background-size: 4px 1px;
	background-repeat: repeat-x;
}

h3:before {
	border-right: solid 20px transparent;
}

h3:after {
	border-left: solid 20px transparent;
}

#content {
	transition: opacity 0.5s;
}

#header>div.container {
	box-sizing: border-box;
	padding: 0 155px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
}

#header>div.container>* {
	letter-spacing: normal;
}

#logobox {
	left: 0;
	width: 120px;
	height: 140px;
	background: url('../images/literacki_debiut_roku_logo_male.png') no-repeat left center;
	position: absolute;
}
 
#logobox a {
	position: absolute;
	display: block;
	width: 120px;
	height: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#nav {
	box-sizing: border-box;
	width: 1045px;
	height: 140px;
	margin: 0 auto;
	padding-top: 69px;
	z-index: 10;
}

#header ul, #header ul li {
	margin-bottom: 0;
}

#nav ul, #nav ul li {
	height: 100%;
}

#nav ul li {
	vertical-align: top;
	position: relative;
	display: inline-block;
	margin: 0;
}

#nav ul li.arrow_top:after, #nav ul li.arrow_top:before, .alphabet li.arrow_top:after, .alphabet li.arrow_top:before {
	right: 50%;
	position: absolute;
	bottom: -1px;
}

#nav ul li a {
	position: relative;
	display: block;
	margin-left: 1px;
}

#nav ul li+li a:before {
	content: '\0020';
	position: absolute;
	top: 50%;
	left: -1px;
	transform: translateY(-50%);
	display: block;
	height: 25px;
	width: 1px;
	border-left: 1px solid #d1d0ca;
	z-index: 1000;
	white-space: nowrap;
}

.ie #nav ul li+li a:before { 
	display: none;
}

#nav ul li a span, #subnav ul li a {
	display: block;
	height: 25px;
	font-size: 16px;
	line-height: 25px;
	padding: 14px 28px;	
}

#subnav ul li a {
    font-size: 21px;
}

#nav ul li a span {
	position: relative;
	outline: 1px solid transparent;
}

#nav ul li a span, #subnav ul li a {
	transition: color 0.3s ease, outline 0.3s ease, opacity 0.3s ease;
}

#nav ul li a:hover span {
	outline: 1px solid #d1d0ca;
}

#nav ul li a, #nav ul li a:visited, #subnav ul li a, #subnav ul li a:visited {
	color: #2e9cc9;
}

#nav ul li a:hover, #nav ul li a:focus, #subnav ul li a:hover, #subnav ul li a:focus, .alphabet li:hover a, .alphabet li a:focus {
	color: #666561;
	text-decoration: none;
}

#nav ul li#homepagebutton a {
	background: url('../images/strona_glowna_literacki_debiut_roku.png') no-repeat center;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #nav ul li#homepagebutton a {
        background-position: 50% 49.999%;
    }
}

#nav ul li.selected a, #subnav ul li.selected a {
	color: #f29a00;
	background-position: center -14px !important;
}

#nav ul li#homepagebutton a span {
	opacity: 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 18px;
	background: url('../images/strona_glowna_literacki_debiut_roku.png') no-repeat center -112px;
}

#nav ul li#homepagebutton a:hover span {
	opacity: 1;
}

#subnav {
	display: block;
	border-top: 1px solid #e8e7e4;
	max-height: 59px;
    background: 
}

#subnav .container {
/*	padding-left: 155px;*/
	box-sizing: border-box;
	display: table;
}

#subnav ul {
	display: table-cell;
	text-align: center;
	white-space: nowrap;
	font-size: 0;
	letter-spacing: -1px;
	margin: 0 auto;
}

#subnav ul li {
	font-size: 14px;
	letter-spacing: normal;
	display: inline-block;
}

#subnav ul li a {
	height: 31px;
	line-height: 31px;
}

#searchform {
    width: 1px;
	text-align: right;
	white-space: nowrap;
	margin: 0 0 0 20px;
	padding-left: 17px;
	display: table-cell;
	background: #f7f6f5;
	height: 100%;
	vertical-align: middle;
}

#searchform.focus {
	box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.02) inset;
}

#searchform input {
	font-family: inherit;
	margin: 0;
	display: inline-block;
	outline: none;
	-webkit-appearance: none;
	background: #f7f6f5;
	font-size: 14px;
	line-height: 21px;
	height: 21px;
	vertical-align: middle;
	border: none;
}

#searchform button {
	display: inline-block;
	padding: 0;
	-webkit-appearance: none;
	position: relative;
	background: transparent;
	border: none;
	outline: none;
	vertical-align: middle;
	margin: 0;
	width: 48px;
	height: 42px;
}

#searchform button:before, #searchform button:after {
	display: block;
    margin-top: -8px;
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
}

#searchform button:after {
    margin-left: 25px;
    width: 3px;
    height: 7px;
    margin-top: 0;
    transform: rotate(-45deg);
	background: #39b2e3;
}

#searchform button:before {
	color: #39b2e3;
	margin-left: 15px;
    width: 6px;
    height: 6px;
    border: 3px solid #39b2e3;
    background: none repeat scroll 0% 0% transparent;
    border-radius: 12px;
}

#searchform button:hover:after, #searchform button:focus:after {
	background: #f39a00;
}

#searchform button:hover:before, #searchform button:focus:before {
	color: #f39a00;
    border-color: #f39a00;
}

.ie #searchform button {
	width: 80px;
}

.ie #searchform button:before {
	content: "Szukaj";
	margin: 0;
	top: 0;
	bottom: 0;
	width: 80px;
	text-align: center;
	height: 100%;
	border: none;
	font: 14px/50px "tienneregular", "Georgia", "Times New Roman", serif;
	font-size: 14px;
	line-height: 50px;
	font-family: inherit;
}

.ie #searchform button:after {
	display: none;
}

#rightnav {
	position: absolute;
	top: 0;
	right: 0;
}

.rightnavlist {
	margin: 0;
	font-size: 14px;
	line-height: 17px;
	list-style: none;
	display: inline-block;
}

.rightnavlist li {
	float: left;
	margin: 0;
}

.rightnavlist li a {
	color: #666561;
	display: block;
	background: #f8f7f4;
}

.rightnavlist li a span {
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
}	

.rightnavlist li a, .rightnavlist li a:visited {
	color: #666561;
}

.rightnavlist li a:hover, .rightnavlist li a:focus {
	color: #fff;
	background: #cecece;
	text-decoration: none;
}

.rightnavlist li.facebookbutton a span {
	padding: 0;
	background: url('../images/wydawnictwo_novae_res_na_facebooku.png') no-repeat center top;
	text-indent: -9999px;
}

.rightnavlist li:hover.facebookbutton a span {
	background-position: center bottom;
}

#ticket {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 230px;
	z-index: 50;
}

#ticket a {
	position: absolute;
	display: block;
	padding: 25px 25px 24px 27px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
}

#ticket a, #ticket a:visited {
	background: #f39a00;
	color: #fff;
}

#ticket a:hover, #ticket a:focus {
	background: #39b2e3;
	text-decoration: none;
}

#ticket a * {
	color: inherit;
	border-color: #fff;
}

.ie #ticket {
	display: none;
}

#gototop {
	position: absolute;
	right: 0;
	top: -15px;
	z-index: 40;
}

#gototop a {
	position: absolute;
	right: -23px;
	display: block;
	height: 58px;
	width: 43px;
	border: 1px solid #b6b5b2;
	border-radius: 22px;
	top: -35px;
	transition: all 0.2s ease;
	text-align: center;
}

#gototop a:hover, #gototop a:focus {
	top: -40px;
}

#gototop a span {
	margin-top: 19px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.ie #gototop {
	display: none;
}

footer {
	border-top: 1px solid #e3e1d8;
	position: relative;
	padding: 15px 0 30px;
}

footer ul {
	float: left;
	padding: 25px 0 0;
	margin: 0;
}

footer ul li {
	padding-right: 30px;
	margin-bottom: 10px;
}
		
#fblikeboxcontainer {
	float: right;
	padding: 30px 0 0 0;
	overflow: hidden;
	width: 270px;
	height: 180px;
}

#copyright {
	padding-top: 20px;
}

.bookdetails p {
	float: left;
	width: 100%;
}

.bookslist, .peoplelist {
    text-align: center;
	display: block;
	font-size: 0;
	letter-spacing: -1px;
}

.bookslist {
	position: relative;
	margin: 0 0 50px;
}

.peoplelist {
	margin: 10px 0 90px;
}

.owl-theme {
	margin-left: 0;
	margin-right: 0;
	overflow: visible !important;
}

.bookslist li, .peoplelist li {
	position: relative;
	display: inline-block;
	cursor: pointer;
	text-align: left;
	white-space: normal;
	vertical-align: top;
	width: 188px;
	list-style: none;
	margin-bottom: 0;
	letter-spacing: normal;
}

.bookslist li {
	padding: 0 6px 0;
}

.auto-columns {
	margin-left: 12px;
	margin-right: 12px;
	column-width: 216px;
	column-gap: 24px;
}

.auto-columns li {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.peoplelist li {
	background: #fff;
	margin: 0 12px 24px;
}

.bookslist li:last-child {
	padding-right: 0;
}

.bookslist li a:hover, .bookslist li a:focus, .peoplelist li a:hover, .peoplelist li a:focus  {
	text-decoration: none;
}

.bookslist li div, .peoplelist li div {
	background: #fff;
	width: 216px;
}

.bookslist li div {
	background: rgba(255,255,255,0.9);
	position: absolute;	
	transition: 0.5s;
	padding-bottom: 0;
	margin-bottom: 0;
	bottom: 0;
	max-height: 0;
	overflow: hidden;
	transition: 0.5s ease;
}

.bookslist li:hover div, .bookslist li:focus div {
	max-height: 100%;
}

.peoplelist li img, .bookslist li img {
	transition: opacity 0.3s;
}

.bookslist li:hover img, .bookslist li:focus img, .peoplelist li:hover img, .peoplelist li:focus img {
	opacity: 0.9;
}

.bookslist li figcaption, .peoplelist li figcaption {
	padding: 20px 15px 25px;
	margin-bottom: 0;
}

.bookslist li figcaption p, .peoplelist li figcaption p {
	margin: 12px 0 0;
	margin-top: 12px;
	font-size: 14px;
	line-height: 21px;
}

.bookslist li figure {
	height: 210px;
	width: 188px;
	position: relative;
	margin-bottom: 0;
}

.peoplelist li figure, .peoplelist li figure img {
	vertical-align: middle;
	width: 100%;
	margin-bottom: 0;
}

.peoplelist li details {
	position: absolute;
}

.bookslist li figure img {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.newslist {
	margin: 30px 0 0 0;
    column-count: 2;
    column-gap: 20px;
}

.newslist .newsitem {
	box-sizing: border-box;
	vertical-align: top;
	margin: 0 0 20px;
	width: 100%;
	padding: 20px;
	display: inline-block;
	border: 1px #e3e1d8 solid;
	background: #f3f3f3;
	cursor: pointer;
	transition: all 0.4s ease-out 0s;
}

.newslist .newsitem * {
	color: #666561 !important;
	text-decoration: none !important;
	font-size: 16px !important;
	line-height: 24px !important;
	transition: color 0.4s ease-out 0s;
}

.newslist .newsitem:hover {
	background: #e3e1d8;
}

.newslist .newsitem:hover * {
	/* color: #fff !important; */
	text-decoration: none !important;
}

.newslist .newsitem  p {
	margin-top: 28px;
	line-height: inherit;
}

.newslist .newsitem  p:last-child {
	margin-bottom: 0;
}

.newslist .newsitem figure {
	display: table-cell;
	width: 96px;
	padding-left: 16px;
}

.newslist .newsitem figure a {
	display: block;
	overflow: hidden;
	height: 144px;
}

.bgimage {
	display: block;
	box-sizing: border-box;
	padding-left: 100%;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.newslist .newsitem figcaption {
	display: table-cell;
	vertical-align: top;
	padding: 0 0 0 25px;
	line-height: 24px;
}

.newslist .newsitem figcaption a, .newslist .newsitem figcaption a:visited, .newslist .newsitem figcaption a:hover, .newslist .newsitem figcaption a:focus  {
	color: #22a0d3;
}

.newslist .newsitem time {
	display: table-cell;
	vertical-align: top;
	padding: 0 4px;
}

.newslist .newsitem time .day {
	text-align: center;
	display: block;
	font-size: 24px;
	line-height: 30px;
}

.newslist .newsitem time .month {
	border-top: 1px solid #e3e1d8;
	text-align: center;
	display: block;
	font-size: 12px;
	line-height: 24px;
}

.alphabet {
	position: relative;
	border-bottom: 1px solid #dbd9d2;
}

.alphabet.owl-theme .owl-wrapper-outer {
	border-bottom: 1px solid #dbd9d2;
}

.alphabet li {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 50px;
}

.alphabet li.arrow_top:after {
	border-color: rgba(240, 239, 236, 0);
	border-bottom-color: #f0efec;
	border-width: 7px;
	margin-right: -7px;
}

.alphabet li.arrow_top:before {
	border-color: rgba(202, 202, 202, 0);
	border-bottom-color: #cacaca;
	border-width: 8px;
	margin-right: -8px;
}

.alphabet li.selected a {
	color: #f29a00;
}

.alphabet li a {
	transition: color 0.3s ease;
	text-align: center;
	display: block;
	line-height: 25px;
	height: 25px;
	color: #2e9cc9;
}

.alphabet li+li a:before, .alphabet .owl-item + .owl-item a:before {
	content: '\0020';
	position: absolute;
	left: -1px;
	display: block;
	height: 25px;
	width: 1px;
	border-left: 1px solid #d1d0ca;
	z-index: 1000;
	white-space: nowrap;
}

#cookiebar {
	padding: 0;
	box-sizing: border-box;
	max-height: 0;
	min-height: 0;
	overflow: hidden;
    transition: 0.5s;
}

#cookiebar.visible {
	min-height: 50px;
	max-height: 200px;
}

#cookiebar .container {
	padding: 15px 0 15px;
}

.round-button {
	font-size: 0;
    position: absolute;
	top: 12px;
	right: 18px;
	box-sizing: border-box;
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
	border: 1px solid #b6b5b2;
    border-radius: 50%;
    color: #b6b5b2;
    text-decoration: none;
}

.round-button:after, .round-button:before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    width: 12px;
    height: 1px;
    background: #64635f;
    top: 50%;
    left: 50%;
    margin-left: -6px;
}

.round-button:after {
    transform: rotate(45deg);
}

.round-button:before {
    transform: rotate(-45deg);
}

.round-button:hover {
	background: #b6b5b2;
}

.round-button:hover:after, .round-button:hover:before {
	background: #fff;
}

#nav-mobile {
	display: none;
}

.download {
    position:relative;
}

.download a {
	display: block;
    padding-left: 28px;
}

.download a:before,
.download a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin:-8px 0 0;
    background: #39b2e3;
}

.download a:hover:before,
.download a:focus:before,
.download a:active:before {
    background:#f39a00;
}

.download a:before {
    width: 14px;
    height: 8px;
    border: 3px solid #39b2e3;
    border-top: 0;
    margin-top: -5px;
    background: transparent;
}

.download a:after {
    left: 5px;
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #39b2e3 transparent;
    margin-top: -5px;
    background: transparent;
}

.download a:hover:before,
.download a:focus:before,
.download a:active:before {
    border-color:#f39a00;
    background:transparent;
}

.download a:hover:after,
.download a:focus:after,
.download a:active:after {
    border-color:#f39a00 transparent;
}

figure.cover img, .bookGallery figure img {
	box-shadow: 0px 0px 3px #777;
	cursor: pointer;
	transition: opacity 0.3s;
}

figure.cover img:hover, .bookGallery figure img:hover {
	opacity: 0.9;
}

.bookGallery figure {
	display: inline-block;
	padding-right: 10px;
	margin-bottom: 10px;
}

@media only screen and (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
	#logobox {
		background-image: url('../images/literacki_debiut_roku_logo_male@2x.png');
		background-size: 120px 120px;
	}
}

@media only screen and (min-width: 850px) and (max-width: 1329px) {
	#logobox {
		position: static;
		margin: 0 auto -7px;
	}
	#header>div.container, #subnav .container {
		padding: 0;
		text-align: center;
	}
	#nav {
		width: auto;
		display: inline-block;
	}
	#nav {
		height: 68px;
		margin: 0;
		padding: 0;
	}
}

@media only screen and (max-width: 1329px) {
	#fblikeboxcontainer {
		display: none;
	}
}

@media only screen and (max-width: 1089px) {
	#ticket {
		display: none;
	}
	.newslist {
		column-count: 1;
	}
	section.extra-margin {
		margin-top: 35px;
	}
	footer {
		text-align: center;
	}
	footer ul {
		display: block;
		float: none;
		padding: 10px 0;
	}
	footer ul li {
		display: inline-block;
		padding: 0 7px;
		margin-bottom: 0;
	}
	main ul, main ol, main p, .newslist .newsitem figcaption { font-size: 14px; line-height: 24px; }
	main ul, main ol, main p, form, fieldset, figure, figcaption, .button, button, input[type="submit"], input[type="reset"], input[type="button"], input[type="text"], input[type="password"], input[type="email"], input[type="file"], textarea, select {
		margin-bottom: 24px;
	}
	input[type="text"] + span,
	input[type="password"]  + span,
	input[type="email"] + span,
	textarea + span {
		margin: -24px 0 24px;
	}
	input[type="checkbox"] {
		margin-top: 4px;
	}
	h2 { font-size: 39px; line-height: 44px; margin-bottom: 24px;}
	h3 { font-size: 24px; line-height: 29px;}
	h6, .lead { font-size: 21px; line-height: 30px; }
}

@media only screen and (max-width: 849px) {
	h2 { font-size: 24px; line-height: 29px;}
	h2, .centerWithHeading { text-align: center; }
	h3 {
		white-space: normal;
	}
	.container .one-third.column, .container .two-thirds.column, .container .half.column {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.container .offset-one-third.column     { padding-left: 0; }
	#header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #fff;
		transition: all 300ms ease-out;
	}
	#header>div:first-child {
		padding: 0;
		height: 60px;
		width: 100% !important;
		position: relative;
	}
	#header.headroom--pinned {
		transform: translateY(0%);
	}
	#header.headroom--unpinned {
		transform: translateY(-70px);
	}
	#nav-mobile {
		display: block;
		position: absolute;
		right: 15px;
		top: 15px;
	}
	#nav-mobile label {
		font-family: 'Open Sans', sans-serif;
		display: inline-block;
		font: 16px;
		position: relative;
		color: #39b1e3;
	}
	#nav-mobile label:after {
		margin: 1px;
		z-index: 10;
		content: " ";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		padding: 0 15px;
		background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB5QTFRF////d3d3/v/////9//z////6//z7/P////78//777KIP9QAAADVJREFUeNpiYMAEjBgAmxALEzpgYEI3iYmBHV2Ik4GFGQ0wMbBiaqSmI9jQhTio6ghMABBgAOnAAVl2vfdmAAAAAElFTkSuQmCC) no-repeat 50% 50%;
		pointer-events: none;
	}
	#nav-mobile select {
		cursor: pointer;
		display: inline-block;
		margin: 0;
		background: transparent;
		padding: 3px 4px;
		font-size: 16px;
		border: 1px solid #d1d0ca;
		border-radius: 0;
		-webkit-appearance: none;
	}
	#header.fix {
		position: absolute;
		transition: none;
		transform: translateY(0%) !important;
	}
	#bannerzone {
		padding-top: 80px;
	}
	#logobox {
		position: absolute;
		left: 15px;
		top: 15px;
		height: 30px;
		background-position: center -80px;
	}
	#nav, #subnav, #rightnav {
		display: none;
	}
	.basiczone {
		padding: 40px 0 35px 0;
	}
	.owl-buttons div {
		height: 28px;
		width: 28px;
		font-size: 14px;
		border: none;
		opacity: 0.3;
	}
	.owl-buttons div:hover, .owl-buttons div:focus, .owl-buttons div:active {
		animation-name: none;
	}
	.owl-buttons div.owl-prev {
		left: -26px;
	}
	.owl-buttons div.owl-next {
		right: -26px;
	}
	.owl-buttons div:after {
		border-width: 5px;
		width: 13px;
		height: 13px;
		line-height: 13px;
		margin-top: 5px;
		margin-left: 3px;
	}
	.owl-buttons div.owl-next:after {
		margin-left: -3px;
	}
}
	
@media only screen and (max-width: 567px) {
	.centerWithHeading .leftSpaceWithNoCenter { margin-left: 0; }
	.owl-pagination {
		display: none !important;
	}
	#header>div:first-child {
		height: 100px;
	}
	#header.headroom--unpinned {
		transform: translateY(-110px);
	}
	#nav-mobile {
		left: 0;
		right: 0;
		top: 53px;
		margin: 0 auto;
		width: 240px;
		text-align: center;
	}
	#logobox {
		margin: 0 auto;
		left: 0;
		right: 0;
		top: 15px;
	}
	#bannerzone {
		padding-top: 100px;
	}
	#map_canvas {
		height: 240px;
	}
	.container { width: 240px; }
	.newslist .newsitem figure {
		display: none;
	}
	.bookslist {
		margin-top: 20px;
	}
	.newslist .newsitem {
		padding: 10px 15px;
	}
	.newslist .newsitem time {
		position: relative;
		float: left;
		margin-left: -15px;
		margin-top: -10px;
		margin-right: 15px;
		display: block;
		text-align: center;
		background: #f0f0f0;
		padding: 6px 10px 3px;
		border-right: 1px dashed #e3e1d8;
		border-bottom: 1px dashed #e3e1d8;
	}
	.newslist .newsitem:first-child time {
		background: #fff;
	}
	.newslist .newsitem figcaption {
		display: inline;
		margin: 0;
		padding: 0;
		font-size: 14px;
		line-height: 21px;
	}
	#bannergallery li>* {
		padding: 0 12px;
	}
}

@media only screen and (max-width: 319px) {
	html, body {
		overflow-x: hidden;
	}
	#gototop {
		display: none;
	}
	.owl-buttons {
		display: none !important;
	}
}

@media only screen and (min-width: 568px) and (max-width: 849px) {
	.container { width: 480px; }
	.bookdetails p { width: 220px; padding-right: 20px; }
}

@media only screen and (min-width: 850px) and (max-width: 1089px) {
	.container { width: 720px; }
	#nav {
		height: 54px;
	}
	#subnav ul {
		vertical-align: middle;
	}
	#nav ul li a span, #subnav ul li a {
		height: 22px;
		font-size: 14px;
		line-height: 22px;
		padding: 10px;
	}
	#nav ul li.selected a {
		background-position: center -20px !important;
	}
	#nav ul li#homepagebutton a span {
		background-position: center -118px;
	}
}

@media only screen and (min-width: 1090px) and (max-width: 1329px) {
	.container { width: 960px; }
	#nav ul li a span, #subnav ul li a {
		padding: 14px 18px;
	}
}

@media only screen and (min-width: 1330px) and (max-width: 1569px) {
	.container { width: 1200px; }
}

@media only screen and (max-width: 1569px) {
	.container .column.alpha, .container .column.omega { width: 96%; margin-left: 0; margin-right: 0; }
}

@media only screen and (min-width: 1570px) {
	.newslist {
		column-count: 3;
	}
    main ul, main ol, main p {
        font-size: 20px;
        line-height: 35px;
    }
}

@media only screen and (min-width: 1570px) and (max-width: 1809px) {
	.container { width: 1440px; }
}

@media only screen and (min-width: 1810px) {
	.container { width: 1680px; }
}

body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}