@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,800&subset=latin-ext');

body {
    background: #eff0eb url('../images/bg.jpg') no-repeat top center;
    color: #333333;
    font-family: 'Lato', sans-serif;
	margin: 0;
padding: 0;
height: 100%;
}
.whitebg{background-color:#fff  !important;background-image:none !important;}
.nopadding {
    padding: 0px !important;
}
.navbar-default {
    background: #fff;
}
div.wcagi {
	margin-left:100px;
	margin-top:10px;
}
a.wcag {
	 margin-right:5px; 
	 border:solid 1px #337ab7;
	 line-height:30px;
	 padding:5px;
	 text-decoration:underline;
}

.navbar-default .navbar-brand {
    text-transform: uppercase;
    font-size: 24px;
    background: transparent url('../images/brand.png') no-repeat center left;
    padding-left: 16px;
    margin-left: 16px;
	font-weight: 400;
	
}
.navbar-default .navbar-brand,.navbar-default .navbar-brand a{color:#4166AF;}
.navbar-default .navbar-brand span:nth-child(1) {
    font-weight: 400;
	color:#cc3333;
    width: 120px;
    height: 36px;
    display: block;
	float:right;
    margin: -8px 0px 0px 0px;
    background: transparent url('../images/logo2.png') no-repeat center center;
    width: 74px;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: #fff;
}
.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    text-transform: uppercase;
    background: transparent url('../images/link.png') no-repeat center left;
    padding: 16px 24px 16px 8px;
}
.navbar-default .navbar-nav > li.active > a {
    background: transparent url('../images/link-active.png') no-repeat center left;
}
.navbar-default .navbar-nav {
    padding-right: 16px;
}
a.logo1,
a.logo2 {
    background: transparent url('../images/logo1.png') no-repeat center center;
    width: 120px;
    height: 36px;
    display: block;
    float: right;
    margin: 6px 2px 2px 2px;
}
a.logo2 {
    background: transparent url('../images/logo2.png') no-repeat center center;
    width: 74px;
}
h2.h1,
h1 {
    font-size: 24px;
    font-weight: 800;
    color: #cc3333;
    text-transform: uppercase;
    border-left: 5px solid #FF9900;
    padding-left: 16px;
}
h2.h1 span,
h1 span {
    font-weight: 400;
}
h3,
h2 {
    font-weight: 800;
    color: #cc3333;
    text-transform: uppercase;
    border-left: 5px solid #FF9900;
    padding-left: 16px;
}
h4.modal-title {
    font-weight: 800;
}
.modal-header {
    background: #cc3333;
    color: #fff;
    border-radius: 0px;
}
.modal-content {
    border: none;
}
.typeahead {
    z-index: 1051;
}
.btmbd {
    border-bottom: 1px solid #ddd;
}
.btn-default {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.single {
    padding-top: 100px;
}
.single.ntm {
    padding-top: 0px;
}
.single .nav.nav-left {
    margin-top: 0px;
    border-right: 1px solid #ddd;
}
.single .nav.nav-left li {
    border-bottom: 1px solid #ddd;
    border-left: 8px solid #FFD600
}
.single .nav.nav-left li.active {
	font-weight: bold;
    background: #fff;
    margin-right: -1px;
    margin-left: 0px;
    border-left: 8px solid #FFD600
}
.single .nav.nav-left li.active a:hover {
    /* background: #fff; */
	color: inherit;
}
.single .nav.nav-left li.active a {
    color: #222;
}
.search {
    /* padding-top: 120px; */
}
.search form > div > div {
    padding: 4px;
}
.search h2,
.search h1 {
    text-align: center;
}
.search h2.h1 {
    padding-top: 36px;
}
.search form {
    font-size: 16px;
    padding-top: 36px;
    padding-bottom: 36px;
}
.search form label {
    font-weight: normal;
    padding: 16px 8px;
}
.btn-huge {
    width: 240px;
    height: 60px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    background-color: #FF432D;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin: 36px auto;
    float: none;
    display: block;
}
.btn-huge:hover {
    background: #DF3A29;
    color: #fff;
}
.form-control {
    height: 42px;
}
.form-control,
.btn {
    border-radius: 0px !important;
}
.obiekt {
    background: #fff;
    padding: 0px;
    font-size: 12px;
    margin: 16px 0px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.obiekt strong {
    font-size: 14px;
}
.obiekt > div {
    padding: 16px 16px;
    line-height: 1;
}
.obiekt > div:first-child{
min-height:230px;
overflow:hidden;	
}	
.obiekt > div p {
    padding: 4px 8px;
}
.obiekt > div:nth-child(2) {
    line-height: 1.5;
}
.obiekt > div .btn-default {
    border: 2px solid #cc3333;
    color: #cc3333;
    margin: 2px;
    display: block;
    font-weight: 700;
    font-size: 12px;
    -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
    -moz-box-shadow: inset 0px 0px 0px 2px #fff;
    box-shadow: inset 0px 0px 0px 2px #fff;
}
.obiekt > div .btn-default:hover {
    -webkit-box-shadow: inset 0px 0px 0px 2px #cc3333;
    -moz-box-shadow: inset 0px 0px 0px 2px #cc3333;
    box-shadow: inset 0px 0px 0px 2px #cc3333;
    background: #fff;
}
.obiekt.big {
    font-size: 14px;
}
.obiekt.big > div p {
    padding: 0px;
    line-height: 1.5;
}
.obiekt.big > div:nth-child(1) h3 {
    padding-top: 0px;
    margin-top: -12px;
}
.obiekt div span.color {
    width: 12px;
    height: 62px;
    float: left;
    display: block;
    margin: -16px 0px 0px -16px;
}


.obiekt div.nopadding span.color {
    margin: 0px -12px 0px 0px;
    z-index: 5;
    position: absolute;
}
.obiekt div.nopadding img {
    z-index: 4;
    position: absolute;
}
h3.mapa {
    margin: auto;
    clear: both;
    float: none !important;
    text-align: center;
    font-size: 14px;
    padding: 12px 16px;
    font-weight: 700;
}
h3.mapa.btn {
    background: #FFF5BF;
}
h3.mapa.btn:hover {
    background: #FFD600;
}
div.mapa {
    padding: 4px 0px 4px 4px;
}
#map {
    width: 100%;
    height: 500px;
    margin-top: 0px;
    overflow: hidden;
    background: #e8e8e8;
}
#map .map-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#mapsingle {
    width: 100%;
    height: 500px;
    margin-top: 0px;
}
.whitebg {
    background: #fff;
    padding-bottom: 16px;
    /*box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);*/
}
#map-selector {
    margin-top: -70px;
}
#mapa {
    margin-top: 102px;
    background: #fff;
    padding: 16px;
}
#mapa > div {
    padding: 0px;
}
footer {
    background: #fff;
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 16px 0px;
    border-top: 2px solid #ddd;
}
footer > div:nth-child(2){text-align:center;}
footer > div:nth-child(3){text-align:right;}
footer > div:nth-child(3)> div:nth-child(1){text-align:right;}
footer > div:nth-child(3)> div:nth-child(2){text-align:right;}

