@font-face {
    font-family: AzoRegular;
    src: url(../fonts/azo-regular.otf);
}

@font-face {
    font-family: AzoLight;
    src: url(../fonts/azo-light.otf);
}

@font-face {
    font-family: AzoBlack;
    src: url(../fonts/azo-black.otf);
}
/*
@font-face {
    font-family: EurostileLTPro-Bold;
    src: url("../fonts/2E29D5_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2E29D5_0_0.woff2") format("woff2"), url("../fonts/2E29D5_0_0.woff") format("woff"), url("../fonts/2E29D5_0_0.ttf") format("truetype");
}
@font-face {
    font-family: EurostileLTPro;
    src: url("../fonts/2E29D5_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2E29D5_1_0.woff2") format("woff2"), url("../fonts/2E29D5_1_0.woff") format("woff"), url("../fonts/2E29D5_1_0.ttf") format("truetype");
} */
@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis-Regular.eot');
    src: local('Dosis Regular'), local('Dosis-Regular'),
        url('../fonts/Dosis-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Dosis-Regular.woff2') format('woff2'),
        url('../fonts/Dosis-Regular.woff') format('woff'),
        url('../fonts/Dosis-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis-Bold.eot');
    src: local('Dosis Bold'), local('Dosis-Bold'),
        url('../fonts/Dosis-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Dosis-Bold.woff2') format('woff2'),
        url('../fonts/Dosis-Bold.woff') format('woff'),
        url('../fonts/Dosis-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis-Medium.eot');
    src: local('Dosis Medium'), local('Dosis-Medium'),
        url('../fonts/Dosis-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Dosis-Medium.woff2') format('woff2'),
        url('../fonts/Dosis-Medium.woff') format('woff'),
        url('../fonts/Dosis-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: Dosis, Arial, sans-serif;
    font-size: 18px;
    color: #7c7e7d;

    /* line-height: 26px; */
}
/* NAVIGATION */

.navbar-white {
    background: rgba(255,255,255,0.9);
    height: 80px;
}

.navbar-white.scrolling {
  background: rgba(255,255,255,1);

}
.m-0 { margin: 0px; }
.mb-0 {
  margin-bottom: 0px !important;
}
input[type=text] {
  margin-bottom: 0px !important;
  color:#000 !important;
}
.pr-0 {
  padding-right: 0px;
}
.pl-0 {
  padding-left: 0px;
}
.mb1 {
  margin-bottom: 9px;
  overflow: hidden;
}
.mt {
  margin-top: 10px;
  margin-bottom: 5px;
}
.mb, address {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mr-5 {
  margin-right: 15px;
}
.mw-50 {
  max-width: 50% !important;
  position: relative; top:-2px;
  border-radius: 0;
}
.mh {
  height: 320px;
}
.form-control {
  padding: 3px 7px 0px 7px;
  margin-bottom: 3px;
}
footer .form-group {
  border-radius: 4px !important; font-size: 14px;
}
footer .form-control {
  color: #000;
}
.p-20 {
  padding: 10px 15px;
}
.rc-anchor-logo-portrait {
    margin: 10px 0 0 0px !important;
  }
small {
  font-size: 10px;
}
.font-small {
  font-size: 10px !important; line-height: 14px !important; text-align: justify;
}
.font-smaller {
  font-size: 13px !important;
}
.navbar-brand {
    padding: 0;
}
.btn-default {
  background: #c9a17e;
}
.btn-default:hover {
  background-color: #2071c3 !important;
}
.navbar-brand img {
  animation-duration: 1s; animation-name: fadeIn;
  /*  width: 250px; */
}
.navbar-brand h1 {
  color:#c9a17e;
}
.rounded {
  border-radius: 4px !important;
}
.send-button {
  background-color: rgba(110, 204, 16, 0.05);
  padding: 1px 15px 1px 15px;
  border: 1px solid rgba(217, 217, 217, 1);
  border-radius: 3px;
  transition: 0.3s;
  width: 105px;
}
.send-button:hover {
  background-color: rgba(110, 204, 16, 0.25);
}
.filter-button {
  background:#c9a17e !important; margin-top:30px; height:37px;
}

strong, h4, a { color: #545454; }
a:hover { color:#c9a17e; transition: color .4s; }
.text-grey, footer h4 { color: #828181; }
.text-left td {
  text-align: left !important;
}
.carousel-control {
    width:10%;
    filter: alpha(opacity=10);
    opacity: .1;
}

.carousel-control:hover {
    filter: alpha(opacity=20);
    opacity: .2;
}

.carousel-control:focus {
  filter: alpha(opacity=15);
  opacity: 0.15;
}

.navbar-nav>li>a {
    padding: 20px 17px;
    line-height: 40px; letter-spacing: 0.5px;
    font-size: 18px; font-weight: 500;
    background: rgba(255,255,255,0);
    text-transform: uppercase;
    transition: color 0.6s;
    color: rgba(0, 0, 0, 0.6);
}
.borbot .navbar-nav>li>a {
  color: rgba(0, 0, 0, 0.6);
}
.navbar-nav>li>a.active {
  color: #1972bf;
}
.nav>li>a:focus, .nav>li>a:hover {
  color: #333;
  background: rgba(201, 161, 126, 0.74);
}

.navbar-nav>li>a:hover {
    color:#FFF ;

    background: rgba(201, 161, 126, 0.74);
}

@media (min-width: 768px) {
  .navbar-nav>li.dropdown:hover>.dropdown-menu {
    display: block;
  }
}

.bg-pink {
  background-color: #a0dcf4;
  padding: 25px 0px;
}

.grey-bg {
  background-color: #d4d4d4;
  padding: 50px 0px 0px 0px;
}
.darkgrey-bg {
  background-color: #adacac; color: #fff;
  padding: 50px 0px 50px 0px;
}

.bg-lightblue {
  background-color: #88ccda;
  padding: 25px 0px;
}

.active a{
    color: #e22222;
    background: #fff!important;
}

/* SLIDER */
header#myCarousel {
  padding-top: 0px;

}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
  /*  background:url('https://webcreator.b-cdn.net/sun/bcg.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; */
}

.carousel-caption {
  bottom: 10%;
  left:20%; right:20%;
  text-shadow: none;
  text-shadow: 1px 2px 3px rgba(0,0,0,.75);
z-index: 99999;
}
/* Carousel background image — now uses <img> for faster LCP */
.fill {
    position: relative;
    overflow: hidden;
}
.fill-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.carousel-bg-img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
}
.fill.mobil-right .carousel-bg-img {
    object-position: top right;
}
.carousel-caption h1 {
  padding: 15px 15px 0px 15px; font-family: Dosis, Arial, sans-serif;
  font-size: 55px; font-weight: normal; text-transform: uppercase;
}

.carousel-caption h2 {
  padding: 0px 15px 10px 15px; font-family: Dosis, Arial, sans-serif;
  font-size: 25px; font-weight: normal; text-transform: uppercase;
  color: #c9a17e;
}


.fill {
    width: 100%;
    height: 100%;
}

footer {
    padding: 100px 0 100px 0;
    background: #363636;
    color:#eee;
    height: 100vh;
    font-size: 18px;
}

footer h3 {
  margin-top: 5px;
  margin-bottom: 20px;
}

footer a, footer p, footer .wbg {
  color:#fff;
}

footer a:hover {
  color:#ddd;
}

footer .hoverable:hover {
  background-color:#656566;
}

.navbar {
  box-shadow: none;
}

.bigger {
  font-size: 18px;
}

.wbg {
    background-color: rgba(5, 5, 5, 0.0);
    padding: 20px; color: #988e8e;
}

.wbg:hover {
    background-color: rgba(5, 5, 5, 0.05);
    padding: 20px; color: #988e8e;
}

.flex-center ul {
  text-align: left;
}

/* CONTENT */

.tippy-popper {
  font-size: 14px !important;
  padding: 5px;
}
.tippy-popper div {
  background: #192347 !important;
  font-size: 14px !important;
  color: #fff !important;
}
.tippy-popper h4 {
  margin-bottom: 10px;
  margin-top: 12px; color: #fff;
}
.tippy-popper p {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px !important;
  color: #fff !important;
}

#legend, #legendone {
  background: #fff;
  padding: 15px;
  margin-right: 10px;
  top: 10px !important;
}

