/*

TemplateMo 560 Astro Motion

https://templatemo.com/tm-560-astro-motion

*/


body {
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 19px;
    font-weight: 300;
    color: white;
    line-height: 1.5;
	position: relative;
	user-select: none;
}


html, body {
  height: auto;               /* umožní scroll, pokud je obsah vyšší */
  overflow-x: hidden;         /* skryje vodorovný scroll */
  overflow-y: auto;           /* povolí svislý scroll */
  scroll-behavior: auto !important;
	margin: 0;
	padding: 0;
}

a {
	color: #9F6;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
	color: #3CF;
}

p {
    line-height: 1.7;
}

h2 {
    font-size: 1.8rem;
}

.highlight {
    color: #99FF66;
}

.page-container {
  min-height: 100vh;
  overflow-y: auto;
  position: relative;
  z-index: 1;
    padding-left: 5px;
    padding-right: 5px;
}

.container-fluid {
    max-width: 1860px;
}

.btn {
    font-size: 1.3rem;
    padding: 13px 23px;
    border-radius: 30px;
}

.btn-primary {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s, transform 0.2s;
  text-align: center;
  margin-top: 40px;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: rgba(255, 255, 255, 0.1);
	color: #B99A6A;
	outline: none;
	  box-shadow: 0 0 0 2px #b99a6a66; /* jemný zlatý "focus ring" */

}

/* Hlavní header */
#main-header {
  background-color: transparent;
  backdrop-filter: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 120px;
  z-index: 999;
    transition: top 0.5s ease-in-out, background-color 0.3s ease, opacity 0.3s ease;
}

/* Skrytý stav při scrollu */
#main-header.hide {
  top: -110px;
}

/* Vrácený + s pozadím */
#main-header.scrolled {
  background-color: rgba(0, 0, 0, 0.7);
	  border-radius: 0 0 40px 40px;
  backdrop-filter: blur(2px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  opacity: 0.95;
}


#page-overlay {
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
#page-overlay.fade-out {
  opacity: 0;
}



/* Style the video: 100% width and height to cover the entire window */
#bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -200;
}

.bg-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -160;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/bg_pc2_edited.jpg'); /* nahraď cestou ke svému obrázku */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(2px); /* lehký rozostření */
  transform: scale(1);
  animation: slowZoom 25s ease-in-out infinite alternate;
}

/* Zoom animace */
@keyframes slowZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

@keyframes slowZoom1 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}


.bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); /* tmavě šedá clona, x% průhlednost */
  z-index: -50; /* musí být nad videem, ale pod ostatním obsahem */
  pointer-events: none; /* aby neblokovala klikání */
}

.mobile-bg {
  display: none;
}


#tm-nav {
    z-index: 1000;
}

/* Link boxex */

.link-boxes {
  display: flex;
  gap: 6rem;
  justify-content: center;
	  padding: 5rem 1rem;
  flex-wrap: wrap;
	align-items: stretch;
	
}

.link-box {
  background-color: rgba(0, 0, 0, 0.8); /* tmavé sklo */
  backdrop-filter: blur(4px);
  border-radius: 40px;
  padding: 30px 20px;
  width: 100%;
  max-width: 450px;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0 1px 8px #B99A6A;
  will-change:transform, opacity;
	  contain: layout style paint;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between; /* pokud chceš tlačit spodek dolů */

}



.link-box:hover {
  background-color: rgba(255, 255, 255, 0.4);
  color: #131313;
  
}

.link-box img {
  width: 220px;
  height: auto;
  margin-bottom: 15px;
  transition: transform 0.8s;
}

.link-box:hover img {
  transform: scale(1.5);
}


.link-box2 {
  background-color: rgba(0, 0, 0, 0.8); /* tmavé sklo */
  backdrop-filter: blur(10px);
  border-radius: 40px;
  padding: 30px 20px;
  width: 100%;
  max-width: 450px;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0 2px 8px #B99A6A;
  will-change:transform, opacity;
	  contain: layout style paint;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between; /* pokud chceš tlačit spodek dolů */

}



.link-box2:hover {
  background-color: rgba(255, 255, 255, 0.4);
  color: #131313;
  
}

.link-box2 img {
  width: 220px;
  height: auto;
  margin-bottom: 15px;
  transition: transform 0.8s;
}

.link-box2:hover img {
  transform: scale(1.2);
}



