@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700&subset=latin,latin-ext);

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, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul, #footer_menu ul {
	list-style: none;
}
ul {
	list-style-position: inside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	
	color : #ffdf89;
	text-decoration : underline;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	outline: none;
}



a:hover {
	color : #24c4ff;
	text-decoration : none;
	text-shadow: 1px 1px 1px black;
}

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: 2px solid #d8d8d8;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.8;
	padding-top: 109px;
}
#logo {
	margin: 40px 0;
}
#content, body>footer{
	max-width: 1000px;
	margin: 0 auto;

}
#content {
	position: relative;
	overflow: hidden;
	padding-top: 36px;
	background-color: #fff;
}
#content.flex {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#content.grey {
	background-color: #e1e1e1;
}
#content>section {
	width: 49.9%;
	background-color: white;
	padding: 25px 0 35px;
}
@media (max-width: 768px) {
	#content>section {
		width: 100%;
	}
}
#content>section>h2, body>footer>section>h2 {
	padding-left: 15px;
  font-family: "Open Sans Condensed", Verdana, sans;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 2px;
}
#content>section>article {
	padding: 15px;
}
#content>section>article>img {
	float: left;
	margin-right: 1.5em;
	border: 1px solid #e1e1e1;
}
#content>section>article>h3 {
	margin: 0 0 10px;
	font-size: 13px;
}
#content>section>article>p {
	text-align: justify;
	font-size: 13px;
	line-height: 1.5;
}
#content>section>article>a.more {
	display: inline-block;
	float: right;
	background-color: #e1e1e1;
	margin-top: 5px;
	padding: 5px 12px;
	font-size: 10px;
	font-weight: bold;
}
#content>section>a.full_width, body>footer>section>a.full_width {
	width: 94%;
	display: block;
	margin-left: 15px;
}
#content>section>a.full_width>img, body>footer>section>a.full_width>img {
	border: 0px solid #000;
	width: 100%;
}
#content>section .article_snippet {
	padding: 5px 10px;
	clear: both;
	font-size: 11px;
	line-height: 1.5;
}
#content>section>a:nth-child(odd) {
	background-color:  rgba(0, 0, 0, 0.14);
	display: inline-block;
}
#content>section .article_snippet>header {
	position: relative;
}
#content>section .article_snippet>header>h3 {
	margin-top: 0;
	font-size: 13px;
}
#content>section .article_snippet>header .author {
	position: absolute;
	right: 0;
	top: 0;
	font-style: italic;
	color: #bfbfbf;
	font-size: 13px;
}
#content>section .article_snippet>img {
	float: left;
	margin-right: 1.5em;
}
.invert {
	background-color: #000;
	color: #fff;
	padding: 0 2px;
}
body>header {
	text-align: center;
	background-color: #000;
}
body>nav {
	background-color: #000;
  font-family: "Open Sans Condensed", Verdana, sans;
  font-size: 18px;
  font-weight: ;
  letter-spacing: 2px;
  position: relative;
  z-index: 150;
  margin-bottom: -36px;
}
body>nav.sticky,
header {
	position: fixed;
	top: 0;
	width: 100%;
}
body>nav>ul {
	list-style: none;
	text-align: center;
}
body>nav>ul>li {
	display: inline-block;
}
body>nav>ul>li>a {
	display: block;
	color: #fff !important;
	padding: 0 30px;
	line-height: 36px;
}
body>nav>ul>li>a.active {
	text-decoration: underline;
}
body>footer {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	border-top: 3px solid #e1e1e1;	;
	margin-top: 15px;
	margin-bottom: 60px;
	padding-top: 30px;
	clear: both;
}
body>footer>section {
	width: 100%;
}
@media (max-width: 1768px) {
	body>footer>section {
		width: 100%;
	}
}
body>footer>section .partner {
	padding: 5px 10px;
	clear: both;
}
body>footer>section .partner>img {
	float: left;
	margin-right: 1.5em;
}

