.load-more-btn {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  background-color: #009697;
  color: #eeeeee;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: rgb(48, 89, 120) 10px 15px 30px 0px inset;
}
.load-more-btn:hover {
  background-color: #007066;
}
.h-cat {
    margin-bottom: 15px;
}
.center-panel-cat {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}
.center-panel-favorite {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin-right: 15px;
}
.channel-cat {
  width: auto;
  min-height: 250px;
}
.channel-link {
  display: block;
  max-height: 100px;
  background: #1c2526;
  border-radius: 5px 5px 0px 0px;
}
.channel-link a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.channel-link:hover {
    background: #2a3132;
    border-radius: 5px 5px 0px 0px;
}
.channel-logo-cat img {
    background: rgba(130, 130, 130, 0.1);
    padding: 0px 8px;
    border-radius: 5px 0px 0px 0px;
}
.channel-name-cat {
  font-size: 18px;
  color: #91949b;
  margin-bottom: 8px;
  display: block;
  width: 100%;
  text-align: center;
  padding: 0px 5px;
}
.current-airing-title {
  color: #eeeeee;
}
.current-airing-time {
  color: #eeeeee;
}
.desc-cat {
  color: #91949b;
  padding-top: 15px;
}
.programme {
    font-size: 14px;
    color: #91949b;
}
.programme-time {
    margin-right: 5px;
}
.programme-title {
    font-size: 14px;
}
.programme-current {
    color: #eeeeee;
}
.custom-progress-container {
    width: 100%;
    height: 4px;
    background: #3f4348;
    border-radius: 3px;
    overflow: hidden;
}
.custom-progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(to left, rgba(0, 164, 173, 0.7) 1%, rgba(23, 27, 28, 1) 50%);
    transition: width 3s linear;
}
.headerpost {
  display: flex;
  align-items: center;
}
.icon-button {
  margin-left: 5px;
  border: none;
  cursor: pointer;
  background: transparent;
}
.icon-button img, svg {
  display: block;
  width: 30px;
  height: 30px;
}
.mobprog {
  display: none;
}
.player {
  margin-bottom: 10px;
  aspect-ratio: 16 / 9;
}
.container {
  display: flex;
  align-items: flex-start;
  max-width: 1125px;
  margin: 20px 0px;
  border-top: 2px dotted #2f3236;
  border-bottom: 2px dotted #2f3236;
  padding: 25px;
}
.img-block {
  flex-shrink: 0;
}
.img-block img {
  border-right: 2px dotted #2f3236;
  padding-right: 10px;
}
.text-block {
  position: relative;
  padding-left: 22px;
  width: 100%;
}
.text-content {
  max-height: 85px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.text-content.expanded {
  max-height: none;
}
.text-content p {
  color: #91949b;
}
.toggle-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #1A1A22;
  border: 1px solid #333f40;
  cursor: pointer;
  padding: 2px 4px;
  color: #91949b;
  border-radius: 5px;
  box-shadow: -10px 0px 15px 10px #1A1A22;
}
.schedule-program-item {
    color: #91949b;
    font-size: 14px;
    margin-bottom: 6px;
}
.schedule-now-playing-time {
    font-size: 16px;
    color: #eeeeee;
}
.schedule-now-playing-title {
    font-size: 16px;
    color: #eeeeee;
}
.schedule-program-time {
    margin-right: 10px;
}
.schedule-now-playing-time {
    font-size: 15px;
    color: #009697;
    white-space: nowrap;
}
.schedule-progress-container {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 10px;
    position: relative;
}
.schedule-progress-container::after {
    content: "";
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    background: #34383c;
    border-radius: 3px;
    height: 4px;
    align-self: center;
    width: 100%;
    z-index: 0;
}
.schedule-progress-bar {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    height: 4px;
    border-radius: 3px;
    transition: width 3s linear;
    background: linear-gradient(to left, rgba(0, 164, 173, 0.7) 1%, rgba(23, 27, 28, 1) 50%);
    width: 0%;
    z-index: 1;
}
.schedule-now-playing-label {
    color: #62656c;
    margin: 15px 0px 10px 0px;
    border: 1px solid #333f40;
    width: fit-content;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 13px;
    background-color: #27272e;
}
.schedule-next-label {
    color: #62656c;
    margin: 15px 0px 10px 0px;
    border: 1px solid #333f40;
    width: fit-content;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 13px;
    background-color: #27272e;
}
.current-label {
    font-weight: bold;
    border-left: 4px solid red;
    padding: 5px;
}
.layoutscr {
    display: flex;
    width: 100vw;
}
.left-panel {
    width: 400px;
    position: fixed;
    left: 10px;
    top: 15px;
    bottom: 0;
    display: flex;
    flex-direction: column;
}
.main-content {
    display: flex;
    flex-grow: 1;
    margin-left: 415px;
    width: calc(100vw - 415px);
}
.center-panel {
    flex-grow: 1;
    margin-right: 15px;
}
.right-panel {
    width: 300px;
    margin-right: 30px;
}
#main {
  margin: 0 auto;
  font-size: 14px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: default;
  overflow: visible;
}
#msk-clock {
    font-size: 15px;
    color: #fff;
    margin-left: auto;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
}
#msk-clock img, svg {
    width: 15px;
    height: 15px;
}
.menu-container {
    width: 400px;
    max-height: 42px;
    position: relative;
    margin-bottom: 5px;
    display: flex;
}
.menu-button {
    background-color: #009688;
    color: #eeeeee;
    padding: 10px;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    box-shadow: rgb(48, 89, 120) 10px 20px 42px 0px inset;
    transition: background 0.3s;
}
.home-button,
.favorite-button,
.theme-toggle {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    box-sizing: border-box;
    padding: 0;
    background: #009688;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgb(48, 89, 120) 10px 20px 30px 0px inset;
}
.home-button a,
.theme-toggle a,
.favorite-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0;
    color: #fff;
}
.postcontent .home-button a {
    color: #eeeeee !important;
}
.favorite-button img,
.theme-toggle img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.home-button:hover,
.favorite-button:hover,
.menu-button:hover,
.theme-toggle:hover {
    background: #007066;
}
.dropdown-menu {
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #1c2526;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 100%;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.3s ease;
}
.dropdown-icon {
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.5em 1.5em;
    margin: 2px 0 0 5px;
}
.dropdown-menu a {
    text-decoration: none;
    color: #eeeeee !important;
    padding: 14px 0px 14px 20px;
    display: block;
}
.dropdown-menu a:hover {
    background-color: #2a3132;
}
.menu-container.open .dropdown-menu {
    visibility: visible;
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
    margin-top: 5px;
    border-radius: 5px;
}
.carousel-wrapper {
    flex-grow: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
}
.carousel {
    flex-grow: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 7px 5px 0px 0px;
    max-height: calc(100vh - 58px - 250px);
}
.carousel::-webkit-scrollbar {
    width: 4px !important;
}
.carousel::-webkit-scrollbar-track {
    background: #27272e;
   /*border: 1px solid transparent;
    background-clip: content-box;*/
}
.carousel::-webkit-scrollbar-thumb {
    background: linear-gradient(0deg, rgb(39, 39, 46) 10%, rgb(0, 143, 151) 50%, rgb(39, 39, 46) 90%);
    border-radius: 10px;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background: #6d6f74;
    border-radius: 3px;
}
::-webkit-scrollbar-track {
    background: #27272e;
}
.channel-block {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    color: inherit;
    margin-bottom: 10px;
    transition: background 0.3s, transform 0.3s;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}
