body {
  font-family: "Roboto Slab", Arial, sans-serif;
  background-color: #ffffff;
  color: #1d1d1b;
  padding-top: 100px;
}

#top::before {
  display: block;
  content: " ";
  margin-top: -100px;
  height: 100px;
  visibility: hidden;
  pointer-events: none;
}

section {
  margin-bottom: 100px;
  padding-top: 30px;
}

img, .box {
  border-radius: 15px;
}

.gray-background {
  background-color: rgba(0, 0, 0, 0.15);
}

.dark-background {
  background-color: #2a3b4f;
  color: #fff;
}

.footer-background {
  background-color: #fff;
  color: #2a3b4f;
}

.btn-primary {
  background-color: #245235;
  color: #ffffff;
  padding: 20px 40px;
  font-weight: 700;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-primary:hover {
  background-color: #0d1d13;
}

hr {
  margin-top: 60px;
  border-top: 3px solid #eeeeee;
}

a {
  color: #245235;
}

a:hover, a:active, a:focus {
  color: #2a3b4f;
}

.totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #2a3b4f;
  text-align: center;
  font-size: 30px;
}
.totop:hover {
  background-color: #245235;
}
.totop > a {
  width: 100%;
  height: 100%;
  color: #fff;
  display: block;
  border-radius: 50%;
}

.animation {
  -webkit-animation-duration: 2s !important;
          animation-duration: 2s !important;
}

@media screen and (max-width: 768px) {
  #opis {
    text-align: center;
  }
}
#opis p {
  font-size: 16px;
}
#opis h2, #opis h3 {
  line-height: 30px;
}
#opis img {
  max-width: 377px;
  width: 100%;
  height: auto;
}

#lokalizacja {
  padding-top: 0px;
}
#lokalizacja .description {
  position: relative;
  color: #fff;
  background-color: #2a3b4f;
  min-height: 600px;
  padding: 60px 80px;
}
@media screen and (max-width: 768px) {
  #lokalizacja .description {
    padding: 30px 15px;
    text-align: center;
  }
}
#lokalizacja .description::after {
  content: "";
  width: 30px;
  height: 100%;
  background-color: #2a3b4f;
}
#lokalizacja .check-map {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #lokalizacja h4 {
    margin-top: 30px;
    text-align: center;
  }
  #lokalizacja li {
    text-align: center;
  }
}
#lokalizacja ul, #lokalizacja li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#lokalizacja li {
  margin-bottom: 2px;
}
#lokalizacja .lnr {
  font-size: 24px;
  margin-right: 6px;
  top: 4px;
  position: relative;
}

#atuty {
  background-image: url(../images/dark-background.jpg);
  background-repeat: no-repeat;
  background-position: 0 66%;
  background-size: cover;
}
#atuty h1 {
  color: #fff;
}
#atuty .box {
  min-height: 300px;
  padding: 30px;
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 996px) {
  #atuty .box {
    min-height: 100px;
  }
}
#atuty .box h4 {
  font-weight: 900;
  margin-top: 0;
}

#mieszkania .separator {
  display: inline-block;
  height: 36px;
  width: 4px;
  background-color: #e5e5e5;
  vertical-align: middle;
  margin: 30px 10px;
}
#mieszkania .option {
  text-transform: uppercase;
  font-size: 24px;
}
#mieszkania .option span.selected {
  font-weight: 900;
}
#mieszkania .table-responsive {
  border: none;
}
#mieszkania table {
  width: 100%;
  margin-bottom: 30px;
}
#mieszkania th, #mieszkania td {
  padding: 6px 20px;
  border: none;
}
#mieszkania th {
  background-color: #2a3b4f;
  color: #fff;
  font-weight: 500;
}
#mieszkania tr {
  font-weight: 300;
}
#mieszkania tr:nth-child(even) {
  background-color: transparent;
}
#mieszkania tr:last-child {
  border-bottom: 1px solid #2a3b4f;
}
#mieszkania tr > td:last-child a {
  color: #245235;
}
#mieszkania tr > td:last-child a:hover {
  color: #2a3b4f;
}
#mieszkania tr:hover {
  background-color: #f2f2f2;
}
#mieszkania tr.collapsed {
  display: none;
}
#mieszkania p {
  margin-bottom: 10px;
}

