/* main.css */
/*
    Created on : Sep 12, 2015, 6:20:59 PM
    Author     : Dimitar Pefkev
*/
body {
    color: #333;
    background-color: #f4f4f4;
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
}
h1, h2, h3, h4, h5, ul, li {
    margin: 0;
    padding: 0;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
}
h1, h2, h3 { font-weight: 700; }
h2 { margin-bottom: 24px; }
h3 {
    color: #999;
}
p {
    color: #333;
}
a:hover { text-decoration: underline; }
::-webkit-scrollbar {
    width: .6em;
}
::-webkit-scrollbar-button {
    background: #ccc
}
::-webkit-scrollbar-track-piece {
    background: #888
}
::-webkit-scrollbar-thumb {
    background: #eee
}

.one-line-text {
  width: 100%;
  text-overflow:ellipsis;
  overflow: hidden;
  white-space:nowrap;
}

.logo-img {
    margin-top: -35px;
    display:block;
    padding: 5px;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.5);
}

#top-menu {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 1100px;
    margin-left: -550px;
}
#top-menu li a {
    background-color: rgba(0,0,0,0.5);
    margin: 0 3px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}
.navbar-nav > li > a {
    padding: 9px;
}
#current-city-option {
    background-color: rgba(0,0,0,0.5);
}
.header-search {
    background:rgba(0,0,0,0.5);
/*    width: 700px;*/
    padding:20px;
    margin: 0 auto;
    border-radius: 5px;
}






#event {
    padding: 20px;
    background-color: #fff;
}
.event-title {
    color: #05B2D2;
}
.event-head-box {
    font-size: 18px;
    color: #999;
}
.event-head-box i {
    margin-right: 10px;
}
.event_box_240_160 {
    width: 250px;
    height: 170px;
    padding: 4px;
    border: 1px solid #ccc;
    overflow: hidden;
}

#delete_image:hover {
    cursor: pointer;
}
/* ----------------------------------------------------- */


/* -------------------- Global ---------------------------------------------- */
.separator {
    width: 100%;
    border-bottom: 2px solid #7d776940;
    margin: 10px 0;
}

.blue {
    color: #05B2D2;
}

.margin-top-5 {margin-top: 5px; }
.margin-top-10 {margin-top: 10px; }
.margin-top-15 {margin-top: 15px; }
.margin-top-20 {margin-top: 20px; }

.margin-bottom-5 {margin-bottom: 5px; }
.margin-bottom-10 {margin-bottom: 10px; }
.margin-bottom-15 {margin-bottom: 15px; }
.margin-bottom-20 {margin-bottom: 20px; }
.margin-bottom-30 {margin-bottom: 30px; }
.margin-bottom-40 {margin-bottom: 40px; }





/*Typeahead CSS*/
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;
  border-radius: 3px;
}
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;
}




















/*Nowy layout*/

.navbar-orange {
  color: #fff;
  background-color: #e5784a;
  border-bottom: 2px solid #fafafa;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  position: sticky;
  top: 0;
  z-index: 1030;
}
.navbar-orange .navbar-brand {
  color: #fff;
  font-weight: bold;
}
.navbar-orange .navbar-brand:hover {
  color: #fff;
}
.navbar-orange .navbar-brand:visited {
  color: #fff;
}
.navbar-orange .nav-btn {
  color: #fff;
  font-size: 13px;
  padding: 6px 14px !important;
  margin: 4px 3px;
  border: 1.5px solid rgba(255,255,255,0.4);
  border-radius: 20px;
  transition: all 0.2s ease;
  letter-spacing: 0.3px;
}
.navbar-orange .nav-btn:hover {
  background: rgba(255,255,255,0.15);
  border-color: #fff;
  color: #fff;
}
.navbar-orange .nav-btn-login {
  background: #fff !important;
  color: #e5784a !important;
  border-color: #fff !important;
  font-weight: 600;
}
.navbar-orange .nav-btn-login:hover {
  background: rgba(255,255,255,0.85) !important;
  color: #c4603a !important;
}
.navbar-orange .navbar-nav .nav-link {
  color:#fff;
}
.navbar-orange .navbar-nav .nav-link:hover {
  color:#fff;
}

