@font-face {
  font-family: "Barlow regular";
  src: url("https://dekorastuck.cz/assets/Barlow/Barlow-Regular.ttf");
  font-weight: normal;
}
.font-barlow-regular {
  font-family: "Barlow regular";
}

@font-face {
  font-family: "Barlow medium";
  src: url("https://dekorastuck.cz/assets/Barlow/Barlow-Medium.ttf");
  font-weight: 500;
}
.font-barlow-medium {
  font-family: "Barlow medium";
}

@font-face {
  font-family: "Barlow semibold";
  src: url("https://dekorastuck.cz/assets/Barlow/Barlow-SemiBold.ttf");
  font-weight: 600;
}
.font-barlow-semibold {
  font-family: "Barlow semibold";
}

@font-face {
  font-family: "Barlow bold";
  src: url("https://dekorastuck.cz/assets/Barlow/Barlow-Bold.ttf");
  font-weight: 700;
}
.font-barlow-bold {
  font-family: "Barlow bold";
}

html,
body {
  font-family: "Barlow regular";
  font-size: 16px;
  color: black;
  line-height: 21px;
}

a {
  color: black;
  letter-spacing: 1.5px;
}
a.more:hover {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #842124;
}

h1 {
  font-family: "Barlow semibold";
  font-size: 80px;
  color: #842124;
  line-height: 80px;
}

h2 {
  font-size: 45px;
  line-height: 45px;
}

h3 {
  font-family: "Barlow semibold";
  font-size: 32px;
  line-height: 32px;
}
h4 {
  font-family: "Barlow semibold";
  font-size: 36px;
  line-height: 36px;
}

.gallery ul {
  margin-left: 0px;
}
.gallery ul li {
  /*
	list-style-type: disc;
	color: #842124;
	*/
  line-height: 30px;
  padding-left: 1em;
  text-indent: -1em;
}
.gallery p {
  padding-bottom: 15px;
}
.gallery ul li:before {
  content: " ";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #842124;
  border-radius: 8px;
  margin-right: 8px;
}
.gallery ul li {
}
.gallery ul li span {
  color: black;
}

.gallery .col-sm-3 div {
  overflow: hidden;
}
.gallery img {
  transition: all 0.8s;
}
.gallery img:hover {
  transform: scale(1.3);
}
a.arrow {
  font-color: #842124;
  font-weight: 600;
  text-shadow: 0px;
  transition: all 0.3s;
  line-height: 20px;
  text-decoration: underline;
  letter-spacing: 1px;
}
a.arrow img {
  position: relative;
  top: 5px;
  margin-left: 20px;
  transition: all 0.3s;
}
a.arrow:hover img {
  margin-left: 30px;
}
.reference .images .col-sm-3 div {
  overflow: hidden;
}
.reference .images .col-sm-3 img {
  transition: all 0.8s;
}
.reference .images .col-sm-3 img:hover {
  transform: scale(1.3);
}

.more2 > img {
  visibility: hidden;
}
.more2 {
  display: block;
  background: white;
  transition: all 0.5s;
}
.more2:hover {
  background: #842124;
}
.more2:hover .more {
  color: white;
}

.vcenter {
  display: flex;
  align-items: center;
}
.vcenter-desktop {
  display: flex;
  align-items: center;
}
.vcenter-mobile {
  display: flex;
  align-items: center;
}
.top45 {
  position: relative;
  top: -45px;
}
.background-pattern {
  background-image: url("https://dekorastuck.cz/assets/pattern.jpg");
}

.more-content {
  display: none;
}

/* HEADER *********************************************************************/
header {
  background: #e9e5dc;
  height: 100px;
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 9999;
  box-shadow: 0 2px 4px 0 rgba(125, 125, 125, 0.5);
}

body {
  margin-top: 100px;
}

/* NAV */
nav {
  text-align: right;
}
nav a {
  display: inline-block;
  margin-left: 50px;
}
nav a:hover {
  font-family: "Barlow semibold";
}

