/*body {font-family: 'Nunito Sans', sans-serif; font-weight: 200;}*/
/*body {font-family: 'Yantramanav', sans-serif; font-weight: 100; color: #000; font-size: 1.2rem;}*/
body {font-family: 'Roboto', sans-serif; font-weight: 300; position: relative;}
h1, h2, h3, h4, h5, h6 {font-family: 'Yantramanav', sans-serif; font-weight: 100;}
h2 {text-transform: uppercase;}
h3 {font-size: 2.5rem;}
a {color: #b83c77;}
a:hover {color: #b83c77; text-decoration: none;}
p a:hover {border-bottom: 1px solid #b83c77;}
strong {font-weight: 500;}
hr {border-top: 1px solid #f3ede2;}

/* ------------ */
/* --- MENU --- */
/* ------------ */
nav.bg-dark {
    /*background-color: rgba(52,58,64,0.95) !important;*/
    background-color: rgba(0,0,0,0.8) !important;
}

/* Create a sticky/fixed navbar shrinking on scroll */
#navbar {
  overflow: hidden;
  padding: 0px 10px; /* Large padding which will shrink on scroll (using JS) */
  transition: 0.4s; /* Adds a transition effect when the padding is decreased */
  position: fixed; /* Sticky/fixed navbar */
  width: 100%;
  top: 0; /* At the top */
  z-index: 99;
}
#navbar #logo {
  transition: 0.4s;
  margin-left: 30px;
  margin-right: 30px;
}
/*
@media (max-width: 451px) { 
  #navbar #logo {max-width: 60%;}
}
*/

#navbar .nav-link {font-size: 1.4rem;}
.navbar-dark .navbar-nav .nav-link { color: #fff; }

.navbar-dark .navbar-nav .nav-link.active#polozka1,
.navbar-dark .navbar-nav .nav-link#polozka1:hover {
  /*  background: linear-gradient(to right, rgba(242,255,215,1) 0%,rgba(255,248,191,1) 100%);*/
  background: linear-gradient(to right, #D3FF75 0%,#FFEB3B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-text-decoration-color: #D3FF75!important;
  text-decoration-color: #D3FF75!important;
}

.navbar-dark .navbar-nav .nav-link.active#polozka2,
.navbar-dark .navbar-nav .nav-link#polozka2:hover {
  background: linear-gradient(to right, #FFEB3B 0%,#ff9800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-text-decoration-color: #FFEB3B!important;
  text-decoration-color: #FFEB3B!important;
}

.navbar-dark .navbar-nav .nav-link.active#polozka3,
.navbar-dark .navbar-nav .nav-link#polozka3:hover {
  background: linear-gradient(to right, #ff9800 0%,#e91e63 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-text-decoration-color: #FFEB3B!important;
  text-decoration-color: #FFEB3B!important;
}
/*
.navbar-dark .navbar-nav .nav-link.active#polozka4,
.navbar-dark .navbar-nav .nav-link#polozka4:hover {
  background: linear-gradient(to right, #e85fff 0%,#2196f3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-text-decoration-color: #FFEB3B!important;
  text-decoration-color: #FFEB3B!important;
}
*/
.navbar-dark .navbar-nav .nav-link.active#polozka4,
.navbar-dark .navbar-nav .nav-link#polozka4:hover {
  background: linear-gradient(to right, #e91e63 0%,#e85fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-text-decoration-color: #FFEB3B!important;
  text-decoration-color: #FFEB3B!important;
}

.navbar-dark .navbar-nav .nav-link.active#polozka5,
.navbar-dark .navbar-nav .nav-link#polozka5:hover {
  background: linear-gradient(to right, #e85fff 0%,#2196f3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-text-decoration-color: #FFEB3B!important;
  text-decoration-color: #FFEB3B!important;
}

/* Add responsiveness - on screens less than 580px wide, display the navbar vertically instead of horizontally */
@media screen and (max-width: 580px) {
  #navbar {
    padding: 20px 10px !important; /* Use !important to make sure that JavaScript doesn't override the padding on small screens */
  }
  #navbar a {
    float: none;
    display: block;
    text-align: left;
  }
  #navbar-right {
    float: none;
  }
}

/* položky menu dál od sebe */
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link { padding-right: 1rem; padding-left: 1rem;}
}