#galeria .gallery-image {
  height: 200px;
  overflow: hidden;
}
#galeria img {
  height: auto;
  width: 100%;
  background-color: #2a3b4f;
  margin: 0;
  float: left;
  border-radius: 0;
  -webkit-transition: 0.2s opacity linear;
  transition: 0.2s opacity linear;
}
#galeria img:hover {
  opacity: 0.7;
}
@media screen and (max-width: 996px) {
  #galeria img {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}

#kontakt img.logo-contact {
  max-width: 200px;
}
#kontakt h2, #kontakt h3 {
  margin-bottom: 40px;
}
#kontakt p {
  font-weight: 100;
  margin-bottom: 10px;
}
#kontakt .fa {
  font-size: 36px;
}
#kontakt a {
  color: #2a3b4f;
}
#kontakt a:hover {
  color: #245235;
}
@media screen and (max-width: 768px) {
  #kontakt {
    text-align: center !important;
  }
  #kontakt .text-right, #kontakt .text-left {
    text-align: center !important;
  }
}

#footer {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: -30px;
  margin-bottom: 0;
  border-top: 1px solid #e5e5e5;
}
#footer a {
  font-weight: 700;
}
@media screen and (max-width: 996px) {
  #footer {
    text-align: center !important;
  }
  #footer .text-right,
  #footer .text-left {
    text-align: center !important;
  }
}

/* loader */
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
  background: #fff;
}

.animation {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #245235;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.animation::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #2a3b4f;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}
.animation::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #245235;
  -webkit-animation: spin 3s linear infinite;
          animation: spin 3s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
h1 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .title {
    text-align: center;
  }
}

header h1 {
  margin-top: 0;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 0px;
  text-transform: none;
}
header h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

h2 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 900;
  margin-bottom: 30px;
  text-transform: uppercase;
}

h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 50px;
}

p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
}

a, a:hover, a:active, a:focus {
  text-decoration: none;
  -webkit-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
  color: #1d1d1b;
}

.google-map {
  width: 100%;
  height: 600px;
  background-color: #ffffff;
  margin-bottom: -600px;
}
.google-map .gm-style-cc {
  display: none;
}

.navbar {
  border: none;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
  margin-bottom: 0;
  z-index: 999999999;
}
.navbar .navbar-brand {
  padding: 10px 0px;
  min-width: 200px;
  margin-left: 0px !important;
}
@media screen and (max-width: 768px) {
  .navbar .navbar-brand {
    min-width: 100px;
    margin-left: 15px !important;
  }
}
.navbar .navbar-brand img {
  width: auto;
}
.navbar .navbar-nav li a {
  color: #2a3b4f;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
}
.navbar .navbar-nav li a:hover {
  background-color: #e5e5e5;
  color: #2a3b4f;
}

.navbar-brand img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  max-height: 80px;
}
.navbar-brand img.shrink {
  max-width: 50px;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
}

.navbar .navbar-collapse {
  text-align: center;
  line-height: 0px;
}

.phone {
  min-width: 200px;
  float: right;
  line-height: normal;
  text-align: right;
  font-weight: 600;
  font-size: 14px;
  margin-top: 30px;
}
.phone span {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .phone {
    min-width: 100px;
  }
}

.pqinvest {
  width: 80px;
  float: right;
  line-height: normal;
  text-align: right;
  margin-top: 17px;
  margin-left: 17px;
}
.pqinvest img {
  width: 100%;
}

