* {
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
  outline: 0;
}

body {
  margin: 0;
  padding: 0;
}

nav {
  top: 0;
  position: fixed;
  width: 100%;
  height: 100px;
  background: white;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  z-index: 1000;
  padding: 0 10px;
  display: flex;
  justify-content: flex-end;
}

nav .logo-area {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  border-bottom-right-radius: 30px;
  background: white;
  height: 200%;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

nav .logo-area::after {
  content: " ";
  position: absolute;
  right: -10px;
  height: 50%;
  background: white;
  width: 10px;
  top: 0;
}

.page-content {
  min-height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
}

.page-content .page-content__header {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.page-content .page-content__header.blind {
  background: url("../assets/rolety/SAM_4804_sm.jpg") no-repeat 0;
  background-size: 100%;
}

@media (min-width: 1200px) {
  .page-content .page-content__header.blind {
    background-position: 0 -100px;
  }
}
@media (min-width: 1800px) {
  .page-content .page-content__header.blind {
    background-position: 0 -230px;
  }
}

.page-content .page-content__header.pergole {
  background: url("../assets/pergole/MIRA4/4_sm.jpg") no-repeat 0;
  background-size: 100%;
}
.page-content .page-content__header.shutter {
  background: url("../assets/zaluzje/c/8.JPG") no-repeat 0 -260px;
  background-size: 100%;
}

.page-content .page-content__header h3 {
  margin: 0;
  width: 80%;
  height: 40px;
  line-height: 40px;
  background: #eae5d5; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #eae5d5 1%,
    #f2eee3 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #eae5d5 1%,
    #f2eee3 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #eae5d5 1%,
    #f2eee3 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eae5d5', endColorstr='#f2eee3', GradientType=1); /* IE6-9 */
  font-size: 20px;
  border: 1px solid #eae5d5;
  padding-left: 12px;
}

.page-content .page-content__content {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  background: rgba(247, 244, 236, 0.5);
}

.page-content .page-content__content .filler {
  width: 80%;
  min-height: 600px;
  padding: 5px 20px;
  border: 1px solid #eae5d5;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-content .page-content__content .filler asg-thumbnail {
  align-self: center;
}

.page-content .page-content__content .filler asg-thumbnail img {
  margin: 0 5px;
}

.page-content .page-content__content .page-content__gallery--small img {
  display: inline-block;
  height: 150px;
}

nav .nav__button-panel {
  display: flex;
}

nav .nav__button-panel button {
  width: 200px;
  background-color: transparent;
  border: 0;
  font-size: large;
}

nav .nav__button-panel button.active,
nav .nav__button-panel button:hover {
  background-color: #fbba00;
  cursor: pointer;
  color: white;
}

nav img {
  cursor: pointer;
  height: 100%;
}

footer {
  min-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3b3b3b;
  font-size: small;
  color: white;
  text-align: center;
}

section {
  height: calc(100vh - 100px);
  margin-top: 100px;
  overflow: auto;
}

.main-page__container {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.main-page__container > * {
  position: absolute;
  overflow: hidden;
  height: 100%;
  top: 0;
}

.main-page__container--pergola {
  z-index: 2;
  left: 30%;
  width: 45%;
}

.main-page__container--shutter {
  right: 0;
}

.main-page__container--shutter,
.main-page__container--blind,
.main-page__container--pergola {
  position: absolute;
  overflow: visible;
}

.main-page__container--shutter img,
.main-page__container--blind img,
.main-page__container--pergola img {
  height: 100%;
  transition: 1s;
  min-width: 100%;
}

.main-page__container--shutter:hover img,
.main-page__container--blind:hover img,
.main-page__container--pergola:hover img {
  transform: scale(1.2);
}

.label-area {
  font-size: xx-large;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  margin: auto;
  flex: 1 1 auto;
  z-index: 10;
  height: 100%;
}

.labels {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  height: 20%;
}

.toBackward button,
.toForward button {
  background-color: transparent;
  border: 1px solid #f7f4ec;
}

.contactWindow {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.video {
  width: 560px;
  height: 315px;
  margin: auto;
}

.label-area img {
  display: none;
}

.mobile-menu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px 0;
  width: 100px !important;
}

.mobile-menu .hamburger-bar {
  width: 100px;
  height: 10px;
  border-radius: 5px;
  background-color: #777777;
}

.mobile-menu-area {
  position: fixed;
  height: 100vh;
  width: 80%;
  display: flex;
  flex-direction: column;
  background: white;
  z-index: 10000;
}

.mobile-menu-area button {
  height: 150px;
  background: transparent;
  border: 0;
  font-size: 2.5em;
}

.hidden {
  display: none;
}

.asg-image {
  height: 600px !important;
}

@media (max-width: 1000px) {
  .main-page__container {
    display: none;
  }
  nav .logo-area {
    right: 0;
    left: unset;
    border-bottom-right-radius: unset;
    border-bottom-left-radius: 15px;
  }
  .labels {
    flex-direction: column;
    height: calc(100vh - 100px);
  }

  .labels .label-area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 5.5em;
    position: relative;
    overflow-y: hidden;
  }

  .labels .label-area img {
    display: initial;
    width: 100%;
    min-height: 100%;
  }

  .label-area label {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
    left: 0;
    right: 0;
  }

  .contactWindow {
    display: flex;
    flex-direction: column;
    font-size: 2em;
  }

  .asg-image {
    height: 700px !important;
    width: 100%;
  }

  .asg-image .arrows button {
    font-size: 40px;
  }

  footer {
    font-size: 2em;
  }

  nav {
    flex-direction: row-reverse;
  }

  nav button {
    display: none;
  }

  nav button.mobile-menu {
    display: flex;
  }

  .asg-thumbnail .items .item img {
    height: 100px !important;
  }
}

#map {
  height: 400px;
  width: 700px;
}

.gallery-thumbnail {
  width: 100%;
  overflow: auto;
}
