
      @media (min-width: 768px) {

      }
    body {
      font: normal 16px / 27px "Roboto", Helvetica, Arial, Verdana, sans-serif;
      word-spacing: normal;
      color: #85868c;
    }

    .navbar .nav-item a {
      font: normal bold 18px / 22px "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;
      text-transform: uppercase;
    }
    .navbar .nav-item.active {
      background-color: #e1474d;
      background: #e1474d;
    }
    .navbar .nav-item.active .nav-link {
       color: #ffffff;
     }
    .navbar .nav-item.active .nav-link:hover {
       color: #ffffff;
       background-color: #e1474d;
    }

    .navbar-light .navbar-nav .nav-link {
      color: #333333;
    }
    .navbar-light .navbar-nav .nav-link:hover {
      color: #e1474d;
      background-color: #f0f0f1;
    }
    .dropdown-menu {
      background-color: #1a1c20;
      min-width:250px;

    }
    .dropdown-item {
      color:#fafafa;
    }
    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #dd3333;
    }

    .social-icon {
        width: 28px;
        height: 28px;
        display: inline-block;
        margin: 0px;
        padding: 0px;
    }

    .facebook {
        background: url("https://rnd.sk/program/images/facebook.png") no-repeat;
    }
    .facebook:hover {
        background: url("https://rnd.sk/program/images/facebook-hover.png") no-repeat;
    }

    .youtube {
        background: url("https://rnd.sk/program/images/youtube.png") no-repeat;
    }
    .youtube:hover {
        background: url("https://rnd.sk/program/images/youtube-hover.png") no-repeat;
    }

    .bg-title {
      background-color: #dd3333;
    }
    .red {
      color: #dd3333;
    }

    .page-title h1 {
      font: normal bold 40px / 34px "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;
      color: #ffffff;
      text-transform: uppercase;
    }

.month-select {
    margin-top: 10px;
    margin-bottom: 20px;
}
.month-select a,.month-select a:link,.month-select a:focus {
    color: #555;
    outline: 0;
    text-decoration: none;
}

.month-select .previous-month, .month-select .current-month, .month-select .next-month {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
}
.month-select .current-month {
    color: #dd3333;
    font-size: 28px;
    text-align: center;
}
.month-select a:hover {
    color: #dd3333;
    outline: 0;
    text-decoration: none;
}

.program-item {
    background: #efefef;
    margin-bottom: 35px;
}
.program-item>.row {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
     -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.program-item>.row>.program-image {
    min-height: 150px;
    overflow: hidden;
    padding: 0;



    background-color: #444;
}


.program-item>.row>.program-image img:hover {
   /* opacity: .75; */
}

.program-item>.row>.program-image img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.program-item>.row>.play-title {
    padding: 18px 0 18px 18px;
}
.program-item a {
    color:#555555;
}
.program-item a:hover {
    color: #777777;
    text-decoration:none;
}
.program-item>.row>.play-title>.play-date {
    font-size: 22px;
    color: #777;
    font-weight: 400;
    position: relative;
    line-height: 145%;
    float: left;
    margin-right: 7px;
    height: 25px;
    text-transform: lowercase;
}

.program-item>.row>.play-title h2 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 0;
    line-height: 145%;
    position: relative;

    float: left;
}

.program-item>.row>.play-title .persons {
    clear: both;
}
.program-item>.row>.play-buttons {
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 12px 27px 12px 12px;
}
.program-item>.row>.play-buttons .play-price {
    font-size: 24px;
    font-weight: 800;
}

.program-item>.row>.play-buttons .play-button {
    padding: 0;
    border: 2px solid #fff;
    text-transform: uppercase;
}
.program-item>.row>.play-buttons .play-button a {
    color:#dd3333;
    display: block;
    padding: 15px 5px;
    font-weight: 400;

}


.program-item>.row>.play-buttons .play-button span {
    display: block;
    padding: 15px 0;
    font-weight: 400;
    opacity: .66;
}

@media (max-width: 1199px) {
  .program-item>.row>.play-buttons .play-button a {
      font-size: 14px;
  }
}

#footer h3 {

    font: normal bold 16px / 26px "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
    color: #000;
    text-align: center;
}

.oznamy h3 {
  font-size: 1.2em;
}

.predstavenie a {
  font-size:13px;
}

.alignright, img.alignright, a img.alignright {
    float: right;
    margin: 5px 0px 10px 15px;
}

