/* FOTOFERIA - ZŁOTY AKCENT PORTALU */
/* Globalne zmiany kolorów akcentowych na złoty (#f6c343) */

/* ============================================================================
   ZAKŁADKI (TABS) - Złoty kolor dla aktywnych zakładek
   ============================================================================ */
.zak1 .zakladka {
    float: left;
    margin-right: 10px;
    padding: 7px 10px;
    cursor: pointer;
    background-color: #252525;
    color: #d0d0d0;
    text-decoration: none;
    transition: all 0.2s ease;
    border-radius: 4px;
}

.zak1 .zakladka:hover {
    background-color: #333;
    color: #f6c343;
}

.zak1 .zakladka.akt,
.zak1 .akt {
    font-weight: bold;
    background-color: #f6c343 !important;
    color: #1a1a1a !important;
    box-shadow: 0 2px 8px rgba(246, 195, 67, 0.3);
}

.zak1 .zakladka.akt a,
.zak1 .akt a {
    color: #1a1a1a !important;
    font-weight: bold;
}

.zak1 a {
    font-size: 11px;
    color: inherit;
    text-decoration: none;
}

/* ============================================================================
   LINKI - Złoty kolor dla linków hover
   ============================================================================ */
a:hover {
    color: #f6c343 !important;
}

a:link,
a:visited {
    color: #d0d0d0;
    text-decoration: none;
}

a:active {
    color: #f6c343;
}

/* Linki w treści */
.content a,
#bd a,
.main-content a {
    color: #f6c343;
    text-decoration: underline;
}

.content a:hover,
#bd a:hover,
.main-content a:hover {
    color: #ffd700;
    text-decoration: none;
}

/* ============================================================================
   NAGŁÓWKI - Złoty kolor dla nagłówków
   ============================================================================ */
h2,
h2 a {
    color: #f6c343 !important;
}

h2.decor {
    border-left: 7px solid #f6c343;
}

h4 {
    color: #f6c343 !important;
}

/* ============================================================================
   PRZYCISKI - Złoty kolor dla przycisków
   ============================================================================ */
button,
a.button {
    background-color: #f6c343 !important;
    background-image: -moz-linear-gradient(center top, #f6c343 0pt, #cfa032 100%) !important;
    background-image: -webkit-linear-gradient(top, #f6c343 0%, #cfa032 100%) !important;
    background-image: linear-gradient(to bottom, #f6c343 0%, #cfa032 100%) !important;
    border-color: #cfa032 #cfa032 #75541a !important;
    color: #1a1a1a !important;
    text-shadow: none !important;
}

button:hover,
a.button:hover {
    background-color: #ffd700 !important;
    background-image: -moz-linear-gradient(center top, #ffd700 0pt, #f6c343 100%) !important;
    background-image: -webkit-linear-gradient(top, #ffd700 0%, #f6c343 100%) !important;
    background-image: linear-gradient(to bottom, #ffd700 0%, #f6c343 100%) !important;
    border-color: #f6c343 #f6c343 #cfa032 !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35) inset, 0 1px 3px rgba(0, 0, 0, 0.5) !important;
}

/* ============================================================================
   QUICKBAR - Złoty kolor dla paska szybkich akcji
   ============================================================================ */
.ff-quickbar {
    border-bottom: 2px solid #f6c343 !important;
}

.ff-btn-primary {
    background: linear-gradient(135deg, #f6c343 0%, #cfa032 100%) !important;
    border: 1px solid #ffd700 !important;
    box-shadow: 0 2px 4px rgba(246, 195, 67, 0.3) !important;
    color: #1a1a1a !important;
}

.ff-btn-primary:hover {
    background: linear-gradient(135deg, #ffd700 0%, #f6c343 100%) !important;
    box-shadow: 0 4px 8px rgba(246, 195, 67, 0.5) !important;
}

.ff-badge {
    background: #f6c343 !important;
    color: #1a1a1a !important;
}

/* ============================================================================
   FOOTER MENU - Złoty kolor dla linków w stopce
   ============================================================================ */
#footermenu a:hover {
    color: #f6c343 !important;
}

/* ============================================================================
   MORE LINKS - Złoty kolor dla linków "więcej"
   ============================================================================ */
a.more2:hover {
    color: #f6c343 !important;
}

a.unhide:hover {
    color: #f6c343 !important;
}

/* ============================================================================
   PROGRESS BAR - Złoty kolor dla pasków postępu
   ============================================================================ */
.uploadify-progress-bar {
    background-color: #f6c343 !important;
}

/* ============================================================================
   ERRORS - Złoty kolor dla błędów (opcjonalnie, można zostawić czerwony)
   ============================================================================ */
.error {
    color: #f6c343;
}

/* ============================================================================
   BORDERS - Złoty kolor dla aktywnych borderów
   ============================================================================ */
.photo-card:hover .photo-card-inner {
    border-color: #f6c343 !important;
}

/* ============================================================================
   OVERRIDE CZERWONY KOLOR W MAIN2012.CSS
   ============================================================================ */
h2,
h2 a,
h2.decor {
    color: #f6c343 !important;
    border-left-color: #f6c343 !important;
}

h4 {
    color: #f6c343 !important;
}

