@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #e04c16;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #e04c16;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #e04c16;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

.container {
    position: relative;
    max-width: 2000px;
    margin: 0 auto;
}

    .container .content {
        position: absolute;
        bottom: 0;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.5);
        color: #f1f1f1;
        width: 100%;
        padding: 20px;
    }


.icmeni {
    color: black;
    font-size: 30px;
    font-family: 'Abril Fatface'
}


.social-media-icons-white {
    color: white;
    font-size: 20px;
}


.facebook_slovo {
    font-size: 30px;
    font-family: Calibri;
    color: white;
}


.header-nav-item a:hover {
    color: #e04c16;
}


<!-- Novo-- >

.horizontal-nav {
    background-color: var(--mud-palette-surface);
    box-shadow: var(--mud-elevation-2);
    font-size: var(--mud-typography-caption-size);
}

/* Set up horizontal alignment for direct children */
.horizontal-nav > .mud-navmenu {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); /* Adjust min width as needed */
    gap: 8px;
}

.active {
    color: darkorange !important;
}

.fa-facebook-f:hover {
    color: darkorange !important;
}

.bg-icprimary {
    background-color: #e04c16 !important;
}
.bg-icicons {
    color: darkorange !important;
}

.bg-icslovaw {
   color: white;
}

.bg-icslovab {
    color: black;
}

.parent-nav-item {
    display: flex;
    justify-content: flex-end;
    margin: 0 4px;
    gap: 8px;
}


.dropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }


        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #ddd;
            color: darkorange;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
.mud-navgroup-collapse {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background-color: var(--mud-palette-surface);
    border-radius: 8px;
    box-shadow: var(--mud-elevation-8);
    z-index: 1000;
}

/* Show dropdown on hover */
.mud-nav-group:hover .mud-navgroup-collapse,
.mud-nav-group:focus-within .mud-navgroup-collapse {
    display: block;
}

.mud-navgroup-collapse .mud-nav-item {
    margin: 0;
    width: 100%;
}

.mud-navgroup-collapse .mud-nav-link {
    padding: 8px 16px;
    border-radius: 0;
}
.mud-navgroup-collapse .mud-navmenu {
    flex-direction: column !important;
    padding: 4px 0;
    box-shadow: none;
}