.member-card {
    transition: transform 0.2s;
}
.member-card:hover {
    transform: translateY(-5px);
}
.member-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}
.section-title {
    border-bottom: 3px solid #dc3545;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

  .gallery-card {
      transition: transform 0.2s;
      height: 100%;
  }
  .gallery-card:hover {
      transform: translateY(-5px);
  }
  .gallery-img {
      width: 100%;
      height: 200px;
      object-fit: cover;
  }
  .photo-count {
      font-weight: bold;
      color: #333;
  }
  .gallery-description {
      color: #666;
      font-size: 0.9rem;
  }

/* BS Slider */
        .slider-container {
            max-width: 1140px;
            margin: 0 auto;
            padding: 20px 0;
        }

        .carousel-item {
            height: 500px;
            position: relative;
        }

        .carousel-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .carousel-caption {
            background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 100%);
            bottom: 0;
            left: 0;
            right: 0;
            padding: 30px;
            text-align: left;
        }

        .carousel-caption h2 {
            font-size: 2rem;
            font-weight: bold;
            margin-bottom: 10px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
        }

        .carousel-caption p {
            font-size: 1.1rem;
            margin-bottom: 0;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        }

        .carousel-caption a {
            color: #1122FF;
            font-weight: bold;
        }

        /* Thumbnail navigation */
        .thumbnail-nav {
            margin-top: 20px;
            padding: 15px 0;
            background: white;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

        .thumbnail-container {
            display: flex;
            justify-content: center;
            align-items: center;
            overflow-x: auto;
            padding: 10px;
            gap: 10px;
        }

        .thumbnail-item {
            flex: 0 0 auto;
            width: 120px;
            height: 80px;
            cursor: pointer;
            border: 3px solid transparent;
            border-radius: 5px;
            overflow: hidden;
            transition: all 0.3s ease;
            opacity: 0.6;
        }

        .thumbnail-item:hover {
            opacity: 0.9;
            transform: scale(1.05);
        }

        .thumbnail-item.active {
            border-color: #dc3545;
            opacity: 1;
        }

        .thumbnail-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Custom carousel controls */
        .carousel-control-prev,
        .carousel-control-next {
            width: 5%;
            opacity: 0.8;
        }

        .carousel-control-prev:hover,
        .carousel-control-next:hover {
            opacity: 1;
        }

        .carousel-control-prev-icon,
        .carousel-control-next-icon {
            background-color: rgba(0,0,0,0.5);
            border-radius: 50%;
            padding: 20px;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .carousel-item {
                height: 350px;
            }

            .carousel-caption h2 {
                font-size: 1.5rem;
            }

            .carousel-caption p {
                font-size: 0.9rem;
            }

            .thumbnail-item {
                width: 90px;
                height: 60px;
            }
        }

/* Blog cards*/
   .blog-section {
            padding: 40px 0;
            /*background-color: #f8f9fa;*/
        }

        .blog-card {
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
            margin-bottom: 30px;
            border-left: 4px solid #dc3545;
        }

        .blog-card:hover {
            box-shadow: 0 4px 16px rgba(0,0,0,0.12);
            transform: translateY(-5px);
        }

        .blog-card-body {
            padding: 25px;
        }

        .post-meta {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            flex-wrap: wrap;
            gap: 10px;
        }

        .post-date {
            background-color: #dc3545;
            color: white;
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 500;
            letter-spacing: 0.5px;
        }

        .post-category {
            background-color: #f8f9fa;
            color: #666;
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 0.85rem;
        }

        .blog-title {
            margin: 15px 0;
        }

        .blog-title h2 {
            font-size: 1.75rem;
            font-weight: bold;
            margin: 0;
            line-height: 1.3;
        }

        .blog-title a {
            color: #212529;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .blog-title a:hover {
            color: #dc3545;
        }

        .blog-excerpt {
            color: #666;
            line-height: 1.7;
            margin: 15px 0 20px;
            font-size: 1rem;
        }

        .read-more {
            display: inline-flex;
            align-items: center;
            color: #dc3545;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            gap: 5px;
        }

        .read-more:hover {
            color: #c82333;
            text-decoration: none;
            gap: 10px;
        }

        .read-more::after {
            content: '→';
            font-size: 1.2rem;
            transition: transform 0.3s ease;
        }

        .read-more:hover::after {
            transform: translateX(5px);
        }


        /* Responsive */
        @media (max-width: 768px) {
            .blog-title h2 {
                font-size: 1.4rem;
            }

            .blog-card-body {
                padding: 20px;
            }
        }

/* Produkty */
       /* Horizontal Product Card */
        .product-card-horizontal {
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.08);
            margin-bottom: 25px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border-left: 4px solid #dc3545;
        }

        .product-card-horizontal:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.15);
        }

        .product-card-horizontal .row {
            margin: 0;
        }

        /* Product Image Section */
        .product-image-horizontal {
            position: relative;
            height: 100%;
            min-height: 220px;
            background: #f8f9fa;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
        }

        .product-image-horizontal img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            max-height: 200px;
            transition: transform 0.3s ease;
        }

        .product-card-horizontal:hover .product-image-horizontal img {
            transform: scale(1.08);
        }

        /* Badge */
        .product-badge-horizontal {
            position: absolute;
            top: 15px;
            left: 15px;
            background: #dc3545;
            color: white;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            box-shadow: 0 2px 8px rgba(220, 53, 69, 0.4);
            z-index: 2;
        }

        .product-badge-horizontal.new {
            background: #28a745;
        }

        .product-badge-horizontal.sale {
            background: #ffc107;
            color: #212529;
        }

        /* Product Details Section */
        .product-details-horizontal {
            padding: 20px 25px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .product-header {
            margin-bottom: 12px;
        }

        .product-category-horizontal {
            color: #6c757d;
            font-size: 0.8rem;
            margin-bottom: 6px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            font-weight: 500;
        }

        .product-title-horizontal {
            font-size: 1.3rem;
            font-weight: bold;
            color: #212529;
            margin-bottom: 8px;
            line-height: 1.3;
        }

        .product-title-horizontal a {
            color: #212529;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .product-title-horizontal a:hover {
            color: #dc3545;
        }

        .product-description-horizontal {
            color: #6c757d;
            font-size: 0.9rem;
            line-height: 1.6;
            margin-bottom: 15px;
        }

        /* Stock Status */
        .stock-status-horizontal {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-size: 0.85rem;
            margin-bottom: 12px;
            font-weight: 500;
        }

        .stock-status-horizontal.in-stock {
            color: #28a745;
        }

        .stock-status-horizontal.out-of-stock {
            color: #dc3545;
        }

        .stock-status-horizontal.low-stock {
            color: #ffc107;
        }

        .stock-indicator-horizontal {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: currentColor;
        }

        /* Product Footer (Price & Actions) */
        .product-footer-horizontal {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 15px;
            padding-top: 15px;
            border-top: 1px solid #e9ecef;
        }

        .price-section-horizontal {
            display: flex;
            flex-direction: column;
            gap: 5px;
        }

        .price-wrapper {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .price-current-horizontal {
            font-size: 1.8rem;
            font-weight: bold;
            color: #dc3545;
        }

        .price-original-horizontal {
            font-size: 1.1rem;
            color: #6c757d;
            text-decoration: line-through;
        }

        .price-discount-horizontal {
            background: #dc3545;
            color: white;
            padding: 3px 8px;
            border-radius: 4px;
            font-size: 0.75rem;
            font-weight: 600;
        }

        .product-meta-horizontal {
            font-size: 0.8rem;
            color: #6c757d;
        }

        /* Actions Section */
        .product-actions-horizontal {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        /* Quantity Selector */
        .quantity-selector-horizontal {
            display: flex;
            align-items: center;
            border: 2px solid #e9ecef;
            border-radius: 6px;
            overflow: hidden;
        }

        .quantity-selector-horizontal button {
            background: #f8f9fa;
            border: none;
            padding: 8px 14px;
            font-size: 1rem;
            font-weight: bold;
            color: #495057;
            cursor: pointer;
            transition: background 0.2s ease;
        }

        .quantity-selector-horizontal button:hover {
            background: #e9ecef;
            color: #dc3545;
        }

        .quantity-selector-horizontal input {
            border: none;
            width: 50px;
            text-align: center;
            font-weight: 600;
            padding: 8px 5px;
            font-size: 0.95rem;
        }

        .quantity-selector-horizontal input:focus {
            outline: none;
        }

        /* Add to Cart Button */
        .btn-add-cart-horizontal {
            background: #dc3545;
            color: white;
            border: 2px solid #dc3545;
            padding: 10px 24px;
            font-weight: 600;
            border-radius: 6px;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 8px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            font-size: 0.85rem;
            white-space: nowrap;
        }

        .btn-add-cart-horizontal:hover {
            background: white;
            color: #dc3545;
            border-color: #dc3545;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
        }

        .btn-add-cart-horizontal:active {
            transform: translateY(0);
        }

        .btn-add-cart-horizontal svg {
            width: 16px;
            height: 16px;
        }

        .btn-add-cart-horizontal:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }

        .btn-add-cart-horizontal:disabled:hover {
            background: #dc3545;
            color: white;
            transform: none;
            box-shadow: none;
        }

        /* Compact Version */
        .product-card-compact {
            border-left: 3px solid #dc3545;
        }

        .product-card-compact .product-image-horizontal {
            min-height: 160px;
        }

        .product-card-compact .product-details-horizontal {
            padding: 15px 20px;
        }

        .product-card-compact .product-title-horizontal {
            font-size: 1.1rem;
        }

        .product-card-compact .price-current-horizontal {
            font-size: 1.5rem;
        }

        /* Responsive */
        @media (max-width: 767px) {
            .product-image-horizontal {
                min-height: 200px;
            }

            .product-details-horizontal {
                padding: 20px;
            }

            .product-footer-horizontal {
                flex-direction: column;
                align-items: flex-start;
            }

            .product-actions-horizontal {
                width: 100%;
                flex-direction: column;
            }

            .btn-add-cart-horizontal,
            .quantity-selector-horizontal {
                width: 100%;
            }

            .btn-add-cart-horizontal {
                justify-content: center;
            }

            .price-current-horizontal {
                font-size: 1.5rem;
            }
        }        