html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline
}

:focus {
    outline: 0
}

body {
    line-height: 1;
    color: #333; /* Changed from black */
    background-color: #fff; /* Changed from #32373c */
}

ol, ul {
    list-style: none
}

table {
    border-collapse: separate;
    border-spacing: 0
}

caption, th, td {
    text-align: left;
    font-weight: normal
}

blockquote:before, blockquote:after, q:before, q:after {
    content: ""
}

blockquote, q {
    quotes: "" ""
}

h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 10px
}

h2 {
    font-size: 21px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333; /* Changed from #32393d */
}

.warp {
    max-width: 560px;
    min-width: 320px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.btn-group>.btn:first-child {
    margin: 0 !important;
    padding: 0 !important
}

.btn-group.open .dropdown-toggle {
    background-image: none;
    box-shadow: none !important
}

.btn-group.open .btn.dropdown-toggle {
    background: #none !important
}

.btn-group {
    margin-top: 18px
}

.btn .caret {
    margin-left: 5px !important;
    margin-top: 8px
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: none !important;
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    display: none;
    float: left;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000
}

.logo {
    width: 320px;
    height: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px
}

.logo2 {
    width: 500px;
    height: 80px;
    display: block;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: -30px
}

.search-button {
    height: 42px;
    width: 100px;
    border: 0;
    margin-left: -109px;
    margin-top: -11px
}

.search-button2 {
    background-color: #f90; /* Unchanged, kept as main color */
    cursor: pointer;
    height: 32px;
    border-radius: 2px;
    width: 100px;
    color: white;
    border: 0;
    margin-left: -109px;
    top: -4px;
    position: relative
}

.search-button2:hover {
    background-color: #e68a00; /* Changed from #ffa319 to darker orange for hover */
    height: 32px;
    width: 100px;
    border: 0;
    margin-left: -109px;
    margin-top: -11px;
    opacity: .5
}

.search {
    margin-left: auto;
    margin-right: auto;
    width: 320px
}

.search2 {
    width: 460px;
    float: right;
    margin-top: 10px
}

.form-control {
    width: 600px;
    margin-left: auto;
    margin-right: auto
}

.search2 .form-control {
    width: 440px
}

.search2 select {
    height: 30px;
    width: 149px
}

.search textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #fff;
    border: 1px solid #96a6aa;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
    transition: border .2s linear 0s, box-shadow .2s linear 0s;
    height: 42px !important
}

.search2 textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #fff;
    border: 1px solid #96a6aa;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
    transition: border .2s linear 0s, box-shadow .2s linear 0s;
    height: 32px !important
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 4px;
    color: #555;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
    background: white;
    width: 300px
}

input[type="search"] {
    box-sizing: content-box
}

input, textarea, .uneditable-input {
    margin-left: 0
}

input, textarea, .uneditable-input {
    width: 206px
}

input, button, select, textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.tags {
    background-color: #f5f5f5; /* Changed from #2f1f32 to light gray for bright theme */
    border-radius: 5px;
    padding: 30px;
    width: 900px;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px
}

.tags_main {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    min-width: 200px;
    max-width: 500px;
    margin-top: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto
}

.tags_main a {
    color: #f90; /* Unchanged, kept as main color */
    line-height: 32px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 3px
}

.tags_main a:hover {
    color: #fff;
    line-height: 32px;
    background-color: #f90; /* Unchanged, kept as main color */
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 3px;
    text-decoration: none
}

.tags a {
    color: #333; /* Changed from #fff for contrast on bright background */
    line-height: 36px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 3px
}

.tags a:hover {
    color: #fff;
    line-height: 36px;
    background-color: #e68a00; /* Changed from #ff5a00 to darker orange for hover */
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 3px;
    text-decoration: none
}

.big {
    font-size: 36px
}

.medium {
    font-size: 24px
}

.smoll {
    font-size: 12px
}

.bottom {
    height: 70px
}

.tags_main span {
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 20px
}

.bottom .bottom_menu {
    margin-left: auto;
    margin-right: auto;
    line-height: 70px;
    font-size: 12px;
    color: #000
}

.bottom_menu a {
    color: #333; /* Changed from white */
    margin-left: 10px;
    margin-right: 10px
}

.clear {
    width: 960px;
    height: 1px;
    background: #e0e3e5;
    clear: both
}