.link-box3 {
  background-color: rgba(0, 0, 0, 0.8); /* tmavé sklo */
backdrop-filter: blur(4px) !important;
	height: 100%;
  border-radius: 40px;
  padding: 30px 20px;
  width: 100%;
  max-width: 450px;
  text-align: center;
  text-decoration: none; /* žádné podtržení */
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0 0px 5px #B99A6A;
  transition: background-color 1.0s, color 0.5s, transform 0.4s;
  display: flex;
  flex-direction: column;
  align-items: center;
	  justify-content: space-between; /* pokud chceš tlačit spodek dolů */
}


.link-box3 img {
	display: block;
  width: 120px;
  height: auto;
  margin: 0 auto 15px auto;
  transition: transform 0.8s;
}

.link-box3 a {
	  color: #FFFFFF !important;
}

.link-box3 h2 {
color: #B99A6A !important;
}

.akceSwiper {
  padding: 40px 0;
  overflow: visible; /* Důležité, aby byly vidět slidy vlevo i vpravo */
}

.akceSwiper .swiper-slide {
	display: flex;
	  width: 300px;
  height: auto;
  transition: transform 0.5s ease;
  z-index: 1;
}

.akceSwiper .swiper-slide-active {
  z-index: 10;
}


.header-area .container {
    padding: 0px;
  }
	
	.contact-button {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s, transform 0.2s;
  text-align: center;
  margin-top: 40px;
}

.gold-text {
  color: #B99A6A;
}

.white-pipe {
  color: white;
}

.inner-link {
  color: #B99A6A;
  text-decoration: none;
  cursor: pointer;
	font-style: italic;
		font-weight: 600;
}
.inner-link:hover {
  color: #CE2222; /* červená */
	cursor: pointer;
	transition: color 0.3s ease;
	
}


.text-center {
  display: flex;
  justify-content: center;
  gap: 40px; /* nebo třeba 60px pro ještě větší mezeru */
  flex-wrap: wrap; /* pokud se nevejdou, ať nespadnou mimo */
}

/* CASIO boxex */

.modal {
	display: none;
  position: fixed;
  z-index: 999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  backdrop-filter: blur(10px);
	background-color: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modal-content {
	
	  background: #B99A6A;
  color: white;
  border-radius: 40px;
  padding: 1px;
  max-width: 600px;
  position: relative;
	overflow: hidden;
}


.modal.show {
  opacity: 1;
  pointer-events: auto;
	display: flex;
}

.modal .close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  color: #aaa;
  cursor: pointer;
transition: color 0.2s ease;
}

.modal .close:hover {
  color: #B99A6A;
}

.modal-layout {
	max-height: 90vh; /* důležité! – max. výška na výšku obrazovky */
  overflow-y: auto; /* umožní scroll uvnitř */
  display: flex;
	flex-direction: row;
	  border-radius: 40px;
  flex-wrap: wrap;
  gap: 2rem;
  background: #222; /* nebo jakákoli tmavá */
  padding: 2rem;
  color: white;
	
}


.modal-image {
	position: relative;
	flex: 1 1 300px;
  max-width: 600px;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
}


.modal-image img {
  max-width: 600px;
  border-radius: 12px;
  box-shadow: none;
  background: transparent !important;
}

.modal-images {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1rem;
}

.modal-images img {
  max-width: 600px;
  height: auto;
  cursor: pointer;
  transition: transform 0.2s ease;
	box-shadow: none;
  background: transparent !important;
}

.modal-images img:hover {
  transform: scale(1.05);
}

.modal-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
	  background: transparent !important;
}

.swiper-slide img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  border-radius: 12px;
	box-shadow: none;
  background: transparent;
}
.modal-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-swiper .swiper-slide img {
  max-width: 70%;
  max-height: 70vh;
  object-fit: contain;
  margin: 0 auto;
  display: block;
	border-radius: 12px;
  background: transparent;
  box-shadow: none;
}

.modal-image,
.modal-swiper {
  text-align: center;
}



.swiper-button-next,
.swiper-button-prev {
  color: white !important;
  top: 50%;
  z-index: 10;
  width: 32px;
  height: 32px;
  
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.swiper-button-prev:hover {
  color: #B99A6A !important;
  }
.swiper-button-next:hover {
  color: #B99A6A !important;
  }


.swiper-pagination-bullet {
  background: white !important;
}

.swiper-pagination-bullet-active {
  background: #B99A6A !important; /* zlatá třeba */
}


.modal-details {
	
  flex: 1;
  min-width: 250px;
	position: relative;
}

.modal-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}

