body {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
form {
  text-align: left;
  display: inline-block;
  width: 100%;
}
form label {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
form input,
form textarea {
  display: block;
  width: 100%;
}
form button {
  background-color: #b5a598;
  border: none;
  color: #fafafa;
  padding: 6px;
}
iframe {
  display: block;
  width: 90%;
}
.bg {
  margin: auto;
  width: 100%;
  max-width: 1920px;
  z-index: -1;
}
.bg > img {
  width: 100%;
}
.navbar {
  border: none;
  border-radius: 0;
}
#header {
  z-index: 3;
  width: 100%;
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.5);
}
#header div,
#header a {
  color: #f5f5f5;
  text-decoration: none;
}
#header div:hover,
#header a:hover {
  text-decoration: none;
} 
#header ul {
  display: inline-block;
}
#header ul ul { 
  display: none; 
} 
.dropdown.open ul { 
  display: inline-block !important; 
} 
#header .container-fluid {
  max-width: 1020px;
  margin: auto;
}
#header .navbar-brand {
  display: table;
  height: auto;
  padding: 0;
}
#header .navbar-brand div {
  display: table-cell;
  vertical-align: middle;
}
#header .navbar-collapse {
  border-top: none;
  margin-right: 10%;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
  cursor: pointer;
}
.nav > li > a:hover:hover,
.nav > li > a:focus:hover {
  text-shadow: 0.5px 0.5px 0 #f5f5f5;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}
.phone-container {
  float: right;
  margin-right: 10px;
}
#phone {
  text-shadow: 0.5px 0.5px 0 #f5f5f5;
  text-align: center;
  margin-top: 5px;
  border: 1px solid #fff;
  padding: 8px 20px;
}
@media (min-width: 768px) {
  .collapse-only {
    display: none;
  }
}
@media (max-width: 768px) {
  .full-only {
    display: none;
  }
}
#header-contents {
  width: 70%;
  max-width: 1020px;
  margin: 25px auto auto auto;
  display: table;
}
#header-contents > div {
  display: table-cell;
  vertical-align: middle;
}
.headroom {
  position: fixed;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.headroom--unpinned {
  top: -200px;
}
.headroom--pinned {
  top: 0px;
}
#logo {
  width: 91px;
}
#logo-sign {
  font-size: 1.4em;
}
#menu-contents {
  text-align: right;
}
.chapter {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.chapter-content {
  text-align: center;
  top: 0px;
  left: 0px;
  display: block;
  padding: 50px 0 100px 0;
  width: 100%;
  min-height: 500px;
}
.chapter-content > div {
  width: 70%;
  max-width: 1020px;
  margin: auto;
}
.chapter-content > div p {
  text-align: left;
  white-space: pre-wrap;
  font-size: 1.1em;
}
.chapter-content--no-pre > div p {
  white-space: normal!important;
}
.no-bg {
  position: relative;
  min-height: 0;
}
.on-the-left {
  float: left;
}
.portrait {
  max-width: 300px;
  width: 100%;
}
.two-columns {
  margin: auto;
}
.title {
  text-align: left;
  font-weight: 400;
  font-size: 1.4em;
  color: #b5a598;
  margin-bottom: 20px;
}


.brown {
  color: #b5a598;
}
.huge {
  font-size: 3em;
}
.title-line {
  height: 1px;
  width: 50px;
  background-color: #b5a598;
}
.font-bigger {
  font-size: 1.2em;
}
.grey-bg {
  background-color: #e0e0e0;
}
.dark-bg {
  background-color: #4a4a4a;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
footer > div {
  display: table;
  width: 70%;
  max-width: 1020px;
  margin: 0 auto auto auto;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ddd;
  font-size: 0.9em;
}
footer > div > div {
  display: table-cell;
}
footer img {
  cursor: pointer;
}
.glyphicon-chevron-left {
  background: url('img/left.png') no-repeat;
}
.carousel {
  width: 100%;
  white-space: nowrap;
}
.carousel-dir-control {
  display: inline-block;
  width: 15%;
  cursor: pointer;
}
.carousel-dir-control.left {
  text-align: right;
}
.carousel-dir-control.right {
  text-align: left;
}
.carousel-inner {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
}
.col-md-6,
.col-md-8 {
  padding-bottom: 20px;
}
#znanyLekarz iframe {
  display: inline-block;
  width: 100% !important;
  height: auto !important;
  margin-top: 10px;
}
.imgContainer {
  white-space: nowrap;
}
.imgContainer .imgItem {
  display: inline-block;
  width: 20%;
}
.imgContainer .imgItem img {
  width: 100%;
}
.blalalalalal {
  display: block;
}
.office-images {
  display: flex;
  flex-wrap: wrap;
}
.office-images .img {
  margin: 5px;
}
.footer-link {
  margin-left: 1rem;
  color: #eeeeee;
}
.footer-link:hover {
  color: #ffffff!important;
}