.smoll_text {
    font-size: 16px;
    color: #333; /* Changed from #32393d */
    margin-bottom: 10px
}

.rolik {
    clear: both;
    position: relative;
    width: 100%;
    overflow: hidden !important;
    text-overflow: ellipsis;
    max-width: 100%
}

.rolik img {
    max-height: 280px;
    border-radius: 5px;
    float: left;
    -webkit-box-shadow: inset 0 -20px 20px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0 -20px 20px -10px rgba(0,0,0,0.75);
    box-shadow: inset 0 -20px 20px -10px rgba(0,0,0,0.75);
    width: 100%
}

.rolik a {
    vertical-align: top;
    font-size: 16px;
    color: #f90; /* Changed from #f12130 */
    line-height: 0;
    padding: 0;
    background: 0
}

.rolik a:hover {
    vertical-align: top;
    font-size: 16px;
    color: #e68a00; /* Changed from #f12130 to darker orange for hover */
    line-height: 0;
    padding: 0;
    background: 0
}

.time {
    height: 20px;
    width: 60px;
    background-color: #f90; /* Unchanged, kept as main color */
    color: #FFFFFF !important;
    line-height: 20px;
    text-align: center;
    float: left;
    margin-top: -20px
}

.tag_link {
    line-height: 24px !important
}

.tag_link:hover {
    line-height: 18px;
    background-color: none !important;
    color: #e68a00; /* Changed from #5baa1b to darker orange for hover */
    padding: 0;
    text-decoration: underline
}

.rolik_link {
    font-size: 24px;
    margin-top: 10px
}

p {
    margin-top: 10px
}

.text_on_img {
    background-color: rgba(0, 0, 0, 0.7); /* Changed from #333 for bright theme overlay */
    font-size: 14px;
    overflow: hidden;
    text-align: left;
    line-height: 20px;
    float: left;
    margin-top: -20px;
    height: 20px;
    margin-left: 60px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    margin-bottom: 20px;
    text-shadow: 0 1px 2px #000
}

.sub_text {
    font-style: italic;
    font-weight: 500
}

.rasp {
    clear: both;
    width: 320px;
    height: 1px
}

.pages {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 60px;
    font-size: 20px;
    font-weight: 50;
    margin-bottom: 20px
}

.pages li {
    list-style: none !important;
    display: inline-block !important;
    width: auto;
    float: left;
    font-size: 20px;
    margin-left: 20px
}

.this {
    background-color: #f90; /* Unchanged, kept as main color */
    border-radius: 3px;
    color: #FFFFFF !important
}

.this a {
    color: #FFFFFF !important
}

.liltepage {
    margin-left: 0 !important;
    line-height: 32px
}

.page_list li a {
    color: #f90; /* Changed from #f12130 */
}

.roliks h1 {
    width: 610px
}

h1 {
    font-weight: 100;
    margin-top: 20px;
    font-size: 24px
}

.rolik-info {
    height: 30px;
    overflow: hidden;
    width: 160px
}

.tumb, .tumb2 {
    width: 160px
}

.player {
    width: 610px;
    margin-top: 20px
}

.rolik p {
    font-size: 12px;
    line-height: 24px
}

.dislike {
    width: 80px;
    height: 30px;
    display: inline-block
}

.dislike:hover {
    width: 80px;
    height: 30px;
    opacity: .5;
    display: inline-block
}

.like {
    width: 80px;
    height: 30px;
    display: inline-block
}

.like:hover {
    opacity: .5
}

.flag {
    margin-top: 10px;
    margin-bottom: 30px
}

.count {
    width: 300px;
    float: right;
    text-align: right;
    margin-top: -35px
}

.video-info {
    width: 610px
}