.channel-block:hover img {
    border-radius: 5px;
    box-shadow: rgb(23, 83, 86) 5px 5px 20px 0px inset;
}
.channel-block.active img {
    border-radius: 5px;
    box-shadow: rgb(23, 83, 86) 5px 5px 20px 0px inset;
}
.channel-block:hover .custom-channel-name {
  color: #009697;
}
.channel-block.active .custom-channel-name {
  color: #009697;
}
.channel-logo {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    object-fit: contain;
}
.progress-bar {
    position: relative;
    width: 100%;
    height: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0 3px;
}
.progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(to left, rgba(23, 124, 124, 0.3) 1%, rgba(0, 0, 0, 0) 50%);
    width: 0%;
    transition: width 1s linear;
    will-change: width;
}
.progress-time {
    position: relative;
    z-index: 2;
    font-size: 12px;
    color: #62656c;
    margin-left: auto;
    border-right: 1px #3a3f4a dotted;
    padding-right: 8px;
}
@keyframes progress-animation {
    from {
        width: 0;
    }
    to {
        width: var(--progress-width);
    }
}
.progress-text {
    position: relative;
    padding-left: 5px;
    color: #91949b;
    line-height: normal;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-grow: 1;
    min-width: 0;
    overflow: hidden;
}
.channel-name {
    font-size: 14px;
    font-weight: bold;
}
.program-name {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    flex-shrink: 1;
    display: block;
}
.channel-block.pinned {
    background: #ffd700;
    border: 2px solid #ffa500;
}
.pin-icon {
    cursor: pointer;
    transition: color 0.3s ease;
    box-shadow: none !important;
}
.pin-icon.pinned {
    color: #ffa500;
}
.custom-channel-name {
    font-size: 14px;
    color: #eeeeee;
    margin-bottom: 2px;
    display: block;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}
