﻿h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}

p, div {
    font-family: 'Open Sans', sans-serif;
}

html {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    min-height: 100%;
}

body {

    font-family: 'Open Sans', sans-serif;
}

p.medium {
    font-size: 26px;
}

p.big {
    font-size: 32px;
}

a {
    color: #14587F;
    text-decoration: underline;
}
a:hover {
    color: #003973;
    text-decoration: underline;
}
h1, h2, h3 {
    color: #14587F;
    font-weight: bold;
}

/* Header */
.header .top-bar {
    padding-top: 0;
}

/* Header menu */
.navbar {
    border-radius: 0;
    min-height: 0;
    margin-bottom: 0;
  
}
.navbar-default .navbar-nav {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-default .navbar-nav > li {
    padding: 0;
}
.navbar-default .navbar-nav > li > a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
    color: #22356c;
    text-decoration: none;
    padding: 10px;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #003973;
    text-decoration: none;
}
.navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus {
    color: #003973;
    text-decoration: none;
}
.navbar-default .navbar-header img {
    max-height: 40px;
}


/* Footer */
.footer {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 50px;
    background-color: #f5f5f5;
}
.footer .div {
    color: #22356c;
}   

/*.footer .headline {
    margin-top: 20px;
    font-weight: bold;
}
.footer-menu {
    margin-top: 30px;
    text-align: center;
}
.footer-menu a {
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
.footer-menu a:hover {
    text-decoration: underline;
}
.footer .contact a {
    color: #333;
}
.footer .contact a:hover {
    color: #00947e;
}
.footer .rounded-icon {
    background-color: #d5d5d5;
    padding: 5px;
    border-radius: 50%;
}
.footer .square-icon {
    background-color: #d5d5d5;
    padding: 5px;
}
.footer a.square-icon {
    color: #333;
    text-decoration: none;
}
.footer a.square-icon:hover {
    color: #00947e;
    text-decoration: none;
}
.footer p.contact {
    line-height: 40px;
}
.footer .copyright {
    text-align: center;
    color: #22356c;
    padding-top: 30px;
}
.footer .copyright a {
    color: #333;
    text-decoration: none;
}
.footer .developer {
    text-align: center;
    color: #333;
    font-size: 12px;
}
.footer .developer a {
    color: #333;
    text-decoration: none;
}
.footer .developer a:hover {
    color: #333;
    text-decoration: underline;
}
*/
/* Body */
.page-body {
    margin: 40px 0 0 0;
    color: #22356c;
}
.header {
    color: red;
}

/* Message div */
.message-div {
    padding: 0;
    padding-bottom: 100px;
    text-align: center;
}
.message-div h1 {
    letter-spacing: -2px;
    color: red;
}
.message-div p {
    margin: auto;
    padding-top: 30px;
    font-weight: bold;
    letter-spacing: 1px;
}
.message-div p em {
    font-weight: normal;
}
.message-error h1, .message-error p {
    color: red;
}
.message-div .underline {
    text-decoration: underline;
}
.message-div .fa-spinner {
    font-size: 32px;
}

/* Errors */
.field-validation-error {
    color: #FF0000;
    display: block;
}
.validation-summary-errors {
    color: #FF0000;
}
.validation-summary-errors ul, .validation-summary-errors ul li {
    list-style: none;
    padding: 0;
}

/* Buttons */
.btn.btn-primary {
    color: #fff;
    background-color: #14587F;
    border-color: #14587F;
    text-shadow: none;
    border-radius: 3px;
}
.btn.btn-primary:hover {
    color: #fff;
    background-color: #003973;
    border-color: #003973;
}
.btn.btn-default {
    color: #14587F;
    background-color: transparent;
    border-color: #14587F;
    text-shadow: none;
    border-radius: 3px;
}
.btn.btn-default:hover {
    color: #003973;
    border-color: #003973;
}

/* Menu */
@media(max-width: 767px) {
    .open > .dropdown-menu.desktop-only {
        display: none;
    }

    .navbar-nav li.desktop-only {
        display: none;
    }
}

@media(min-width: 768px) {
    .navbar-nav li.mobile-only {
        display: none;
    }
}
.navbar-default .navbar-nav > li > a {
    padding: 10px 20px;
}
.navbar-default .navbar-nav > li > a:hover {
    background-color: #f5f5f5;
}