.big_count {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.rate {
    width: 300px;
    height: 3px;
    background-color: #55a00c;
    margin-top: 10px;
    margin-bottom: 10px
}

.ok {
    padding-left: 13px;
    margin-right: 10px
}

.on_ok {
    padding-left: 13px
}

.adv_inner {
    float: right;
    width: 300px;
    margin-top: -80px
}

.video {
    float: left;
    width: 610px
}

.related_videos {
    width: 960px;
    clear: both
}

.related_videos img {
    width: 160px;
    border-radius: 5px
}

.related_videos a {
    color: #f90; /* Changed from #f12130 */
    line-height: 16px;
    font-size: 12px
}

.video-info {
    margin-bottom: 10px
}

.related_videos .tumb {
    display: inline-block;
    margin-right: 35px;
    margin-bottom: 30px
}

.related_videos .tumb2 {
    display: inline-block;
    margin-bottom: 30px
}

video {
    width: 100% !important;
    height: auto !important;
    #padding: 5px 0
}

.flag {
    background-image: url("/assets/images/flags.png");
    background-position: -4px -129px;
    display: inline-block;
    height: 17px;
    width: 23px
}

.flag-AD {
    background-position: -4px -3px
}

.flag-AE {
    background-position: -37px -3px
}

.flag-AG {
    background-position: -4px -24px
}

.flag-AM {
    background-position: -37px -24px
}

.flag-AR {
    background-position: -4px -45px
}

.flag-AT {
    background-position: -37px -45px
}

.flag-AU {
    background-position: -4px -66px
}

.flag-BE {
    background-position: -37px -66px
}

.flag-BF {
    background-position: -4px -87px
}

.flag-BG {
    background-position: -37px -87px
}

.flag-BO {
    background-position: -4px -108px
}

.flag-BR {
    background-position: -37px -108px
}

.flag-CA {
    background-position: -4px -129px
}

.flag-CD {
    background-position: -37px -129px
}

.flag-CG {
    background-position: -4px -150px
}

.flag-CH {
    background-position: -37px -150px
}

.flag-CL {
    background-position: -4px -171px
}

.flag-CM {
    background-position: -37px -171px
}

.flag-CN {
    background-position: -4px -192px
}

.flag-CO {
    background-position: -37px -192px
}

.flag-CZ {
    background-position: -4px -213px
}

.flag-DE {
    background-position: -37px -213px
}

.flag-DJ {
    background-position: -4px -234px
}

.flag-DK {
    background-position: -37px -234px
}

.flag-DZ {
    background-position: -4px -255px
}

.flag-EE {
    background-position: -37px -255px
}

.flag-EG {
    background-position: -4px -276px
}

.flag-ES {
    background-position: -37px -276px
}

.flag-FL {
    background-position: -4px -297px
}

.flag-FR {
    background-position: -37px -297px
}

.flag-GA {
    background-position: -4px -318px
}

.flag-GB {
    background-position: -37px -318px
}

.flag-GM {
    background-position: -4px -339px
}

.flag-GT {
    background-position: -37px -339px
}

.flag-HN {
    background-position: -4px -360px
}

.flag-HT {
    background-position: -37px -360px
}

.flag-HU {
    background-position: -4px -381px
}

.flag-ID {
    background-position: -37px -381px
}

.flag-IE {
    background-position: -4px -402px
}

.flag-IL {
    background-position: -37px -402px
}

.flag-IN {
    background-position: -4px -423px
}

.flag-IQ {
    background-position: -37px -423px
}

.flag-IR {
    background-position: -4px -444px
}

.flag-IT {
    background-position: -37px -444px
}

.flag-JM {
    background-position: -4px -465px
}

.flag-JO {
    background-position: -37px -465px
}

.flag-JP {
    background-position: -4px -486px
}

.flag-KG {
    background-position: -37px -486px
}

.flag-KN {
    background-position: -4px -507px
}

.flag-KP {
    background-position: -37px -507px
}

.flag-KR {
    background-position: -4px -528px
}

.flag-KW {
    background-position: -37px -528px
}

.flag-KZ {
    background-position: -4px -549px
}

.flag-LA {
    background-position: -37px -549px
}

.flag-LB {
    background-position: -4px -570px
}

.flag-LC {
    background-position: -37px -570px
}

.flag-LS {
    background-position: -4px -591px
}

.flag-LU {
    background-position: -37px -591px
}

.flag-LV {
    background-position: -4px -612px
}

.flag-MG {
    background-position: -37px -612px
}

.flag-MK {
    background-position: -4px -633px
}

.flag-ML {
    background-position: -37px -633px
}

.flag-MM {
    background-position: -4px -654px
}

.flag-MT {
    background-position: -37px -654px
}

.flag-MX {
    background-position: -4px -675px
}

.flag-NA {
    background-position: -37px -675px
}

.flag-NE {
    background-position: -4px -696px
}

.flag-NG {
    background-position: -37px -696px
}

.flag-NI {
    background-position: -4px -717px
}

.flag-NL {
    background-position: -37px -717px
}

.flag-NO {
    background-position: -4px -738px
}

.flag-OM {
    background-position: -37px -738px
}

.flag-PA {
    background-position: -4px -759px
}

.flag-PE {
    background-position: -37px -759px
}

.flag-PG {
    background-position: -4px -780px
}

.flag-PK {
    background-position: -37px -780px
}

.flag-PL {
    background-position: -4px -801px
}

.flag-PT {
    background-position: -37px -801px
}

.flag-PY {
    background-position: -4px -822px
}

.flag-QA {
    background-position: -37px -822px
}

.flag-RO {
    background-position: -4px -843px
}

.flag-RU {
    background-position: -37px -843px
}

.flag-RW {
    background-position: -4px -864px
}

.flag-SA {
    background-position: -37px -864px
}

.flag-SE {
    background-position: -4px -885px
}

.flag-SG {
    background-position: -37px -885px
}

.flag-SL {
    background-position: -4px -906px
}

.flag-SN {
    background-position: -37px -906px
}

.flag-SO {
    background-position: -4px -927px
}

.flag-SV {
    background-position: -37px -927px
}

.flag-TD {
    background-position: -4px -948px
}

.flag-TJ {
    background-position: -37px -948px
}

.flag-TL {
    background-position: -4px -969px
}

.flag-TR {
    background-position: -37px -969px
}

.flag-TZ {
    background-position: -4px -990px
}

.flag-UA {
    background-position: -37px -990px
}

.flag-US {
    background-position: -4px -1011px
}

.flag-VE {
    background-position: -37px -1011px
}

.flag-VN {
    background-position: -4px -1032px
}

.flag-YE {
    background-position: -37px -1032px
}

.flag-container {
    max-width: 200px;
    margin: 1rem auto auto
}

.flag-container .flag {
    margin: 0 3px
}

#flager {
    margin: 0px;
    float: left;
    cursor: pointer;
    margin-top: -30px;
    margin-left: 52px;
}