.content-wrapper {
    display: flex;
    flex-direction: column;
    width: 400px;
    height: calc(100vh - 58px);
    position: relative;
}
.fixed-block {
    width: 400px;
    height: 250px;
    background: #1c2526;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 11;
}
.copyright {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 2px dotted #2f3236;
}
h1, h2, h3, h4, h5, h6, p, a, ul, ol, li {
  margin: 0;
  padding: 0;
}
.postcontent, .postheadericons, .postfootericons, .blockcontent, ul.vmenu a {
  text-align: left;
}
.postcontent, .postcontent li, .postcontent table, .postcontent a, .postcontent a:link, .postcontent a:visited, .postcontent a.visited, .postcontent a:hover, .postcontent a.hovered {
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  line-height: 175%;
}
.postcontent p {
  margin: 15px 0;
}
.postcontent h1, .postcontent h1 a, .postcontent h1 a:link, .postcontent h1 a:visited, .postcontent h1 a:hover, .postcontent h2, .postcontent h2 a, .postcontent h2 a:link, .postcontent h2 a:visited, .postcontent h2 a:hover, .postcontent h3, .postcontent h3 a, .postcontent h3 a:link, .postcontent h3 a:visited, .postcontent h3 a:hover, .postcontent h4, .postcontent h4 a, .postcontent h4 a:link, .postcontent h4 a:visited, .postcontent h4 a:hover, .postcontent h5, .postcontent h5 a, .postcontent h5 a:link, .postcontent h5 a:visited, .postcontent h5 a:hover, .postcontent h6, .postcontent h6 a, .postcontent h6 a:link, .postcontent h6 a:visited, .postcontent h6 a:hover, .blockheader .t, .blockheader .t a, .blockheader .t a:link, .blockheader .t a:visited, .blockheader .t a:hover, .vmenublockheader .t, .vmenublockheader .t a, .vmenublockheader .t a:link, .vmenublockheader .t a:visited, .vmenublockheader .t a:hover, .headline, .headline a, .headline a:link, .headline a:visited, .headline a:hover, .slogan, .slogan a, .slogan a:link, .slogan a:visited, .slogan a:hover, .postheader, .postheader a, .postheader a:link, .postheader a:visited, .postheader a:hover {
  font-size: 20px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  line-height: 120%;
}
.postcontent a, .postcontent a:link {
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #eeeeee;
}
.postcontent a:visited, .postcontent a.visited
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #eeeeee;
}

.postcontent  a:hover, .postcontent a.hover
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #009697;
}

.postcontent h1
{
  color: #eeeeee;
  font-size: 24px;
  font-weight: bold;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}

.postcontent h1 a, .postcontent h1 a:link, .postcontent h1 a:hover, .postcontent h1 a:visited, .blockcontent h1 a, .blockcontent h1 a:link, .blockcontent h1 a:hover, .blockcontent h1 a:visited
{
  font-size: 20px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}

.postcontent h2
{
  color: #91949b;
  font-size: 18px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}

.blockcontent h2
{
  font-size: 18px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}

.postcontent h2 a, .postcontent h2 a:link, .postcontent h2 a:hover, .postcontent h2 a:visited, .blockcontent h2 a, .blockcontent h2 a:link, .blockcontent h2 a:hover, .blockcontent h2 a:visited
{
  font-size: 18px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}

.postcontent h3
{
  color: #cccccc;
  font-size: 18px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}

.blockcontent h3
{
  font-size: 18px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}