#legend p, #legendone p {
  margin-bottom: 3px;
}
#legend div, #legendone div {
  width: 45px !important;
  display: inline-block;
  text-align: center;
}
#legend img, #legendone img {
  max-width: 25px;
}

section {
    padding-top: 100px;
    background: #fff;
    padding-bottom: 100px;
}

#finance { background:rgba(207, 218, 232, 0.10); height: 100vh; }
#developer { background:rgba(200, 200, 200, 0.10); /* height: 125vh; */ }
#amenities { /* height: 56vh; */ }
#gallery { height:100%; background:url(https://webcreator.b-cdn.net/jrk/01.jpg?v=1);
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.bg-living { background:url(https://webcreator.b-cdn.net/sun/bg_oprojekte.jpg) no-repeat;
  background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover; }

.bg-amen { background:url(https://webcreator.b-cdn.net/sun/interier.jpg) no-repeat;
  background-position: 100%;
-webkit-background-size: 100%;
-moz-background-size: 100%;
background-size: 100%;
-o-background-size: 100%; }

.bg-lokalita {
  background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover; }

.bg-mapa {
  background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover; }

.bg-dev {
  background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover; }

ol { margin-top: 10px; padding-left: 27px; }
ol li { margin-bottom: 10px; }

.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  transition: opacity ease-out .7s;
  left: 0;
  opacity: 0; /* hide all slides */
  top: 0;
  position: absolute;
  width: 100%;
  display: block;
}
.carousel.fade .item:first-child {
  top: auto;
  opacity: 1; /* show first slide */
  position: relative;
}
.carousel.fade .item.active {
  opacity: 1;
}

.project-image a img { opacity:0.85; }
.project-image a:hover img { opacity:1; }
.full-opacity { opacity:1; }

.about {
   background: #fff;
}

.title {
    font-family: Dosis, sans-serif;
    font-size: 32px;
   margin-bottom: 30px;
   text-align: center;
   text-transform: uppercase;
   color: #c9a17e;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    background-color: #c9a17e;
  }
  .irs--round .irs-handle {
      border: 4px solid #c9a17e;
    }
    .irs--round .irs-bar {
    background-color: #c9a17e;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
    border-top-color: #c9a17e;
}

.rangeslider {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 3px;
}

.red-bg {
    background: #f2322d;
    color: #fff;
    padding: 10px;
}

.text-justify {
  text-align: justify;
}

.logo {
    /* position: absolute; top: 5px; left: 10%; width: 200px; z-index: 1000; */
}

.logot { opacity:0; }
.scrolling { opacity:1; }

.navbar-brand > img.scrolling-logo { display:none; animation-duration: 1s; animation-name: fadeOut; }
.borbot .logo { display:none; animation-duration: 1s; animation-name: fadeOut; }
.borbot .navbar-brand > img.scrolling-logo { display:block; animation-duration: 1s; animation-name: fadeIn; }

.borbot { border-bottom: 1px solid #ddd; }

.padding1px { padding: 0px 2px; }
.padding1px h3 { font-size: 17px; }

.header-bg {
  /* position:absolute; */ top:0px; left:0%; width: 100%;
  pointer-events: none;
}

.cislo {
  position:absolute; top:0px; right:1%; z-index:999; text-align: center;
}

.header-bg img.hlavicka {
  position:absolute; bottom: 0%; left:0%; width: 100%; z-index:888; text-align: center;
}

.adr-offset { margin: 12px -15px 10px 43px; }
.adr-offset address { margin-bottom: 12px; }

.galhead {
  position: absolute; z-index: 999; bottom: 0%; width: 100%; background: rgba(255,255,255,0.85)
}
.galhead h3 {
  padding: 20px 0 15px 0px; margin: 0; font-size: 18px; line-height: 24px; text-transform: uppercase; text-align: center;
}
.galhead h3:hover {
  background: rgba(201, 161, 126, 0.74);
}
.galhead h3:hover a {
  color: #fff;
}
.galhead h3:hover a:hover {
  color: rgba(204, 49, 51, 0.7) !important;
}

.red {
    color: #f2322d;
}

.white-bg {
    background: #fff;
}

.gray-bg {
    background: #cfcfcf;
    padding: 10px;
}

.contact-bottom {
    margin-top:30px;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* .pall-10px; */

.gray-bg {
    background: #818285;
    color: #fff;
    padding: 10px;
}
.white {
    color: white;
}

a.white:hover, a.white:focus { color:#ddd; text-decoration: none; }

#captcha { width:120px; height: 34px; }
#refresh { padding: 1px 10px; border: 1px solid #fff; border-radius: 0px; margin: 0 1px; line-height: 30px; }

input[type=submit] { background: grey; color: white; }

.fa-facebook {
    background: #3a5997;
    padding: 7px 11px 3px 10px;
}
.fa-envelope {
    background: #c2c2c2;
    padding: 4px 6px 4px 7px;
}
.fa-phone {
    background: #747373;
    padding: 7px 9px 3px 8px;
}
.fa-exchange {
    background: #abaaaa;
    padding: 7px 6px 3px 7px;
}

.service {
    display: flex;
    font-family: AzoRegular, sans-serif;
    margin-bottom: 25px;
    align-items: center;
    flex: 1;
}

.img-item {
  padding-bottom: 30px;
}
.service-text {
    padding-left: 15px;
    font-size: 15px;
    line-height: 20px;
}

.lead-text {
    text-align: justify;
}

.red-text {
    color:#f2322d;
}

.uppercase {
    text-transform: uppercase;
}

.strong {
    font-family: AzoBlack, sans-serif;
    font-weight: 700;
}

.bold {
    color: #58585a;
}
.right {
    float: right;
}
.pl-0 {
    padding-left: 0:;
}


ul {
    list-style-type: square;
}

.parallax-window {
    min-height: 600px;
    background: transparent;
}

#map {
  height: 500px; width: 100%; position: absolute; left: 0%;
}

.mapka {
  height: 400px;
}

/* ACCORDION SLIDER */

.accordion {
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin: 0px auto;
}

.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
}

.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}

.accordion ul li div a {
  display: block;
  height: 250px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-family: Dosis, sans-serif;
  transition: all 200ms ease;
}

.accordion ul li div a * {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.accordion ul li div a h2 {
  font-family: Dosis, sans-serif;
  text-overflow: clip;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 2px;
  top: 160px;
}

.accordion ul li div a p {
  top: 160px;
  font-size: 13.5px;
}

.accordion ul:hover li { width: 8%; }
.accordion ul:hover li:hover { width: 60%; }
.accordion ul:hover li:hover a { background: rgba(0, 0, 0, 0.4); }
.accordion ul:hover li:hover a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (max-width: 600px) {

.accordion { height: auto; }

.accordion ul li,
.accordion ul li:hover,
.accordion ul:hover li,
.accordion ul:hover li:hover {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-transition: none;
  transition: none;
}

}
.img-fluid {
    -webkit-transition: opacity 250ms ease-in-out;
  -moz-transition: opacity 250ms ease-in-out;
  -ms-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}

.img-fluid:hover {
    zoom: 1;
    filter: alpha(opacity=70);
     opacity: 0.7;
}

body {
    overflow: hidden;
}

/* Preloader */

#preloader {
    position:fixed; display: none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:200px; display: none;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    /* background-image:url(https://webcreator.b-cdn.net/sun/status.gif); path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

.table { background:#fff; }
.table th { font-size: 14px; }
.table td { font-size: 15px; }
.table > tbody > tr > td { font-size: 18px; }
.table > tbody > tr:hover > td { background: rgba(201, 161, 126, 0.15) !important; }

.page-content { font-size: 17px; line-height: 1.7; }
.table td, .table th { text-align:center; vertical-align:center;  }
.table td.tal { text-align:left !important; }
.table td.tar { text-align:right !important; }
.table td.tac { text-align:center !important; }

.table tr:hover td { transition: background-color 0.15s ease; background: rgba(87, 165, 187, 0.1); cursor:pointer; border-radius: 3px;  }
.table tr:hover td a { color:#cc3335; cursor:pointer; transition: color 0.10s ease; }
.table tr:hover td a, .table tr:hover td.nbg a { color:#cc3335; /* text-decoration:underline;  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); */ }

.table tr td a .one { display: inline; transition: display 0.30s ease; color:#bdbdbd; }
.table tr td a .two { display: inline; }

.table tr:hover td a .one { display: inline; color:rgba(204, 49, 51, 0.7) !important; }
.table tr:hover td a .two { display: none; }

.table > tbody > tr > td.nbg a { font-size:16px; }
.table > tbody > tr > td.nbg a:hover, .table tr:hover td a:hover { color:rgba(204, 49, 51, 0.7) !important; }
.table > tbody > tr > td {
    vertical-align: middle; border-top: 1px dashed rgba(221, 221, 221, 0.81);
}

.tac { text-align:center !important; }
.npr { padding-right:5px !important; }

#popis {display:none;}

.carousel-indicators {
		display:block;
	}

.col-md-4 ul, .col-md-3 ul {
    list-style-type: none;
    padding-left: 0;
}
.col-md-4 ul li, .col-md-3 li {
    margin-bottom:7px;
}

.input-wrapper { width:100%; font-size:14px; }
.input-wrapper label { width:62%; float:left; text-align:right; margin: 4px 0px 6px 0px; padding: 12px 6px;  }
.input-wrapper label b, .input-wrapper .inputBorder input#uspora { color:black; font-weight:bold; }
.input-wrapper .inputBorder, .input-wrapper .checkboxBorder { width:35%; float:right; }
.input-wrapper .inputBorder input { width:75%; text-align:right; font-size:14px; background:#fff; color:#000; padding: 6px 12px; }
.input-wrapper .clear { clear:both; height: 12px; }
.input-group-addon { min-width: 40px; }

ul.thumbnails {
    list-style: outside none none;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
}

.wide-thumb {
    height: 220px !important;
    width: 345px; /* padding-right:4px; */
}

.nailthumb-container { margin:0 !important; overflow:hidden; }
.dev-thumb { width:100%; height:220px !important; object-fit:cover; object-position:center; opacity: 0.7; transition: opacity 0.3s ease; }
#developer a:hover .dev-thumb { opacity: 1; }
.nailthumb-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block; }
.nailthumb-image {  }

.thumbnail { margin-bottom:30px !important; overflow:hidden; max-width:355px; /* border-right-width:4px; border-right-color:#fff; */ padding-right:0px;  }

.thumbnail .caption { min-height: 36px; font-size: 14px; }
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #c5c5c5;
}

.cenimg { margin: 0 auto; }

.tippy-content {
  text-align: center !important;
}

/* RESPONSIVE */
/* RESPONSIVE */

@media only screen and (min-width : 1925px) {
  #map {
           height: 400px; width: 100%; position: absolute; left: 0%;
        }
  #developer { /* height: 74vh; margin-top: 205px; height: 39vh; */  }
  #amenities {  }
  #projekt { padding: 100px 0px 100px 0; }
}