/* ----------------------------------------------------- */
/* --- HOMEPAGE - PARALLAX, MOTIV, CLAIM, SIPKA DOLŮ --- */
/* ----------------------------------------------------- */
.parallax {
  height: 90vh; /*min-height: 90vh;*/
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% top;
  border-radius: 0;
  position: relative;
  background-image: url(img/motiv2.jpg);
}
.parallaxObsah {
  -webkit-transform: translateY(70vh);
  transform: translateY(70vh);
  text-align: right;
}
.parallaxObsah h1 {
  font-size: 4rem;
  padding: 20px 70px;
  /*display: inline-block;*/
  text-align: right;
  text-transform: uppercase;
  width: 45%; margin-left: auto;
  /*background: rgba(255,255,255,0.8);*/
  /* rgb(239 230 212 / 82%) */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7f4ef+0,eee7d7+100&0.9+0,0.9+100 */
  background: -moz-linear-gradient(-45deg,  rgba(247,244,239,0.9) 0%, rgba(238,231,215,0.9) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  rgba(247,244,239,0.9) 0%,rgba(238,231,215,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  rgba(247,244,239,0.9) 0%,rgba(238,231,215,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f7f4ef', endColorstr='#e6eee7d7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.parallaxObsah h1 strong {font-weight: 400;}
.parallaxObsah h2 {font-size: 3rem;}

@media (max-width: 2300px) {
  .parallaxObsah {-webkit-transform: translateY(50vh); transform: translateY(50vh); text-align: right; }
  .parallaxObsah h1 {width: 50%; padding: 20px 50px; font-size: 3.5rem;} 
}
@media (max-width: 1180px) {
  .parallaxObsah h1 {font-size: 3rem;} 
}
@media (max-width: 774px) {
  .parallaxObsah h1 {font-size: 2.5rem;} 
}
@media (max-width: 500px) {
  .parallaxObsah h1 {width: 80%; padding: 20px; font-size: 1.7rem;} 
}

.parallaxTlacitko {
  position: absolute;
  bottom: -51px;
  left: 50%;
  -webkit-transform: translateX(-51px); transform: translateX(-51px);
  text-align: center;
}
a.btn-vitejte {
  width: 102px; 
  height: 102px; 
  border-radius: 51px; 
  padding-top: 30%; 
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 1.1rem;
  border: 2px solid #fff;  
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffe2e4+0,e2ebff+100 */
  background: rgb(255,226,228); /* Old browsers */
  background: -moz-linear-gradient(-45deg,  rgba(255,226,228,1) 0%, rgba(226,235,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  rgba(255,226,228,1) 0%,rgba(226,235,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  rgba(255,226,228,1) 0%,rgba(226,235,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe2e4', endColorstr='#e2ebff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
a.btn-vitejte i {
  animation-name: animSipka;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
a.btn-vitejte:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc9cd+0,bfd3fc+100 */
    background: rgb(255,201,205);
    background: -moz-linear-gradient(-45deg,  rgba(255,201,205,1) 0%, rgba(191,211,252,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(255,201,205,1) 0%,rgba(191,211,252,1) 100%);
    background: linear-gradient(135deg,  rgba(255,201,205,1) 0%,rgba(191,211,252,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc9cd', endColorstr='#bfd3fc',GradientType=1 );    
}
/* Animace */
@keyframes animSipka {
  0% {transform: translateY(0px);}
  50% {transform: translateY(5px);}
  100% {transform: translateY(0px);}
}

/* HLAVICKA BYTY */
.hlavickaByty {
  height: 50vh;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 0;
  position: relative;
  background-image: url(img/motiv-domy.jpg);
}
.hlavickaObsahByty {
  -webkit-transform: translateY(25vh);
  transform: translateY(25vh);
  text-align: right;
}
.hlavickaObsahByty h1 {
  font-size: 4rem;
  padding: 20px 70px;
  text-align: right;
  text-transform: uppercase;
  width: 45%; margin-left: auto;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7f4ef+0,eee7d7+100&0.9+0,0.9+100 */
  background: -moz-linear-gradient(-45deg,  rgba(247,244,239,0.9) 0%, rgba(238,231,215,0.9) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  rgba(247,244,239,0.9) 0%,rgba(238,231,215,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  rgba(247,244,239,0.9) 0%,rgba(238,231,215,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f7f4ef', endColorstr='#e6eee7d7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.hlavickaObsahByty h1:first-line {font-weight: 400;}

@media (max-width: 2300px) {
  /*.hlavickaObsahByty {-webkit-transform: translateY(50vh); transform: translateY(50vh); text-align: right; }*/
  .hlavickaObsahByty h1 {width: 55%; padding: 20px 50px; font-size: 2.5rem;} 
}
@media (max-width: 1180px) {
  .hlavickaObsahByty h1 {font-size: 2rem;} 
}
@media (max-width: 774px) {
  .hlavickaObsahByty h1 {font-size: 1.5rem;} 
}
@media (max-width: 500px) {
  .hlavickaObsahByty h1 {width: 80%; padding: 20px; font-size: 1rem;} 
}


/* ------------- */
/* --- OBSAH --- */
/* ------------- */
#projekt h2 {padding-top: 100px;}

.bgGradient {

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7f4ef+0,eee7d7+100&0.9+0,0.9+100 */
background: -moz-linear-gradient(-45deg,  rgba(247,244,239,0.9) 0%, rgba(238,231,215,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(247,244,239,0.9) 0%,rgba(238,231,215,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(247,244,239,0.9) 0%,rgba(238,231,215,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f7f4ef', endColorstr='#e6eee7d7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.bgGradient .card {background: transparent; border-color: #fff;}


/* mozna nepouziju: */
.gradient1 {
  display: inline-block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2ffd6+0,f2ffd6+0,fff7bf+100&0.9+0,0.9+100 */
  /*
  background: -moz-linear-gradient(-45deg,  rgba(242,255,214,0.9) 0%, rgba(255,247,191,0.9) 100%); 
  background: -webkit-linear-gradient(-45deg,  rgba(242,255,214,0.9) 0%,rgba(255,247,191,0.9) 100%); 
  background: linear-gradient(135deg,  rgba(242,255,214,0.9) 0%,rgba(255,247,191,0.9) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f2ffd6', endColorstr='#e6fff7bf',GradientType=1 );
  */
}
.tahStetce {
  width: 151px;
  height: 106px;
  line-height: 106px;
  text-align: center;
  background: url(img/tah-stetce-bg-white.png) no-repeat 50% 50%; display: inline-block;
}
.bgRowGradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2ffd6+5,f2ffd6+5,fff7bf+34,ffe2e4+67,e2ebff+100&0.9+0,0.9+100 */
  background: -moz-linear-gradient(-45deg,  rgba(242,255,214,0.9) 0%, rgba(242,255,214,0.9) 5%, rgba(255,247,191,0.9) 34%, rgba(255,226,228,0.9) 67%, rgba(226,235,255,0.9) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  rgba(242,255,214,0.9) 0%,rgba(242,255,214,0.9) 5%,rgba(255,247,191,0.9) 34%,rgba(255,226,228,0.9) 67%,rgba(226,235,255,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  rgba(242,255,214,0.9) 0%,rgba(242,255,214,0.9) 5%,rgba(255,247,191,0.9) 34%,rgba(255,226,228,0.9) 67%,rgba(226,235,255,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f2ffd6', endColorstr='#e6e2ebff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.pruhDuha1 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7f4ef+0,eee7d7+100&0.9+0,0.9+100 */
background: -moz-linear-gradient(-45deg,  rgba(247,244,239,0.9) 0%, rgba(238,231,215,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(247,244,239,0.9) 0%,rgba(238,231,215,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(247,244,239,0.9) 0%,rgba(238,231,215,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f7f4ef', endColorstr='#e6eee7d7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}

.pruhByty {
  background: #fff url(img/duhovka-nakres-bila.jpg) no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
  min-height: 500px;
}

.malinova {color: #b83c77;}

.badge {font-weight: 100; font-size: 100%; white-space: normal;}
.badge-primary {
    color: #212529;
    background: #f3f0e9;
}
.badge-primary.badge-pill {padding: 0.6em 1em;}
/*.badge-primary span {color: #b9b7b7;}*/

.table-hover tbody tr:hover {
    background-color: #f7f6f2;
    color: #000;
}
.table td, .table tbody th {vertical-align: middle;}

.btn-secondary {background-color: #343a40; border-color: #343a40; font-family: 'Yantramanav', sans-serif; font-weight: 400;}


.nav-link {
    padding: .5rem 2rem;
}
.nav-fill .nav-item, .nav-fill>.nav-link {
    text-align: left;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #343a40;
    /*border: 1px solid #b83c77;*/
}
.nav-pills .nav-link {
    /*border: 1px solid #ddd;*/
    background-color: #f3f0e9;
    margin-left: 2px; margin-right: 2px;
    color: #212529;
}


canvas
{
    pointer-events: none;       /* make the canvas transparent to the mouse - needed since canvas is position infront of image */
    position: absolute;
}


.cardGalerie {border: none; border-radius: 0;}

.vetsi {font-family: 'Yantramanav', sans-serif; font-size: 1.75rem;}
.vyrazne {font-family: 'Yantramanav', sans-serif; font-size: 2rem; text-transform: uppercase; font-weight: 400;}
.badge-secondary {
    color: #212529;
    background: #f3f0e9;
}

.table thead th {vertical-align: top;}
.table-secondary, .table-secondary>td, .table-secondary>th {
    background-color: #f3f0e9;
}

/* stav bytů */
.volny {color: #8BC34A;}
.rezervovano {color: #fbbd02;}
.prodano {color: #de1102;}

/* responzivni mapa  */
.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:500px; /* your iframe height */
   top:500px;  /* your iframe height */
   margin-top:-500px;  /* your iframe height */
}

#unigena a {color: #212529;}
#unigena a:hover {text-decoration: underline;}

/* pro extra velká rozlišení */
@media (min-width: 2100px) {
  .col-xxl-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
}

@media (min-width: 992px) {
  .d-lg-cell {
      display: table-cell!important;
  }
}
@media (max-width: 2040px) {
  #lokalita .w-75 {width: 100%!important;}
}

a.black {color: #212529; text-decoration: underline;}