/* 
    Created on : 27.5.2016, 22:50:41
    Author     : miled
*/
body {
  font-family: 'Barlow Semi Condensed', sans-serif;
}
a {
  color: #5D7960;
}
a:hover,
a:focus {
  color: #475c49;
}
p {
  font-size: 16px;
  color: #777;
}
.body-padding {
  padding-top: 90px;
}
.bluecolor {
  color: #5D7960;
}
.carousel .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}
.carousel .item::after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
.carousel-control {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.2);
  border: 2px solid #fff;
  height: 54px;
  line-height: 54px;
  margin-top: -27px;
  opacity: 1;
  text-shadow: none;
  top: 50%;
  transition: all 0.2s ease-in-out 0s;
  width: 54px;
  z-index: 15;
  border-radius: 4px;
}
.carousel-control.right {
  margin-right: 20px;
  background-image: none;
}
.carousel-control.left {
  margin-left: 20px;
  background-image: none;
}
.carousel-control:hover {
  background: #fff;
  color: #5D7960;
}
.carousel-indicators li,
.carousel-indicators .active {
  border: 2px solid #ffffff;
  height: 15px;
  margin: 3px;
  width: 15px;
}
.carousel-caption {
  top: 40%;
}
.carousel-caption h1 {
  font-weight: 700;
  font-size: 70px;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}