a.navbar-brand {
    background-color: transparent;
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.poglavlje {
    background-image: url('/img/headerCoding.jpeg');
    background-size: cover;
    background-position: center;
}
.light-divider {
    width: 80px;
    background: white;
}


.primary-divider {
    width: 80px;
}


.text-faded {
    opacity: .85;
    max-width: 900px;
}

.ic-news-carousel {
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient( rgba(0,0,0,0.25), rgba(0,0,0,0.25) ), url('/img/Gradient_textureBg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.carousel-slide {
    min-height: 100vh;
    padding: 2rem;
}

.newsHighlightTitle {
    font-size: clamp(2.5rem, 7vw, 6rem);
    font-weight: 700;
}

.full-screenImg {
    max-width: 100%;
    max-height: 450px;
    object-fit: contain;
}

.paket-paper {
    padding: 2rem;
}

.cijenaPaketa {
    margin: 1rem 0;
    font-weight: bold;
}

@media (max-width:960px) {

    .carousel-slide {
        text-align: center;
    }

    .full-screenImg {
        display: none;
    }
}
.service-box {
    padding: 2rem;
    text-align: center;
    height: 100%;
}

.about-divider,
.primary-divider {
    width: 80px;
    margin: 1rem auto;
}

.text-faded {
    opacity: .85;
    max-width: 900px;
}

.ic-news-carousel {
    padding-top: 100px;
}



.primary-divider {
    width: 70px;
    height: 4px;
    border-radius: 10px;
    background-color: #f4511e;
}

.intro-text {
    max-width: 900px;
    margin: auto;
    line-height: 1.8;
    color: #555;
}

.service-card {
    height: 100%;
    border-radius: 16px;
    transition: all 0.25s ease;
    border: 1px solid #eeeeee;
}

    .service-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    }

.service-icon {
    color: #f4511e;
    font-size: 42px;
}

.toner-section {
    border-radius: 16px;
    background: #fff7f3;
    border-left: 5px solid #f4511e;
}

.cta-section {
    border-radius: 18px;
    color: white;
    background: linear-gradient(135deg, #f4511e, #ff7043);
}
.contact-section {
    background: linear-gradient(135deg, #f4511e 0%, #ff5722 100%);
    color: white;
    padding: 80px 0 30px 0;
}

.contact-title {
    font-weight: 600;
    color: white;
}

.contact-description {
    max-width: 750px;
    margin-top: 20px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
}

.contact-card {
    height: 100%;
    padding: 30px 20px;
    text-align: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition: all 0.25s ease;
}

    .contact-card:hover {
        transform: translateY(-5px);
        background: rgba(255, 255, 255, 0.18);
    }

.contact-icon {
    font-size: 38px;
    margin-bottom: 12px;
    color: white;
}

.contact-card-title {
    margin-bottom: 10px;
    font-weight: 600;
}

.contact-card a {
    color: white !important;
}

.footer-divider {
    background-color: rgba(255, 255, 255, 0.25);
}

.footer-text {
    color: rgba(255, 255, 255, 0.7);
}

.privacy-page {
    padding-top: 50px;
    padding-bottom: 70px;
}

/* =========================
   HEADER
   ========================= */

.privacy-header {
    margin-bottom: 42px;
    text-align: center;
}

.privacy-title {
    font-weight: 700 !important;
    color: #263238;
    letter-spacing: -0.5px;
}

.privacy-subtitle {
    color: #6b7280;
    max-width: 700px;
    line-height: 1.6;
}

.privacy-header-line {
    width: 60px;
    height: 4px;
    margin-top: 10px;
    border-radius: 20px;
    background: #c62828;
}


/* =========================
   CARD
   ========================= */

.privacy-card {
    height: 100%;
    border-radius: 16px !important;
    background: #ffffff;
    border: 1px solid #e7e9ec;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03), 0 8px 24px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    border-top: 3px solid #c62828;
}

    .privacy-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05), 0 15px 35px rgba(0, 0, 0, 0.09);
        border-color: #d7dadd;
    }


/* =========================
   CARD CONTENT
   ========================= */

.privacy-card-content {
    padding: 26px;
    height: 100%;
}

.privacy-card-title {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #263238;
    line-height: 1.4;
    letter-spacing: 0.2px;
}


/* =========================
   ICON
   ========================= */

.privacy-icon {
    display: block;
    object-fit: contain;
    margin: 4px auto 12px auto;
    transition: transform 0.2s ease;
}

.privacy-card:hover .privacy-icon {
    transform: scale(1.05);
}


/* =========================
   TEXT
   ========================= */

.privacy-text {
    color: #59636e;
    line-height: 1.7;
    text-align: left;
    font-size: 0.9rem !important;
}


/* =========================
   SUBHEADING
   ========================= */

.privacy-subheading {
    margin-top: 8px;
    font-weight: 700 !important;
    color: #374151;
}


/* =========================
   LIST
   ========================= */

.privacy-list {
    margin: 0;
    padding-left: 22px;
    color: #59636e;
    font-size: 0.9rem;
    line-height: 1.8;
}

    .privacy-list li {
        padding-left: 4px;
    }

        .privacy-list li::marker {
            color: #c62828;
        }


/* =========================
   ALERT
   ========================= */

.privacy-alert {
    margin-top: 6px;
    border-radius: 10px !important;
    font-size: 0.85rem;
}

    .privacy-alert strong {
        color: #263238;
    }

.privacy-contact {
    margin-top: 12px;
}


/* =========================
   LAST CARD
   ========================= */

.privacy-card-last {
    border-top-color: #37474f;
}


/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 960px) {

    .privacy-page {
        padding-top: 35px;
        padding-bottom: 50px;
    }

    .privacy-header {
        margin-bottom: 30px;
    }

    .privacy-title {
        font-size: 2rem !important;
    }

    .privacy-card-content {
        padding: 22px;
    }
}