.price-tag {
  font-size: 22px; /* nebo 28px, pokud chceš výraznější */
  color: #B99A6A;
  font-weight: bold;
  padding-left: 1rem;
}


.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  cursor: zoom-out;
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}



.interest-button {
  display: inline-block;
  padding: 12px 24px;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  border-radius: 10px;
  transition: background 0.3s ease;
}

.interest-button:hover {
  background: #B99A6A;
  color: #fff;
}


#product-modal {
    position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
	opacity: 0;
  transform: scale(0.98);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

#product-modal.show {
  
  align-items: center;
  justify-content: center;
	opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}



.tabs {
  margin: 20px 0 10px;
  display: flex;
  gap: 10px;
}

.tab {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.tab.active,
.tab:hover {
  background: #B99A6A;
  color: #fff;
}

.tab-content {
  display: none;
  margin-bottom: 20px;
}

.tab-content.active {
  display: block;
}


#params li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: #fff;
}

.note-icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  flex-shrink: 0;
	  vertical-align: middle; /* DŮLEŽITÉ PRO ZAROVNÁNÍ S TEXTEM */
	line-height: 1;
  transform: translateY(2px); /* lehké posunutí dolů */
}
.note-icon svg {
  display: block;
}


.contact-text {
  border-left: 2px solid #B99A6A;
  padding-left: 20px;
  margin-bottom: 30px;
  opacity: 0.85;
}

.contact-items {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem; /* mezera mezi e-mailem a telefonem */
	margin-top: 1.5rem;
  padding-top: 1rem;
}

.contact-item i {
  font-size: 1.3rem;
}

.contact-item a {
  font-size: 1.2rem;
  text-decoration: none;
}


.contact-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
	color: #B99A6A;
}

.img-offset {
  margin-top: 30px; /* přizpůsob podle potřeby */
}

.img-bottom-space3 {
  display: block;
	padding-bottom: 40px; /* nebo víc, např. 60px podle potřeby */
}
.img-bottom-space4 {
  display: block;
	padding-bottom: 30px; /* nebo víc, např. 60px podle potřeby */
}

.img-bottom-space5 {
  display: block;
	padding-bottom: 0px; /* nebo víc, např. 60px podle potřeby */
}

.img-bottom-space6 {
  display: block;
	padding-bottom: 100px; /* nebo víc, např. 60px podle potřeby */
}


.navbar a {
    color: white;
}

.navbar-brand {
    font-size: 2.4rem;
}

.navbar-brand img {
  transition: height 0.3s ease;
}


.navbar {
    margin-top: 15px;
}

.navbar .navbar-nav .nav-item {
    margin-left: 15px;
    margin-right: 15px;
}

.navbar .navbar-nav .nav-item:last-child {
    margin-right: 0;
}

.navbar .navbar-nav .nav-item .nav-link {
    font-size: 1.5rem;
    padding: 15px 65px;
    
}

.nav-item {
    position: relative;
}

.circle {
    position: absolute;
    left: calc(50% - 10px);
    bottom: -10px;
    width: 20px;
    height: 20px; 
    background-color: white;
    border-radius: 50%;
}

.tm-border-bottom {
    border-bottom: 1px solid white;
    padding-bottom: 48px;
}

.tm-border-top {
    border-top: 1px solid white;
    padding-top: 48px;
}

.navbar .navbar-nav .nav-item.selected .nav-link,
.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #B99A6A;
    border-bottom: 1px solid #B99A6A;
	
	box-shadow: 0 2px 8px rgba(255, 255, 255, 0.3); /* světlý rozptýlený stín */
	border-radius: 30px;
    transition: all 0.3s ease;
}

.cd-slider-nav li.selected a+.circle,
.navbar .navbar-nav .nav-item .nav-link:hover+.circle {
    background-color: #000;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler {
    border: 1px solid rgba(255,255,255,1);
}

.navbar-toggler:focus {
    box-shadow: none;
}

.tm-link-white {
    color: white;
}

.tm-link-white:hover,
.tm-link-white:focus {
    color: #B99A6A;
	font-weight: 600;
}

.cd-hero-slider {
    padding-top: 250px;
}

.cd-hero-slider li { 
    list-style: none;
	display: none;
	opacity: 0;
  transition: opacity 0.3s ease;
}

.cd-hero-slider > li.active {
  display: block;
}

.cd-hero-slider li[data-page-no="3"] {
    padding-top: 90px;
  }

.cd-hero-slider li[data-page-no="4"] {
    padding-top: 50px;
  }

.content-pad {
    padding: 40px 30px;
}