#former {
    margin-top: -10px;
}

#logoheader {
    font-size: 30px;
    padding-top: 10px;
    margin-bottom: -12px;
    color: #333; /* Changed from white */
}

.smaller {
    color: #555; /* Changed from white */
    font-size: 11px;
    cursor: pointer;
    position: relative;
    top: -30px;
    margin-left: 28px;
}

#searcher {
    margin-top: -10px;
}

.pages a {
    text-decoration: none;
}

/* Added for elements in HTML not in original CSS but needed for consistency */
.footer-summary {
    color: #333; /* Changed from white in HTML */
    width: 90%;
    margin: 20px 0;
    font-size: 14px;
    line-height: 1.5;
}

.language-flags span {
    color: #333; /* Changed from white in HTML */
    display: block;
    margin-bottom: 10px;
}
.flag-container {
    max-width: 200px;
    margin: 1rem auto auto
}

.flag-container .flag {
    margin: 0 3px
}

#flager {
    margin: 0px;
    float: left;
    cursor: pointer;
    margin-top: -30px;
    margin-left: 52px;
}

#former {
    margin-top: -10px;
}

#logoheader {
    font-size: 30px;
    padding-top: 10px;
    margin-bottom: -12px;
    color: #333; /* Changed from white */
}

.smaller {
    color: #555; /* Changed from white */
    font-size: 11px;
    cursor: pointer;
    position: relative;
    top: -30px;
    margin-left: 28px;
}

#searcher {
    margin-top: -10px;
}

.pages a {
    text-decoration: none;
}

/* Added for elements in HTML not in original CSS but needed for consistency */
.footer-summary {
    color: #333; /* Changed from white */
    width: 90%;
    margin: 20px 0;
    font-size: 14px;
    line-height: 1.5;
}

.language-flags span {
    color: #333; /* Changed from white */
    display: block;
    margin-bottom: 10px;
}
.flag-row {
    display: flex;
    align-items: center;
    justify-content: center; /* Ã¢â€ Â This centers them as a group */
    gap: 6px;
    margin-top: -40px;
    margin-bottom: 25px;
    width: 100%; /* Ensures it spans full width for centering */
}
#flager {
    cursor: pointer;
    margin: 0;
}

.smaller {
    color: white;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    top: 0;
    margin: 0;
}body {
    line-height: 1;
    color: #333; /* Changed from black */
    background-color: #f4f4f9; /* Changed from #32373c */
}