@media only screen and (max-width : 1920px) {
/*
.header-bg img.hlavicka {
  position:absolute; top: 781px;
}
*/
}

@media only screen and (max-width : 1440px) {
  .carousel-caption h1 {
    font-size: 50pt;
  }
  .carousel-caption h2 {
    font-size: 23pt;
  }
  .navbar-nav>li>a {
	    padding: 20px 15px;
	    line-height: 40px;
	    font-size: 18px;
      letter-spacing: 0.5px;
	}
  .carousel-caption {
    left: 15%;
    right: 15%;
  }

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1200px) {
	.navbar-white {
		height: 60px;
	}

	img.logo {
		height: 70px;
	}

	.navbar-nav>li>a {
	    padding-top: 10px;
	    padding-bottom: 10px;
	    padding-left: 5px;
	    line-height: 40px;
	    font-size: 16px;
	}

	.carousel {
		height: 70%;
	}

	.item,
	.active {
	    height: 100%;
	}

	.carousel-inner {
	    height: 100%;
	}

	/* Background images are set within the HTML using inline CSS, not here */

	.fill {
	    max-width: 100%;
	    height: 100%;
	    background-position: center;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    background-size: cover;
	    -o-background-size: cover;
	}

	section {
		padding: 60px 0;
	}
}

