.after-send-box {
	position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;    
}

.after-send-text {
	min-width: 320px;
    max-width: 500px;
    background-color: #f8f9fa;
    border-radius: 15px;
    border: 4px solid #799943;
    padding: 30px;
    position: relative;
    z-index: 20;
}

.after-send-cross {
	width: 25px;
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}

.warning-message-wrap {
    padding: 30px 15px;
    text-align: center;
    display: none;
}

.warning-message-wrap h3 {
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.warning-message-wrap h4 {
    margin: 0 0 20px;
}

.warning-message-wrap h4 a {
    font-weight: 700;
}

.volna {
    background-color: #799943;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.garaze-container .garaze-svg.lok2 {
    height: 300px;
}


.navbar a.BK-box {
    display: block;
    background-color: #799943;
    font-size: 0.85rem;
    min-width: 135px;
    height: 100%;
    color: #fff;
}
.navbar a.BK-box:hover {
    opacity: 0.85;
}
.navbar a.BK-box {
    background-color: #799943;
}
.navbar a.DL-box {
    background-color: #3b454b;
}
.navbar a.ML-box {
    background-color: #3b454b;
    border-left: 1px solid #799943;
}
.navbar a.BK-box,
.navbar a.ML-box,
.navbar a.DL-box {
    position: relative;
}
.navbar a.BK-box,
.navbar a.ML-box,
.navbar a.DL-box span {
    position: relative;
    z-index: 3;
}
.navbar a.ML-box:after,
.navbar a.DL-box:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('../images/svg/peciatka_vypredane.svg');
    background-repeat: no-repeat;
    background-position: bottom 15px center;
    background-size: 80%;
    opacity: .2;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.navbar .navbar-brand {
    max-width: 220px;
}
.navbar .fb-icon {
    margin: 0 15px;
}
.navbar .fast-contacts {
    display: none;
    flex-direction: column;
    gap: 15px;
}
@media (min-width: 768px) {
    .navbar .fast-contacts {
        display: flex;
    }
}
.navbar .zavolajte, 
.navbar .napiste {
    margin: 0;
}

.lokalita-box1,
.lokalita-box2,
.lokalita-box3 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: auto;
    margin: 0;
    height: 100%;
    width: 100%;
    padding: 30px 15px;
    color: #fff;
    background-color: #3b454b;
    background-size: auto;
    background-size: cover;
}
.lokalita-box1 {
    background: url(../images/svg/resize/malinovo_bg_img.jpg);
}
.lokalita-box2 {
    background: url(../images/svg/resize/dluzna_bg_img.jpg);
}
.lokalita-box3 {
    background: url(../images/svg/resize/malinovo_bg_img.jpg);
}
.lokalita-box1 h2, 
.lokalita-box2 h2, 
.lokalita-box3 h2 {
  font-weight: 700;
}
.lokalita-box1 p, 
.lokalita-box2 p, 
.lokalita-box3 p {
    font-size: 0.85rem;
    color: #ccccca;
    margin-bottom: 20px;
    text-align: center;
    padding: 0 15px;
}
.lokalita-box1.vypredane:before,
.lokalita-box2.vypredane:before,
.lokalita-box3.vypredane:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('../images/svg/peciatka_vypredane.svg');
    background-repeat: no-repeat;
    background-position: top -15px center;
    background-size: 75%;
    opacity: .25;
    z-index: -1;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.gallery_intro .lokalita .vypredane:before {
    background-size: contain;
    background-position: center right 15px;
}
.logo-footer {    
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.subpage.vypredane:before {
    content: '';
    position: fixed;
    top: 160px;
    right: 100px;
    display: block;
    width: 212px;
    height: 129px;
    background-image: url('../images/svg/peciatka_vypredane.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 999;
}
.container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1200px) {
    .container-xl {
        max-width: 1140px;
    }
}

.garaze-container .garaze-svg.lok3 {
    height: auto;
    width: 100%;
}
.garaze-container .lok3 svg {
    min-height: 800px;
    height: auto;
    width: 100%;
    min-width: 400px;
}
#bernolakovo_form h2 {
    margin-top: 0;
    margin-bottom: 15px;
}
.modal-content .podmienka {
    line-height: 1.2;
    font-size: 14px;
}
.error-message {
    color: red;
    font-size: 12px;
    line-height: 1;
    /*display: inline-block;*/
}
#selectedGarazModal input.error,
#selectedGarazModal textarea.error,
#selectedGarazModal select.error {
    display: block;
    font-weight: normal;
    color: inherit;
    border-color: red;
}
.rezervovana.dni5 {
    background-color: #ccb91a;
}

.nice_checkbox.small {
    margin-bottom: 8px;
}
.nice_checkbox.small label:not(.error) {
    font-size: 13px;
    line-height: 1.2;
    color: #0a0a0a;
}

.form-floating {
    position: relative;
}
.form-floating > .form-control {
    color: #0a0a0a;
}
.form-floating > .form-select {
    background-color: transparent;
    color: #0a0a0a;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: .375rem .75rem;
}
.form-floating > .form-select:focus {
    border-color: orange;
}

.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
    color: transparent;
}
.form-floating > label {
    position: absolute;
    top: 0;
    left: .25rem;
    z-index: 2;
    height: auto;
    padding: .5rem .25rem .1rem .25rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
    line-height: 1;
    color: rgba(0, 0, 0,.70);
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    color: rgba(0, 0, 0,.5);
    transform: scale(.85) translateY(-1.2rem) translateX(.15rem);
    background-color: #fff;
    top: 8px;
    padding-top: 3px;  
}
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: #fff;
    border-radius: 2px;
}
form .form-floating [required] ~ label:before {
    content: '*';
    position: absolute;
    right: 0;
    color: red;
    font-weight: 400;
}
form .form-floating > .form-control-plaintext ~ label:before,
form .form-floating > .form-control:focus ~ label:before,
form .form-floating > .form-control:not(:placeholder-shown) ~ label:before,
form .form-floating > .form-select ~ label:before {
    color: rgba(0, 0, 0,.5);
}
/*form .nice_checkbox [required] ~ label:after {
    content: '*';
    color: red;
    font-weight: 400;
}*/
.form-floating [required] ~ label {
    padding-right: .6rem;
}
#bernolakovo_form .modal-footer .btn {
    width: auto;
    height: 48px;
    min-width: 120px;
}
.btn-outline {
    background-color: transparent;
    border: 1px solid #799943;
    color: #799943 !important;
}
.btn-outline:hover {
    background-color: transparent;
    border-color: #3b454b;
    color: #3b454b !important;
}

table.outlook {
    font-size: 14px;
}
table.outlook th {
    color: rgba(0, 0, 0, .5);
    font-weight: 400;
    padding-right: 5px;
    line-height: 1;
    font-size: 13px;
}
table.outlook td {
    color: #0a0a0a;
    font-weight: bold;
}
table.outlook .check {
    padding-left: 15px;
}
table.outlook .check:before {
    content: '\2713';
    display: inline-block;
    color: green;
    margin-left: -15px;
}
table.outlook .private,
table.outlook .company {
    display: none;
}

a.btn-aktualny-stav {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    max-width: 287px;
}

@media (min-width: 768px) {
    a.btn-aktualny-stav {
        float: right;
        margin-right: -17px;
        margin-left: 20px;
        max-width: 287px;
    }
}