/**
 * @author Jan Reitter
 * @package Lipa
 * @subpackage v1.0
 * @copyright Copyright (C) 2022 Jan Reitter. All rights reserved.
 */

 /* GLOBAL settings */
@charset "utf-8"; 





/* navigace */
#header {
position: absolute;
    width: 100%;
}
#top-menu a {
padding: 10px 12px;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
}

#top-menu a:hover, #top-menu a:focus  {
    color: #c1c3ce;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url(/templates/lipa/images/navico.svg);
}
.navbar-dark .navbar-toggler {
border: none;
padding: 0;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler:focus-visible {
    outline: none;
}
.navbar-collapse.show {
background-color: #ffffffa1;
}
.navbar-collapse.show #top-menu a {
color: #000;
}



#baner-v2 {
/*background: url(/images/tilia/A1_00000.jpg) 50% 20% no-repeat; 
background: url(/images/tilia/A1_00000.jpg) top center no-repeat;*/
background: url(/images/tilia-v2/Slapanice_streetView.jpg) 80% 40% no-repeat;
    background-size: cover;
    /*margin-top: -80px;  */
    background-color: #0000004f;
    background-blend-mode: overlay;
}
.banner-inner {
height: 100%;
}

#baner-v2 .banner-contents {
/* min-height: 500px; */
height: 100%;
}
#mod-custom116 {
background: url(/images/tilia-v2/image2.jpg) center bottom no-repeat;
    background-size: cover;
} 

#koupelny {
background: url(/images/tilia-v2/standardy/koupelny.jpg) center bottom no-repeat;
    background-size: cover;
    text-decoration: none;
} 
#standardy {
background: url(/images/tilia-v2/standardy/standardy.jpg) center bottom no-repeat;
    background-size: cover;
    text-decoration: none;
} 

#penb {
background: url(/images/tilia-v2/standardy/penb.jpg) center bottom no-repeat;
    background-size: cover;
    text-decoration: none;
} 

#podlahy {
background: url(/images/tilia-v2/standardy/podlahy.jpg) center bottom no-repeat;
    background-size: cover;
    text-decoration: none;
} 

#mod-custom117 img, #mod-custom118 img, #mod-custom121 img, #mod-custom122 img, .g-thumb, .baner-bottom img {
 object-fit: cover;
    width: 100%;
    height: 100%;
} 



.g-thumb-1 {
 height: 540px;
}
.g-thumb-2, .g-thumb-3 {
 height: 680px;
 padding-top: 0.25rem;
 padding-bottom: 0.25rem;
}
.g-thumb-4 {
 height: 600px;
}
.g-thumb-5, .g-thumb-6 {
 height: 800px;
}
.g-thumb-7 {
 height: 670px;
 padding-top: 0.25rem;
 padding-bottom: 0.25rem;
}
.g-thumb-8 {
 height: 350px;
}
.koupelny-text {
 text-shadow: 0px 4px 4px #8E867B;
}
   

#map{
      height: 600px;
      width: 100%;
    }

#mod-custom121 .interiery {
background: url(/images/tilia-v2/na_miru_velky.jpg) center center no-repeat;
    background-size: cover;
    
} 
.budova-a {
top: 32%;
    left: 25%;
    width: 5%;
    cursor: pointer;
}
.budova-b {
top: 53%;
    left: 52%;
    width: 5%;
    cursor: pointer;
}
.budova-c {
top: 33%;
    left: 80%;
    width: 5%;
    cursor: pointer;
}
.budova-d {
top: 8%;
    left: 42%;
    width: 5%;
    cursor: pointer;
}

table {
white-space: nowrap;
}
.t-10 {
height: 390px;
overflow-y: hidden;
}
                                                      

 
.lokalita-text li {
    margin-bottom: 10px;
    margin-left: 20px;
}


.lokalita-text li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
    margin-left: -20px;
    position: absolute;
} 

#standardy a img {
width: 50px;
}

#standardy .show {
-webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
}
/*#partneri .logo {
height: 80px;
max-height: 100%;
} */

#partneri img {
object-fit: contain;
    width: 100%;
    height: 80px;
}

/* efekty */                      
.parallax {
  /* The image used */
  background-image: url(/images/tilia/A3_00398.jpg);
  background-color: #00000036;
  background-blend-mode: overlay;

  /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} 

/*galerie */
#galleryModal .btn-close {
position: absolute;
    z-index: 1001;
    right: 1.5rem;
    top: 1.5rem;
    background-color: white;
    opacity: 1;
}
#gallery img {
cursor: pointer;
}
   


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
#baner h1 {
font-size: 4rem;
}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
#baner h1 {
font-size: 4.5rem;
}
.logof-1, .logof-2, .logof-3 {
height: 60px;
}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
#baner h1 {
font-size: 5rem;
}
 }

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
#baner h1 {
font-size: 6rem;
}
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
#baner h1 {
font-size: 7rem;
}
}
