﻿.navbar-default {
    border: none;
    color: gainsboro;
}

.navbar-default .navbar-header img {
    max-height: 50px;
    
}

.page-body {
   padding-top: 100px;
}

.contact-items .glyphicon {
    padding-right: 20px;
    color: gray;
    font-size: 54px;

 }
@font-face {
    font-family: 'glyphicons-halflings-regular';
    src: url('../content/fonts/glyphicons-halflings-regular.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'glyphicons-halflings-regular';
    src: url('../content/fonts/glyphicons-halflings-regular.svg') format('svg');
}
@font-face {
    font-family: 'glyphicons-halflings-regular';
    src: url('../content/fonts/glyphicons-halflings-regular.ttf') format('truetype');
}


@font-face {
    font-family: 'glyphicons-halflings-regular';
    src: url('../content/fonts/glyphicons-halflings-regular.woff') format('woff');
}
@font-face {
    font-family: 'glyphicons-halflings-regular';
    src: url('../content/fonts/glyphicons-halflings-regular.woff2') format('woff2');
}

.tlacitko-moje {
    padding: 10px;
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
    display: inline-block;
}

.tlacitko-moje:hover {
    color: #FFF;
    background-color:#000;
    text-decoration: none;
}

.moj-formular .row {
    padding:10px 0 10px 0;
}

.field-validation-error {
    color: #FF0000
}
 .img-responsive  img {
     max-width: 100%;
 }
 
/* Photo gallery */
.gallery-list .gallery-folder {
    margin-bottom: 50px;
}

.gallery-list .gallery-img {
    padding: 10px 0;
}

.gallery-list .photo-gallery-item {
    position: relative;
}

    .gallery-list .photo-gallery-item img {
        width: 100%;
    }

    .gallery-list .photo-gallery-item .photo-gallery-item-hover {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(120, 120, 120, 0.5);
        display: none;
        top: 0;
        left: 0;
        text-align: center;
    }

    .gallery-list .photo-gallery-item:hover .photo-gallery-item-hover {
        display: block;
        cursor: pointer;
    }

    .gallery-list .photo-gallery-item .photo-gallery-item-hover i {
        color: #FFFFFF;
        margin: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        display: block;
    }


.photo-slider {
    padding: 20px 20px 50px 20px;
}

@media(max-width: 768px) {
    .photo-slider {
        padding: 20px 10px 50px 10px;
    }
}

.photo-slider .photo-slider-toolbar {
    position: relative;
    height: 50px;
}

    .photo-slider .photo-slider-toolbar .photo-slider-count {
        padding-left: 15px;
        color: #000000;
        font-weight: bold;
        font-size: 14px;
    }

    .photo-slider .photo-slider-toolbar .photo-slider-close {
        position: absolute;
        top: 10px;
        right: 20px;
        color: #000000;
        font-weight: bold;
        font-size: 14px;
        cursor: pointer;
    }

.photo-slider .lightSlider {
    text-align: center;
}

    .photo-slider .lightSlider img.img-ls-responsive {
        margin: auto;
        max-height: 70vh;
        max-width: 100%;
    }

.photo-slider-link {
    cursor: pointer;
}

.slider-wrapper {
    display: none;
}

.slider-wrapper-template {
    display: none;
}

.slider-wrapper .slider-content .photo-slider {
    padding-top: 0;
}



.photo-slider {
    padding: 20px 20px 50px 20px;
}

@media(max-width: 768px) {
    .photo-slider {
        padding: 20px 10px 50px 10px;
    }
}

.photo-slider .photo-slider-toolbar {
    position: relative;
    height: 50px;
}

    .photo-slider .photo-slider-toolbar .photo-slider-count {
        padding-left: 15px;
        color: #000000;
        font-weight: bold;
        font-size: 14px;
    }

    .photo-slider .photo-slider-toolbar .photo-slider-close {
        position: absolute;
        top: 10px;
        right: 20px;
        color: #000000;
        font-weight: bold;
        font-size: 14px;
        cursor: pointer;
    }

.photo-slider .lightSlider {
    text-align: center;
}

    .photo-slider .lightSlider img.img-ls-responsive {
        margin: auto;
        max-height: 70vh;
        max-width: 100%;
    }

.photo-slider-link {
    cursor: pointer;
}

.slider-wrapper {
    display: none;
}

.slider-wrapper-template {
    display: none;
}

.slider-wrapper .slider-content .photo-slider {
    padding-top: 0;
}



.portfolio {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    opacity: 0.3;
   
}

/* Ďalšie štýly pre obsah stránky */
.content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    padding: 100px 20px;
  
}


.modal-content {
    background:gainsboro; /* farebne pozadie modálneho okna */
}

.modal-open {
    overflow: hidden; /* Zabránenie posúvaniu obsahu pod modálnym oknom */
}

.modal-backdrop.show {
    background-color: rgba(0, 0, 0, 0.5) /* Transparentné pozadie s čiernou farbou a 50% priehľadnosťou */
}


.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .video-container video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.api-password-group {
    display: none
}

/* === Form štýly (z ContactForm.cshtml, Login.cshtml) === */
.form-item {
    padding: 10px 0;
}

.form-section {
    padding: 15px 0;
}

.naplnspajzu-form .row.submit {
    padding-top: 10px;
}

.hidden {
    display: none;
}

.login-form {
    max-width: 400px;
    margin: 0 auto;
}

.developerboss-form .form-item,
.naplnspajzu-form .form-item {
    padding: 8px 0;
}

/* Správa po odoslaní */
p.medium {
    font-size: 16px;
    color: #333;
}

/* Chránená stránka */
.member-info {
    padding: 20px 0;
    font-size: 18px;
}