.page-width-1 {
    max-width: 810px;
}

.page-width-2 {
    max-width: 912px;
}

.page-left {
    margin-left: 100px;
}

.page-right {
    margin-right: 100px;
    margin-left: auto;
}

.tm-bg-dark {
    background-color: rgba(0,0,0,0.3);
}

.intro-left {
    margin-right: 20px;
    padding: 30px 40px;
    max-width: 505px;    
}

.intro-img-1 {
    margin-bottom: 20px;
}

.intro-circle-1 {
    left: -20px;
    top: -10px;
}

.intro-circle-2 {
    right: -20px;
    top: -10px;
    left: auto;
}

.intro-circle-3 {
    right: -20px;
    bottom: -10px;
    left: auto;
}

.intro-circle-4 {
    left: -20px;
    bottom: -10px;
}

.tm-intro-btn {
    margin-top: 25px;
}

.tm-footer {
    padding-top: 25px;
    padding-bottom: 15px;
    width: 100%;
}

/* Gallery page */

.gallery-container {
    max-width: 1300px;
}

.slick-dots {
    bottom: -80px;
}

.gallery-slider figure {
	position: relative;
	float: left;
    overflow: hidden;
    margin: 0;
    max-width: 240px;
    margin-left: 10px;
    margin-right: 10px;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.gallery-slider figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
}

.gallery-slider figure figcaption {
	padding: 1em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-slider figure figcaption::before,
.gallery-slider figure figcaption::after {
	pointer-events: none;
}

.gallery-slider figure figcaption,
.gallery-slider figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.gallery-slider figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.gallery-slider figure h2 {
	word-spacing: -0.15em;
  font-weight: 300;
  font-size: 28px;
}

.gallery-slider figure h2 span {
	font-weight: 800;
}

.gallery-slider figure h2,
.gallery-slider figure p {
	margin: 0;
}

.gallery-slider figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

.gallery-section {
  background-color: #99ccff;
}

.gallery-section .title {
  padding-right: 13px;
  margin-bottom: 80px;
}

/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia {
	background: #2f3238;
}

figure.effect-julia img {
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-julia figcaption {
	display: flex;
  align-items: center;
}

figure.effect-julia h2 {
	position: relative;
	padding: 0.5em 0;
}

figure.effect-julia p {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0.4em 1em;
	background: rgba(255,255,255,0.9);
	color: #2f3238;
	text-transform: none;
	font-weight: 500;
	font-size: 75%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);
}

figure.effect-julia p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.effect-julia:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.gallery-slider .slick-dots li.slick-active, 
.gallery-slider .slick-dots li:hover {
    background-color: #3CCDFF;
}

.gallery-slider .slick-dots li {
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin: 0 10px;
    transition: all 0.3s ease;
}

/* About page */
.tm-about-container {
    border-top: 1px solid white;
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid white;
}

/* Contact page */

.contact-overlay {
  background-color: rgba(0, 0, 0, 0.6); /* tmavší průhledný podklad */
  backdrop-filter: blur(8px);           /* efekt rozmazání pozadí */
  -webkit-backdrop-filter: blur(8px);   /* podpora pro Safari */
  padding: 60px 30px;
  border-radius: 40px;
  margin-top: 40px;
}

.tm-contact-left {
    padding-right: 55px;
}

.form-control {
    font-size: 1.2rem;
    padding: 15px 0;
}

.form-control,
.form-control:focus {
    color: white;
    background-color: transparent;
}

.form-control:focus {
    border-bottom: 1px solid #B99A6A;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

.form-control:focus::placeholder {
  color: rgba(255, 255, 255, 0.3); /* nebo jiná barva/opacity */
}

.form-control:focus::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.3); }
.form-control:focus:-moz-placeholder { color: rgba(255, 255, 255, 0.3); }
.form-control:focus::-moz-placeholder { color: rgba(255, 255, 255, 0.3); }
.form-control:focus:-ms-input-placeholder { color: rgba(255, 255, 255, 0.3); }


.form-control::-webkit-input-placeholder { color: white; }
.form-control:-moz-placeholder { color: white; }
.form-control::-moz-placeholder { color: white; }
.form-control:-ms-input-placeholder { color: white; }

.tm-mb-30 {
    margin-bottom: 30px;
}

.tm-mb-45 {
    margin-bottom: 45px;
}

.tm-btn-pad-2 {
    padding: 10px 38px;
}

.map-outer{
    position:relative;
}

.gmap-canvas {
    overflow:hidden;
    background:none!important;
}

