/* 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: #d0091f;
	outline-style: none;
	outline-width: 0;
}
a:hover {
	color: #14105c;
}
ol, ul {
	list-style: none;
}
legend {
	display: none;
}
body, input, textarea, select, option, optgroup, button, .ui-widget {
	font-family: 'Muli', sans-serif!important;
}
input, textarea, select, option, optgroup, button {
}

/* LAYOUT-----------------------------------------------------------------------------*/
html {
}
body {
	min-height: 900px;
	background: #fff;
	color: #000;
	font-size: 1rem;
}
.wrapper {
}
.wrap {
	width: 100%;
}
/* HEADER-----------------------------------------------------------------------------*/
.header {
}
.logo a {
	background: url("../images/logo.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	float: left;
	height: 59px;
	text-indent: -9999px;
	width: 300px;
}
.en .logo a {
	background: url("../images/logo_en.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	float: left;
	height: 59px;
	text-indent: -9999px;
	width: 246px;
}
.top-nav {
	float: right;
}
.path {
	width: 100%;
	float: right;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}
.search {
	margin: 20px 0;
	float: left;
}
.input-search {
	padding: 8px 5px;
	border: 1px solid #DDDDDD;
}
.btn-search {
	cursor: pointer;
	padding: 7px 5px;
	border: 1px solid #DDDDDD;
	background: #fff;
}
.lang {

}
.lang li {
	width: auto;
	float: left;
    margin-left: 10px;
}
.lang li a {
color: #B5ADC4;
font-size: 12px;
padding: 15px;
border-radius: 0.25rem;
text-transform: uppercase;
font-weight: 600;
}
.lang li a:hover {
text-decoration: none;
background: #f7f7f7;
color: #14115c;
}
.lang li a.active {
background: #14115c;
color: #fff;

}

/* MENU-----------------------------------------------------------------------------*/
.menu {
	float: left;
	width: auto;
}
.menu li {
	float: left;
}
.menu li a {
	color: #B5ADC4;
	float: left;
	font-weight: 600;
	padding: 10px 15px;
	transition: all 0.3s ease;
}
.menu li.active a {
	color: #14105C;
}
.menu li a:hover {
	text-decoration: none;
	color: #14105C;
}
.menu li:last-child a {
	background: #d0091f;
	color: #fff;
	border-radius: 0.25rem;
	box-shadow: 0px 6px 20px #00000010;
}
.menu li:last-child a:hover {
	background: #14115c;
}
/* CONTENT-----------------------------------------------------------------------------*/
.content {
}
.main {
	width: 100%;
	min-height: 300px;
}
h1 {
}
.search-box h1 {
}
h2 {
}
h3 {
}
/* ARTICLE-----------------------------------------------------------------------------*/
.article {
}
.article h1 {
}
.article h2 {
}
.art-content {
}
.art-body {
}



.art-body ul, .news-body ul {
	list-style-image: url(../images/li.svg);
	margin: 20px 30px 30px;
        color: #102693;
}
.art-body li, .news-body li {
	margin-bottom: 10px;
    	color: #7e8cbf;
	line-height: 20px;

}
.art-body ol, .news-body ol {
	margin: 10px 30px 30px;
	list-style: decimal;


}
.art-body ol li, .news-body ol li {

color: #000;
}
.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: 230px;
	float: left;
	position: relative;
	background-color: #292e3d;
background-image: -webkit-linear-gradient(bottom, rgba(0,1,1,0), rgba(8,9,11,0) 11%,
	#464958);
background-image: -moz-linear-gradient(bottom, rgba(0,1,1,0), rgba(8,9,11,0) 11%,
	#464958);
background-image: -o-linear-gradient(bottom, rgba(0,1,1,0), rgba(8,9,11,0) 11%,
	#464958);
background-image: linear-gradient(to top, rgba(0,1,1,0), rgba(8,9,11,0) 11%,
	#464958);
	min-height: 650px;
	z-index: 4;
}
/* SUBMENU-----------------------------------------------------------------------------*/
.submenu-body {
	padding: 20px
}
.submenu-top {
}
.submenu-foot {
}
/* level-0 */
ul.level-0 {
	width: 100%;
	border: 1px solid #DDDDDD;
}
li.level-0 {
	padding: 5px;
	border-bottom: 1px solid #DDDDDD;
}
li.level-0:last-child {
	border-bottom: 0;
}
li.level-0 a {
}
li.level-0.active {
}
li.level-0:hover {
}
/* 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 {
	background-color: #fff;
	border: medium none;
	border-radius: 5px;
	box-sizing: border-box;
	color: #14105C;
	float: left;
	height: 38px;
	padding: 10px 18px;
	width: 311px;
}
.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 {
	background-color: #14115c;
	border: medium none;
	border-radius: 5px;

	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 14px;
	padding: 8px 33px;

	width: 151px;
	-webkit-box-sizing: border-box;
	‌​    -moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.1s linear;
}
.form-btn-send:hover {
	background-color: #3d3997;

}
.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 {
	float: left;
	height: auto;
	padding-top: 10px;
	width: 100%;
}
ul.foot-nav {
	float: left;
}
ul.foot-nav li {
	float: left;
	margin-right: 15px;
}
ul.foot-nav li a {
font-size: 0.85rem;
font-weight: 600;
} 
.footer a {
color: #14115c;

}  
/* 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;
}
.title-logo {
	color: #fff;
	float: left;
	font-size: 36px;
	font-weight: 300;
	line-height: 21px;
	margin-left: 70px;
	margin-top: 29px;
	text-transform: uppercase;
}
.title-logo span {
	font-size: 18px;
	color: #7e8cbf;
}
.adres {
	margin-top: 15px;
	font-size: 18px;
	color:  #d3d3d3;
	font-weight: 300;
	text-align: right;
	float: right;
	margin-right: 15px;
}
.search-box {
}
.search-box h2 {
}
.partner {
	float: left;
	font-size: 11px;
	color: #fff;
	padding-left: 25px;
	line-height: 30px;
}
.partner a {
	background: url("../images/partner-logo.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	float: left;
	height: 94px;
	margin-bottom: 10px;
	margin-left: -25px;
	width: 230px;
}
.kambit span {
	float: left;
}
.kambit {
	color: #6e7386;
	float: left;
	font-size: 11px;
	margin-top: 15px;
	text-align: right;
	width: 100%;
}
.creative {

}
.creative a {

}
/*.gielda_wierzytelnosci_tab {
	border-radius: 5px / 5px;
	border: 1px solid #ddd;
	border-spacing: 0px;
	width: 100%;
}
.gielda_wierzytelnosci_tab th {
	background: none repeat scroll 0 0 #141718;
	color: #fff;
	padding: 17px 0;
	border: none;
}
.gielda_wierzytelnosci_tab th:first-child {
	border-top-left-radius: 5px;
}
.gielda_wierzytelnosci_tab th:last-child {
	border-top-right-radius: 5px;
}
.gielda_wierzytelnosci_tab tr td a {
	color: #000;
	font-weight: bold;
}
.gielda_wierzytelnosci_tab  tr td {
	color: #000;
	font-size: 14px;
	padding: 13px 0;
	text-align: center;
	vertical-align: middle;
}
.gielda_wierzytelnosci_tab tr:nth-child(odd) {
	background: #f8f8f8;
}
.gielda_wierzytelnosci_tab tr:nth-child(even) {
	background: #ececec;
}
.gielda_wierzytelnosci_tab tr:hover {
	background: #464958;
	color: #fff;
}
.gielda_wierzytelnosci_tab tr:hover td {
	color: #fff;
}
.gielda_wierzytelnosci_tab tr:hover td a {
	color: #fff;
}
.search-box input, .search-box select {
	background-color: #1c1f26;
	border: medium none;
	border-radius: 5px;
	color: #b7b7b7;
	margin-right: 10px;
	margin-top: 28px;
	padding: 10px 6px;
	width: 13%;
	font-size: 11px;
	float: left;
	-webkit-box-sizing: border-box;
	‌​    -moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 15px;
	height: 38px;
}
.gieldaSubmitButton {
	background-color: #54596e;
	border: medium none;
	border-radius: 5px;
	box-shadow: 0 5px #292e38;
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 14px;
	margin-top: 28px;
	padding: 8px 20px;
	text-transform: uppercase;
	width: 130px;
	-webkit-box-sizing: border-box;
	‌​    -moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.1s linear;
}
.gieldaSubmitButton:hover {
	background-color: #686f89;
	box-shadow: 0 5px #292e38;
}
.gieldaSubmitButton:focus {
	background-color: #484d5f;
	box-shadow: 0 1px #292e38;
}
.gieldaSubmitButton span {
	background: url("../images/search-icon.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	float: left;
	height: 16px;
	width: 16px;
}
*/
select::-ms-expand {
	display: none;
/* hide default arrow in IE10 */
}
select {
	background: url("../images/new_arrow.png") no-repeat 100%;
/* add your own arrow image */
	*background-image: none;
/* turn bg image for IE7 */
	-webkit-appearance: none;
/* gets rid of default appearance in Webkit browsers*/
	-ms-appearance: none;
/* get rid of default appearance for IE8, 9 and 10*/
	appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}
option {
	padding: 5px;
	border: none;
}
.ui-tooltip, .arrow:after {
	background: black!important;
}
#dluznik-szczegoly {

	float: left;
	padding: 15px;
	width: 900px;
}
#dluznik-szczegoly h1 {
	padding: 0px 0 10px 0;
}
.dane-d {
	border-spacing: 0px;
	width: 100%;
	float: left;
	color: #000;
	font-size: 14px;
	margin-bottom: 15px;
}
.dane-d  tr td {
	border-bottom: 1px dashed #949494;
	padding: 8px 0;
	text-align: left;
	vertical-align: middle;
	width: 50%;
}
.dane-d  tr td:nth-child(even) {
	font-size: 18px;
	color: #5c668b;
}
.clip {
	background: url("../images/clip.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	height: 105px;
	position: absolute;
	right: 41px;
	top: -46px;
	width: 30px;
}
.dataTables_paginate {
	float: right;
}
.dataTables_info {
	color: #9287A8;
	font-size: 0.8rem;
}
.dataTables_paginate span {
	padding: 3px;
    	color: #9287A8;
	border-radius: 3px;
	margin: 2px;
	cursor: pointer;
    	font-size: 0.8rem;
}
.paginate_active {
   background: #fff;
}
.paginate_button_disabled {
	opacity: 0.5;
	cursor: not-allowed!important;
}
.sorting_asc {
	background: url("../images/up.png") no-repeat scroll right 20% center!important;
	cursor: pointer;
}
.sorting_desc {
	background:  url("../images/down.png") no-repeat scroll right 20% center!important;
	cursor: pointer;
}
.sorting {
	cursor: pointer;
}
input[type="search"]::-webkit-search-cancel-button {
	position: relative;
}
#coocies_warning {
	position: fixed;
	bottom: 30px;
	right: 95px;

	font-size: .75rem;

  background: #fff!important;
	z-index: 9999;
	width: 300px;
	border-radius: 0.25rem;

}
#coocies_warning_close {
text-align: right;
width: 250px;
margin: 0 auto;
line-height: 15px;

}
#coocies_warning_close a {
	font-size: 32px;
    text-decoration: none;
}
#coocies_warning_info {

}
#coocies_accept {

}