.navbar-custom {
  color: #fff;
  background-color: rgba(20, 20, 30, 0.85);
  border-bottom: none;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  position: sticky;
  top: 0;
  z-index: 1030;
}

.navbar-custom .navbar-brand {
  color: #fff;
  font-weight: bold;
}
.navbar-custom .navbar-brand:hover {
  color: #fff;
}
.navbar-custom .navbar-brand:visited {
  color: #fff;
}
.navbar-nav .nav-link {
  color: #fff;
}

.navbar-custom .nav-btn {
  color: #fff;
  font-size: 13px;
  padding: 6px 14px !important;
  margin: 4px 3px;
  border: 1.5px solid rgba(255,255,255,0.5);
  border-radius: 20px;
  transition: all 0.2s ease;
  letter-spacing: 0.3px;
  background: rgba(255,255,255,0.08);
}
.navbar-custom .nav-btn:hover {
  background: rgba(255,255,255,0.2);
  border-color: #fff;
  color: #fff;
}
.navbar-custom .nav-btn-login {
  background: #fff !important;
  color: #1a1a2e !important;
  border-color: #fff !important;
  font-weight: 600;
}
.navbar-custom .nav-btn-login:hover {
  background: rgba(255,255,255,0.85) !important;
  color: #000 !important;
}
.navbar-custom .navbar-nav .nav-link {
  color:#fff;
}
.navbar-custom .navbar-nav .nav-link:hover {
  color:#fff;
}
.navbar-custom .navbar-nav .nav-link:visited {
  color:#fff;
}

/* Jumbotron */
.jumbotron {
  margin-top: -58px;
  background-color: none;
  border-radius: 0px;
  padding-top: 15%;
}
.jumbotron h1 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom:20px;
  text-shadow: 3px 3px 5px #000, -3px -3px 5px #000;
  font-size: 2.2rem;
}
.jumbotron-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.55)), url('../../assets/img/header-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 0px;
}
/*End Of Jumbotron*/


#newsletter {
  background-image: url('../img/newsletter-bg.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  min-height: 300px;
  color: #fff;
  padding-top: 3rem;
  border-radius: 12px;
}
#newsletter p {
  color: #fff;
}
#newsletter .wrap {
  width: 70%;
  margin: 0 auto;
}
#newsletter .form-control { border-radius: 8px 0 0 8px; }
#newsletter .btn { border-radius: 0 8px 8px 0; }

/* Sekcje na stronie głównej */
.container.animsition > article { margin-bottom: 40px; padding-top: 20px; }



.owl-carousel, .owl-carousel.owl-loaded {
  display: block;
  max-height: 500px;
  overflow: hidden;
}



article {
  margin-bottom: 50px;
}
article h4, article h2, article h3, article .h4, article .h2, article .h3 {
  color: #7d7769;
  line-height: 150%;
    font-size: 24px;
}
article h2, a article .h2 {
    line-height: 280%;
}
article .description {
  color: #4b4b4b;
  opacity: 0.6;
  font-size: 10pt;
}
article .title-h4 {
  color: #4b4b4b;
  font-size: 14pt;
  line-height: 20pt;
}
footer {
  background-image: url('../img/footer-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 40px 30px;
  padding-top: 150px;
  font-size: .75rem;
  line-height: 1.5rem;
}
footer a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .col-md-4 { padding: 0 20px; }




/* Custom Buttons */
.btn-orange {
  color: #FFFFFF;
  background-color: #e5784a;
  border-color: #e5784a;
  border-radius: 8px;
  transition: all 0.2s ease;
  font-weight: 600;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
  color: #FFFFFF;
  background-color: #cf6a40;
  border-color: #cf6a40;
  transform: translateY(-1px);
}

.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
  background-image: none;
}