#header {
  min-height: calc(100vh - 100px);
  position: relative;
  color: #fff;
}
#header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .spacer {
  display: block;
  background-color: #2a3b4f;
  width: calc((100vw - 1200px) / 2);
}
@media screen and (max-width: 1240px) {
  #header .spacer {
    width: calc((100vw - 970px) / 2);
  }
}
@media screen and (max-width: 992px) {
  #header .spacer {
    width: calc((100vw - 750px) / 2);
  }
}
@media screen and (max-width: 768px) {
  #header .spacer {
    width: calc((100vw - 480px) / 2);
  }
}
#header .image {
  background-image: url("../images/main-bg.jpg");
  background-color: #2a3b4f;
  background-position-x: center;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
@media screen and (max-width: 768px) {
  #header {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #header img {
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  #header .content {
    width: 100%;
  }
}
#header .hero {
  min-height: calc(100vh - 80px - 100px);
  position: relative;
}
#header .hero .hero-text {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
  padding: 20px;
  top: 30px;
  width: 640px;
  z-index: 999999;
}
@media screen and (max-width: 768px) {
  #header .hero .hero-text {
    left: calc(50vw - 200px);
    width: 400px;
  }
}
#header .hero .hero-adiona,
#header .hero .hero-verneda {
  position: absolute;
  width: 300px;
  height: 200px;
  bottom: -50px;
  -webkit-transition: bottom 0.5s ease-in-out;
  transition: bottom 0.5s ease-in-out;
  z-index: 999999;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 996px) {
  #header .hero .hero-adiona,
  #header .hero .hero-verneda {
    width: 200px;
    height: 150px;
  }
}
#header .hero .hero-adiona img,
#header .hero .hero-verneda img {
  max-height: 100%;
}
@media screen and (min-width: 996px) {
  #header .hero .hero-adiona:hover,
  #header .hero .hero-verneda:hover {
    bottom: -30px;
  }
}
#header .hero .hero-adiona {
  background-color: #2a3b4f;
  left: calc(50vw - 320px);
}
@media screen and (max-width: 996px) {
  #header .hero .hero-adiona {
    left: calc(50vw - 210px);
  }
}
#header .hero .hero-verneda {
  background-color: #245235;
  left: calc(50vw + 20px);
}
@media screen and (max-width: 996px) {
  #header .hero .hero-verneda {
    left: calc(50vw + 10px);
  }
}
#header .hero .btn-primary {
  background-color: #2a3b4f;
}
@media screen and (max-width: 768px) {
  #header .hero {
    padding: 30px 0 60px 0;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1239px) {
  #header .hero {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#header .hero-overlay {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: calc(100% - 80px);
  position: absolute;
  background-color: none;
}
#header .hero-overlay.adiona {
  background-color: rgba(42, 59, 79, 0.66);
}
#header .hero-overlay.verneda {
  background-color: rgba(36, 82, 53, 0.66);
}
#header::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  width: 100%;
  height: 30px;
  background-color: #fff;
}
#header::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 80px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
}

#popup-advert {
  z-index: 999999;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  text-align: center;
  max-width: 700px;
  max-height: 700px;
}
#popup-advert .popup-container {
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#popup-advert .popup-container img {
  width: 100%;
  height: auto;
  display: block;
}
#popup-advert .popup-container .btn-close {
  margin-top: 20px;
  text-align: center;
}

.m-1 {
  margin: 20px;
}

.m-2 {
  margin: 40px;
}

.mb-1 {
  margin-bottom: 20px;
}

.mb-2 {
  margin-bottom: 40px;
}

.mb-05 {
  margin-bottom: 10px;
}

.mb-n1 {
  margin-bottom: -20px;
}

.p-1 {
  padding: 20px;
}

.p-2 {
  padding: 40px;
}

.pb-1 {
  padding-bottom: 20px;
}

.pb-2 {
  padding-bottom: 40px;
}

.pb-05 {
  padding-bottom: 10px;
}

.mt-1 {
  margin-top: 20px;
}

.mt-2 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 60px;
}

.mt-05 {
  margin-top: 10px;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 20px;
}

.pt-2 {
  padding-top: 40px;
}

.pt-05 {
  padding-top: 10px;
}

.no-padding.col, .no-padding[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}