@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: underline; 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: 40px;
	border-bottom: 1px solid #e3e1d8;
	margin-bottom: -1px;
}

.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('http://novaeres.pl/templates/images/jak_wydac_ksiazke.png');
}

.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;
}

#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;
}

#copyright {
	padding-top: 20px;
}


@media only screen and (max-width: 1089px) {
	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; }
	.basiczone {
		padding: 40px 0 35px 0;
	}
}
	
@media only screen and (max-width: 567px) {
	.centerWithHeading .leftSpaceWithNoCenter { margin-left: 0; }
	.container { width: 240px; }
}

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

@media only screen and (min-width: 568px) and (max-width: 849px) {
	.container { width: 480px; }
}

@media only screen and (min-width: 850px) and (max-width: 1089px) {
	.container { width: 720px; }
}

@media only screen and (min-width: 1090px) and (max-width: 1329px) {
	.container { width: 960px; }
}

@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) and (max-width: 1809px) {
	.container { width: 1440px; }
}

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