
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}


h1 {
    font-family: Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

h2, h3, h4, h5 {
    font-family: Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}


p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 15px;
}


a {
    text-decoration: none;
    color: #4a90e2;
    transition: color 0.2s ease;
}

a:hover {
    color: #fa4b2a;
    text-decoration: underline;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

table {
    border: 1px solid #000000;
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0px;
    table-layout: fixed;
    min-width: 100%;
    width: 100%;
}

table th {
    text-align: center;
    padding: 5px;
    border: 1px solid #000000;
    background: #00008B;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}

table td {
    padding: 5px;
    border: 1px solid #000000;
}

table tr {
    background-color: #dddddd;
    color: #000000;
    text-align: center;
}

table .mobile-head {
    display: none;
}

table .show-on-mobile {
    display: none;
}


@media screen and (max-width: 600px) {
    table {
        border: 1px solid #000000;
        border-collapse: collapse;
        margin: 0 auto;
        padding: 0px;
        table-layout: fixed;
        min-width: 100%;
    }
    table td {
        padding: 8px;
        border: 1px solid #000000;
        display: block;
        text-align: right;
        width: 100%\9;
        float: left\9;
    }
    table tr {
        background-color: #dddddd;
        color: #000000;
        text-align: right;
        margin: 8px;
    }
    table tr:first-child {
        display: none;
    }
    table tr {
        display: block;
    }
    table td:not(:first-child) {
        border-top: 0px;
    }
    table .mobile-head {
        font-weight: bold;
        color: #00008B;
        float: left;
        text-align: left;
        display: block;
    }
    table .show-on-mobile {
        display: block;
    }
}



.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    background: #000;
    border-radius: 8px;
    margin-bottom: 20px;
}

.embed-responsive-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.clappr-player {
    width: 100% !important;
    height: 100% !important;
}



div.gallery {
    background: rgba(250, 235, 215, 0.2);
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px;
    margin-bottom: 20px;
}

div.gallery img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}



.responsive {
    padding: 0 5px;
    float: left;
    width: 49.99999%;
}

.new {
    padding: 0 10px;
    float: left;
    width: 33.33%;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}



@media (min-width: 768px) {
    div.responsive {
        width: 49% !important;
        float: left !important;
        display: block !important;
    }
    div.responsive:first-of-type {
        padding-right: 10px !important;
        padding-left: 0 !important;
    }
    div.responsive:last-of-type {
        padding-left: 10px !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 767px) {
    div.responsive {
        width: 100% !important;
        float: none !important;
        padding: 0 !important;
    }
}



.rssfeed-wrapper {
    width: 100% !important;
    overflow: hidden !important;
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
    background: #fff !important;
}

.rssfeed-container {
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
}

.rssfeed-frame {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 160px;
}

.rssfeed-item {
    padding: 15px 10px !important;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #eee !important;
}

.rssfeed-title {
    font-size: 16px !important;
    line-height: 1.3 !important;
    margin-bottom: 8px !important;
}

.rssfeed-title a {
    color: #000 !important;
    text-decoration: none !important;
    font-weight: bold !important;
}

.rssfeed-title a:hover {
    color: #0066cc !important;
    text-decoration: underline !important;
}

.rssfeed-description {
    font-size: 14px !important;
    line-height: 1.4 !important;
    color: #666 !important;
    margin-bottom: 5px !important;
}

.rssfeed-date {
    font-size: 12px !important;
    color: #999 !important;
}

.rssfeed-powered-by {
    position: relative !important;
    margin-top: 10px !important;
    height: auto !important;
    font-size: 10px !important;
    color: #ccc !important;
    text-align: right !important;
    padding: 5px 0 !important;
}

.rssfeed-container iframe {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 160px !important;
    border: none !important;
}


@media only screen and (max-width: 768px) {
    .rssfeed-frame {
        min-height: 200px !important;
    }
    .rssfeed-item {
        padding: 12px 8px !important;
        margin-bottom: 8px !important;
    }
    .rssfeed-title {
        font-size: 15px !important;
    }
    .rssfeed-description {
        font-size: 13px !important;
    }
    .rssfeed-date {
        font-size: 11px !important;
    }
}

@media (max-width: 480px) {
    .rssfeed-frame {
        min-height: 220px !important;
    }
    .rssfeed-item {
        padding: 10px 5px !important;
    }
    .rssfeed-title {
        font-size: 14px !important;
    }
    .rssfeed-description {
        font-size: 12px !important;
    }
    .rssfeed-powered-by {
        font-size: 9px !important;
        text-align: center !important;
    }
}



.new iframe,
.responsive iframe {
    width: 100%;
    height: 350px;
    border: 0;
    overflow: hidden;
}



.adsbygoogle {
    min-height: 90px;
    display: block;
    width: 100%;
}



.titlu {
    font-weight: bold;
    margin-bottom: 6px;
    font-size: 1rem;
}

.content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}



.img-responsive {
    max-width: 100%;
    height: auto;
}

#time_is_link {
    color: #E9967A;
    font-size: 15px;
}

#_z707 {
    font-size: 15px;
    color: #E9967A;
}

@media only screen and (max-width: 992px) {
    .new {
        width: 50%;
        float: left;
    }
    .responsive {
        width: 49.99999%;
        float: left;
    }
}


@media only screen and (max-width: 768px) {
    .container {
        padding: 0 10px;
    }
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
        float: left;
    }
    .new {
        width: 100%;
        float: none;
    }
    h1 {
        font-size: 1.2rem;
    }
    h2, h3, h4, h5 {
        font-size: 1rem;
    }
    .tab button {
        font-size: 14px;
        padding: 8px 4px;
    }
}


@media only screen and (max-width: 600px) {
    h1 {
        font-size: 1.1rem;
    }
    p {
        font-size: 0.9rem;
    }
    .tab button {
        font-size: 12px;
        padding: 6px 3px;
    }
}


@media only screen and (max-width: 500px) {
    .tab {
        float: none;
        display: block;
    }
    .tab button {
        width: 100%;
        text-align: center;
        padding: 8px 5px;
        font-size: 14px;
    }
    .responsive {
        width: 100%;
        float: none;
    }
    .new {
        width: 100%;
        float: none;
    }
}


@media screen and (max-width: 600px) {
    .responsive[style*="float:left; width:50%"],
    .responsive[style*="width: 50%"] {
        width: 100% !important;
        float: none !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-bottom: 15px;
    }
}