span.wawa {
    height: 120px;
    width: 100%;
    display: block;
    margin: auto;
    background: transparent url('../images/stopka_na_prawa_warszawa.png') no-repeat center center;
}

.left-side > div,
.left-side {
    padding: 0px !important;
    text-align: left !important;
}
.left-side a {
    text-align: left;
    display: block;
    border-bottom: 1px solid #eee;
}
.markers a.faded {
    opacity: 0.5 !important;
    background-image: url('../images/t00.png');
    background-position: 5px center;
}
.markers a.obszar.faded {
    opacity: 0.5 !important;
    background-image: url('../images/t00o.png');
    background-position: 5px center;
}
.markers a.faded:hover,.markers a.faded:hover {
    background-image: url('../images/t0.png');
    background-repeat: no-repeat;
}
.markers a.obszar.faded:hover,.markers a.obszar.faded:hover {
    background-image: url('../images/t0o.png');
    background-repeat: no-repeat;
}
.centered {
    margin: 16px auto;
    float: none !important;
}
.shadowed {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}
.shadowed .col-xs-12 {
    padding: 0px 36px;
}
.shadowed .col-xs-12 .form-group {
    margin-bottom: 0px;
}
.shadowed .col-xs-12 .form label {
    padding: 0px;
}
.modal-dialog.modal-md {
    overflow: hidden;
}
.well {
    border-radius: 0px;
    border-color: #ccc;
    border-left: 5px solid #cc2222;
    background: #fafafa;
}
.btn-primary {
    border-color: #cc3333;
    background-color: #cc3333;
    border-radius: 0px;
    text-transform: uppercase;
}
.btn-primary:hover {
    border-color: #dd1111;
    background-color: #dd1111;
}
form .table > tbody > tr > td {
    border-top: none;
}
h4.modal-title {
    text-transform: uppercase;

}
#filtrWiecej .btn.btn-huge {
    margin: 0px;
    height: 40px;
    line-height: 24px;
    font-size: 14px;
    width: 100%;
    margin: 2px 2px;
	float:left; margin-left:0px;
}