@media (max-width: 600px) {

    .privacy-page {
        padding-top: 25px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .privacy-title {
        font-size: 1.7rem !important;
    }

    .privacy-subtitle {
        font-size: 0.9rem !important;
    }

    .privacy-card-content {
        padding: 20px;
    }

    .privacy-card-title {
        font-size: 0.95rem !important;
    }

    .privacy-text,
    .privacy-list {
        font-size: 0.88rem !important;
    }
}

.outsourcing-hero {
    position: relative;
    min-height: 330px;
    display: flex;
    align-items: center;
    background: linear-gradient( 135deg, rgba(25, 25, 25, 0.92), rgba(45, 45, 45, 0.82) );
    color: white;
    overflow: hidden;
}

    .outsourcing-hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( 90deg, rgba(198, 40, 40, 0.25), transparent 60% );
        pointer-events: none;
    }

.hero-container {
    position: relative;
    z-index: 1;
    padding-top: 65px;
    padding-bottom: 65px;
}

.hero-title {
    color: white;
    font-weight: 700 !important;
    letter-spacing: -0.8px;
}

.hero-subtitle {
    color: #ff7043;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hero-description {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.7;
}


/* ==============================
   PAGE
   ============================== */

.outsourcing-page {
    padding-top: 65px;
    padding-bottom: 80px;
}


/* ==============================
   SECTION TITLE
   ============================== */

.section-title {
    font-weight: 700 !important;
    color: #263238;
    text-align: center;
    letter-spacing: -0.3px;
}

.section-line {
    width: 55px;
    height: 4px;
    border-radius: 10px;
    background: #e53935;
    margin-top: 4px;
}

.section-intro {
    max-width: 720px;
    color: #667085;
    line-height: 1.7;
}


/* ==============================
   QUESTION CARDS
   ============================== */