nav .lang {
  position: relative;
  display: inline-block;
  background: white;
  padding: 3px 8px;
  text-align: center;
  font-family: "Barlow bold";
  margin-left: 50px;
}
nav .lang ul {
  display: none;
  position: absolute;
  top: 26px;
  left: 0px;
}
nav .lang:hover ul {
  display: block;
}

nav ul,
nav li {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.languages,
.languages li {
  list-style-type: none;
}
.languages li a {
  display: inline-block;
  width: 50px;
  margin: 0px;
  margin: 2px 0px;
  border: 1px solid #e6e6e6;
  background: white;
  padding: 3px 8px;
  text-align: center;
  font-family: "Barlow bold";
  box-shadow: 0 2px 4px 0 rgba(126, 126, 126, 0.5);
}
.languages li a:hover {
  background: #b6b6b6;
  color: black;
  text-decoration: none;
}

/* NAV-MOBILE *****************************************************************/
nav.mobile {
  display: none;
  position: fixed;
  background: white;
  top: 60px;
  left: 0px;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 4px 0 rgba(59, 59, 59, 0.5);
  padding: 20px 0px;
}
nav.mobile a {
  display: block;
  text-align: center;
  font-family: "Barlow medium";
  font-size: 24px;
  line-height: 24px;
  margin: 30px 0px;
}
nav.mobile .langs {
  text-align: center;
}
nav.mobile .langs a {
  display: inline-block;
  width: 49px;
  height: 26px;
  background-color: #ffffff;
  border: solid 1px #e6e6e6;
  font-size: 14px;
  font-family: "Barlow bold";
}

/* BANNER *********************************************************************/
.banner {
  margin-top: 42px;
}
.banner .mobile {
  display: none;
}
.banner .title {
  position: relative;
  top: -50px;
  z-index: 100;
}

.banner .arrow-down {
  text-align: right;
  padding-top: 30px;
}
.anim1 img {
  transition: all 0.3s;
}
.anim1:hover img {
  margin-top: 15px;
}

.arrow-right {
  font-family: "Barlow bold";
}
.arrow-right img {
  margin-left: 40px;
  transition: all 0.3s;
}
.arrow-right:hover img {
  margin-left: 60px;
}

/* PRODUCTS *******************************************************************/
.products {
  margin-top: 50px;
  position: relative;
  /*padding-top: 50px;*/
  padding-bottom: 50px;
}

.products .title {
  display: block;
  color: white;
  font-family: "Barlow semibold";
  background: #842124;
  padding: 15px 0px 15px 50px;
  margin-top: 10px;
}

.products .content {
  background: white;
  padding: 30px 50px 50px 50px;
}
.products a.arrow-right {
  line-height: 30px;
}

/* BANNER2 ********************************************************************/
.banner2 {
  position: relative;
  background-image: url("https://dekorastuck.cz/assets/foto-desktop@2x.png");
  background-size: cover;
  background-attachment: fixed;
  height: 264px;
}
.banner2 .title {
  position: absolute;
  left: 0px;
  top: 45%;
  width: 100%;
  text-align: center;
  color: black;
  font-size: 36px;
  font-family: "Barlow semibold";
  color: #842124;
}
.banner2 .test {
  visibility: hidden;
}

/* Galerie ********************************************************************/
.gallery {
  background: white;
  padding: 63px 0px;
}

.gallery .row .col-xs-6 {
  margin-bottom: 24px;
}

.gallery .content {
  background: #f2f2f2;
}

.gallery .content .background {
  background-image: url("https://dekorastuck.cz/assets/background-about@2x.jpg");
  background-size: cover;
  min-height: 341px;
  color: white;
  padding: 50px;
}

/* REFERENCE ******************************************************************/
.reference {
  padding: 66px 0px;
}

.reference .title {
  margin-top: 66px;
  background: white;
  font-family: "Barlow bold";
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 2.3px;
  color: #842124;
  text-align: center;
  margin-bottom: 13px;
  transition: all 0.3s;
}
.reference .title:hover {
  color: white;
  background: #842124;
}

.reference .images .row .col-xs-6 {
  margin-bottom: 24px;
}

.reference .more {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 40%;
  color: #842124;
  font-size: 20px;
  font-family: "Barlow semibold";
  line-height: 21px;
  letter-spacing: 1px;
}

/* CONTACT ********************************************************************/
.contact {
  background: white;
  padding-top: 90px;
}
.contact .container {
  padding-bottom: 90px;
}
.contact .copyright {
  color: #aeaeae;
  font-size: 14px;
}
.contact .copyright a {
  color: #aeaeae;
  font-family: "Barlow bold";
}
.contact .copyright a:hover {
  color: black;
}

#map {
  margin-top: 100px;
  width: 100%;
  height: 286px;
}