@media (max-width: 1281px) {
  .thumbnail .caption {
    min-height: 38px;
    font-size: 12px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1441px) {
  .menum {
    position: absolute !important; right: 15px;
  }
  .menum a {
     color:#1972bf !important; font-weight: bold; line-height: 40px;
  }
  .menum a h5 {
    line-height: 40px; font-size: 18px;
  }
  .banner-one {
    background-image:url('https://barbora.b-cdn.net/banner.jpg');
  }

}

@media (min-width: 990px) {

#unseen table th:nth-child(6) {  }

#unseen table td:nth-child(1) { width:17%; text-align:left; padding-left:40px; }
#unseen table td:nth-child(2) { width:12%; }
#unseen table td:nth-child(3) { width:12%; }
#unseen table td:nth-child(4) { width:12%; }
#unseen table td:nth-child(5) { width:12%; }
#unseen table td:nth-child(6) { width:12%; }
#unseen table td:nth-child(7) { width:12%; text-align:right; padding-right:30px;  }
#unseen table td:nth-child(8) { width:11%; }

#unseen table td.nbg { padding-left:20px !important; }

#unseenpark table td:nth-child(1) { width:12.5%; }
#unseenpark table td:nth-child(2) { width:18.75%; }
#unseenpark table td:nth-child(3) { width:18.75%; }
#unseenpark table td:nth-child(4) { width:18.75%; }
#unseenpark table td:nth-child(5) { width:18.75%; }
#unseenpark table td:nth-child(6) { width:12.5%; }

.navbar-brand>img {
  padding: 15px 0px 0px 0px;
}
.menum a h5 {
 line-height: 40px; font-size: 15px; color:#1972bf; font-weight: bold;
}
.full-opacity { opacity:1; }

iframe.img-responsive { min-height: 370px; }

.navbar-right-def {
	margin-right: 0px;
}

.navbar-right-table {
	margin-right: -15px !important;
}

.gallery {
  height: 100vh;
}

.col-sm-25 {
  width: 20%;
}


}

/* iPad 1024 */
@media (min-width: 1000px) and (max-width : 1030px) {
	.navbar-brand>img { width: 150px; }
  iframe.img-responsive { min-height: 320px; }
  .menum { display:none !important; }
}

@media (min-width: 1680px) {
.menum {
  position:absolute !important; right:10px; color:#1972bf; font-weight: bold;
}
.menum a {
   color:#1972bf !important; font-weight: bold; font-size: 20px !important;
}
.menum a h5 {
  font-size: 20px !important;
}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	header#myCarousel {
	    padding-top: 60px;
	}
	.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block; margin-right: 5px;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 8.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height:25px !important;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-header {
    	width: 100%;
    }

    .navbar-toggle .icon-bar {
    	background: black;
    	line-height: 40px;
    }

    .navbar-nav>li>a {
    	text-align: center;
    }
    section {padding-top:60px;}
}

/* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
    	header#myCarousel {
			    padding-top: 50px;
			}
      .page-header {
    padding-bottom: 9px;
    margin: 0px 0 20px; font-size: 16px;
    border-bottom: 1px solid #eee;
}
			.navbar-brand > img {
          padding: 10px 0px 0px 25px;
					max-height: 49px;
          width: 150px;
			}

      .navbar-white {
        background: rgba(255,255,255,1) !important;
      }
      .navbar-brand > img.scrolling-logo {
        display: block;
      }
      .navbar-brand > img.logo {
        display: none;
      }

      .navbar-collapse {
        background: rgba(255,255,255,1);
      }

      .navbar-collapse.collapse.in {
        background: rgba(255,255,255,1);
      }

      .navbar-collapse.collapse.in ul li a {
      /*  padding: 8px 0px; */ color: #000;
      }
      .navbar-fixed-top .navbar-collapse {
    max-height: 370px;
}

.logot { opacity:1 !important; position: relative; top: 2px; left:-5px; }

			.carousel {
		height: 55%;
		}

		.item,
		.active {
		    height: 100%;
		}

		.carousel-inner {
		    height: 100%;
		}

		/* Background images are set within the HTML using inline CSS, not here */

		.fill {
		    max-width: 100%;
        height: auto;
		    background-position: center;
		    -webkit-background-size: cover;
		    -moz-background-size: cover;
		    background-size: cover;
		    -o-background-size: cover;
		}
    .carousel-inner .fill {
         height: 100%;
       }

    .smart-card {
      margin-bottom:15px;
    }

    .mobil-right {
      background-position:top right;
    }

		.navbar-brand {
			padding-left: 20px;
		}

		section {
			padding: 60px 0;
		}

    #finance, #developer, #amenities, footer { height: auto; }

		.title	{
			font-size: 28px;
			margin-bottom:35px;
			text-align: center;
		}