.question-card {
    height: 100%;
    padding: 28px;
    border-radius: 14px !important;
    background: #ffffff;
    border: 1px solid #eaecf0;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

    .question-card:hover {
        transform: translateY(-5px);
        border-color: #e53935;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    }

.question-icon {
    font-size: 42px !important;
    color: #e53935;
    margin-bottom: 14px;
}

.card-text {
    color: #667085;
    line-height: 1.7;
    margin-top: 10px;
}


/* ==============================
   ANSWER
   ============================== */

.answer-card {
    padding: 45px 35px;
    border-radius: 18px !important;
    background: linear-gradient( 135deg, #e53935, #c62828 );
    color: white;
    box-shadow: 0 12px 35px rgba(198, 40, 40, 0.22);
}

.answer-icon {
    font-size: 48px !important;
    color: white;
}

.answer-title {
    color: white;
    font-weight: 700 !important;
}

.answer-text {
    max-width: 700px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
}


/* ==============================
   SERVICES
   ============================== */

.service-card {
    height: 100%;
    padding: 30px;
    border-radius: 14px !important;
    border: 1px solid #eaecf0;
    background: #ffffff;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .service-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    }

.service-icon {
    font-size: 44px !important;
    color: #e53935;
    margin-bottom: 15px;
   
  
}

.service-title {
    font-weight: 700 !important;
    color: #263238;
}


/* ==============================
   EXPERIENCE
   ============================== */

.experience-section {
    padding: 45px 35px;
    border-radius: 18px !important;
    background: #f8f9fa;
    border: 1px solid #eaecf0;
}

.experience-icon {
    font-size: 44px !important;
    color: #e53935;
}

.experience-title {
    font-weight: 700 !important;
    color: #263238;
}

.experience-text {
    max-width: 780px;
    color: #667085;
    line-height: 1.8;
}


/* ==============================
   RESPONSIVE
   ============================== */

@media (max-width: 960px) {

    .outsourcing-hero {
        min-height: 280px;
    }

    .hero-container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .outsourcing-page {
        padding-top: 45px;
        padding-bottom: 55px;
    }
}


@media (max-width: 600px) {

    .hero-title {
        font-size: 2rem !important;
    }

    .hero-subtitle {
        font-size: 0.85rem !important;
        letter-spacing: 1.2px;
    }

    .outsourcing-page {
        padding-left: 15px;
        padding-right: 15px;
    }

    .question-card,
    .service-card {
        padding: 24px;
    }

    .answer-card,
    .experience-section {
        padding: 30px 22px;
    }
}
.question-card {
    width: 100%;
    height: 100%;
    padding: 28px;
    border-radius: 14px !important;
    background: #ffffff;
    border: 1px solid #eaecf0;
    text-align: center;
}

.question-icon {
    font-size: 42px !important;
    color: #e53935;
}

.question-title {
    width: 100%;
    text-align: center;
}

.card-text {
    width: 100%;
    color: #667085;
    line-height: 1.7;
    text-align: center;
}

.fiskalizacija-hero {
    min-height: 360px;
    background: linear-gradient( 90deg, rgba(20, 20, 25, 0.90), rgba(20, 20, 25, 0.55) ), url("/images/fiskalizacija.jpg") center/cover no-repeat;
    position: relative;
}

.hero-overlay {
    min-height: 360px;
    display: flex;
    align-items: center;
}

.hero-content {
    min-height: 360px;
}

.hero-title {
    color: white;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 8px;
}

.hero-subtitle {
    color: rgba(255,255,255,0.85);
    max-width: 650px;
}

.fiskalizacija-container {
    margin-top: -70px;
    position: relative;
    z-index: 2;
}

.fiskalizacija-card {
    padding: 45px;
    border-radius: 18px;
    background: white;
}

.section-title {
    font-weight: 700;
    letter-spacing: -0.5px;
}

.description {
    color: #5f6368;
    line-height: 1.8;
}

.benefits-card {
    background: #f7f8fa;
    padding: 30px;
    border-radius: 14px;
}

.benefits-title {
    font-weight: 700;
}

.cta-button {
    align-self: flex-start;
    margin-top: 10px;
    padding-left: 28px;
    padding-right: 28px;
    border-radius: 8px;
}

@media (max-width: 960px) {

    .fiskalizacija-container {
        margin-top: -40px;
    }

    .fiskalizacija-card {
        padding: 30px;
    }

    .hero-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 600px) {

    .fiskalizacija-hero,
    .hero-overlay,
    .hero-content {
        min-height: 300px;
    }

    .fiskalizacija-container {
        margin-top: -25px;
    }

    .fiskalizacija-card {
        padding: 22px;
        border-radius: 12px;
    }

    .hero-title {
        font-size: 1.8rem;
    }
}
.address-link {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

    .address-link:hover {
        text-decoration: underline;
       
    }
.language-link {
    display: flex;
    align-items: center;
    gap: 6px;
}

.language-flag {
    width: 24px;
    height: 16px;
    object-fit: cover;
    border-radius: 2px;
}
.language-button {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

.language-flag {
    width: 24px;
    height: 16px;
    object-fit: cover;
    border-radius: 2px;
}
.program-card {
    border-radius: 16px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .program-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12) !important;
    }

    .program-card .mud-icon-root {
        font-size: 42px;
        display: block;
        margin: 0 auto 16px auto;
    }


.light-divider {
    width: 80px;
    background-color: rgba(255, 255, 255, 0.5);
}

.primary-divider {
    width: 80px;
}





/* ==============================
   dodano ic novosti.site
   ============================== */

 *{
    margin: 0;
    padding: 0;
}

body {
    margin-top: 40px;
    background: #FFFFFF;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #757E82;
}

h1, h2, h3 {
    color: #F05F40;
}


p, blockquote, ul, ol {
    margin-bottom: 20px;
    line-height: 2em;
}


ul, ol, li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

a {
    text-decoration: underline;
    color: #999999;
}

    a:hover {
        text-decoration: none;
        color: #F05F40;
    }

/* programs */

.prog-title {
    color: #888;
}

/* Header */

#header {
    width: 892px;
    height: 91px;
    margin: 0 auto;
}

/* Logo */

#logo {
    float: left;
    width: 270px;
    height: 76px;
    margin-left: -50px;
    padding: 15px 0px 0px 30px;
}

    #logo h1 {
        margin: 0;
        padding: 0;
        font: normal 36px Georgia, "Times New Roman", Times, serif;
    }

    #logo h2 {
        margin: -2px 0 0 0;
        padding: 0;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 10px;
        font-weight: bold;
        color: #444444;
    }

        #logo h2 a {
            color: #9AA9B1;
        }

    #logo a {
        text-decoration: none;
        color: #F05F40;
    }

/* Menu */