.carousel-caption p {
  font-style: italic;
  font-size: 24px;
}
@media (max-width: 767px) {
  .carousel-caption {
    top: 25%;
  }
  .carousel-caption h1 {
    font-size: 44px;
  }
  .carousel-caption p {
    font-size: 18px;
  }
  .carousel-control {
    top: 90%;
  }
}
.arrow-link {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 54px;
  height: 54px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-left: -22px;
  animation: 1.6s ease-in-out 0s normal none infinite running floating-arrow;
  padding: 5px 10px;
  transition: all 0.3s;
  border-radius: 4px;
}
.arrow-link:hover,
.arrow-link:focus {
  background: #fff;
  color: #5D7960;
}
@keyframes floating-arrow {
  0% {
    transform: translateY(0px);
  }
  65% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.navbar-default .navbar-brand {
  height: 70px;
  font-size: 46px;
  font-weight: 700;
  color: #000;
  line-height: 1;
  background: #fff;
  transform: translateY(19px);
  font-family: "Ek Mukta";
  transition: all 0.3s;
}
.scrolled .navbar-default .navbar-brand {
  padding-top: 5px;
  height: 50px;
  padding-bottom: 0;
}
.navbar-default .navbar-brand:hover {
  background: #fff;
}
.navbar-brand > img {
  width: auto;
  height: 36px;
  display: inline;
  margin-bottom: 6px;
  margin-left: 3px;
  margin-right: 3px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-default .navbar-brand {
    font-size: 36px;
  }
  .navbar-brand > img {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-brand,
  .scrolled .navbar-default .navbar-brand {
    font-size: 36px;
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
  }
  .navbar-brand > img {
    width: auto;
    height: 24px;
  }
}
.navbar-default {
  background: #fff;
  border: 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.navbar-default .navbar-nav > li > a {
  color: #333;
  letter-spacing: 1px;
  font-weight: 400;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: all 0.3s;
  margin-left: 1px;
  padding-bottom: 14px;
  padding-top: 14px;
}
.scrolled .navbar-default .navbar-nav > li > a {
  padding-bottom: 5px;
  padding-top: 5px;
}
.navbar-default .navbar-nav > li > a .fa {
  font-size: 2.5rem;
}
.navbar-default .navbar-nav > li > a.arch-item {
  border-color: #ccc;
}
.navbar-default .submenu .navbar-nav > li > a {
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: all 0.3s;
  margin-left: 1px;
  padding-bottom: 6px;
  padding-top: 6px;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #5D7960;
    border-color: #5D7960;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav > li > a,
  .navbar-default .submenu .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .nav > li.soc-links {
    display: inline-block;
  }
}
.navbar-default .submenu .navbar-nav > li > a:hover,
.navbar-default .submenu .navbar-nav > li > a:focus {
  color: #5D7960;
  border-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .submenu .navbar-nav > .active > a,
.navbar-default .submenu .navbar-nav > .active > a:focus,
.navbar-default .submenu .navbar-nav > .active > a:hover {
  color: #5D7960;
  background-color: transparent;
}
.navbar-nav {
  margin-top: 10px;
}
.submenu .navbar-nav {
  margin-top: 0px;
  margin-bottom: 6px;
}
.navbar-default .navbar-nav > li > a .caret {
  color: #333;
}
.btn-primary {
  background-color: #5D7960;
  border-color: #5D7960;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.5;
  padding: 12px 35px;
  text-transform: uppercase;
  transition: all 0.3s;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #3c4e3e;
  border-color: #3c4e3e;
}
button.btn-outline-primary,
a.btn-outline-primary {
  background-color: #fff;
  border-color: #5D7960;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.5;
  padding: 12px 35px;
  text-transform: uppercase;
  transition: all 0.3s;
  color: #5D7960;
}
.cookie-consent .btn {
  padding: 6px 12px;
}
@media (max-width: 767px) {
  .btn-primary {
    padding: 12px 16px;
  }
}
.btn-default {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #fff;
  border-color: #fff;
}
footer {
  background: #5D7960;
  clear: both;
  color: rgba(255, 255, 255, 0.8);
}
footer > .container {
  padding-top: 70px;
  padding-bottom: 70px;
}
footer h4 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  color: #fff;
}
footer hr {
  border-color: #ccc;
  border-style: dotted;
}
footer .list-unstyled {
  margin-bottom: 1.5rem;
}
footer .list-unstyled li a {
  display: block;
  padding: 2px 2px 2px 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}
footer .list-unstyled li a.mail {
  display: inline;
  padding: auto;
  text-transform: none;
  color: rgba(255, 255, 255, 0.8);
}
footer .list-unstyled li a:hover,
footer .list-unstyled li a:focus {
  color: #ffffff;
}
footer .list-unstyled li:first-child {
  padding-top: 0;
}
footer .list-unstyled li:last-child {
  border: 0;
}
footer .fa {
  margin-right: 5px;
  color: #fff;
}
footer .form-control {
  background: transparent;
  box-shadow: none;
}
footer .form-control:focus {
  background: #fff;
}
.footer-h4-second {
  margin-top: 3rem;
}
footer p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
@media (max-width: 767px) {
  footer .row > div {
    padding-bottom: 30px;
  }
}
.img-footer {
  width: 180px;
  margin-bottom: 40px;
}
.copyright {
  padding: 10px;
  color: rgba(255, 255, 255, 0.7);
  background: #475c49;
  text-align: center;
}
/* sections */
.white-block {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}
.white-block h1 {
  font-size: 48px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 25px;
  color: #262f38;
}
.white-block p {
  color: #777;
  font-size: 16px;
}
.white-block a {
  color: #5D7960;
}
@media (max-width: 767px) {
  .white-block h1 {
    font-size: 40px;
  }
}
.white-block-text {
  padding-top: 70px;
  padding-bottom: 70px;
}
.white-block-text p {
  color: #777;
}
.white-block-text h1 {
  margin-top: 50px;
  font-weight: 700;
  color: #262f38;
  font-size: 48px;
  text-transform: uppercase;
}
.white-block-text h2 {
  text-transform: uppercase;
  color: #262f38;
  margin-top: 50px;
  font-weight: 700;
  margin-bottom: 30px;
}
.white-block-text a:not(.btn) {
  color: #5D7960;
}
.white-block-text h3 {
  margin-top: 0;
  color: #262f38;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .white-block-text h1 {
    font-size: 40px;
  }
}
.white-block-text.right {
  text-align: right;
}
.gray-block {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #F2F2F2;
}
.gray-block h1 {
  color: #8c8c8c;
  margin: 0;
}
.gray-block h2 {
  font-weight: 700;
  color: #262f38;
  font-size: 48px;
  margin-top: 10px;
  margin-bottom: 0;
}
.gray-block h2 span {
  color: #5c6a78;
}
.gray-block .button-column {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .gray-block h2 {
    font-size: 40px;
  }
}
.white-block3 {
  padding-top: 70px;
  padding-bottom: 50px;
}
.white-block3 h1 {
  font-size: 24px;
  font-weight: 700;
  color: #262f38;
}
.white-block3 .row > div {
  text-align: center;
}
.white-block3 p {
  margin-bottom: 20px;
  color: #777;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 16px;
}
.white-block3 .img-icon {
  height: 100px;
}
@media (max-width: 767px) {
  .white-block3 .row > div {
    padding-bottom: 30px;
  }
}
.intro-block1 {
  height: 600px;
  background-image: url(../homepage/dlazba-interier.jpg);
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.intro-block1 .caption {
  position: absolute;
  left: 0;
  width: 100%;
  top: 30%;
  padding: 25px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}
.intro-block1 h1 {
  font-size: 48px;
  padding-left: 20%;
  padding-right: 20%;
  font-weight: 700;
  margin: 0;
}
.intro-block1 h2 {
  font-size: 24px;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .intro-block1 {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .intro-block1 .caption {
    position: static;
  }
  .intro-block1 h1 {
    font-size: 30px;
  }
}
.intro-block1.isTablet {
  height: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-attachment: scroll;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.intro-block1.isTablet .caption {
  position: static;
}
.intro-block1.isTablet h1 {
  font-size: 30px;
}
.block-kolekce {
  padding-top: 170px;
  padding-bottom: 170px;
  background-attachment: fixed;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.block-kolekce h1 {
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}
.block-kolekce h2 {
  font-size: 20px;
  margin: 0;
  margin-top: 10px;
  font-style: italic;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .block-kolekce {
    background-attachment: scroll;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .block-kolekce h1 {
    font-size: 36px;
  }
  .block-kolekce h2 {
    font-size: 18px;
    line-height: 1.3;
  }
}
.block-kolekce.isTablet {
  background-attachment: scroll;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.block-kolekce.first {
  padding-top: 220px;
  padding-bottom: 120px;
}
.block-kolekce.right {
  text-align: right;
}
.intro-block-mozaiky,
.intro-block-dlazba,
.intro-block-bazeny {
  min-height: 350px;
  padding-top: 200px;
  padding-bottom: 70px;
  background-attachment: fixed;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.intro-block-mozaiky h1,
.intro-block-dlazba h1,
.intro-block-bazeny h1 {
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}
.intro-block-mozaiky h2,
.intro-block-dlazba h2,
.intro-block-bazeny h2 {
  font-size: 20px;
  margin: 0;
  margin-top: 10px;
  font-style: italic;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  line-height: 1.5;
}
.intro-block-mozaiky .container,
.intro-block-dlazba .container,
.intro-block-bazeny .container {
  z-index: 100;
  position: relative;
}
@media (max-width: 767px) {
  .intro-block-mozaiky,
  .intro-block-dlazba,
  .intro-block-bazeny {
    background-attachment: scroll;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .intro-block-mozaiky h1,
  .intro-block-dlazba h1,
  .intro-block-bazeny h1 {
    font-size: 36px;
  }
  .intro-block-mozaiky h2,
  .intro-block-dlazba h2,
  .intro-block-bazeny h2 {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media (max-width: 360px) {
  .intro-block-dlazba h1 {
    font-size: 32px;
  }
}
.intro-block-mozaiky.isTablet,
.intro-block-dlazba.isTablet,
.intro-block-bazeny.isTablet {
  background-attachment: scroll;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.intro-block-mozaiky::after,
.intro-block-dlazba::after,
.intro-block-bazeny::after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
.intro-block-dlazba {
  padding-top: 100px;
}
.intro-block-bazeny {
  padding-top: 100px;
}
.btn-ghost {
  color: #262f38;
  border: 2px solid #fff;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.5;
  padding: 12px 35px;
  text-transform: uppercase;
  text-shadow: none;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .btn-ghost {
    padding: 12px 16px;
  }
}
.btn-ghost:hover,
.btn-ghost:focus {
  color: #5D7960;
  border: 2px solid #fff;
  background: #fff;
}
.carousel-caption .btn-ghost {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}
.carousel-caption .btn-ghost:hover,
.carousel-caption .btn-ghost:focus {
  color: #5D7960;
  background: #fff;
}
.gallery {
  overflow: hidden;
}
.gallery h1 {
  margin: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #262f38;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .gallery h1 {
    font-size: 30px;
  }
}
.gallery .container h1 {
  padding-bottom: 0;
}
.gallery .container h2 {
  color: #8c8c8c;
  padding-bottom: 50px;
  margin-bottom: 0;
}
.gallery a,
.kolekce a {
  float: left;
  display: block;
  width: 25%;
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
}
@media (max-width: 767px) {
  .gallery a,
  .kolekce a {
    width: 50%;
  }
}
.gallery a:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  background: transparent none no-repeat 50% 50%;
  transition: all 0.5s;
}
.gallery a:hover:after {
  background: rgba(0, 0, 0, 0.4) url(../img/zoom-tool.svg) no-repeat 50% 50%;
  background-size: 40px auto;
}
.gallery .btn-reklama:after {
  display: none;
}
.gallery .btn-reklama:hover:after {
  background-image: none;
}
.gallery a img,
.kolekce a img {
  width: 100%;
  transition: all 0.5s;
}
.gallery a:hover img,
.kolekce a:hover img {
  transform: scale(1.1);
}
.rok {
  display: block;
  margin-top: 10px;
}
.rok::before {
  content: "Rok realizace: ";
}
.kolekce a:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.kolekce a:hover:after {
  background: rgba(0, 0, 0, 0);
}
.kolekce a span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  z-index: 100;
  font-weight: 700;
}
.text-info {
  color: #5D7960;
}
.katalogy a {
  display: block;
  position: relative;
  overflow: hidden;
}
.katalogy a:after {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  border: 2px solid #fff;
  border-radius: 4px;
  color: #fff;
  content: "Stáhnout";
  display: block;
  height: 40px;
  left: 50%;
  line-height: 36px;
  margin-left: -25%;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transition: all 0.5s ease 0s;
  width: 50%;
  z-index: 100;
  opacity: 0;
}
.katalogy a:hover:after {
  opacity: 1;
}
.katalogy a img {
  transition: all 0.5s;
}
.katalogy a:hover img {
  transform: scale(1.1);
}
.white-block-text p strong {
  color: #666;
}
.white-block-text .btn-primary,
.white-block-text .btn-poptavka {
  margin-bottom: 3px;
}
.white-block-text .kontakt-banner {
  background: #efefef none repeat scroll 0 0;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
  line-height: 1.4;
}
.submenu {
  padding-bottom: 5px;
  clear: both;
}
.btn-poptavka {
  border: 1px solid #ddd;
}
.btn-poptavka:hover,
.btn-poptavka:focus {
  border: 1px solid #5D7960;
}
.poptavka-form label {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .poptavka-form {
    margin-bottom: 3rem;
  }
  .form-control {
    font-size: 16px;
  }
}
.has-error label::after {
  content: "* Povinný údaj";
  color: #c00;
  margin-left: 1rem;
}
.response-success,
.response-error,
.response-warning {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.response-success {
  color: #55B559;
}
.response-error {
  color: #F55145;
}
.response-warning {
  color: #EDA900;
}
.navbar-toggle {
  margin-top: 14px;
}
.footer-brand span {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  font-family: "Ek Mukta";
}
.footer-brand img {
  display: inline;
  height: 26px;
  margin-bottom: 20px;
  margin-left: 3px;
  margin-right: 3px;
  width: 26px;
}
.img-detaily {
  margin-top: 2rem;
}
.block-reklama {
  background-attachment: scroll;
  background-position: 50% 50%;
  padding-top: 110px;
  padding-bottom: 50px;
}
.block-reklama::after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
.block-reklama .container {
  z-index: 10;
  position: relative;
}
.reklama-odkazy > a:nth-child(1) {
  background-color: #0f85d1;
  border-color: #0f85d1;
}
.reklama-odkazy > a:nth-child(2) {
  background-color: #3498DB;
  border-color: #3498DB;
}
.reklama-odkazy > a:nth-child(3) {
  background-color: #58ADE3;
  border-color: #58ADE3;
}
.reklama-odkazy > a:nth-child(1):hover {
  background-color: #0c67a1;
  border-color: #0c67a1;
}
.reklama-odkazy > a:nth-child(2):hover {
  background-color: #217dbb;
  border-color: #217dbb;
}
.reklama-odkazy > a:nth-child(3):hover {
  background-color: #2c98dc;
  border-color: #2c98dc;
}
.white-block-text-reklama {
  padding-top: 50px;
  padding-bottom: 50px;
}
.white-block-text-reklama strong {
  font-size: 20px;
}
.white-block-text-reklama p {
  font-style: normal;
  font-weight: 200;
}
.white-block-text-reklama h3 {
  margin-bottom: 1rem;
}
.white-block-text-reklama figure {
  padding: 1rem;
  margin-bottom: 2rem;
}
label.required::after {
  content: "*";
  color: #c00;
  padding-left: 3px;
}
.has-error label.required::after {
  content: "* Povinný údaj";
  color: #c00;
  padding-left: 3px;
  margin-left: 0;
  text-transform: none;
}
.gallery .form-group {
  margin-bottom: 5px;
  position: relative;
}
.gallery .form-group > label {
  position: absolute;
  left: 10px;
  top: 7px;
  text-transform: uppercase;
}
.gallery .form-control {
  padding-left: 75px;
}
.zaujala {
  color: #262f38;
  font-size: 15px;
  font-weight: 700;
  margin-top: 72px;
  text-transform: uppercase;
}
.reklama {
  margin-top: 70px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 80%;
}
.reklama .container {
  display: flex;
}
.reklama-left {
  width: 60%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 30px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.reklama-form {
  width: 40%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.reklama-left h1 {
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 50px;
}
.reklama-left h1 span {
  font-size: 110px;
}
.reklama-left p {
  font-size: 36px;
  line-height: 1.1;
  color: #fff;
}
.reklama-first-p {
  margin-bottom: 60px;
}
.reklama-left p span {
  color: #0f85d1;
}
.reklama-left p strong {
  font-weight: 700;
}
.reklama-left p .infin {
  color: #fff;
  font-size: 39px;
  font-weight: 300;
  line-height: 1;
}
.reklama-form h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 28px;
  margin-top: 5px;
}
.reklama-form p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 200;
}
.reklama-form label {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal;
}
.reklama-form .form-control {
  font-size: 16px;
  font-weight: 200;
  height: auto;
  padding: 8px 12px;
}
p.reklama-para-bottom {
  font-size: 28px;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 700;
}
.reklama-arrow {
  height: 20px;
  display: flex;
}
.reklama-arrow a {
  width: 100px;
  height: 20px;
  background: url(../img/arrow.svg) no-repeat 0 0;
  background-size: 100px 20px;
  display: block;
}
.reklama-arrow span {
  background: #fff;
  flex-grow: 1;
}
.reklama-form .fa {
  color: #fff;
  font-size: 150px;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .reklama-left h1 {
    font-size: 50px;
  }
  .reklama-left h1 span {
    font-size: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .reklama-left {
    width: 57%;
  }
  .reklama-form {
    width: 43%;
  }
  .reklama-left h1 {
    font-size: 50px;
  }
  .reklama-left h1 span {
    font-size: 90px;
  }
  .white-block-text-reklama p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .reklama .container {
    flex-direction: column;
  }
  .reklama-left {
    width: 100%;
  }
  .reklama-form {
    width: 100%;
    padding: 20px;
  }
  .reklama-arrow {
    display: none;
  }
  .reklama-left h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .reklama-left h1 span {
    font-size: 70px;
  }
  .reklama-first-p {
    margin-bottom: 30px;
  }
  .reklama-left p {
    font-size: 22px;
  }
}
.intro-new {
  padding-top: 110px;
  background: #F2F2F2;
}
/*.intro-new a {
    display: block;
    height: 270px;
    position: relative;
    overflow: hidden;
    background-color: @bluecolor;
}
.intro-new span {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    background: rgba(0,0,0,0.6);    
    font-weight: 700;
    transition: all 0.6s;
    padding-top: 15px;
    padding-bottom: 0px;
    box-shadow: 0 -5px 15px rgba(0,0,0,0.6);
}
.intro-new a span em {
    overflow: hidden;
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    padding-left: 25px;
    padding-right: 25px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s;
    display: block; 
    text-overflow: ellipsis;
    white-space: nowrap;
}
.intro-new a:hover span {
    padding-bottom: 15px;    
    background: rgba(0,0,0,0.8);
}
.intro-new a:hover span em {
    transform: translateY(0);
    opacity: 1;    
}
.intro-new img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    transition: all 0.6s;
    opacity: 1;
}
.intro-new a:hover img {
    opacity: 0.2;
    transform: scale(1.1);
}
.intro-new a:hover::after {
    content: "prohlédnout";
    text-transform: uppercase;
    position: absolute;
    display: inline-block;
    padding: 10px 20px;
    color: @bluecolor;
    background: #fff;
    border-radius: 4px;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -65px;
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
}*/
.kolekce-grid {
  padding-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
}
.kolekce-grid .kolekce-grid-item {
  padding-right: 2px;
  padding-left: 2px;
  padding-bottom: 4px;
}
.kolekce-grid-item a {
  position: relative;
  overflow: hidden;
  display: block;
  background: #060606;
  height: 300px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .kolekce-grid-item a {
    height: 310px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .kolekce-grid-item a {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .kolekce-grid-item a {
    height: 240px;
  }
}
.blog-clanek.kolekce-grid-item a::after {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background: url(../img/blog.svg) no-repeat 0 0;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.intro-new .kolekce-grid-item a {
  height: 300px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .intro-new .kolekce-grid-item a {
    height: 230px;
  }
}
@media (max-width: 767px) {
  .intro-new .kolekce-grid-item a {
    height: 240px;
  }
  .blog-clanek img {
    height: 100% !important;
  }
  .intro-new {
    padding-top: 60px;
  }
  .container-detail {
    padding-top: 60px !important;
  }
}
.kolekce-grid-item a img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  opacity: 0.8;
  min-width: 390px;
}
.kolekce-dlazby a img {
  width: 100%;
  height: auto;
}
.kolekce-grid-item a:hover img {
  opacity: 0.3;
  transform: scale(1.1);
}
.kolekce-grid-item a .hover {
  display: flex;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  color: #fff;
  justify-content: center;
  flex-direction: column;
}
.kolekce-grid-item a .hover h1 {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  padding: 10px 30px;
  font-weight: 700;
}
.kolekce-grid-item a .hover div {
  display: none;
  text-align: center;
  padding: 0 20px;
}
.kolekce-grid-item a:hover .hover div {
  display: block;
}
.kolekce-grid-item a:hover .hover div b,
.kolekce-grid-item a:hover .hover div strong {
  font-weight: normal;
}
.h1-kolekce-grid {
  font-weight: 700;
  color: #262f38;
  font-size: 32px;
  text-transform: uppercase;
}
.kolekce-detail-header {
  min-height: 520px;
  position: relative;
  background-position: center center;
  background-size: cover;
}
.kolekce-detail-header-headings {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ffffff;
  padding: 30px;
  padding-bottom: 10px;
}
.kolekce-detail-header-headings h1 {
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
}
.kolekce-detail-header-headings h2 {
  margin: 0;
  margin-top: 5px;
  color: #777;
  font-size: 16px;
}
.kolekce-detail-popis {
  padding: 30px;
  padding-bottom: 0;
  font-size: 16px;
  color: #777;
}
.kolekce-detail-h6 {
  font-weight: 700;
  padding: 40px 30px 20px 30px;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0;
}
.social-buttons .btn-primary {
  padding: 5px 8px;
  border-color: transparent;
  margin-bottom: 2px;
}
.btn-facebook {
  background-color: #3B5998;
}
.btn-facebook:hover {
  background-color: #2d4373;
}
.btn-twitter {
  background-color: #4AB3F4;
}
.btn-twitter:hover {
  background-color: #1a9ff1;
}
.btn-google {
  background-color: #dd4b39;
}
.btn-google:hover {
  background-color: #c23321;
}
.kolekce-detail-body {
  background: #f2f2f2;
}
.kolekce-detail-body .container-detail > div {
  background: #fff;
}
.kolekce-detail-body .kolekce-grid {
  padding-bottom: 0;
  margin-bottom: 60px;
}
p {
  font-family: 'Ek Mukta';
}
footer p {
  font-family: 'Barlow Semi Condensed', sans-serif;
}
.btn {
  border-radius: 0;
}
.block-eshop {
  display: block;
  height: 300px;
  background: #fff url(../img/bg-eshop.jpg) no-repeat right center;
  background-size: auto 100%;
  text-align: left;
  text-decoration: none;
  transition: all 0.3s;
  color: #0f85d1;
}
.block-eshop:hover,
.block-eshop:focus {
  text-decoration: none;
  background-size: auto 103%;
  background-position: right -7px center;
  color: #4AB3F4;
}
.block-eshop h2 {
  font-size: 60px;
  font-weight: 800;
  padding-top: 60px;
  padding-left: 50px;
  margin: 0;
}
.block-eshop img {
  width: 100px;
  height: auto;
  margin-left: 75px;
  margin-top: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .block-eshop {
    height: 230px;
  }
  .block-eshop h2 {
    font-size: 50px;
    padding-top: 40px;
  }
  .block-eshop img {
    width: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-eshop {
    background-position: right -400px center;
  }
  .block-eshop h2 {
    padding-left: 90px;
  }
  .block-eshop img {
    margin-left: 120px;
  }
}
@media (max-width: 767px) {
  .block-eshop {
    height: 240px;
    background-position: 150px center;
  }
  .block-eshop h2 {
    font-size: 40px;
    display: block;
    padding-left: 0;
    padding-top: 40px;
    text-align: center;
  }
  .block-eshop img {
    margin-left: 120px;
  }
  .block-eshop:hover,
  .block-eshop:focus {
    background-position: 170px center;
  }
}
.standard-para p {
  color: #777;
  font-size: 16px;
  padding: 0 0 20px 0;
  font-family: 'Ek Mukta';
}
.standard-para ul,
.kolekce-detail-popis ul,
.kolekce-detail-popis ol {
  color: #777;
  font-size: 16px;
  font-family: 'Ek Mukta';
}
.clanek-item {
  margin-bottom: 2rem;
  background: #f0f0f0;
  padding-right: 1rem;
}
.clanek-item h2 {
  margin-top: 0.5rem;
}
.clanek-item h2 a {
  font-size: 22px;
}
.clanek-item .datum {
  color: #777;
}
.clanek-item p {
  font-size: 14px;
}
@media (max-width: 767px) {
  .clanek-item {
    padding: 0;
  }
  .clanek-item h2 {
    margin: 0;
    padding: 1rem;
  }
  .clanek-item p {
    margin: 0;
    padding: 1rem;
  }
  .clanek-item .datum {
    padding: 0 1rem 1rem;
  }
}
.h3-right-column {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 700;
}
label,
.form-control {
  font-family: 'Ek Mukta';
  font-size: 16px;
}
.galerie {
  margin-bottom: 1rem;
}
#search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  padding: 4rem;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  display: none;
}
#search .container {
  max-width: 460px;
}
.btn-tag {
  border-color: #5D7960;
  margin-bottom: 4px;
}
.btn-tag:hover,
.btn-tag:focus {
  background-color: #5D7960;
  color: #fff;
}
.tag-container {
  padding-top: 2rem;
}
.karta {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  display: flex;
  margin: 40px 0;
}
.karta img {
  width: 240px;
  height: 240px;
  object-fit: cover;
}
.karta-text {
  padding: 3rem;
}
.karta-text h2 {
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  color: #333333;
  margin-top: 0;
  margin-bottom: 1rem;
}
.karta .cena {
  font-size: 22px;
  color: #333333;
  font-weight: 800;
  margin-bottom: 1.75rem;
}
@media (max-width: 767px) {
  .karta {
    flex-direction: column;
  }
  .karta img {
    width: 100%;
  }
}
/*# sourceMappingURL=styles_new_barlow.css.map */