.btn-orange.disabled,
.btn-orange[disabled],
fieldset[disabled] .btn-orange,
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled:active,
.btn-orange[disabled]:active,
fieldset[disabled] .btn-orange:active,
.btn-orange.disabled.active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange.active {
  background-color: #FBC02D;
  border-color: #FBC02D;
}
.btn-orange .badge {
  color: #FBC02D;
  background-color: #FFFFFF;
}
.btn-green {
  color: #ffffff;
  background-color: #2ECC71;
  border-color: #2ECC71;
  border-radius: 8px;
  transition: all 0.2s ease;
  font-weight: 600;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
  color: #ffffff;
  background-color: #27AE60;
  border-color: #27AE60;
  transform: translateY(-1px);
}
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
  background-image: none;
}
.btn-green.disabled,
.btn-green[disabled],
fieldset[disabled] .btn-green,
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-green:active,
.btn-green.disabled.active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green.active {
  background-color: #4FE580;
  border-color: #4FE580;
}
.btn-green .badge {
  color: #4FE580;
  background-color: #ffffff;
}
/*End Of Custom Buttons*/





.line {
width: 100%;
height: 2px;
border-bottom-style: solid;
border-bottom-width: 2px;
border-image-source: linear-gradient(to left, #ffffff, #e5784a 51%, #ffffff);
border-image-slice: 1;
margin-bottom: 10px;
}





/* Placeholder color */
.form-control::-webkit-input-placeholder { color: #ccc; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: #ccc; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: #ccc; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #ccc; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: #ccc; }  /* Microsoft Edge */


.nav-tabs .nav-item .nav-link {
color: #fbc02d;
}


.card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}
.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}
.card .card-header {
  background-color: #fff;
  border-bottom-style: solid;
  border-width: 2px;
  border-image-source: linear-gradient(to left, #ffffff, #7d776978 50%, #ffffff);
  border-image-slice: 1;

  -webkit-box-shadow: 0px 3px 35px 0px rgba(244,244,244,1);
  -moz-box-shadow: 0px 3px 35px 0px rgba(244,244,244,1);
  box-shadow: 0px 3px 35px 0px rgba(244,244,244,1);
}
.card .card-header h4 {
  color: #7d7769;
  font-weight: bold;
  font-size: 15pt;
}
.card .card-header h2 {
  color: #7d7769;
  font-weight: bold;
  font-size: 18pt;
}
.card .card-body p {
  color:#888888;
}

.paginate {
  max-height: 200px;
  margin-bottom:1.2rem;
}

.orange-text {
  color:#e75f1c;
}


.search-street-list a {
  background-color: #fff;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
}
.search-street-list a {
    color: #f44336;
}
.search-street-list a:hover {
    text-decoration: none;
}

.list-objects {
  background:#fff;
  padding:.5rem;
  margin-bottom:.5rem;
  display:block;
}





#alpha-num-menu {
  display: flex;
}
#alpha-num-menu li {
  list-style-type: none;
  width: 100%;
  color:#fbc02d;
  font-weight: bold;
}
#alpha-num-menu li a {
  color:#fbc02d;
}




.list .list-objects a.more::after {
  content: " +";
}
.list .list-objects a.more.collapsed::after {
  content: " -";
}



.typeahead__list>.typeahead__group>a, .typeahead__list>.typeahead__group>a:hover {
  /*background-color: rgba(229,120,74,0.9);
  color:#fff;*/
  text-transform: capitalize;
}
.typeahead__button button, .typeahead__button button:hover {
  background-color: #4fe580;
  color:#fff;
}