#filtrWiecej .btn.btn-huge.grey {
	background:#aaa;
}	

.zakonczony{color:#7DCE54;}
.biezacy{font-weight:bold;}
.planowany{color:#888;}



@media only screen and (min-width: 1360px) {
    #filtrWiecej .btn.btn-huge {
        font-size: 16px;
    }
}
.comments-container {
    margin: 32px auto 15px;
    width: 768px;
    float: left;
}
.comments-container h1 {
    font-size: 24px;
    color: #283035;
    font-weight: 400;
}
.comments-container h1 a {
    font-size: 18px;
    font-weight: 700;
}
.comments-list {
    margin-top: 30px;
    position: relative;
	padding-left: 0px;
}
/**
 * Lineas / Detalles
 -----------------------*/

.comments-list:before {
    content: '';
    width: 2px;
    height: 100%;
    background: #c7cacb;
    position: absolute;
    /* left: 32px; */
    top: 0;
}
/* .comments-list:after { */
    /* content: ''; */
    /* position: absolute; */
    /* background: #c7cacb; */
    /* bottom: 0; */
    /* left: 27px; */
    /* width: 7px; */
    /* height: 7px; */
    /* border: 3px solid #dee1e3; */
    /* -webkit-border-radius: 50%; */
    /* -moz-border-radius: 50%; */
    /* border-radius: 50%; */
/* } */


.reply-list:before,
.reply-list:after {
    display: none;
}
.reply-list li:before {
    content: '';
    width: 60px;
    height: 2px;
    background: #c7cacb;
    position: absolute;
    top: 25px;
    left: -55px;
}
.comments-list li {
    margin-bottom: 15px;
    display: block;
    position: relative;
}
.comments-list li:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    width: 0;
}
.reply-list {
    padding-left: 48px;
    clear: both;
    margin-top: 15px;
}
/**
 * Avatar
 ---------------------------*/

.comments-list .comment-avatar {
    width: 65px;
    height: 65px;
    position: relative;
    z-index: 99;
    float: left;
    border: 3px solid #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.comments-list .comment-avatar img {
    width: 100%;
    height: 100%;
}
.reply-list .comment-avatar {
    width: 50px;
    height: 50px;
}
.comment-main-level:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear: both;
}
/**
 * Caja del Comentario
 ---------------------------*/