#unseen table td:nth-child(2),
#unseen table th:nth-child(2),
#unseen table td:nth-child(5),
#unseen table th:nth-child(5),
#unseen table td:nth-child(3) span,
#unseen table td:nth-child(6),
#unseen table th:nth-child(6) {display: none;}

		#popis {display:block;}
    }

   /* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	img.logo {
		height: 40px;
	}
	.navbar-white {
		height: 40px
	}

  .navbar-brand h1 {
    font-size: 30px; margin: 7px 0px 7px 20px;
}

  .menumxs {
      position:absolute !important; top:3px; right:45px; width: 160px; display: block !important; z-index: 999999;
    }
    .menumxs a {
      color:#474646; font-weight: normal; font-size: 16px;
    }
	.navbar-brand {
			padding-left: 0px;
			margin-left: -10px;
		}

		.logot { opacity:1 !important; position: relative; top: 4px; left:15px; }
		.navbar-right { margin-right: -15px !important; margin-top: 0px; }

	#unseen table td:nth-child(8),
#unseen table th:nth-child(8),
#unseen table th:nth-child(1) span,
#unseen table th:nth-child(2) span,
#unseen table th:nth-child(7) span,
#unseen table td:nth-child(3) span,
#unseen table td:nth-child(4),
#unseen table th:nth-child(4),
#unseen table td:nth-child(5),
#unseen table th:nth-child(5){display: none;}

#unseen table td:nth-child(7), #unseenpark table td:nth-child(5) { text-align:right; padding-right: 15px; }

#unseenpark table td:nth-child(3),
#unseenpark table th:nth-child(3),
#unseenpark table td:nth-child(4),
#unseenpark table th:nth-child(4),
#unseenpark table td:nth-child(6),
#unseenpark table th:nth-child(6){display: none;}

#unseen table td:nth-child(7) button, #unseenpark table td:nth-child(5) button {
  float: right; border: 1px solid #d1d1d1;
}

.wide-thumb {
    height: 220px !important;
    width: 335px; padding-right:4px;
}

footer input.form-control {
    max-width: 99%;
    height: 36px;
    padding: 0px 12px;
    font-size: 15px;
}
footer textarea.form-control {
    max-width: 99%;
    font-size: 15px;
    padding: 6px 10px;
}
.p-20 {
    padding: 15px;
}
.text-justify-xs {
  text-align: justify !important;
}

.carousel-caption {
  bottom: 0px;
  left: 10%;
  right: 10%;
}

.carousel-caption h1 {
  font-size: 18px;
  text-align: center;
}

}

@media only screen and (max-width : 374px) {
  footer input.form-control, footer input[type=submit] {
      max-width: 95% !important;
  }
  .p-0-xxs {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .ml-15 {
    margin-left: 8px;
  }

}

.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.mb-7 {
  margin-bottom:7px;
}

/* Video container */
.video-slide {
    position: relative;
    width: 100%;
    height: 100vh; /* same height as your image slides */
    overflow: hidden;
}

/* YouTube iframe acting like background-size: cover CENTER CENTER */
.video-slide iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;              /* full width of viewport */
    height: 56.25vw;           /* 16:9 height based on width */
    transform: translate(-50%, -50%);
    pointer-events: none;      /* allows carousel controls to work */
    object-fit: cover;
}



/* CUSTOM */

.card-body {
  padding: 10px 15px;
}
.card-body h4 {
  font-size: 22px;
}
.h-100 { height: 100%; }
.h-a { height: auto; }
.no-bg { background: rgba(0, 0, 0, 0); }

.list-normal, .list-normal li { list-style-type: initial; }
.list-normal, .list-normal ul { padding-left: 15px !important; font-size: 17px; }

#finance { height: auto; }
#finance ol { margin: 0; padding-left: 17px; }

.mb-150 { margin-bottom: 150px; }
.pb-150 { padding-bottom: 150px; }
.mb-05 { margin-bottom: 8px; }

/* ═══════════════════════════════════════
   RANGE SLIDER - gold theme
   ═══════════════════════════════════════ */