#menu {
    float: right;
    width: 592px;
    height: 54px;
    margin-top: 10px;
    background: url(images/img01.jpg) no-repeat left top;
}

    #menu ul {
        margin: 0;
        padding: 0px 0 0 20px;
        list-style: none;
        line-height: normal;
        margin-left: 30px;
    }

    #menu li {
        display: inline;
        text-align: center;
    }

    #menu a {
        display: block;
        float: left;
        height: 36px;
        padding: 18px 20px 0px 20px;
        text-decoration: none;
        text-align: center;
        text-transform: uppercase;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #464E53;
    }

        #menu a:hover, #menu .active a {
            border-bottom: 3px solid #F05F40;
            color: #F05F40;
        }

/* Search */

#search {
    height: 45px;
    padding: 0px 0px 40px 0px;
}

    #search form {
        margin: 0;
        padding: 12px 0px 0 0;
    }

    #search fieldset {
        margin: 0;
        padding: 0;
        border: none;
    }

    #search input {
        float: left;
        font: 12px Georgia, "Times New Roman", Times, serif;
    }

#search-text {
    width: 120px;
    height: 18px;
    padding: 3px 0 0 5px;
    border: 1px solid #000000;
    color: #000000;
}

#search-submit {
    height: 21px;
    margin-left: 10px;
    padding: 0px 2px;
    border: none;
    background: #000000;
    color: #FFFFFF;
}

/* Page */

#page {
    width: 892px;
    margin: 0 auto;
}

#page-bgtop {
    padding: 0px 30px;
}

/* Content */

#content {
    float: right;
    width: 564px;
    padding-top: 30px;
}

.post {
    margin: 0px 0px 30px 0px;
}

    .post .title {
        margin: 0px;
        padding: 0px 0px 5px 0px;
        color: #232F01;
    }

        .post .title a {
            padding: 4px 35px 4px 15px;
            background: #F05F40;
            text-decoration: none;
            font-weight: normal;
            color: #FFFFFF;
        }


    .post img {
        float: left;
        padding: 15px 0px;
    }

    .post .meta {
        text-align: right;
        padding-top: 20px;
        border-bottom: 1px solid #E5E5E5;
        font-weight: bold;
        color: #202020;
    }

    .post .byline {
        float: right;
        margin-top: -30px;
        font-size: 12px;
        color: #5E5E5E;
    }

/* Sidebar */

#sidebar {
    float: left;
    width: 208px;
    padding-top: 30px;
}

    #sidebar ul {
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: normal;
    }

    #sidebar li {
        margin-bottom: 1px;
    }

        #sidebar li ul {
            margin: 0px;
            padding: 0px 0px 40px 0px;
        }

        #sidebar li li {
            margin: 0;
            padding: 9px 0px;
            border: none;
            background: url(images/img07.jpg) repeat-x left bottom;
        }

    #sidebar h2 {
        margin: 0px;
        padding: 0px;
        border-bottom: 2px solid #EBEBEB;
        font-size: 160%;
        font-weight: normal;
        color: #454E55;
    }

    #sidebar h3 {
        font-size: 77%;
        color: #454E55;
    }

    #sidebar p {
        margin: 0;
        line-height: normal;
        color: #D4C792;
    }

    #sidebar a {
        border: none;
        text-decoration: none;
    }

        #sidebar a:hover {
            text-decoration: underline;
        }


#news a {
    font-size: 85%;
}

/* Footer */

#footer {
    width: 892px;
    height: 50px;
    margin: 0 auto;
    padding: 20px 0 20px 0;
    border-top: 1px solid #E5E5E5;
    color: #757E82;
}

    #footer p {
        margin: 0;
        text-align: center;
        font-size: 77%;
    }

    #footer a {
        text-decoration: underline;
        color: #757E82;
    }

        #footer a:hover {
            text-decoration: none;
        }






@media (max-width: 600px) {

    html,
    body {
        height: auto !important;
        min-height: 100% !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }

    .page-background-class {
        min-height: 100vh;
        height: auto !important;
        overflow: visible !important;
    }

    main {
        height: auto !important;
        min-height: 0 !important;
        overflow: visible !important;
    }

    .ic-news-carousel {
        height: auto !important;
        min-height: 0 !important;
        padding-top: 70px !important;
        overflow: visible !important;
    }

        .ic-news-carousel .mud-carousel-item {
            height: auto !important;
            min-height: 0 !important;
        }

        .ic-news-carousel .fill-height {
            height: auto !important;
            min-height: 0 !important;
        }
}