.comments-list .comment-box {
    /* width: 640px; */
    /* float: right; */
	margin-left: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.comments-list .comment-box:before,
.comments-list .comment-box:after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    display: block;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent #FCFCFC;
    top: 8px;
    left: -11px;
}
.comments-list .comment-box:before {
    border-width: 11px 13px 11px 0;
    border-color: transparent rgba(0, 0, 0, 0.05);
    left: -12px;
}
.reply-list .comment-box {
    width: 610px;
}
.comment-box .comment-head {
    background: #FCFCFC;
    padding: 10px 12px;
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.comment-box .comment-head i {
    float: right;
    margin-left: 14px;
    position: relative;
    top: 2px;
    color: #A6A6A6;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.comment-box .comment-head i:hover {
    color: #03658c;
}
.comment-box .comment-name {
    color: #283035;
    font-size: 14px;
    font-weight: 700;
    float: left;
    margin-right: 10px;
}
.comment-box .comment-name a {
    color: #283035;
}
.comment-box .comment-head span {
    float: left;
    color: #999;
    font-size: 13px;
    position: relative;
    top: 1px;
    padding-top: 8px;
}
.comment-box .comment-content {
    background: #FFF;
    padding: 12px;
    font-size: 15px;
    color: #595959;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.comment-box .comment-name.by-author,
.comment-box .comment-name.by-author a {
    color: #03658c;
}
.comment-box .comment-name.by-author:after {
    content: 'autor';
    background: #03658c;
    color: #FFF;
    font-size: 12px;
    padding: 3px 5px;
    font-weight: 700;
    margin-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
/** =====================
 * Responsive
 ========================*/

/* @media only screen and (max-width: 766px) { */
    /* .comments-container { */
        /* width: 480px; */
    /* } */
    /* .comments-list .comment-box { */
        /* width: 390px; */
    /* } */
    /* .reply-list .comment-box { */
        /* width: 320px; */
    /* } */
/* } */
.komentarze.blank {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.komentarze {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
    float: left;
    margin-top: 30px;
    padding: 25px 30px;
    position: relative;
    width: 100%;
}
.komentarze > div {
    background: none repeat scroll 0 0 #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    float: left;
    width: 100%;
}
.komentarze > div form {
    float: left;
    width: 100%;
}
.komentarze form textarea {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    color: #777777;
    float: left;
    font-family: Lato;
    font-size: 14px;
    height: 142px;
    letter-spacing: 0.3px;
    padding: 20px;
    width: 100%;
    resize: vertical;
    outline: none;
    border: 1px solid #F2F2F2;
}
.komentarze > div form button {
    border: medium none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    float: right;
    font-family: Lato;
    font-size: 14px;
    letter-spacing: 0.3px;
    margin-right: 9px;
    margin-top: 9px;
    padding: 6px 15px;
}
.komentarze > div form button > i {
    margin-right: 7px;
}
span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
span.twitter-typeahead .tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}
span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}
.input-group.input-group-lg span.twitter-typeahead .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.input-group.input-group-sm span.twitter-typeahead .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;

}
span.twitter-typeahead {
    width: 100%;
}
.input-group span.twitter-typeahead {
    display: block !important;
    height: 34px;
}
.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
    top: 32px !important;
}
.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
    border-radius: 0;
}
.input-group span.twitter-typeahead:first-child .form-control {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group span.twitter-typeahead:last-child .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.input-group.input-group-sm span.twitter-typeahead {
    height: 30px;
}
.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
    top: 30px !important;
}
.input-group.input-group-lg span.twitter-typeahead {
    height: 46px;
}
.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
    top: 46px !important;
}
img {
    max-width: 100%;
}
.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media screen and (max-width: 996px) {
    .preview {
        margin-bottom: 20px;
    }
}
.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px;
}
.preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%;
}
.preview-thumbnail.nav-tabs li img {
    max-width: 100%;
    display: block;
}
.preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0;
}
.preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0;
}
.tab-content {
    overflow: hidden;
}
.tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}
@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.cd-btn {
    position: relative;
    display: inline-block;
    padding: 1em 2em;
    background-color: #cc3333;
    color: #ffffff;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 50em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    float: right;
    bottom: -75px;
    margin-top: -55px;
    z-index: 99;
    right: 8px;
}
.cd-btn:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.3);
    color: #fff;
}
.cd-panel-close::after,
.cd-panel-close::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cd-panel-close::after,
.cd-panel-close::before {
    content: '';
}
.cd-panel {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.6s;
    -moz-transition: visibility 0s 0.6s;
    transition: visibility 0s 0.6s;
    /*overflow: hidden;*/
    z-index: 100;
}
.cd-panel::after {
    /* overlay layer */
    
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: transparent;
    cursor: pointer;
    -webkit-transition: background 0.3s 0.3s;
    -moz-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.3s;
}
.cd-panel.is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
}
.cd-panel.is-visible::after {
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: background 0.3s 0s;
    -moz-transition: background 0.3s 0s;
    transition: background 0.3s 0s;
}
.cd-panel.is-visible .cd-panel-close::before {
    -webkit-animation: cd-close-1 0.6s 0.3s;
    -moz-animation: cd-close-1 0.6s 0.3s;
    animation: cd-close-1 0.6s 0.3s;
}
.cd-panel.is-visible .cd-panel-close::after {
    -webkit-animation: cd-close-2 0.6s 0.3s;
    -moz-animation: cd-close-2 0.6s 0.3s;
    animation: cd-close-2 0.6s 0.3s;
}
@-webkit-keyframes cd-close-1 {
    0%, 50% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}