/* Basic jQuery Slider essential styles */
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

#warsztaty {
	padding: 15px;
}
#warsztaty_slideshow {
	margin: 5px 20px 0;
	font-size: 11px;
	line-height: 1.8;
}
#warsztaty_slideshow h3 {
	font-size: 20px;
  font-family: "Open Sans Condensed", Verdana, sans;
}
#warsztaty_slideshow .bjqs {
	border: 1px solid #c4c4c4;
	border-radius: 1px;
}
#warsztaty_slideshow .bjqs-prev, #warsztaty_slideshow .bjqs-next {
	height: 100%;
	width: 20px;
	background-image: url("../images/slideshow_controls.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
}
#warsztaty_slideshow .bjqs-prev {
	left: -20px;
	background-position: 0 center;
}
#warsztaty_slideshow .bjqs-next {
	right: -20px;
	background-position: -20px center;
}
#warsztaty_slideshow .bjqs-prev a, #warsztaty_slideshow .bjqs-next a {
	width: 100%;
	height: 100%;
	display: inline-block;
}
#warsztaty div>img {
	float: left;
	margin: 11px 1.5em 0 9px;
}

#projects_slider_container {
	display: inline-block;
	margin: 40px 0 0 40px;
}
#projects_slider_container .bx-wrapper {
	position: relative;
}
#projects_slider_container .bx-wrapper .bx-controls-direction a {
	height: 100%;
	width: 28px;
	background-image: url("../images/slideshow_controls.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
}
#projects_slider_container .bx-wrapper .bx-controls-direction a.bx-prev {
	left: -20px;
	background-position: 0 center;
}
#projects_slider_container .bx-wrapper .bx-controls-direction a.bx-next {
	right: -20px;
	background-position: -20px center;
}
#warsztaty_slideshow .bjqs-prev a, #warsztaty_slideshow .bjqs-next a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

ul#crews {
	list-style-type: none;
	width: 224px;
	position: relative;
	float: left;
	margin-top: 25px;
}
@media (max-width: 768px) {
	ul#crews {
		width: 160px;
	}
}
ul#crews li {
	margin-bottom: 10px;
	position: relative;
}
ul#crews li.active:after {
	height: 224px;
	width: 24px;
	position: absolute;
	top: 0;
	right: -37px;
	content: "";
	background-image: url("../images/arrow_left.png");
	background-position: 0 center;
	background-repeat: no-repeat;
	z-index: 2;
}
@media (max-width: 768px) {
	ul#crews li.active:after {
		height: 160px;
	}
}
ul#crews li img {
	width: 100%;
}
.ekipa_opis {
	display: none;
	min-height: 702px;
	margin: 26px 10px 0 260px;
	border: 1px solid #c2c2c2;
	background: #fff;
	padding: 10px 30px;
	overflow: hidden;
}
@media (max-width: 768px) {
	.ekipa_opis {

	}
}
.ekipa_opis:first-of-type {
	display: block;
}
.ekipa_opis h2 {
	font-size: 32px;
  font-family: "Open Sans Condensed", Verdana, sans;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.ekipa_opis article>img {
	float: left;
	margin-right: 1.5em;
	border: 1px solid #fff;
	width: 100%;
}
.ekipa_opis aside.sklad {
	clear: both;
	margin-top: 20px;
	font-size: 12px;
}
.ekipa_opis aside.sklad h3 {
	text-align: right;
  font-family: "Open Sans Condensed", Verdana, sans;
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 2px;
}
.ekipa_opis aside.sklad .osoba {
	clear: both;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
	padding-right: 32px;
}
.ekipa_opis aside.sklad .osoba h4 {
	color: #595959;
	font-style: italic;
	font-size: 14px;
  margin-bottom: 4px;
}
.ekipa_opis aside.sklad .osoba img {
	float: left;
	margin-right: 1.5em;
	border: 6px solid #cecece;
}
.ekipa_opis aside.sklad .osoba .more {
	display: none;
}
.ekipa_opis aside.sklad .osoba .arrow_down {
	background-image: url("../images/arrow_down.png");
	background-repeat: no-repeat;
	background-position: right center;
	height: 70px;
	width: 50px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.fliph {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
#history_navigation {
	width: 224px;
	position: fixed;
	top: 180px;
	float: left;
}
#history_navigation h2 {
	background-color: #000;
	color: #fff;
	text-align: center;
  font-family: "Open Sans Condensed", Verdana, sans;
  font-size: 20px;
  letter-spacing: 1px;
}
.history_menu {
	position: relative;
	padding: 14px 0 0 50px;
	list-style: none;
  font-family: "Open Sans Condensed", Verdana, sans;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 1px;
}
.history_menu:before {
	content: "";
	position: absolute;
	top: 0;
	left: 30px;
	width: 8px;
	background-color: #000;
	background-image: url("../images/bullet.png");
	height: 100%;
}
#history_navigation h2.christmas {
	background-color: #f00;
}
.history_menu.christmas:before {
	background-color: #f00;
}
.history_menu li {
	line-height: 38px;
	cursor: pointer;
}
.history_menu li.active a {
	text-decoration: underline;
}
#history_content {
	margin: 26px 10px 0 260px;
	padding: 10px 30px;
	text-align: justify;
}
#history_content img {
	max-width: 670px;
}