#coocies_warning_info a {

}
.form-control, .btn {

	border: none;
}
.btn {
	height: calc(1.5em + .75rem + 7px);
}
.btn-primary {
	background-color: #14115c;
}
.btn-primary:hover {
	background-color: #3D3997;
}
.btn-primary.focus, .btn-primary:focus {
	box-shadow: none;
	background-color: #423BB9;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	box-shadow: none;
	background-color: #423BB9;
}


.btn-secondary {
	background-color: #d0091f;
}
.btn-secondary:hover {
	background-color: #E24043;
}
.btn-secondary.focus, .btn-secondary:focus {
	box-shadow: none;
	background-color: #E24043;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
	box-shadow: none;
	background-color: #E24043;
}
.form-control {
	font-weight: 500;
	font-size: 0.9rem;
	color: #14105C;
	height: calc(1.5em + .75rem + 10px);
}
.form-control:focus {
	color: #14105c;
	background-color: #fff;
	border-color: #14105c;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(20, 16, 92,.25);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(20, 16, 92,.25);
}
.rounded {

}
.bg-primary {
	background-color: #f7f7f7 !important;
}
.bg-secondary {
	background-color: rgba(20, 16, 92,.075)!important;
}
.bg-light {
	background-color: rgba(20, 16, 92,.025)!important;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
	width: 100%;
	padding-right: 80px;
	padding-left: 80px;
	margin-right: auto;
	margin-left: auto;
}
label {
	display: inline-block;
	margin-bottom: .35rem;
	font-size: 0.75rem;
	font-weight: 500;
	color: #7A7289;
}
.table {
	color: #14105C;
	font-size: 0.9rem;
	font-weight: 500;
}
.table thead th {
	font-size: 0.9rem;
	border-bottom: 2px solid #BEBCE2;
	color: #9287A8;
	font-weight: 500;
}
.table thead th.sorting_desc, .table thead th.sorting_asc {
	color: #14105c!important;
	font-weight: 600;
}
.table-striped tbody tr:nth-of-type(2n+1) {
	background-color: #fff;
}
.badge-dlug {
	color: #fff;
	background-color: #d0091f;
	padding: 5px 25px;
  border-radius: 0.25rem;
  display: block;
}
.modal-content {

    border: none;


}
.modal-header {

     border: none;
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: #dfdde8!important;
}
.input-error-info {
color: #c60000 !important;
font-weight: 600;
font-size: 0.75rem;


}
.text-primary {
    color: #14105C!important;
}
.dluznik-modal {
	background: url("../images/dluznik-icon.svg") no-repeat right 40px bottom 40px;


}
.ui-widget-header {
    border: none;
    background: #fff;
    color: #222222;
    font-weight: bold;
} 
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none;
    background: #fff;
    font-weight: normal;
    color: #555555;
    border-radius: 5px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
      background: #D0091F;
      color: #fff;

}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
         background: #ddd;

}
.ui-corner-all {


}
.ui-datepicker {
border: none;
 box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
 font-size: 1rem;
}
.nav-btn {
	width: 25px;
	transform: rotate(0deg);
	transition: all .5s ease-in-out;
	transform-origin: 50% 50%;
	cursor: pointer;
    z-index: 9999;
    display: none;

}
.nav-btn span:first-child, .nav-btn span:nth-child(2), .nav-btn span:last-child {
	top: 0;
	transform: rotate(0deg);
	transition: .7s ease-in-out;
}
.nav-btn:hover span:nth-child(2) {
	width: 20px;
}
.nav-btn:hover span:last-child {
	width: 25px;
}
.nav-btn:hover span:first-child {
	width: 15px;
}
.nav-btn span {
	position: relative;
	display: block;
	width: 25px;
	height: 3px;
	margin-bottom: 4px;
	background: #14105c;
}
.nav-btn-open {
	transform: rotate(180deg);
}
.nav-btn-open span:first-child {
	top: 7px;
	transform: rotate(45deg);
	background: #fff;
}
.nav-btn-open span:nth-child(2) {
	top: 0;
	transform: rotate(-45deg);
	background: #fff;
}
.nav-btn-open span:last-child {
	opacity: 0;
	top: -7px;
	transform: rotate(-45deg);
}
.nav-btn-open:hover span:first-child, .nav-btn-open:hover span:nth-child(2), .nav-btn-open:hover span:last-child {
	width: 25px;
}
.menu-mob {
	width: calc(100% - 200px);
	height: 100%;
	padding: 50px;
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 0;
	right: 0;
	background: #14115c;
	z-index: 400;
	transform: translateX(100%);
	transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
	justify-content: space-between;
	opacity: 0;
}
.menu-mob h2 {
	font-weight: 300;
	color: #fff;

	font-size: 2.6rem;
	letter-spacing: 2px;
}
.menu-mob h2 strong {
	font-weight: 700;
}
.menu-mob-open {
	width: calc(100% - 200px);
	opacity: 1;
}
.menu-mob-open {
	transform: translateX(0);
}
.menu-mob ul {
	float: left;
	list-style: outside none none;
	padding: 0;
	width: 100%;
}
.menu-mob li {
	float: left;
	width: 100%;
	transition: transform 0.65s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition-delay: 0s, 0s;
	transform: translateX(100%) translateX(-7.5rem);
}
.menu-mob-open ul li:nth-child(1) {
	transition-delay: .15s;
}
.menu-mob-open ul li:nth-child(2) {
	transition-delay: .20s;
}
.menu-mob-open ul li:nth-child(3) {
	transition-delay: .25s;
}
.menu-mob-open ul li:nth-child(4) {
	transition-delay: .30s;
}
.menu-mob-open ul li:nth-child(5) {
	transition-delay: .35s;
}
.menu-mob-open ul li:nth-child(6) {
	transition-delay: .40s;
}
.menu-mob-open ul li:nth-child(7) {
	transition-delay: .45s;
}
.menu-mob-open ul li:nth-child(8) {
	transition-delay: .50s;
}
.menu-mob-open ul li:nth-child(9) {
	transition-delay: .55s;
}
.menu-mob-open ul li:nth-child(10) {
	transition-delay: .60s;
}
.menu-mob-open ul li {
	transform: translateX(0);
	opacity: 1;
}
.menu-mob ul li a {
	font-size: 2rem;
	text-decoration: none;

	font-weight: 500;
	line-height: 4rem;
	color: #fff;
}
.menu-mob a:hover {
	color: #dfdde8;
}
.menu-mob-open .adres {
	transform: translateX(0);
	opacity: 1;
}
.adres {
	font-size: 1.2rem;
	font-weight: 600;
	border-top: 1px solid #fff;
	padding-top: 25px;
	line-height: 1.5;
	transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition-delay: 0s, 0s;
	transition-delay: .7s;
	transform: translateY(100%);
	opacity: 0;
    text-align: left;
    color: #fff;
}
.adres a {
 color: #fff;
	text-decoration: underline;
}
.adres a:hover {
 color: #fff;

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

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(/js/treeview/images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

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

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(/js/treeview/images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(/js/treeview/images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.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;
  opacity: 0.7!important;
  background: #000!important;
}

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