/* === Mobile responsiveness === */
@media (max-width: 576px) {
  /* Jumbotron / hero */
  .jumbotron { padding-top: 30%; padding-bottom: 20px; }
  .jumbotron h1 { font-size: 1.3rem; margin-bottom: 12px; }
  .homepage-search-wrap { padding: 12px; margin-bottom: 80px; }

  /* Nawigacja */
  .navbar-orange .nav-btn,
  .navbar-custom .nav-btn { padding: 5px 12px !important; font-size: 12px; margin: 2px 1px; }
  .navbar-brand { font-size: 16px; }

  /* Karty */
  .card { border-radius: 8px; margin-bottom: 12px; }
  .card:hover { transform: none; } /* bez hover na mobile */
  .list-quotes:hover { transform: none; }
  .card .card-header h4 { font-size: 13pt; }
  .card .card-header h2 { font-size: 15pt; }

  /* Sekcje */
  .container.animsition > article { margin-bottom: 24px; padding-top: 10px; }
  h1 { font-size: 1.4rem; }
  h2 { font-size: 1.2rem; margin-bottom: 16px; }

  /* Footer */
  footer { padding: 20px 15px; padding-top: 80px; font-size: 0.7rem; }
  footer .col-md-4 { padding: 0 10px; margin-bottom: 20px; }

  /* Newsletter */
  #newsletter .wrap { width: 95%; }

  /* Wyszukiwarka */
  .search-field select.form-control { height: 38px; font-size: 13px; }

  /* Breadcrumbs */
  .breadcrumb { font-size: 0.8rem; }

  /* Obrazki w galerii */
  .scroll-box img { width: 70px; height: 47px; }
}

@media (max-width: 768px) {
  .jumbotron { padding-top: 25%; }
  .jumbotron h1 { font-size: 1.5rem; }
  footer .col-md-4 { margin-bottom: 20px; }
  #newsletter .wrap { width: 90%; }
}

/* main_frontend.css */
/*
    Created on : Dec 16, 2015, 9:54:51 AM
    Author     : Dimitar Pefkev
*/
.orange-link {
  color: #fbc02d;
  text-decoration: none;
}
.orange-link:hover {
  color: #fbc02d;
  text-decoration: none;
}
.link {
    color: #7d7769;
    text-decoration: none;
}
.link:hover {
    color: #7d7769;
    text-decoration: none;
}
.gray-background {
  background-color: #f4f4f4;
}
/* District */
#district {
  font-family: 'Inter', sans-serif;
}
#district .title {
  background-color: #fff;
  padding: 10px;
}
#districts-list {
  max-height: 410px;
  overflow-y: scroll;
  padding-right: 10px;
}
#districts-list li {
  list-style-type: none;
  margin-bottom: 5px;
}
#districts-list li a {
  border: 1px solid #e6e6e6;
  padding: 5px;
  color: #fbc02d;
  display: block;
  font-size: 12pt;
  text-decoration: none;
  font-weight: bold;
}

#attributes-list {

}

#attributes-list li {
  list-style-type: none;
  float: left;
  margin-right: 5px;
}

#attributes-list li a {
  border: 1px solid #e5784a;
  color: #e5784a;
  padding: 5px;
  text-decoration: none;
}

.badge-orange {
  background-color:#e5784a;
  color:#fff;
  padding:5px 12px;
}


h1 {
    color: #7d7769;
    font-weight: bold;
    font-size: 24pt;
}


.maps-correction {
  margin-top:-20px;
  margin-bottom:-20px;
  margin-right:-20px;"
}



.box-shadow {
  -webkit-box-shadow: 2px 6px 17px 1px rgba(0,0,0,0.42);
-moz-box-shadow: 2px 6px 17px 1px rgba(0,0,0,0.42);
box-shadow: 2px 6px 17px 1px rgba(0,0,0,0.42);
}



/* Contact */
#page-contact h5 {
margin-bottom: 1rem;
}
#page-contact h6 {
  font-weight: bold;
  color: #e5784a;
}
#page-contact h6 > i {
margin-right: .9rem;
}





/* Comments */
.comment {
    display: none;
}
.comment-content {
    padding-bottom: 40px;
    padding-right: 0;
    float: left;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: .9rem;
    position: relative;
    margin-bottom: 10px;
}

.comment-content:before {
    position: absolute;
    top: -14px;
    left: 98px;
    display: inline-block;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #fff;
    border-left: 14px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}
.comment-content:after {
    position: absolute;
    top: -12px;
    left: 99px;
    display: inline-block;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    border-left: 12px solid transparent;
    content: '';
}
.comment-content:before {
    border-top: 14px solid transparent;
    border-right: 14px solid #fff;
    border-bottom: 14px solid transparent;
    border-right-color: rgba(0, 0, 0, 0.2);
    left: -28px;
    top: 20px;
}
.comment-content:after {
    border-top: 12px solid transparent;
    border-right: 12px solid #fff;
    border-bottom: 12px solid transparent;
    left: -24px;
    top: 22px;
}
.comment-date {
    float: right;
}
.comment-user-name {
    font-weight: bold;
}
.comment-user-image {
    border: 1px solid gainsboro;
    width: 78px;
    height: 78px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    padding: 3px;
}