.btn-burger {
  display: none;
}

.img1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: all 0.5s;
  z-index: 1;
  padding: 0px 15px;
}
.img2 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: all 0.5s;
  z-index: 1;
  padding: 0px 15px;
}
.vis {
  opacity: 1;
}

.banner2-image {
  display: none;
}

@media (max-width: 767px) {
  h1 {
    font-size: 38px;
    line-height: 38px;
    color: #842124;
    font-family: "Barlow bold";
  }
  h2 {
    font-size: 26px;
    line-height: 26px;
    font-family: "Barlow bold";
    padding-top: 15px;
  }
  /*.arrow-down {position: relative; top: -50px}*/
  body {
    margin-top: 60px;
  }
  .banner {
    height: 100vh;
    background-image: url("https://dekorastuck.cz/assets/uvod-mobil@2x.jpg");
    background-size: cover;
    margin: 0px;
  }
  .banner .desktop {
    display: none;
  }
  .banner .mobile {
    display: block;
  }

  .banner .title {
    position: absolute;
    width: 100%;
    left: 0px;
    text-align: center;
    top: 45%;
    margin: 0px;
    padding: 0px;
  }
  .banner .anim1 {
    position: absolute;
    bottom: 10px;
    display: block;
    left: 0px;
    width: 100%;
    text-align: center;
  }
  .arrow-down {
    margin-top: -70px;
  }

  .vcenter-desktop {
    display: block;
  }
  .vcenter-desktop .col-sm-6 {
    padding-top: 20px;
  }
  .vcenter {
    display: block;
    line-height: 100px;
  }

  .btn-burger {
    display: inline-block;
  }
  .xxx {
    font-size: 11px;
    line-height: 11px;
  }

  .banner2 {
    height: 300px;
    background: transparent;
    /*
		background-image: url("../foto-mobil-2x.png");
		background-size: 100% auto;
		background-attachment: scroll;
		*/
  }
  .banner2-image {
    display: none;
    width: 100vw;
    height: 100vh;
    border: 0px solid black;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
  }

  .banner2 .title {
    font-size: 36px;
    line-height: 40px;
    color: #842124;
    top: 30%;
  }

  header {
    height: 60px;
  }

  header nav {
    display: none;
    position: absolute;
    z-index: 999;
    background: white;
    top: 60px;
    /*right: 5px;*/
    left: 0px;
    padding-right: 10px;
    line-height: 40px;
    text-align: left;
    box-shadow: 0px 3px 3px black;
    width: 100%;
  }

  .contact .container {
    padding-bottom: 0px;
  }

  nav .lang ul {
    display: none;
    position: absolute;
    top: 36px;
    left: 0px;
  }

  .xs-nopad {
    background: #f2f2f2;
    padding-bottom: 30px;
  }

  .gallery {
    padding-bottom: 0px;
  }

  .contact table {
    margin-bottom: 30px;
  }

  .products .col-sm-5 {
    margin-top: 30px;
    /*margin-top: 80px;*/
  }

  .products {
    margin-top: 0px;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .xs-mb-20 {
    padding-top: 15px;
  }
}