#grafik {
	font-size: 12px;
}
#grafik h3 {
  font-family: "Open Sans Condensed", Verdana, sans;
  font-size: 19px !important;
  color: #fff;
  background-color: #000;
  display: inline-block;
  min-width: 100px;
  padding: 0 5px;
  font-weight: normal;
  letter-spacing: 1px;
  border-radius: 2px 0 0 2px;
  margin-top: 20px !important;
}
#grafik p {
	margin-left: 20px;
}
#grafik p.small {
	font-size: 12px;
}
.wyjazd {
	position: relative;
	padding-left: 50px;	
	margin: 10px 0 25px;
}
.wyjazd:before {
	content: "";
	width: 17px;
	height: 17px;
	position: absolute;
	top: 5px;
	left: 23px;
	background-color: #000;
}
.wyjazd h3 {
	letter-spacing: 2px;
}
.wyjazd .more_button {
	text-align: right;
	font-size: 10px;
	cursor: pointer;
	margin-bottom: 3px;
}
.wyjazd .more_button span {
	background-color: #000;
	color: #fff;
	border-radius: 10px;
	padding: 2px 10px;
	letter-spacing: 2px;
}
.more_button span.less_text {
	display: none;
}
.wyjazd .more {
	display: none;
}


#wiedza_navigation {
	width: 224px;
	position: relative;
	float: left;
	margin-top: 26px;
}
#wiedza_menu ul {
	display: none;
}
#wiedza_menu>li {
	position: relative;
	line-height: 52px;
	padding-left: 60px;
	margin-top: 18px;
  font-family: "Open Sans Condensed", Verdana, sans;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