/* User Profile */

.user-image {
    width:178px;
    height:178px;
    border: 1px solid grey;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 3px;
    overflow: hidden;
}

.user-image > img {
    width: 170px;
    height: 170px;
}




/* SEARCH */
.street-content-search{
    margin-bottom: 10px;
    height: 25px;
    overflow: hidden;
}
.street-content-search  p {
    display: inline;
}


.badge-show-more:hover {
  cursor: pointer;
}







/* navbar */
.navbar-default {
    position: absolute;
    width: 100%;
    background-color: transparent;
    border:none;
}
/* title */
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5E5E5E;
}
/* link */
.navbar-default .navbar-nav > li > a {
    background-color: rgba(0,0,0,0.5);
    margin: 0 3px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size:11pt;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: rgba(0,0,0,0.5);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: rgba(0,0,0,0.5);
}
/* caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}
/* mobile version */
.navbar-default .navbar-toggle {
    border-color: #DDD;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: rgba(0,0,0,0.5);
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: rgba(0,0,0,0.5);
}
@media (max-width: 767px) {
    body { padding-top: 50px; }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
    }
}









.list-archive-streets {
  list-style-type: none;
}
.list-archive-streets-title {

}




















/*Main style*/
.list-quotes {
    cursor: pointer;
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    display: block;
    border-bottom: none;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.list-quotes:hover {
    transform: translateY(-3px);
}
.list-quotes img,
.list-quotes .h1, .list-quotes h1 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
.list-quotes img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.list-quotes .h1, .list-quotes h1, .list-quotes h3{
    background: rgba(20,31,44,0.8);
    bottom: 30px;
    float: right;
    color: #fbc02d;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 14px;
    position: absolute;
    margin: 0;
}

.list-quotes p {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
    font-size: 15px;
    font-weight: normal;
    background: rgba(229,120,74,0.9);
    width: 100%;
    color: #fff;
}
.list-quotes:hover img {
    -webkit-transform: translate3d(0,-80px,0);
    transform: scale(1.2);
    transition: all 250ms ease;
}
.list-quotes:hover{
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}
.list-quotes:hover h1, .list-quotes:hover .h1, .list-quotes:hover h3 {
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
    text-shadow: 0px 0 15px #fff;
    transition: all 250ms ease;
}
.list-quotes:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.quotes span{
    color:#222;
    text-transform: capitalize;
    color: #fff;
}








/* Typeahead */
.szukaj {
  color: white;
}
.tt-dataset {
  padding-left: 10px;
  padding-right: 10px;
}

.tt-dataset > h4 {
  border-bottom: 1px solid #ccc;
  margin-top: 10px;
}

.navbar-orange .tt-menu {
  color: #7d7769;
}



/* Back to top */
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #fbc02d;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #fd7e14;
}
#back-to-top.show {
    opacity: 1;
}
#content {
    height: 2000px;
}
.btn.sharp {
  border-radius:0;
}














[data-jplist-group]{
    display: flex;
    font-size: 16px;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    background-color: white;
}

[data-jplist-item]{
  border-bottom: 1px dotted #ccc;
  width: 100%;
  text-align: left;
  padding: 10px 0;
  box-sizing: border-box;
  padding-left: 20px;
}

.controls{
    display: flex;
    justify-content: center;
    margin: 20px 0 10px 0;
}

.buttons {
  text-align: center;
}
button{
  color: #fff;
  background-color: #72808d9c;
  border-color: #6c757d;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: .2rem .6rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  margin: 0 3px;
    outline: none;
}

button:focus {
    outline: none;
}

.jplist-selected{
  background-color: #fbc02d;
  border-color: #fbc02d;
}

[data-jplist-control="pagination"]{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

[data-type="info"]{
  font-size: 13px;
  color: #fbc02d;
}