.postcontent h3 a, .postcontent h3 a:link, .postcontent h3 a:hover, .postcontent h3 a:visited, .blockcontent h3 a, .blockcontent h3 a:link, .blockcontent h3 a:hover, .blockcontent h3 a:visited
{
  font-size: 18px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}

header, footer, article, nav, #hmenu-bg, .sheet, .hmenu a, .vmenu a, .slidenavigator > a, .checkbox:before, .radiobutton:before
{
  -webkit-background-origin: border !important;
  -moz-background-origin: border !important;
  background-origin: border-box !important;
}

header, footer, article, nav, #hmenu-bg, .sheet, .slidenavigator > a, .checkbox:before, .radiobutton:before
{
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul
{
  list-style-type: none;
}

ol
{
  list-style-position: inside;
}

html, body
{
  height: 100%;
}

html
{
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #171b1c;
  padding: 0;
  margin: 0;
  min-width: 700px;
  color: #eeeeee;
  transition: background 0.3s, color 0.3s;
  overflow-x: hidden;
}

.header:before, #header-bg:before, .layout-cell:before, .layout-wrapper:before, .footer:before, .nav:before, #hmenu-bg:before, .sheet:before
{
  width: 100%;
  content: " ";
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

.header:after, #header-bg:after, .layout-cell:after, .layout-wrapper:after, .footer:after, .nav:after, #hmenu-bg:after, .sheet:after, .cleared, .clearfix:after
{
  clear: both;
  font: 0/0 serif;
  display: block;
  content: " ";
}

li h1, .postcontent li h1, .blockcontent li h1
{
  margin: 1px;
}

li h2, .postcontent li h2, .blockcontent li h2
{
  margin: 1px;
}

li h3, .postcontent li h3, .blockcontent li h3
{
  margin: 1px;
}

li p, .postcontent li p, .blockcontent li p
{
  margin: 1px;
}

.sheet
{
  margin: 0 auto;
  position: relative;
  cursor: auto;
  width: 100%;
  min-width: 700px;
  z-index: auto !important;
}

.layout-wrapper
{
  position: relative;
  margin: 0 auto 0 auto;
  z-index: auto !important;
}

.content-layout
{
  display: table;
  width: 100%;
  table-layout: fixed;
}

.content-layout-row
{
  display: table-row;
}

.layout-cell
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
}

.postcontent .content-layout
{
  border-collapse: collapse;
}

.block
{
  margin: 3px;
}

div.block img
{
  border: none;
  margin: 0;
}

.blockcontent p
{
  margin: 0 5px;
}

.blockcontent a, .blockcontent a:link
{
  color: #62656c;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}

.blockcontent a:visited, .blockcontent a.visited
{
  color: #62656c;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}

.blockcontent a:hover, .blockcontent a.hover
{
  color: #62656c;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}

.block ul>li:before
{
  content: url('../images/blockbullets.png');
  margin-right: 6px;
  bottom: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  margin-left: -12px;
}

.opera .block ul>li:before
{
  bottom: 0;
}

.block li
{
  font-size: 13px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  line-height: 175%;
  color: #E9EDF2;
  margin: 5px 0 0 10px;
}

.block ul>li, .block ol
{
  padding: 0;
}

.block ul>li
{
  padding-left: 12px;
}

.breadcrumbs
{
  margin: 0 auto;
}

a.button, a.button:link, a:link.button:link, body a.button:link, a.button:visited, body a.button:visited, input.button, button.button
{
  text-decoration: none;
  font-size: 13px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  color: #FFFFFF;
  margin: 0 5px 0 0 !important;
  overflow: visible;
  cursor: pointer;
  text-indent: 0;
  line-height: 24px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.button img
{
  margin: 0;
  vertical-align: middle;
}

.firefox2 .button
{
  display: block;
  float: left;
}

input, select, textarea, a.search-button span
{
  vertical-align: middle;
  font-size: 13px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
}

.block select
{
  width: 96%;
}

input.button
{
  float: none !important;
  -webkit-appearance: none;
}

.button.active, .button.active:hover
{
  background: #A1ADBA;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 0;
  padding: 0 21px;
  margin: 0 auto;
}

.button.active, .button.active:hover
{
  color: #FFFFFF !important;
}

.button.hover, .button:hover
{
  background: #8A99A8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 0;
  padding: 0 21px;
  margin: 0 auto;
}

.button.hover, .button:hover
{
  color: #FFFFFF !important;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="tel"], input[type="time"], input[type="week"], textarea
{
  background: #F9FAFB;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #B9C2CB;
  margin: 0 auto;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="tel"], input[type="time"], input[type="week"], textarea
{
  width: 100%;
  padding: 4px 0;
  color: #3D5166 !important;
  font-size: 13px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-shadow: none;
}

input.error, textarea.error
{
  background: #F9FAFB;
  border: 1px solid #E2341D;
  margin: 0 auto;
}

input.error, textarea.error
{
  color: #3D5166 !important;
  font-size: 13px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
}

label.checkbox:before
{
  background: #F9FAFB;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border-width: 0;
  margin: 0 auto;
  width: 16px;
  height: 16px;
}

label.checkbox
{
  cursor: pointer;
  font-size: 13px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  line-height: 16px;
  display: inline-block;
  color: #C1C9D1 !important;
}

.checkbox>input[type="checkbox"]
{
  margin: 0 5px 0 0;
}

label.checkbox.active:before
{
  background: #FC905A;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border-width: 0;
  margin: 0 auto;
  width: 16px;
  height: 16px;
  display: inline-block;
}

label.checkbox.hovered:before
{
  background: #D9DEE3;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border-width: 0;
  margin: 0 auto;
  width: 16px;
  height: 16px;
  display: inline-block;
}

label.radiobutton:before
{
  background: #F9FAFB;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 0;
  margin: 0 auto;
  width: 12px;
  height: 12px;
}

label.radiobutton
{
  cursor: pointer;
  font-size: 13px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  line-height: 12px;
  display: inline-block;
  color: #C1C9D1 !important;
}

.radiobutton>input[type="radio"]
{
  vertical-align: baseline;
  margin: 0 5px 0 0;
}

label.radiobutton.active:before
{
  background: #B9C2CB;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 0;
  margin: 0 auto;
  width: 12px;
  height: 12px;
  display: inline-block;
}

label.radiobutton.hovered:before
{
  background: #D9DEE3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 0;
  margin: 0 auto;
  width: 12px;
  height: 12px;
  display: inline-block;
}

.post
{
  padding: 15px 0px 15px 10px;
}

a img
{
  border: 0;
}

.metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.post .content-layout-br
{
  height: 0;
}

pre
{
  overflow: auto;
  padding: 0.1em;
}

.image-caption-wrapper
{
  padding: 7px 7px 7px 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-caption-wrapper img
{
  margin: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-caption-wrapper div.collage
{
  margin: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-caption-wrapper p
{
  font-size: 80%;
  text-align: right;
  margin: 0;
}

.opera .postcontent ul>li:before, .opera   .post ul>li:before, .opera   .textblock ul>li:before
{
  bottom: 0;
}

.lightbox-wrapper
{
  background: #333;
  background: rgba(0, 0, 0, .8);
  bottom: 0;
  left: 0;
  padding: 0 100px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1000000;
}

.lightbox, .lightbox-wrapper .lightbox-image
{
  cursor: pointer;
}

.lightbox-wrapper .lightbox-image
{
  border: 6px solid #fff;
  border-radius: 3px;
  display: none;
  max-width: 100%;
  vertical-align: middle;
}

.lightbox-wrapper .lightbox-image.active
{
  display: inline-block;
}

.lightbox-wrapper .lightbox-error
{
  background: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 80px;
  opacity: .95;
  padding: 20px;
  position: fixed;
  width: 300px;
  z-index: 100;
}

.lightbox-wrapper .loading
{
  background: #fff url('../images/preloader-01.gif') center center no-repeat;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 32px;
  opacity: .5;
  padding: 10px;
  position: fixed;
  width: 32px;
  z-index: 10100;
}

.lightbox-wrapper .arrow
{
  cursor: pointer;
  height: 100px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  width: 82px;
  z-index: 10003;
}

.lightbox-wrapper .arrow.left
{
  left: 9px;
}

.lightbox-wrapper .arrow.right
{
  right: 9px;
}

.lightbox-wrapper .arrow:hover
{
  opacity: 1;
  filter: alpha(opacity=100);
}

.lightbox-wrapper .arrow.disabled
{
  display: none;
}

.lightbox-wrapper .arrow-t, .lightbox-wrapper .arrow-b
{
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  left: 26px;
  position: relative;
  width: 30px;
}

.lightbox-wrapper .arrow-t
{
  top: 38px;
}

.lightbox-wrapper .arrow-b
{
  top: 50px;
}

.lightbox-wrapper .close
{
  cursor: pointer;
  height: 22px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  right: 39px;
  top: 30px;
  width: 22px;
  z-index: 10003;
}

.lightbox-wrapper .close:hover
{
  opacity: 1;
  filter: alpha(opacity=100);
}

.lightbox-wrapper .close .cw, .lightbox-wrapper .close .ccw
{
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  position: absolute;
  left: -4px;
  top: 8px;
  width: 30px;
}

.lightbox-wrapper .cw
{
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.lightbox-wrapper .ccw
{
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.lightbox-wrapper .close-alt, .lightbox-wrapper .arrow-right-alt, .lightbox-wrapper .arrow-left-alt
{
  color: #fff;
  display: none;
  font-size: 2.5em;
  line-height: 100%;
}

.ie8 .lightbox-wrapper .close-alt, .ie8 .lightbox-wrapper .arrow-right-alt, .ie8 .lightbox-wrapper .arrow-left-alt
{
  display: block;
}

.ie8 .lightbox-wrapper .cw, .ie8 .lightbox-wrapper .ccw
{
  display: none;
}

.content-layout .content
{
  margin: 0 auto;
}

fieldset
{
  border: none;
}

fieldset dl
{
  display: block;
  margin: 0;
  padding: 0;
  background: none;
}

fieldset dt
{
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 12em;
  height: 2em;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  background: none;
  line-height: 2em;
  overflow: hidden;
}

fieldset dd
{
  display: block;
  min-height: 2em;
  margin: 0 0 0 12em;
  padding: 0;
  background: none;
  line-height: 2em;
}

fieldset label
{
  display: inline-block;
  width: 12em;
}

fieldset textarea
{
  vertical-align: text-top;
}

.img-fulltext-left, .img-intro-left
{
  float: left;
  display: block;
  border: none;
  padding: 0;
  margin: 0 0.3em 0.3em 0;
  margin-top: 0;
}

.img-fulltext-right, .img-intro-right
{
  float: right;
  display: block;
  border: none;
  padding: 0;
  margin: 0 0 0.3em 0.3em;
  margin-top: 0;
}

ul.pagenav
{
  clear: both;
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}

ul.pagenav li, ul.pagenav li:before
{
  display: block;
  background: none;
  margin: 0;
  padding: 0;
  width: 50%;
  text-align: center;
  content: normal;
}

ul.pagenav li.pagenav-prev
{
  float: left;
}

ul.pagenav li.pagenav-next
{
  margin: 0 0 0 50%;
}

div.item-page dl.tabs
{
  display: block;
  margin: 0;
  padding: 0;
}

div.item-page dl.tabs:before
{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: left;
  width: 1em;
  height: 2em;
  overflow: hidden;
}

div.item-page dl.tabs dt
{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: left;
  height: 2em;
  overflow: hidden;
  border-left: 1px solid black;
  border-top: 1px solid black;
}

div.item-page dl.tabs dt h3
{
  margin: 0;
  padding: 0 1em;
  line-height: 2em;
  font-size: 100%;
  overflow: hidden;
}

div.item-page dl.tabs dt h3 a
{
  text-decoration: none;
}

div.item-page dl.tabs:after
{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  border-left: 1px solid black;
  content: " ";
  overflow: hidden;
  height: 2em;
}

div.item-page div.current
{
  clear: both;
  border: 1px solid black;
}

div.item-page div.current dd.tabs
{
  margin: 0;
  padding: 0;
}

div.item-page .panel
{
  border: 1px solid black;
  margin-top: -1px;
}

div.item-page .panel h3
{
  margin: 0;
  padding: 0;
}

div.item-page .panel h3 a
{
  display: block;
  padding: 6px;
  text-decoration: none;
}

div.item-page .panel h3.pane-toggler-down a
{
  border-bottom: 1px solid black;
}

div.item-page .panel .pane-slider
{
  margin: 0;
  padding: 0;
}

div.item-page div.pagination ul
{
  clear: both;
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}

div.item-page div.pagination li
{
  display: block;
  width: 50%;
  margin: 0;
  padding: 0;
  text-align: center;
  float: left;
  white-space: nowrap;
}

div.item-page div.pagination:after
{
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.edit.item-page select + div
{
  width: 100% !important;
}

.edit.item-page div > ul
{
  border: 1px solid #B9C2CB;
}

.edit.item-page .search-field
{
  overflow: visible;
}

.edit.item-page .search-field > input
{
  width: 100% !important;
}

.edit.item-page ul > li:before
{
  content: normal;
}

.edit.item-page fieldset
{
  border: 1px solid black;
}

.edit.item-page fieldset legend
{
  padding: 7px;
  font-weight: bold;
}

#editor-xtd-buttons
{
  float: left;
  padding: 0;
}

.toggle-editor
{
  float: right;
}

.breadcrumbs img
{
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

#system-message ul li
{
  background-image: none;
}

ul.actions, ul.actions li, ul.actions li img
{
  display: inline;
  margin: 0;
  padding: 0;
  border: none;
}

ul.actions li
{
  background: none;
  list-style: none;
}

.items-row
{
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.items-row .item
{
  display: table-cell;
  vertical-align: top;
}

.items-row .row-separator
{
  display: none;
}

div.pagination p.counter
{
  display: inline-block;
  margin: 0 0.3em 0 0;
  padding: 0;
  background: none;
}

div.pagination ul, div.pagination ul li, div.pagination ul > li:before
{
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0 0.3em;
  background: none;
  content: normal;
}

div.tip-wrap
{
  background: #fff;
  border: 1px solid #aaa;
}

div.tip-wrap div.tip
{
  padding: 0.3em;
}

div.tip-wrap div.tip-title
{
  font-weight: bold;
}

table.category
{
  width: 100%;
}

table.category thead th img
{
  padding: 0 0 0 0.3em;
  margin: 0;
  border: none;
}

span.hasTip a img
{
  padding: 0;
  margin: 0;
  border: none;
}

div.categories-list ul li span.item-title, div.cat-children ul li span.item-title
{
  display: block;
  margin: 0 0 0.3em 0;
}

div.categories-list ul li div.category-desc, div.cat-children ul li div.category-desc
{
  margin: 0 0 0.3em 0;
}

div.categories-list dl, div.cat-children dl
{
  display: block;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  background: none;
}

div.categories-list dl dt, div.cat-children dl dt, div.categories-list dl dd, div.cat-children dl dd
{
  display: inline-block;
  padding: 0;
  margin: 0;
  background: none;
}

div.img_caption p.img_caption
{
  padding: 0.3em 0;
  margin: 0;
}

form .search label, form .finder label
{
  display: none;
}

#search-searchword
{
  margin-bottom: 5px;
}

.cols-2 .column-1, .cols-2 .column-2, .cols-3 .column-1, .cols-3 .column-2, .cols-3 .column-3
{
  float: left;
  clear: right;
}

.cols-2 .column-1
{
  width: 50%;
}

.cols-2 .column-2
{
  width: 50%;
}

.cols-3 .column-1
{
  width: 33%;
}

.cols-3 .column-2
{
  width: 33%;
}

.cols-3 .column-3
{
  width: 34%;
}

.row-separator
{
  clear: both;
  float: none;
  font-size: 1px;
  display: block;
}

ul.categories-module li h1, ul.categories-module li h2, ul.categories-module li h3, ul.categories-module li h4, ul.categories-module li h5, ul.categories-module li h6
{
  display: inline;
}

.only, .phrases
{
  border: solid 1px #ccc;
  margin: 10px 0 0 0px;
  padding: 15px;
  line-height: 1.3em;
}

div.tags
{
  display: inline;
}

.tag-category ul > li:before
{
  content: normal;
}

ul.list-striped > li:before
{
  content: normal;
}

.list-striped
{
  border-top: 1px solid #ddd;
}

.list-striped li, .list-striped dd
{
  border-bottom: 1px solid #ddd;
}

.accordion
{
  margin-bottom: 18px;
}

.accordion-group
{
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion-heading
{
  border-bottom: 0;
}

.accordion-heading .accordion-toggle
{
  display: block;
  padding: 8px 15px;
}

.accordion-toggle
{
  cursor: pointer;
}

.accordion-inner
{
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.accordion-body.in:hover
{
  overflow: visible;
}

.collapse.in
{
  height: auto;
}

.collapse
{
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -moz-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease;
}

/* Begin Additional CSS Styles */

/* End Additional CSS Styles */