/* Mobile submenu */
.mobile-submenu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mobile-submenu li {
    list-style: none;
    padding: 5px 0;
    margin: 0;
}
.mobile-submenu li a {
    text-decoration: none;
    padding: 5px 20px;
}
.nav > li > a.mobile-submenu-caret {
    position: absolute;
    width: 50px;
    right: 10px;
    top: 0;
    z-index: 100;
}
@media(min-width: 768px) {
    .nav > li > a.mobile-submenu-caret {
        display: none;
    }
}

/* Top banner */
.top-banner {
    padding: 100px 0;
    background-position-x:center;
    background-position-y:center;
    background-size: cover;
}
.top-banner h1 {
    display: inline-block;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #14587F;
    font-weight: bold;
    letter-spacing: -1px;
}

/* Product description */
.product-description {
    padding: 50px 0;
}
.product-description p {
    text-align: justify;
}
.product-description table {
    width: 100%;
    border-collapse: collapse;
}
.product-description table td {
    border: 1px solid #f0f0f0;
    padding: 5px;
}

/* Product item */
.product-item {
    padding: 0;
    margin: 20px 10px;
    border: 1px solid #f5f5f5;
}
.product-item:hover {
    padding: 0;
    margin: 16px 6px;
    border: 3px solid #14587F;
}
.product-item .product-title {
    padding: 10px;
    background-color: #14587F;
    color: #fff;
}
.product-item .product-img img {
    max-width: 100%;
}

/* Image */
img.img-responsive {
    max-width: 100%;
}

/* Text */
.par-justify p, p.par-justify {
    text-align: justify;
}

.image-hover-container {
    width: 600px; /* alebo 100% podľa potreby */
    height: auto;
    position: relative;
}

    .image-hover-container img {
        width: 100%;
        height: auto;
        display: block;
        transition: opacity 0.5s ease-in-out;
        position: absolute;
        top: 0;
        left: 0;
    }

        .image-hover-container img.hover-image {
            opacity: 0;
        }

    .image-hover-container:hover img.hover-image {
        opacity: 1;
    }

    .image-hover-container:hover img.base-image {
        opacity: 0;
    }

    .img-responsive img {
        max-width:100%;
    }

    .api-password-group {
        display:none;
    }
.photo-slider {
    padding: 20px 20px 50px 20px;
}

@media(max-width: 768px) {
    .photo-slider {
        padding: 20px 10px 50px 10px;
    }
}

/* 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%;
        height: 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 .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 {
42-43 / 94

        margin: auto;
        max-height: 70vh;
        max-width: auto;
    }

.photo-slider-link {
    cursor: pointer;
}

.slider-wrapper {
    display: none;
}

.slider-wrapper-template {
    display: none;
}

.slider-wrapper .slider-content .photo-slider {
    padding-top: 0;
}


/* Štýl zoznamu */
.referencie {
    list-style: none; /* zruší bodky */
    padding: 0;
    margin: 0;
}

    /* Štýl odkazov */
ul.referencie li a {
    display: block; /* aby sa dalo kliknúť na celý riadok */
    padding: 0.75rem 1rem;
    text-decoration: none; /* bez podčiarknutia */
    color: #22356C; /* farba textu */
    /*background-color: #fefefe;*/ /* základná farba ako tlačidlo */
    border-radius: 4px; /* zaoblené rohy */
    margin-bottom: 0.5rem;
    transition: background-color 0.3s ease;
}
ul.referencie li a:hover {
    background-color: #fefefe; /* tmavší odtieň pri prechode myšou */
}
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("~/images/pozadie4.jpg");
       background-image: url('../../images/pozadie2.jpg');  <- nastav cestu k tvojmu obrázku 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.1;  úroveň priesvitnosti 
    z-index: -1;
}

/*Obrázky v pozadí*/

/*body {
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 100vh;
}*/

/* Kontejner pre pozadie */
/*.background-slideshow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.2;
    overflow: hidden;
}*/

    /* Všetky obrázky */
    /*.background-slideshow img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
        transition: opacity 1s ease-in-out;
    }

        .background-slideshow img.active {
            opacity: 1;
        }*/


