.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.mb35 {
  margin-bottom: 35px;
}
.loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin: 20px auto 40px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.container-inner {
  max-width: 1250px;
  margin: auto;
}
.mt20 {
  margin-top: 20px;
}
#header {
  padding-bottom: 20px;
  margin-top: 20px;
}

.logo-image img {
  margin-bottom: 22px;
  width: 100%;
  max-width: 400px;
  height: auto;
}
@media (max-width: 991px) {
 .logo-image {
    text-align: center;
  }
}
 .lekarze-image img {
  margin-top: -16px;
  float: left;
  display: none;
}
@media (max-width: 991px) {
   .lekarze-image {
    display: none;
  }
}
#searchform {
  height: 55px;
  margin-top: 12px;
}
#searchform input[type="text"] {
  height: 30px;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #c7d1c8;
  font-size: 17px;
  padding: 7px;
  box-shadow: 0 0px 0px 10px rgba(255, 255, 255, 0.6), 0 0 0px 0 rgba(0, 0, 0, 0.7), 0px 0px 4px 11px rgba(150, 150, 150, 0.29);
}
#searchform input[type="submit"] {
  position: absolute;
  width: 28px;
  height: 28px;
  background: url(../img/search-icon.png) no-repeat;
  border: none;
  top: 13px;
  right: 16px;
}
.btn-primary {
  color: white;
  font-size: 18px;
  background-color: #0261c9;
  cursor: pointer;
  border-radius: 2px;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background: #1371d7;
}
.menu-glowne-container {
  background-color: #eee;
  width: 100%;
  text-align: center;
}
.navbar-default {
  background-color: transparent;
  border: none;
  margin: auto;
}
.navbar-default {
  min-height: 45px;
  border: none;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li {
    float: none;
    display: inline-block;
    width: auto;
  }
}
.navbar-default .navbar-nav > li > a {
  color: #444444;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  padding: 15px 14px;
  width: 100%;
  margin: auto;
  text-align: center;
}
.navbar-default .navbar-nav > li > a:hover {
  background: #f5f5f5;
}
.navbar-default .navbar-nav > li.active > a {
  background: #f5f5f5;
  color: #444444;
}
.column-left .choose-spec-button {
  margin-bottom: 10px;
}
.column-left .choose-spec-button .caret {
  float: right;
  position: absolute;
  right: 30px;
  top: 89px;
}
.column-left #choose-spec {
  margin-top: -10px;
}
.column-left #choose-spec #left-menu {
  padding: 0;
  list-style-type: none;
}
.column-left #choose-spec .menu-item > a,
.column-left #choose-spec .menu-item.open > a,
.column-left #choose-spec .menu-item.active > a {
  display: block;
  padding: 7px 10px;
  color: #4a4949;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #d6d4d4;
  border-top: 1px solid #ffffff;
}
.column-left #choose-spec .menu-item > a:hover,
.column-left #choose-spec .menu-item.open > a:hover,
.column-left #choose-spec .menu-item.active > a:hover {
  background: #ececec;
}
.column-right {
  background-color: white;
  border-radius: 3px;
  margin-bottom: 30px;
  border: 1px solid #bdbdbd;
  padding: 20px;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.32);
-moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.32);
box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.32);

}
.entry .address-street,
.entry .address-zip-city,
.entry .address-tel,
.entry .address-mail,
.entry .address-website {
  display: block;
}
.entry .address-tel {
  margin-top: 10px;
}
.entry.single {
  border: none;
}
.entry.single .p-type,
.entry.single .p-name,
.entry.single .p-tel {
  font-weight: bold;
}
.entry.single .p-address {
  font-weight: bold;
  margin-top: 10px;
  display: block;
}
h1 {
  font-size: 28px;
  color: #1f4d95;
}
h2 {
  font-size: 25px;
  color: rgba(197, 35, 35, 0.87);
}
h2 a {
  color: rgba(197, 35, 35, 0.87);
  font-size: 26px;
}
h2 a:hover {
  text-decoration: none;
  color: #a72d37;
}
h3 {
  font-size: 18px;
  color: #0261c9;
}
.photo {
  padding: 8px 20px;
}
p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: normal;
}
p.not-found {
  margin-top: 5px;
}
p a {
  color: #337ab7;
}
p a:hover {
  text-decoration: none;
  color: #001fc9;
}
.entry.archive {
  border: 1px solid #eee;
  box-shadow: 18px 18px 10px -18px rgba(0, 0, 0, 0.23);
  padding: 50px 30px;
  background-color: white;
  width: 90%;
  height: 500px;
  margin: 30px auto 30px;
}
.entry h2 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
h1.title,
h1.results-title {
  margin-bottom: 25px;
  margin-top: 10px;
  color: rgba(197, 35, 35, 0.87);
}
h1.results-title {
  color: #6b6a6a;
}
.btn-info {
  color: #ffffff;
  background-color: #1f4d95;
  border-color: #1f4d95;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #16376b;
  border-color: #09162b;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #16376b;
  border-color: #143362;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #16376b;
  border-color: #143362;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #10284d;
  border-color: #09162b;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #1f4d95;
  border-color: #1f4d95;
}
.btn-info .badge {
  color: #1f4d95;
  background-color: #ffffff;
}
.btn-wide {
  padding-left: 40px;
  padding-right: 40px;
}
#footer {
  background-color: rgba(199, 209, 200, 0.42);
}
.page-numbers {
  font-size: 20px;
  background-color: #1f4d95;
  color: white;
  padding: 5px 7px;
  float: left;
  margin: 0 1px;
  min-width: 38px;
  text-align: center;
}
a.page-numbers,
.page-numbers.dots {
  color: #1f4d95;
  background-color: transparent;
}
a.page-numbers:hover,
a.page-numbers:focus {
  background: #f2f2f2;
}
#catapultCookie {
  background: #222;
  color: #fff;
}
h3#comments {
  font-size: 10px;
}
.stars-container {
  margin-top: 8px;
}
.stars-container .kk-star-ratings.lft {
  float: none;
  margin: auto;
}
#map {
  height: 164px;
  width: 100%;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 2px #eee;
}
form label {
  font-weight: 100;
}
@media (max-width: 991px) {
  .ad-left-300 {
    text-align: center;
  }
}
@media (max-width: 1179px) {
  .ad-right-728 {
    display: none;
  }
}

.header-image {
  height: 150px;
  width: 100%;
  background-image: url('../img/header.jpg');
  background-size: cover;
}

.review-error {
  color: red;
}


.breadcrumb {
  background-color: white;
  border-radius: 3px;
  border: 1px solid #bdbdbd;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.32);
-moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.32);
box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.32);
}