.map-outer,
.gmap-canvas {
    height:200px;
    width:100%;
}

/* Jen mobil: horizontální linka */
.mobile-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0 auto;
  width: 100%;
}

/* PC layout: levý/vpravo */

.tm-footer-right {
    text-align: right;
}



@media (min-width: 992px)
{
    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }
	
	.tm-contact-right {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 1200px) {
    .navbar .navbar-nav .nav-item .nav-link {
        padding: 15px 45px;
    }
	
	
}

@media (max-width: 1090px) {
    .navbar .navbar-nav .nav-item .nav-link {
        font-size: 1.2rem;
    }
	
	.navbar-brand img {
    height: 70px;
}
}

@media (max-width: 992px) {
    .navbar {
        margin-top: 0;
    }

    .navbar {
        position: relative;
    }
    
    .navbar-collapse {
        position: absolute;
        top: 80px;
        right: 0;
        background: rgba(0, 0, 0, 0.9);
        border-radius: 20px;
    }

    .navbar .navbar-nav .nav-item {
        margin-bottom: 10px;
    }

    .page-left,
    .page-right {
        margin-left: auto;
        margin-right: auto;
    }

    .cd-hero-slider {
        padding: 80px 0;
    }
	
	.link-boxes {
    gap: 60px;
  }
	
	.mobile-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0 auto;
  width: 100%;
}
}

@media (max-width: 834px) {
    .intro-left {
        width: 65%;
    }

    .intro-right {
        width: 35%;
    }
}



@media (max-width: 767px) {
    
.tm-footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

	.tm-footer-right {
    text-align: center;
}
   
	body {
    overflow-x: hidden; /* Zakáže scroll těla */
    min-height: 100vh;
    
  }

  .mobile-bg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url('../img/bg_piano2.jpg') no-repeat center center;
    background-size: cover;
	    animation: slowZoom1 30s ease-in-out infinite alternate;
    z-index: -100;
  }
	
	

  #bg-video {
    display: none !important;
  }

  

  
}



@media (max-width: 600px) {
    .intro-left,
    .intro-right {
        width: 100%;
    }

    .intro-left {
        margin-right: 0;
        margin-bottom: 20px;
        max-width: none;
    }

    .intro-right {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .intro-container {
        flex-direction: column;
    }

    .intro-img-1 {
        margin-right: 4%;
        margin-bottom: 0;
        width: 48%
    }

    .intro-img-2 {
        width: 48%;
    }
	
	.link-boxes {
    gap: 60px;
  }
}

@media (max-width: 508px) {
.navbar-brand img {
    height: 60px;
  }
	
	.text-center {
    gap: 20px;
  }
}

@media (max-width: 456px) {
	.text-center a {
  flex: 1 1 0;
  min-width: 0;
  padding: 12px 10px;
  font-size: 14px;
  text-align: center;
}
		
}

/* Preloader 
	https://ihatetomatoes.net/create-custom-preloading-screen/
*/
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   #loader-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 2000; }
   #loader { display: block; position: relative; left: 50%; top: 50%; width: 150px; height: 150px; margin: -75px 0 0 -75px; border-radius: 50%; border: 3px solid transparent; border-top-color: #3498db; /* Chrome, Opera 15+, Safari 5+ */
   	animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */ z-index: 2001; }
   #loader:before { content: ""; position: absolute; top: 5px; left: 5px; right: 5px; bottom: 5px; border-radius: 50%; border: 3px solid transparent;
   	border-top-color: #e74c3c; /* Chrome, Opera 15+, Safari 5+ */
   animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */ }
   #loader:after { content: ""; position: absolute; top: 15px; left: 15px; right: 15px; bottom: 15px; border-radius: 50%; border: 3px solid transparent;
border-top-color: #f9c922; /* Chrome, Opera 15+, Safari 5+ */ animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */ }
@keyframes spin {
	0%   {  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}

#loader-wrapper .loader-section { position: fixed; top: 0; width: 51%; height: 100%; background: #222222; z-index: 2000;  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */ transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */}

#loader-wrapper .loader-section.section-left { left: 0; }

#loader-wrapper .loader-section.section-right { right: 0; }

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
	transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */  
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
	transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */  
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
	opacity: 0;  
	transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
	visibility: hidden;  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
	transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */  
	transition: all 0.3s 1s ease-out;
}
/* JavaScript Turned Off */
.no-js #loader-wrapper { display: none; }
/*============ Preloader ends ==================================*/