.irs--round .irs-bar { background-color: #c9a17e !important; }
.irs--round .irs-handle { border-color: #c9a17e !important; }
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single { background-color: #c9a17e !important; }
.irs--round .irs-from::before, .irs--round .irs-to::before, .irs--round .irs-single::before { border-top-color: #c9a17e !important; }
.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover { background-color: #c9a17e !important; }
.rangeslider { padding: 3px 50px 0; }

/* ═══════════════════════════════════════
   ACCESSIBILITY
   ═══════════════════════════════════════ */
.text-muted { color: #666 !important; }
footer a, .wbg a { text-decoration: underline; }
footer a:hover, .wbg a:hover { text-decoration: none; }
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #c9a17e;
  border-radius: 3px;
  background: transparent;
  vertical-align: middle;
  margin-right: 6px;
  cursor: pointer;
  position: relative;
}
input[type="checkbox"]:checked {
  background: #c9a17e;
  border-color: #c9a17e;
}
input[type="checkbox"]:checked::after {
  content: '✓';
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  top: -1px;
  left: 3px;
}

/* ═══════════════════════════════════════
   FORM CONTROLS
   ═══════════════════════════════════════ */
select.form-control {
  -webkit-appearance: menulist !important;
  -moz-appearance: menulist !important;
  appearance: menulist !important;
  height: 40px !important;
  border: 1px solid #d5cfc7 !important;
  background: #fff !important;
  color: #444 !important;
  padding: 6px 12px !important;
  border-radius: 3px !important;
  font-size: 15px;
}
.filter-button {
  background: #c9a17e !important;
  color: #fff !important;
  margin-top: 30px;
  height: 40px;
  border: none;
  font-weight: 600;
  letter-spacing: 1px;
  transition: background 0.3s;
}
.filter-button:hover { background: #b8876a !important; }

/* ═══════════════════════════════════════
   CARD CTA BUTTON
   ═══════════════════════════════════════ */
.card-body .btn {
  background: #c9a17e !important;
  border: none;
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 3px;
  transition: all 0.3s;
}
.card-body .btn:hover {
  background: #b8876a !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(201,161,126,0.3);
}

/* ═══════════════════════════════════════
   FLAT TABLE - premium real estate style
   ═══════════════════════════════════════ */
#unseen .table, #unseenpark .table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

/* Column widths - symmetric */
#unseen .table th:nth-child(1),
#unseen .table td:nth-child(1) { width: 12%; }
#unseen .table th:nth-child(2),
#unseen .table td:nth-child(2) { width: 13%; }
#unseen .table th:nth-child(3),
#unseen .table td:nth-child(3) { width: 12%; }
#unseen .table th:nth-child(4),
#unseen .table td:nth-child(4) { width: 10%; }
#unseen .table th:nth-child(5),
#unseen .table td:nth-child(5) { width: 11%; }
#unseen .table th:nth-child(6),
#unseen .table td:nth-child(6) { width: 11%; }
#unseen .table th:nth-child(7),
#unseen .table td:nth-child(7) { width: 16%; }
#unseen .table th:nth-child(8),
#unseen .table td:nth-child(8) { width: 15%; }

/* Header row */
.table > thead > tr > th,
.table th {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: #aaa;
  border-bottom: 1px solid #c9a17e;
  padding: 16px 14px;
  white-space: nowrap;
}

/* Data cells */
.table > tbody > tr > td {
  vertical-align: middle;
  border-top: 1px solid rgba(0,0,0,0.04);
  padding: 15px 14px;
  font-size: 18px;
  color: #555;
  transition: background 0.15s ease;
}

/* Floor header rows */
.table > tbody > tr > td.nbg {
  background: #faf8f5 !important;
  font-weight: 700;
  font-size: 13px;
  padding: 13px 20px;
  border-top: 1px solid rgba(201,161,126,0.25);
  color: #c9a17e;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Hover */
.table > tbody > tr:hover > td {
  background: rgba(201, 161, 126, 0.04) !important;
}

/* Status row colors - very subtle */
.table > tbody > tr.danger > td {
  background: transparent !important;
  color: #bbb;
}
.table > tbody > tr.warning > td {
  background: transparent !important;
  color: #999;
}

/* Price column */
.table td:nth-last-child(2) {
  font-weight: 700;
  font-size: 16px;
  color: #c9a17e;
}
.table .red-text, .table .red-text span {
  color: #c9a17e !important;
}

/* Status column */
.table td:last-child {
  letter-spacing: 0.5px;
}

/* Voľný button */
.table .send-button {
  background: rgba(80,160,80,0.15);
  border: 1px solid rgba(80,160,80,0.4);
  color: #3a8a3a;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.2s;
  cursor: pointer;
  width: auto;
}
.table .send-button:hover {
  background: rgba(80,160,80,0.35);
  color: #2a6a2a;
  border-color: rgba(80,160,80,0.6);
}

/* Order Modal */
#orderModal.modal { padding-right: 0 !important; }
#orderModal .form-control { box-sizing: border-box !important; width: 100% !important; max-width: 100% !important; }
#orderModal .form-group { margin-left: 0; margin-right: 0; }
#orderModal .modal-content { border: none; border-radius: 10px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.25); }
#orderModal .modal-header { background: #2C2416; border-bottom: 3px solid #c9a17e; padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; }
#orderModal .modal-title { color: #fff; font-size: 17px; font-weight: 600; letter-spacing: 0.5px; margin: 0; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
#orderModal .modal-flat-badge { display: inline-block; background: rgba(201,161,126,0.2); color: #c9a17e; font-size: 13px; font-weight: 700; letter-spacing: 1px; padding: 2px 10px; border-radius: 20px; border: 1px solid rgba(201,161,126,0.4); }
#orderModal .modal-header .close { color: rgba(255,255,255,0.7); opacity: 1; font-size: 24px; margin: 0 0 0 auto; padding: 0; float: none; align-self: flex-start; }
#orderModal .modal-header .close:hover { color: #fff; }
#orderModal .modal-body { padding: 24px 28px 20px; }
#orderModal .form-group { margin-bottom: 12px; }
#orderModal label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; color: #999; margin-bottom: 4px; display: block; }
#orderModal .form-control { height: 44px; border-radius: 6px; border: 1.5px solid #e0e0e0; font-size: 15px; color: #333; }
#orderModal .form-control:focus { border-color: #c9a17e; box-shadow: 0 0 0 3px rgba(201,161,126,0.15); outline: none; }
#orderModal .modal-flat-input { text-align: center; font-size: 18px; font-weight: 700; color: #c9a17e; background: rgba(201,161,126,0.08); border-color: rgba(201,161,126,0.3); cursor: default; }
#orderModal .modal-checkbox { margin-bottom: 10px; }
#orderModal .modal-checkbox input[type=checkbox] { margin-right: 6px; }
#orderModal .modal-checkboxes-row { display: flex; gap: 20px; margin-bottom: 10px; flex-wrap: nowrap; }
#orderModal .modal-checkbox-inline { display: flex; align-items: center; gap: 6px; cursor: pointer; font-weight: normal; margin: 0; text-transform: none; }
#orderModal .modal-recaptcha { margin-top: 16px; margin-bottom: 12px; }
#orderModal .modal-submit-btn { background: #c9a17e; color: #fff; border: none; border-radius: 6px; width: 100%; padding: 13px 24px; font-size: 16px; font-weight: 700; letter-spacing: 0.5px; cursor: pointer; transition: background 0.2s; margin-bottom: 10px; }
#orderModal .modal-submit-btn:hover { background: #b8906d; }
#orderModal .modal-contact-note { text-align: center; font-size: 13px; color: #aaa; margin: 0; }
#orderModal #collapseInfoOne,
#orderModal #collapseInfoTwo { font-size: 11px; line-height: 1.5; color: #666; margin-bottom: 8px; padding: 6px 2px; }
@media (max-width: 767px) {
  #orderModal .modal-dialog { margin: 8px !important; width: auto !important; max-width: calc(100vw - 16px) !important; }
  #orderModal .modal-content { width: 100% !important; box-sizing: border-box !important; overflow: hidden; }
  #orderModal .modal-body { padding: 14px 12px 12px; }
  #orderModal .modal-header { padding: 12px 14px; }
  #orderModal .form-control { box-sizing: border-box !important; width: 100% !important; max-width: 100% !important; }
}

/* Flat name links */
.table td:first-child a {
  color: #444 !important;
  font-weight: 600;
  text-decoration: none !important;
}
.table td:first-child a:hover {
  color: #c9a17e !important;
}

/* ═══════════════════════════════════════
   SECTION TITLES - refined
   ═══════════════════════════════════════ */
h2.title {
  color: #c9a17e;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 25px;
}

/* ═══════════════════════════════════════
   PONUKA section polish
   ═══════════════════════════════════════ */
#ponuka h3 {
  font-weight: 300;
  color: #555;
  letter-spacing: 0.5px;
}

/* ═══════════════════════════════════════
   SMART RIESENIA cards - elevated
   ═══════════════════════════════════════ */
.card {
  border-radius: 6px !important;
  transition: transform 0.2s, box-shadow 0.2s;
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.08) !important;
}
.card-img-top {
  border-radius: 6px 6px 0 0 !important;
}
.card-title {
  font-weight: 700 !important;
  letter-spacing: 1px;
}

/* ═══════════════════════════════════════
   FOOTER - modern clean
   ═══════════════════════════════════════ */
footer h3 {
  font-size: 15px !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #c9a17e !important;
  margin-bottom: 15px;
}
footer .form-control {
  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  color: #ddd !important;
  border-radius: 3px !important;
  font-size: 14px;
  padding: 0px 12px;
  transition: border-color 0.2s;
}
footer .form-control:focus {
  border-color: #c9a17e !important;
  outline: none;
}
footer .form-control::placeholder { color: rgba(255,255,255,0.35); }
footer input[type="submit"], footer .btn-default {
  background: #c9a17e !important;
  border: none !important;
  color: #fff !important;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 3px;
  transition: background 0.3s;
  font-size: 14px;
}
footer input[type="submit"]:hover, footer .btn-default:hover {
  background: #b8876a !important;
}

/* ═══════════════════════════════════════
   GLOBAL POLISH
   ═══════════════════════════════════════ */

/* Smooth scrolling */
html { scroll-behavior: smooth; }

/* Better link transitions */
a { transition: color 0.2s ease; }

/* Override MDB aggressive shadows - softer */
.z-depth-1 {
  box-shadow: 0 1px 4px rgba(0,0,0,0.06), 0 2px 8px rgba(0,0,0,0.04) !important;
}
.hoverable {
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06) !important;
}
.hoverable:hover {
  box-shadow: 0 3px 12px rgba(0,0,0,0.1) !important;
}

/* Section spacing
section { padding-top: 100px; padding-bottom: 100px; }  */

/* Navbar polish */
.navbar-white { box-shadow: none; transition: box-shadow 0.3s, background 0.3s; }
.navbar-white.scrolling { box-shadow: 0 2px 20px rgba(0,0,0,0.06); }

/* Hide reCAPTCHA v3 floating badge */
.grecaptcha-badge {
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* Fix lightbox close button crawlability */
.lb-close { cursor: pointer; }

/* Flat table — hide non-essential columns on mobile */
@media (max-width: 767px) {

  .table-byty .send-button {
    padding: 8px 12px;
    font-size: 14px;
    width: 100%;
  }
  .table > thead > tr > th, .table th {
    font-size: 9px !important;
  }


#unseen .table th:nth-child(1), #unseen .table td:nth-child(1) { width: 30% !important; }
#unseen .table th:nth-child(3), #unseen .table td:nth-child(3) { width: 30% !important; }
#unseen .table th:nth-child(7), #unseen .table td:nth-child(7) { width: 40% !important; }

}

/* Smart Riešenia cards */
.smart-card { border: 1px solid rgba(201,161,126,0.5) !important; }
.smart-card .card-title { color: #8B6914; margin-top: 3px; }

/* Utility classes */
.overflow-hidden { overflow: hidden !important; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }
.mb-cust { margin-bottom: 3px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    text-align: center;
    color: #000;
    padding: 8px 15px;
    line-height: 25px;
  }
  .navbar-fixed-top .navbar-collapse {
    max-height: 500px !important;
  }
  .mh {
    height: auto;
}
}

/* Mobile optimization */
@media (max-width: 768px) {
    .video-slide {
        height: 60vh;
    }
    .video-slide iframe {
        width: 100vh;          /* based on height for proper center crop */
        height: 56.25vh;
    }
    .table > thead > tr > th, .table th {
    font-size: 10px !important;
  }
}
