/* INIT-----------------------------------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, div, span, blockquote, p, address, form, fieldset, img, ul, ol, dl, dt, dd, li, hr, table, td, th, strong, em, sup, sub, dfn, ins, del, q, cite, var, samp, code, kbd, tt {
	margin: 0;
	padding: 0;
	border: 0;
	outline-style: none;
	outline-width: 0;
}
a, a:visited {
	text-decoration: none;
}
a {
	color: #6c7d10;
	outline-style: none;
	outline-width: 0;
}
a:hover {
	color: #ddd;
}
ol, ul {
	list-style: none;
}
legend {
	display: none;
}
body, input, textarea, select, option, optgroup, button {
	font-family: 'Lora', serif;
}
input, textarea, select, option, optgroup, button {
	font-size: 13px;
}
/* LAYOUT-----------------------------------------------------------------------------*/
html {
}
body {
	min-height: 900px;
	background: url("../images/bg.jpg") repeat top left;
	color: #808080;
	font-size: 13px;
}
.wrapper {
}
.wrap {
	width: 1200px;
	margin: 0 auto;
}
.wrap2 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
/* HEADER-----------------------------------------------------------------------------*/
.index .header {
	height: 806px;
	background: #fff;
	width: 100%;
	float: left;
}
 .header {
height: 518px;
	background: #fff;
	width: 100%;
	float: left;
}
.logo {
	width: 197px;
	margin: 0 auto;
}
.logo a {
	float: left;
	width: 197px;
	margin-top: 20px;
	margin-bottom: 15px;
}
.logo2 a {
	float: left;
	margin-top: 20px;
	margin-bottom: 15px;
}
.logo2 a .logo-top {
	background: url("../images/logo-znak.svg") no-repeat center;
	background-size: 70px 70px;
	width: 70px;
	height: 70px;
}
.logo a:hover > .logo-top {
	-webkit-animation-name: spinner;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 3s;
	animation-name: spinner;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: 3s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
@-webkit-keyframes spinner {
from {
	-webkit-transform: rotateY(0deg);
}
to {
	-webkit-transform: rotateY(-360deg);
}
}
/* all other browsers */
@keyframes spinner {
from {
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
to {
	-moz-transform: rotateY(-360deg);
	-ms-transform: rotateY(-360deg);
	transform: rotateY(-360deg);
}
}
.logo-top {
	background: url("../images/logo-znak.svg") no-repeat center;
	width: 49px;
	height: 49px;
	margin: 0 auto;
	margin-bottom: 5px;
  transition: all 0.3s linear; 
}
.logo-bottom {
	background: url("../images/logo-napis.png") no-repeat center;
	width: 197px;
	height: 46px;
}
.top-nav {
	float: right;
}
.index .path {
display: none;

}
.path {
   background: none repeat scroll 0 0 rgba(255, 255, 255, 0.45);
    float: right;
    padding: 11px;
    position: absolute;
    top: 140px;
    width: 1178px;
     font-style: italic;
}

.home-icon {
    background: url("../images/home.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 16px;
    margin-right: 6px;
    width: 16px;
}
.path a {
color: #b3b3b3;
font-size: 11px;

}
.path a:hover {
text-decoration: underline;

}
.path .active {
color: #666;

}
.search {
	margin: 46px 0 34px;
	float: right;
}
.input-search {
	border-style: none none solid;
	border-color:  #8c8c8c;
	border-width: 0 0 1px;
	padding: 8px 0;
	width: 222px;
	color: #cbcbcb;
	margin-bottom: 7px;
}
.btn-search {
	cursor: pointer;
	padding: 7px 20px;
	border-style: none none solid #8c8c8c;
	border-width: 0 0 1px;
	background: url("../images/lupa.png") no-repeat center;
	text-indent: -9999px;
}
.lang {
	font-size: 10px;
	margin-bottom: 10px;
	width: 100%;
	height: 20px;
}
.lang li {
	width: auto;
	float: left;
}
.tel {
	font-size: 24px;
	color: #3e3e3e;
}
/* MENU-----------------------------------------------------------------------------*/
.menu-bg {
	float: left;
	background: #3e3e3e;
	width: 100%;
	height: 40px;
}
.menu {
	float: left;
	width: auto;
	clear: both;
}
.menu li {
	float: left;
	margin: 0px 0 0 10px;
}
.menu li a {
	border-right: 1px solid #cbcbcb;
	color: #fff;
	float: left;
	font-size: 14px;
	margin-top: 7px;
	padding: 5px 45px;
	text-transform: capitalize;
}
.menu li.active a {
color: #a4bf16;
}
.menu li:hover {
}
.menu li a:hover {
color: #a4bf16;
}
/* CONTENT-----------------------------------------------------------------------------*/
.index .content {
background: transparent;
float: left;
width: 100%;
	margin-top: -200px;
}

.content {
background: url("../images/content.jpg") repeat-y top left;
float: left;
width: 100%;
	margin-top: -150px;
}
.index .main {


	width: 387px;

	min-height: 510px;
	margin-right: 19px;
	-webkit-box-shadow: 0 5px 24px rgba(1,1,1,.06);
	-moz-box-shadow: 0 5px 24px rgba(1,1,1,.06);
	box-shadow: 0 5px 24px rgba(1,1,1,.06);
}
.oferta-box {


	width: 387px;

	display: inline-block;
	min-height: 510px;
	background: #fff;
	float: left;
	margin-right: 19px;
	-webkit-box-shadow: 0 5px 24px rgba(1,1,1,.06);
	-moz-box-shadow: 0 5px 24px rgba(1,1,1,.06);
	box-shadow: 0 5px 24px rgba(1,1,1,.06);
}
.news-box {


	width: 387px;

	display: inline-block;
	min-height: 510px;
	background: #fff;
	float: right;
	-webkit-box-shadow: 0 5px 24px rgba(1,1,1,.06);
	-moz-box-shadow: 0 5px 24px rgba(1,1,1,.06);
	box-shadow: 0 5px 24px rgba(1,1,1,.06);
}
.main {
	width: 70%;
	display: inline-block;
	min-height: 500px;
	background: #fff;
	float: left;

}
h1 {
	font-size: 18px;
	width: auto;
	color: #3e3e3e;
	float: right;
	border-bottom: 1px solid #DDDDDD;
	padding: 20px 0 10px 0;
	font-family: 'Lora';
}
h2 {
	color: #3e3e3e;
	font-family: 'Lora';
}
h3 {
	color: #3e3e3e;
	font-family: 'Lora';
}
h4 {
	color: #3e3e3e;
	font-family: 'Lora';
}
h5 {
	color: #3e3e3e;
	font-family: 'Lora';
}
/* ARTICLE-----------------------------------------------------------------------------*/
.index .article {
float: left;
	padding: 20px;
}

.article {
  	padding: 50px;
	min-height: 300px;

	font-family: 'Lato';
	text-align: justify;

}
.article a {
	color: #a4bf16;
	font-style: italic;
}
.article h1 {
	width: 100%;
	padding-top: 0px;
	float: none;
}
.article h2 {
	font-size: 24px;
}
.art-content {
}
.art-body {
}
.article ul {
      padding-right:20px;
    list-style: none;
    margin: 10px;

}
.article li {
	color: #000;
	line-height: 20px;
}


.article ul li:before {
  color:#a4bf16; /* set color to red */
  content:"\2022"; /* /2022 is the numerical unicode for &bull; */
  font-size:1.2em; /* set the font-size of the bullet if necessary. Make sure to use em or %*/
 /* give the bullet some padding from the text Make sure to use em*/
  position:relative;
    top:.1em; /* set the vertical position of the bullet if necessary. Make sure to use em or % */
}
.art-date {
}
.art-author {
}
/* galeria artykulu */
.art-gallery {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.art-gallery h3, .art-files h3 {
	width: 100%;
	padding: 10px 0 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
	font-size: 15px;
	font-weight: normal;
}
.art-gallery .thumb, .art-gallery .thumb a {
	float: left;
}
.art-gallery .thumb a img {
	display: block;
	border: 1px solid #ddd;
	padding: 5px;
}
/* za��czniki artykulu */
.art-files {
	display: inline-block;
	width: 100%;
}
.files-item {
	line-height: 22px;
	padding-left: 20px;
}
.files-item a {
}
/* FILE ICONS-----------------------------------------------------------------------------*/
.ico-doc {
	background: url(/images/filetypes/document-word.png) no-repeat left 2px;
}
.ico-xls {
	background: url(/images/filetypes/document-excel.png) no-repeat left 2px;
}
.ico-ppt {
	background: url(/images/filetypes/document-powerpoint.png) no-repeat left 2px;
}
.ico-pdf {
	background: url(/images/filetypes/document-pdf.png) no-repeat left 2px;
}
.ico-image {
	background: url(/images/filetypes/document-image.png) no-repeat left 2px;
}
.ico-archive {
	background: url(/images/filetypes/document-zipper.png) no-repeat left 2px;
}
/* ASIDE-----------------------------------------------------------------------------*/
.aside {
	width: 30%;
	float: right;
	background: transparent;
	min-height: 300px;
}
.index .aside {
	display: none;
}
/* SUBMENU-----------------------------------------------------------------------------*/
.submenu-body {
	padding: 20px
}
.submenu-top {
}
.submenu-foot {
}
/* level-0 */
ul.level-0 {
	width: 100%;

}
li.level-0 {
   float: left;
    padding: 16px 0;
    width: 100%;
	border-bottom: 1px solid #DDDDDD!important;
	background: url(../images/arrow-green.png) no-repeat center right;
  transition: all 0.3s linear;
}
li.level-0:last-child {
	border-bottom: 0;
}
li.level-0 a {
font-size: 14px;
}
li.level-0.active {
}
li.level-0:hover {
 padding-left: 5px;
}
/* level-N */
li.level-1 {
	padding: 10px;
}
/* ANIM-----------------------------------------------------------------------------*/
.anim-wrap {
}
.anim {
}
.anim slides {
}
.anim slides img {
}
ul.anim-nav {
}
ul.anim-nav li {
}
ul.anim-nav li a {
}
/* NEWS-LISTING-----------------------------------------------------------------------------*/
.news-listing {
}
.news-item {
	padding-bottom: 25px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ddd;
}
.news-item h2 {
	display: inline-block;
	font-weight: normal;
	font-size: 15px;
	margin-bottom: 10px;
}
.news-item-content {
}
.news-item-info {
	display: inline-block;
	padding-left: 80px;
	position: relative;
}
.news-item-date {
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 0px;
	font-size: 13px;
	padding: 0px 5px 0px 0;
	border-right: 1px solid #ddd;
}
.news-item-author {
}
.news-item-detail {
}
.news-item-intro {
}
.news-item-more {
	float: right;
	display: none;
}
/* NEWS-----------------------------------------------------------------------------*/
.news {
}
.news-info {
}
.news-date {
}
.news-author {
}
.news-content {
	display: inline-block;
	padding-top: 20px;
	width: 100%;
}
.news-thumb {
	float: left;
	padding: 5px;
	border: 1px solid #ddd;
	margin: 0 15px 5px 5px;
}
.news-intro {
	display: inline;
}
.news-body {
}
a.news-back {
}
/* PAGINATION-----------------------------------------------------------------------------*/
.pagination {
	height: 30px;
	padding-top: 10px;
	width: 100%;
}
.pagination .pages {
}
.pagination a {
	float: left;
	margin-right: 5px;
}
.pagination span {
	float: left;
	margin-right: 5px;
}
.pagination a.active {
}
/* GALLERY-----------------------------------------------------------------------------*/
.gallery {
/* tylko jesli kontener galerii jest inny niz artykulu */
}
.gallery-item {
	display: block;
}
.gallery .thumb, .art-gallery .thumb {
	margin: 0 20px 20px 0;
}
.gallery .thumb, .gallery .thumb a {
	float: left;
}
.gallery .thumb a img {
	display: block;
	border: 1px solid #ddd;
	padding: 5px;
}
.thumb-desc {
	clear: both;
	display: block;
	float: left;
	margin: 6px 0 0;
	text-align: center;
	width: 100%;
}
.gallery .thumb.gallery-cat {
}
.gallery-cat-name {
}
/* FORM-----------------------------------------------------------------------------*/
.form-data {
	margin: 20px 0 0 0;
	display: inline-block;
}
.form-elem-group {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.form-elem-name {
	width: 150px;
	float: left;
	padding: 4px;
}
.form-elem-input {
	float: left;
}
.form-elem-input input[type=text], .form-elem-input select, .form-elem-input textarea {
	width: 300px;
	float: left;
	padding: 4px;
	border: 1px solid #DDDDDD;
	font-size: 12px;
}
.form-elem-input input[type=text]:focus, .form-elem-input select:focus, .form-elem-input textarea:focus {
	border: 1px solid #000;
}
.form-elem-input select {
	width: 310px;
}
.form-data textarea {
	height: 150px;
	resize: none;
}
.form-elem-input input[type=radio], .form-elem-input input[type=checkbox] {
	font-size: 12px !important;
	margin: 0 6px !important;
	vertical-align: middle;
}
.form-btn-send {
	float: right;
	background-color: #000;
	color: #fff;
	border: 0;
	padding: 4px 8px;
	cursor: pointer;
}
.captcha-code {
}
.captcha-input {
}
/* SEARCH RESULT -->> tylko jesli lista ma byc inna ni� lista aktualnosci-----------------------------------------------------------------------------*/
.search-result {
}
.search-result news-item {
}
/* SITEMAP-----------------------------------------------------------------------------*/
.site-map {
}
.site-map ul.level-0 {
}
.site-map ul.level-0 li {
}
.site-map ul.level-1 {
}
.site-map ul.level-1 li {
}
/* FOOTER-----------------------------------------------------------------------------*/
.footer {
	height: 170px;
	width: 100%;
	padding-top: 10px;
	background: #2e2e2e;
	float: left;
  font-size: 12px;
}
ul.foot-nav {
	float: left;
	width: 200px;
}
ul.foot-nav li {
}
ul.foot-nav li a {
	color: #6a6a6a;
}
/* LOGIN-----------------------------------------------------------------------------*/
.login-wrap {
	position: relative;
}
.login-panel {
	margin-top: -38px;
	color: #fff;
	background-color: #000;
	padding: 10px;
}
/************ <<< STANDARD CLASSES >>> ************/
/* TABLE-----------------------------------------------------------------------------*/
table {
}
table thead tr th {
}
table tfoot tr th {
}
table tr {
}
table tr td {
}
table tr.odd td {
}
table tr.even td {
}
table tr:hover {
}
table tr:hover td {
}
table tr:hover td:hover {
}
/* DEFAULTS-----------------------------------------------------------------------------*/
.w100p {
	width: 100%!important;
}
.w50p {
	width: 48%!important;
}
.w30p {
	width: 28%!important;
}
.dn {
	display: none!important;
}
.db {
	display: block!important;
}
.dib {
	display: inline-block!important;
}
.di {
	display: inline!important;
}
.fl {
	float: left!important;
}
.fr {
	float: none!important;
}
.cl {
	clear: left!important;
}
.cr {
	clear: right!important;
}
.cb {
	clear: both!important;
}
.disabled {
	opacity: 0.4;
	filter: Alpha(Opacity=40);
}
.debug {
	text-align: center;
	background-color: yellow;
	color: #000;
	font-weight: bold;
}
/************ <<< === FUTURE CLASSES === >>> ************/
/* MODULE BOX-----------------------------------------------------------------------------*/
.module-box-top {
}
.module-box-body {
}
.module-box-foot {
}
/* SUPERNEWS-----------------------------------------------------------------------------*/
/* ANIMATIONS -->> klasy dziedziczone z .anim + $id-----------------------------------------------------------------------------*/
.wrapIE {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
.ieElder {
	position: absolute;
	top: -300px;
	left: 200px;
	height: 287px;
	width: 500px;
	border: 5px solid #8ABEF1;
	z-index: 99999999999;
	background: url(/images/browsers.jpg) no-repeat 0 0;
}
.ieElder-close {
	bottom: 0;
	cursor: pointer;
	height: 20px;
	left: 0;
	position: absolute;
	width: 76px;
}
.ieElder-later {
	bottom: 0;
	cursor: pointer;
	height: 20px;
	position: absolute;
	right: 0;
	width: 54px;
}
.get-chrome {
	height: 176px;
	left: 56px;
	position: absolute;
	top: 76px;
	width: 150px;
}
.get-ff {
	height: 176px;
	left: 290px;
	position: absolute;
	top: 76px;
	width: 150px;
}
.anim-wrap {
	margin: 0 auto;
	width: 100%;
}
.anim {
	float: left;
	margin: 0 auto;
	width: 100% !important;
	z-index: 3;
}
.anim slides {
}
.anim slides img {
}
ul.anim-nav {
}
ul.anim-nav li {
}
ul.anim-nav li a {
}
.anim img {
	text-align: center;
}
#cycle {
	display: block;
	float: left;
	height: 616px;

	width: 100% !important;
}
.index #cycle .img {

	width: 100%!important;
	height: 616px;
}
#cycle .img {

	width: 100%!important;
	height: 328px;
}
#cycle .img-anim1 {
	background: url(../images/anim1.jpg) no-repeat center top;

}
#cycle .img-anim2 {
	background: url(../images/anim1.jpg) no-repeat center top;

}
#cycle .img-anim3 {
	background: url(../images/anim1.jpg) no-repeat center top;

}
ul#cycle-nav {
	position: absolute;
	right: 0;
	top: 385px;
	z-index: 999;
}
ul#cycle-nav li {
	float: left;
	margin-right: 5px;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: inset 2px 3px 5px rgba(1,1,1,.36);
	-moz-box-shadow: inset 2px 3px 5px rgba(1,1,1,.36);
	box-shadow: inset 2px 3px 5px rgba(1,1,1,.36);
	z-index: 999;
}
ul#cycle-nav li a {
	float: left;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: inset 2px 3px 5px rgba(1,1,1,.36);
	-moz-box-shadow: inset 2px 3px 5px rgba(1,1,1,.36);
	box-shadow: inset 2px 3px 5px rgba(1,1,1,.36);
	z-index: 999;
}
ul#cycle-nav li.activeSlide {
	float: left;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: inset 2px 3px 5px rgba(1,1,1,.36);
	-moz-box-shadow: inset 2px 3px 5px rgba(1,1,1,.36);
	box-shadow: inset 2px 3px 5px rgba(1,1,1,.36);
	z-index: 999;
}
ul#cycle-nav li.activeSlide a, ul#cycle-nav li a:hover {
	width: 9px;
	height: 9px;
	margin-top: 3px;
	margin-left: 3px;
	-webkit-border-radius: 4px 5px 5px 4px/4px 4px 5px 5px;
	-moz-border-radius: 4px 5px 5px 4px/4px 4px 5px 5px;
	border-radius: 4px 5px 5px 4px/4px 4px 5px 5px;
	background-color: #a4bf16;
	-webkit-box-shadow: inset 0 -5px 5px rgba(1,1,1,.38);
	-moz-box-shadow: inset 0 -5px 5px rgba(1,1,1,.38);
	box-shadow: inset 0 -5px 5px rgba(1,1,1,.38);
}
.inf {
	border-left: 1px solid #424242;
	color: #6a6a6a;
	float: left;
	height: 115px;
	margin-top: 20px;
	padding-left: 35px;
	width: 360px;
	line-height: 16px;
}
.inf ul li a {
	background: url(../images/arrow-green.png) no-repeat center right;
	padding-right: 20px;
	width: 200px;
	color: #6a6a6a;
	transition: all 0.2s linear;
}
.inf ul li a:hover {
	padding-right: 25px;
  color: #fff;
}
.inf h3 {
	font-size: 16px;
	color: #fff;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.kambit {
	background: none repeat scroll 0 0 #fff;
	float: left;
	margin-top: 25px;
	padding: 24px;
	width: 1152px;
}
.kambit a {
	float: right;
	color: #a9a9a9;
}
.kambit span {
	float: left;
}
.box-title {
	background: none repeat scroll 0 0 #2e2e2e;
	border-bottom: 5px solid #a4bf16;
	color: #fff;
	float: left;
	font-size: 18px;
	font-style: italic;
	font-weight: 100;
	padding-left: 20px;
	padding-top: 10px;
	width: 367px;
}
.kolo {
	background: none repeat scroll 0 0 #a4bf16;
	border-radius: 50%;
	float: right;
	height: 7px;
	margin: 8px 20px;
	width: 7px;
}
.link-news a {
	color: #a1a1a1;
	float: right;
	font-size: 12px;
	font-style: italic;
	margin-right: 16px;
	margin-top: 4px;
}
.super-news-index {
	float: left;
	padding: 0 20px 20px;
}
.main-news-content {
	width: 300px;
	font-family: 'Lato';
	font-size: 12px;
	color: #808080;
}
.main-news-date {
	font-size: 12px;
	font-style: italic;
	color: #3e3e3e;
	margin-bottom: 10px;
}
.main-news h4 {
	color: #1b1b1b;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
	width: 100%;
}
.main-news {
	border-bottom: 1px dashed #d3d3d3;
	float: left;
	padding-bottom: 20px;
	width: 100%;
	padding-top: 20px;
}
.main-news-more a {
	margin-top: -50px;
	float: right;
	background: url(../images/arrow-green.png) no-repeat center;
	width: 16px;
	height: 16px;
}
.main-news-item-2 {
	border-bottom: 0;
}
.ofer {
	padding: 0px 20px;
	float: right;
}
.icon1 {
	background: url(../images/icon1.png) no-repeat center left;
	width: 55px;
	height: 55px;
	float: left;
}
.ofer h5 {
	float: left;
	margin-left: 20px;
	width: 270px;
	font-size: 18px;
	font-weight: bold;
	color: #3e3e3e;
}
.ofer p {
	float: left;
	margin-left: 20px;
	width: 270px;
	font-family: Lato;
	font-size: 12px;
	color: #808080;
	margin-top: 7px;
}
.ofer a {
	float: right;
	font-size: 12px;
	font-style: italic;
	color: #a4bf16;
	margin-top: 7px;
}
.index .haslo2 {
	float: left;
	padding: 30px;
	border-top: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
	width: 91%;
	margin-left: 20px;
	margin-bottom: 35px;
}
.haslo2 {

    float: left;
    margin-bottom: 25px;
    margin-left: 23px;
    margin-top: 30px;
    padding: 30px 11px;
    width: 82%;

}
.index .haslo2 .lac {
	background: url(../images/cudzys.png) no-repeat top left;
	color: #3e3e3e;
	float: left;
	font-size: 36px;
	margin-left: 200px;
	padding-left: 30px;
}
.haslo2 .lac {
	background: url(../images/cudzys.png) no-repeat top left;
	color: #3e3e3e;
	float: left;
	font-size: 30px;

	padding-left: 30px;
}
.index .haslo2 span {
	color: #848484;
	float: right;
	font-size: 18px;
	margin-right: 200px;
      width: 500px;
}
.haslo2 span {
 color: #848484;
    float: right;
    font-size: 14px;
    text-align: right;
    width: 200px;

}
.haslo {
	font-size: 30px;
	font-weight: bold;
	color: #3e3e3e;
	width: 500px;
	float: left;
	padding-bottom: 15px;
	border-bottom: 1px solid #b2cf19;
	margin-top: 150px;
  display: none;
}
.haslo-txt {
	margin-top: 10px;
	float: left;
	font-family: Lato;
	font-size: 14px;
	color: #6a6a6a;
	font-weight: 400;
      text-align: justify;
}
.index .haslo {
display: block;

}
.aside h1 {
  border-bottom: 2px solid #3e3e3e;
    float: left;
    margin-left: 17px;
    width: 89%;


}
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {

}

.treeview .hitarea {


}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;

}

.treeview a.selected {

}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { }

.treeview li { }
.treeview li.collapsable, .treeview li.expandable {  }

.treeview .expandable-hitarea { }

.treeview li.last { }
.treeview li.lastCollapsable, .treeview li.lastExpandable {  }  
.treeview li.lastCollapsable {}
.treeview li.lastExpandable {}

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea {}

.treeview-red li { background-image: url(/js/treeview/images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(/js/treeview/images/treeview-red.gif); } 

.treeview-black li { background-image: url(/js/treeview/images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(/js/treeview/images/treeview-black.gif); }  

.treeview-gray li { background-image: url(/js/treeview/images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(/js/treeview/images/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(/js/treeview/images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(/js/treeview/images/treeview-famfamfam.gif); } 

.treeview .placeholder {
	background: url(/js/treeview/images/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(/js/treeview/images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(/js/treeview/images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(/js/treeview/images/file.gif) 0 0 no-repeat; }
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/js/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('/js/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/js/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/js/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/js/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/js/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/js/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/js/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/js/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/js/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/js/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
