@font-face {
  font-family: "rmedium";
  src: url("roboto-medium-webfont.eot");
  src: url("roboto-medium-webfont.eot?#iefix") format("embedded-opentype"),
    url("roboto-medium-webfont.woff2") format("woff2"),
    url("roboto-medium-webfont.woff") format("woff"),
    url("roboto-medium-webfont.ttf") format("truetype"),
    url("roboto-medium-webfont.svg#robotomedium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media (min-width: 1300px) {
  .container,
  .container-lg,
  .container-md,
  .container-fluid,
  .container-sm {
    max-width: 1300px;
  }
}

html,
body {
  font-family: "cormorant-garamond", serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
}

p {
  font-weight: 400;
  line-height: 170%;
  color: #1e2528;
  font-family: "cormorant-garamond", serif;
  font-size: 20px;
}

a {
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  font-family: "cormorant-garamond", serif;
}

a:hover,
a:focus {
  color: #ab160b;
}

h1 {
  font-family: "cormorant-garamond", serif;
  font-size: 42px;
  margin: 20px 0 20px 0;
  font-weight: 500;
}

h2 {
  font-family: "cormorant-garamond", serif;
  font-size: 38px;
  margin: 0px 0 30px 0;
  font-weight: 500;
  color: #1e2528;
}

h3 {
  font-family: "cormorant-garamond", serif;
  font-size: 26px;
  margin: 20px 0 10px 0;
  font-weight: 500;
  color: #1e2528;
}

#header {
  padding: 34px 0 50px 0;
}

#header .logo {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  border: 2px solid #000;
  display: inline-block;
  padding: 5px 20px;
  letter-spacing: 5px;
}

#header a.social {
  font-size: 19px;
  text-decoration: none;
  font-weight: 600;
}
#header a.social svg {
  width: 21px;
  height: 21px;
}
#header a.contact {
  font-size: 19px;
  text-decoration: none;
  font-weight: 600;
}
#header a.contact svg {
  width: 19px;
  height: 19px;
  margin-right: 5px;
}

.homepage-rozcestnik {
}
.homepage-rozcestnik a {
  display: flex;
  width: 25%;
  height: 325px;
  float: left;
  align-items: center;
  text-decoration: none;
  position: relative;
}
.homepage-rozcestnik a::before {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  content: " ";
  left: 0;
  top: 0;
  opacity: 0.4;
  z-index: 2;
  transition: opacity 0.1s linear;
}
.homepage-rozcestnik a:hover::before {
  opacity: 0.65;
}
.homepage-rozcestnik a span {
  display: block;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
  letter-spacing: 1px;
  padding: 0 15px;
}
.homepage-rozcestnik a.bg-1 {
  background: url(../img/rozcestnik_0011.jpg) no-repeat center;
  background-size: cover;
}
.homepage-rozcestnik a.bg-2 {
  background: url(../img/penzionpodhradkem.jpg) no-repeat center;
  background-size: cover;
}
.homepage-rozcestnik a.bg-3 {
  background: url(../img/featured_restaurace-tanzberg.jpg) no-repeat center;
  background-size: cover;
}

.homepage-rozcestnik a.bg-4 {
  background: url(../img/pivnice_bg.jpg) no-repeat center;
  background-size: cover;
}
.homepage-rozcestnik a.bg-5 {
  background: url(../img/rozcestnik_0007.jpg) no-repeat center;
  background-size: cover;
}
.homepage-rozcestnik a.bg-6 {
  background: url(../img/featured_kjub.jpg) no-repeat center;
  background-size: cover;
}
.homepage-rozcestnik a.bg-7 {
  background: url(../img/blok_renesance.jpg) no-repeat center;
  background-size: cover;
}
.homepage-rozcestnik a.bg-8 {
  background: url(../img/mezihumny.jpg) no-repeat center;
  background-size: cover;
}
.homepage-rozcestnik a.bg-9 {
  background: url(../img/rozcestnik_0003.jpg) no-repeat center;
  background-size: cover;
}
.homepage-rozcestnik a.bg-10 {
  background: url(../img/rozcestnik_0002.jpg) no-repeat center;
  background-size: cover;
}
.homepage-rozcestnik a.bg-11 {
  background: url(../img/rozcestnik_0001b.jpg) no-repeat center;
  background-size: cover;
}
.homepage-rozcestnik a.bg-12 {
  background: url(../img/featured_ohara.jpeg) no-repeat center;
  background-size: cover;
}
.homepage-rozcestnik a.bg-13 {
  background: url(../img/templ_dvere.jpg) no-repeat center;
  background-size: cover;
}

.homepage-rozcestnik a.bg-20 {
  background: url(../img/featured_villa-luna.jpg) no-repeat center;
  background-size: cover;
}
.homepage-rozcestnik a.bg-21 {
  background: url(../img/featured_boutique-apartman-mikulov.jpg) no-repeat center;
  background-size: cover;
}
.homepage-rozcestnik a.bg-23 {
  background: url(../img/featured_o-nas.jpg) no-repeat center;
  background-size: cover;
}
.homepage-rozcestnik a.bg-33 {
  background: url(../img/ihnacak_restaurant.jpg) no-repeat center;
  background-size: cover;
}

.loga-footer {
  margin-top: 85px;
}

.footer .copyright {
  color: #484848;
  font-size: 17px;
}

.footer .copyright a {
  color: #484848;
  font-size: 17px;
}

.page-slider {
  margin: 0 0 60px 0;
}

.page-slider img {
  width: 100%;
}

.photo_gallery {
  margin-top: 60px;
}

#prilohy {
  text-align: center;
  margin: 60px 0 0 0px;
}

#prilohy a {
  display: inline-block;
  color: #212529;
  font-family: "cormorant-garamond", serif;
  font-size: 19px;
  text-decoration: none;
  font-weight: 600;
  border: 2px solid #222;
  margin: 0 15px;
  text-transform: uppercase;
  padding: 13px 25px;
  cursor: pointer;
}

#prilohy a:hover,
#prilohy a:focus {
  background: #212529;
  color: white;
}

.lb-details .lb-caption {
  color: white;
}

.fixed-job {
  position: fixed;
  right: 0;
  top: 20%;
  background: #fff;
  /* color: white; */
  border: 2px solid black;
  border-right: 0;
  color: black;
  font-size: 21px;
  text-decoration: none;
  padding: 6px 19px;
  display: inline-block;
  transition: transform 0.3s ease;
  z-index: 100;
}
.fixed-job:hover,
.fixed-job:focus {
  transform: translate(5px, 0px);
  color: black;
}

@media (max-width: 1300px) {
  .homepage-rozcestnik a {
    width: 33.33333%;
    height: 365px;
  }
}

@media (max-width: 880px) {
  .homepage-rozcestnik a {
    width: 50%;
    height: 345px;
  }
}

@media (max-width: 620px) {
  .homepage-rozcestnik a {
    width: 100%;
    height: 345px;
    margin-bottom: 20px;
  }
  #header {
    padding: 14px 0 22px 0;
  }
  .page-slider {
    margin-bottom: 30px;
  }
  .fixed-job {
    position: initial;
    border-right: 2px solid black;
    display: inline-block;
    margin: 0px auto;
    margin-top: 30px;
  }
}

@media (max-width: 360px) {
  .homepage-rozcestnik a {
    height: 300px;
  }
  #header .logo {
    font-size: 23px;
  }
}