@-moz-keyframes cd-close-1 {
    0%, 50% {
        -moz-transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(45deg);
    }
}
@keyframes cd-close-1 {
    0%, 50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
@-webkit-keyframes cd-close-2 {
    0%, 50% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-45deg);
    }
}
@-moz-keyframes cd-close-2 {
    0%, 50% {
        -moz-transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(-45deg);
    }
}
@keyframes cd-close-2 {
    0%, 50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
.cd-panel-header {
    position: fixed;
    width: 90%;
    height: 50px;
    line-height: 50px;
    background: rgba(255, 255, 255, 0.96);
    z-index: 2;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    -webkit-transition: top 0.3s 0s;
    -moz-transition: top 0.3s 0s;
    transition: top 0.3s 0s;
}
.cd-panel-header h5 {
    font-size: 16px;
    font-weight: bold;
    padding-left: 5%;
    padding-top: 8px;
}
.from-right .cd-panel-header,
.from-left .cd-panel-header {
    top: -50px;
}
.from-right .cd-panel-header {
    right: 0;
}
.from-left .cd-panel-header {
    left: 0;
}
.is-visible .cd-panel-header {
    margin-top: 100px;
    top: 0;
    -webkit-transition: top 0.3s 0.3s;
    -moz-transition: top 0.3s 0.3s;
    transition: top 0.3s 0.3s;
}
@media only screen and (min-width: 768px) {
    .cd-panel-header {
        width: 50%;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-panel-header {
        width: 30%;
    }
}
.cd-panel-close {
    position: absolute;
    top: -5px;
    right: 0;
    height: 100%;
    width: 60px;
    /* image replacement */
    
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.cd-panel-close::before,
.cd-panel-close::after {
    /* close icon created in CSS */
    
    position: absolute;
    top: 22px;
    left: 20px;
    height: 3px;
    width: 20px;
    background-color: #424f5c;
    /* this fixes a bug where pseudo elements are slighty off position */
    
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cd-panel-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cd-panel-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.no-touch .cd-panel-close:hover {
    background-color: #424f5c;
}
.no-touch .cd-panel-close:hover::before,
.no-touch .cd-panel-close:hover::after {
    background-color: #ffffff;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.no-touch .cd-panel-close:hover::before {
    -webkit-transform: rotate(220deg);
    -moz-transform: rotate(220deg);
    -ms-transform: rotate(220deg);
    -o-transform: rotate(220deg);
    transform: rotate(220deg);
}
.no-touch .cd-panel-close:hover::after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.cd-panel-container {
    position: fixed;
    width: 90%;
    height: 100%;
    top: 0;
    background: #fff;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
.from-right .cd-panel-container {
    margin-top: 70px;
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.from-left .cd-panel-container {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.is-visible .cd-panel-container {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

.cd-panel-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 100px 5%;
    overflow: auto;
    /* smooth scrolling on touch devices */
    
    -webkit-overflow-scrolling: touch;
}
.cd-panel-content p {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Droid Serif", serif;
    color: #424f5c;
    line-height: 1.4;
    margin: 2em 0;
}
.cd-panel-content p:first-of-type {
    margin-top: 0;
}

.drawer{z-index:900 !important;}
.drawer .left-side a{width:50%;float:left;min-height:52px;margin:0px;max-height:52px;}
.drawer h5{padding-left:16px;text-transform:uppercase;font-size:18px;margin-bottom:0px;font-weight:bold;}
.drawer .left-side.col-xs-12.markers{margin:0px;}
.drawer-contents{overflow-x:hidden !important;}
#filtrWiecej > div{padding:16px 3px 3px 3px;}

@media only screen and (min-width: 768px) {
    .cd-panel-container {
        width: 50%;
    }	
    .cd-panel-content p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.6;
    }
    .navbar-header {
        float: none;
        border-bottom: 1px solid #ddd;
    }
    #navbar {
        padding-left: 16px;
    }
}

@media only screen and (max-width: 520px) {
	#mapa{padding:0px;margin-top:140px;}
	#filtrWiecej > div{padding-top:8px;}
}	

@media only screen and (max-width: 767px) {
	#filtrWiecej .btn.btn-huge{font-size:14px !important;}
	.cd-panel-content { padding: 100px 1% 16px 1%;}
	#filtrWiecej > div{padding:3px;}
	.comments-container{width:100% !important;}
	.navbar-default .navbar-brand {font-size:18px;padding-top:8px;line-height:18px;}
	.navbar-default .navbar-brand span:nth-child(2) {display:block;}
	div.wcagi{margin-left: 10px;margin-bottom:8px;}
	.navbar-default .navbar-toggle{border-color:#FF0000;border-width:2px;margin:4px;}
	.navbar-default .navbar-toggle .icon-bar{background-color:#FF0000;}
	.navbar-default .navbar-toggle:hover{background-color:#FF0000;color:#fff;}
	.navbar-default .navbar-toggle:hover .icon-bar{background-color:#fff;}
	.navbar-brand{padding-right:0px;}
	.drawer .left-side a{width:100%;}
	.drawer .left-side a:last-child{margin-bottom:16px;}
	.navbar-default .navbar-nav > li {padding-left:16px;border-bottom:1px solid #ddd}
	.navbar-default .navbar-nav{box-shadow:0px 5px 5px rgba(0,0,0,0.15);padding-right:0px;}
	footer > div:nth-child(1){text-align:center;}
	footer > div:nth-child(3){text-align:center;}
	footer > div:nth-child(3)> div:nth-child(1){text-align:center;}
	footer > div:nth-child(3)> div:nth-child(2){text-align:center;}		
}

@media only screen and (min-width: 1170px) {
    .cd-panel-container {
        width: 30%;
    }
	footer{position:absolute;width: 100%;height: 100px;bottom: 0;left: 0;font-size:12px;}
	
	#wrapper {    min-height: 100%;    position: relative;}
    #wrapper > div:last-of-type{padding-bottom:100px !important;}
	
}

.close {
    color: #fff;
    opacity: 1;
}


.single .nav.nav-left li.opis-obiektu.t1
{
    border-left: 8px solid #f44336;
}
.single .nav.nav-left li.opis-obiektu.t2
{
    border-left: 8px solid #e91e63;
}
.single .nav.nav-left li.opis-obiektu.t3
{
    border-left: 8px solid #9c27b0;
}
.single .nav.nav-left li.opis-obiektu.t4
{
    border-left: 8px solid #673ab7;
}
.single .nav.nav-left li.opis-obiektu.t5
 {
    border-left: 8px solid #3f51b5;
}
.single .nav.nav-left li.opis-obiektu.t6
{
    border-left: 8px solid #2196f3;
}
.single .nav.nav-left li.opis-obiektu.t7
{
    border-left: 8px solid #1BFFAF;
}
.single .nav.nav-left li.opis-obiektu.t8
{
    border-left: 8px solid #00bcd4;
}
.single .nav.nav-left li.opis-obiektu.t9
{
    border-left: 8px solid #009688;
}
.single .nav.nav-left li.opis-obiektu.t10
{
    border-left: 8px solid #4caf50;
}
.single .nav.nav-left li.opis-obiektu.t11
{
    border-left: 8px solid #8bc34a;
}
.single .nav.nav-left li.opis-obiektu.t12
{
    border-left: 8px solid #cddc39;
}
.single .nav.nav-left li.opis-obiektu.t13
 {
    border-left: 8px solid #ffeb3b;
}
.single .nav.nav-left li.opis-obiektu.t14
{
    border-left: 8px solid #ffc107;
}
.single .nav.nav-left li.opis-obiektu.t15
{
    border-left: 8px solid #ff9800;
}
.single .nav.nav-left li.opis-obiektu.t16
{
    border-left: 8px solid #ff5722;
}
 .single .nav.nav-left li.opis-obiektu.t17
{
    border-left: 8px solid #795548;
}
.single .nav.nav-left li.opis-obiektu.t18
{
    border-left: 8px solid #607d8b;
}
.single .nav.nav-left li.opis-obiektu.t19
{
    border-left: 8px solid #CBCBCB;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
	color: inherit;
}