html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  
}

.active-link {
    border-bottom: 3px solid red;
    padding-bottom: 1px !important;
    border-radius: 0 !important;
}
header .main-navbar .nav-menu > li .nav-submenu li a {
    text-transform: none !important;
}
header .main-navbar .nav-menu > li > a {
    color: black !important;
    font-weight: 500 !important
}
.inner-page {
    background-color: #27BDFF !important;
    border-bottom: 1px solid silver !important;
    box-shadow: 0 3px 3px 3px lightgray;
}
.brand-logo > a > img {
    margin-left:10px;
}
.filter-cards .advance-card > h6 {
    text-transform:none !important;
}
.property-details > span {
    letter-spacing: 0 !important;
    text-transform:none !important;
}
.item-text-justify {
    text-align:justify !important;
}
.btn {
    text-transform: none !important;
}
h1 {
    text-transform: none !important;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .001em;
    line-height: 1.1;
    text-transform: capitalize;
    color: #1c2d3a;
}
h2 {
    text-transform: none !important;
}
h4 {
    text-transform: none !important;
}
.select3 {
    -webkit-appearance: menulist-button !important;
}
.property-details ul li {
    font-size:15px !important;
}
.advertStatusGreen {
    background-color: green !important;
    color: white !important;
    border-radius:4px;
}
.advertStatusRed {
    background-color: red !important;
    color: white !important;
    border-radius: 4px;
}

.single-title {
    border-radius: 8px !important;
    border-right: 1px solid #e0e0e0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
}
.desc-box {
    border-radius: 8px !important;
    border-right: 1px solid #e0e0e0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
}
.single-sidebar {
    border-radius: 8px !important;
    border-right: 1px solid #e0e0e0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
}
.property-heading {
    margin-top:40px !important;
    padding-bottom:30px !important;
}
.gallery-img-left {
    overflow: hidden;
    width: 66%;     
    flex: 0 0 66%;  
    position: relative;
    border-radius: 8px;
}
    .gallery-img-leftH span {
        display: block;
        transition: transform 1s; 
    }
    .gallery-img-leftH:hover span {
        transform: scale(1.03);
        transform-origin: 50% 50%;
    }
@media (max-width: 575px) {
    .gallery-img-left {
        width: 100%;
        flex: 0 0 100%;
    }
}.gallery-img-right {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin-left: 15px;
}
.gallery-img-right-item {
    height: calc(50% - 8px);
    overflow: hidden;
    width: 100%;
    border-radius: 8px;
}
.gal-item.expanded {
    text-align: center
}
    .gal-item.expanded em {
        display: block;
        margin: -81px auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%) !important;
        bottom: 45px !important;
        font-size: 50px;
        color: white;
        text-shadow: -1px 0 gray, 0 1px gray, 1px 0 gray, 0 -1px gray;
        font-style: normal !important;
    }
@media only screen and (min-width: 575px) and (max-width: 768px) {
    .gal-item.expanded em {
        bottom: 5px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .gal-item.expanded em {
        bottom: 15px !important;
    }
}
@media only screen and (min-width: 1201px) and (max-width: 1396px) {
    .gal-item.expanded em {
        bottom: 25px !important;
    }
}
@media (max-width: 575px) {
    .hide-mobile {
        display: none;
    }
}
.spMsg {
    display:none;
}
#resMsg {
    display: none;
}
.resMsg {
    color: blue;
    font-weight:normal;
    text-align:center;
}
.width-95 {
    max-width: 95% !important;
    width: 95% !important;
}
.single-kancelar {
    border-radius: 8px !important;
    border: 1px solid #e0e0e0 !important;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
}

.kancelar-nazev {
    font-size: 20px;
}
.icon-kontakty {
    width: 16px !important;
    height: 16px !important;
}
.footer-bg .footer-details {
    background-color: white;
    color: black;
}
.footer-bg .footer-details p {
    background-color: white;
    color: black;
}