#wiedza_menu>li:before {
	content: "";
	background-image: url("../images/wiedza_menu_sprites.png");
	background-repeat: no-repeat;
	width: 52px;
	height: 52px;
	position: absolute;
	top: 0;
	left: 0;
}
#wiedza_menu>li:nth-child(1):before {
	background-position: 0 0;
}
#wiedza_menu>li:nth-child(2):before {
	background-position: 0 -52px;
}
#wiedza_menu>li:nth-child(3):before {
	background-position: 0 -104px;
}
#wiedza_menu>li:nth-child(4):before {
	background-position: 0 -156px;
}
#wiedza_menu>li:nth-child(5):before {
	background-position: 0 -208px;
}
#wiedza_menu>li:nth-child(6):before {
	background-position: 0 -260px;
}
#wiedza_menu>li:nth-child(7):before {
	background-position: 0 -312px;
}
#wiedza_menu>li:nth-child(8):before {
	background-position: 0 -364px;
}
#wiedza_menu>li:nth-child(9):before {
	background-position: 0 -416px;
}
#wiedza_menu>li li {
	line-height: 1.5;
	padding-left: 10px;
  font-family: Verdana, sans;
  font-size: 12px;
  text-transform: none;
  font-weight: normal;
}
#wiedza_menu li {
	clear: both;
}
#wiedza_menu li>a>span {
	float: right;
}
#wiedza_menu li a:hover {
	color: #333;
}
#wiedza_menu li.active a {
	text-decoration: underline;
}
#wiedza_menu ul {
	list-style: square;
}
#wiedza_menu ul ul {
	list-style: disc;
}
#wiedza_content {
	margin: 26px 10px 0 260px;
	padding: 10px 30px;
	text-align: justify;
}
#wiedza_content p {
	margin: 10px 0;
}
#wiedza_content table td {
	vertical-align: top;
}
#wiedza_content a {
	text-decoration: underline;
}
#wiedza_content img {
	max-width: 670px;
}
.books {
    float: left;
    padding-left: 0;
    padding-right: 10px;
}
.books2 {
    float: right;
    padding-left: 16px;
    padding-right: 0;
}

.warsztat {
	clear: both;
	margin-top: 40px;
	overflow: hidden;
	font-size: 13px;
}
.warsztat h2 {
  font-family: "Open Sans Condensed", Verdana, sans;
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.warsztat img {
	float: left;
	margin-right: 1.5em;
}
.warsztat .more_button {
	float: right;
	position: relative;
	display: inline-block;
	height: 91px;
	margin: 13px 0;
	padding: 0 0px 0 16px;
	cursor: pointer;
}
.warsztat .more_button:after {
	content: "";
	position: absolute;
	top: -13px;
	right: 0;
	width: 44px;
	height: 91px;
	background-repeat: no-repeat;
}
.warsztat .more {
	display: none;
}

.projekt {
	clear: both;
	margin-top: 10px;
	overflow: hidden;
	border: 2px solid #d8d8d8;
	border-radius: 3px;
	padding: 26px 26px 26px 0;
}
.projekt>img {
	float: left;
}
.projekt.dark {
	background-color: #000;
	color: #fff;
	border: none;
	border-radius: 0;
}
.projekt h2 {
  font-family: "Open Sans Condensed", Verdana, sans;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.projekt p {
	margin: 25px 0;
}
.projekt footer {
	background-color: #c2c2c2;
	line-height: 36px;
	font-size: 12px;
}
.projekt footer a {
	line-height: 36px;
}
.projekt.dark footer {
	background-color: #3d3d3d;
}
.projekt footer a {
	display: inline-block;
	height: 36px;
	padding-left: 36px;
	margin-left: 4px;
}
.projekt footer a.link_www {
	background-image: url("../images/link_www.png");
	background-repeat: no-repeat;
}
.projekt footer a.link_fb {
	background-image: url("../images/link_fb.png");
	background-repeat: no-repeat;
}
.projekt.dark footer a {
	color: #fff;
}
.projekt.dark footer a.link_www {
	background-image: url("../images/link_www_dark.png");
	
}

.projekt .more_button {
	float: right;
	position: relative;
	display: inline-block;
	height: 20px;
	margin: 13px 0;
	padding: 0 0px 0 16px;
	cursor: pointer;
}
.projekt .more_button:after {
	content: "";
	position: absolute;
	top: -13px;
	right: 0;
	width: 44px;
	height: 47px;
	background-repeat: no-repeat;
}
.projekt .more {
	display: none;
	
}	
.center {
	text-align: center;
}
.red {
	color: #f00;
}
.right {
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans Condensed", Verdana, sans;	
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 16px;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #555;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
#articles-scroll {
	max-height:370px;
	overflow-y: auto;
	
	

