a,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
a,
a:hover {
  text-decoration: none;
}
img,
svg {
  vertical-align: middle;
}
button,
hr,
input {
  overflow: visible;
}
pre,
textarea {
  overflow: auto;
}
address,
legend {
  line-height: inherit;
}
progress,
sub,
sup {
  vertical-align: baseline;
}
[role="button"],
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled),
summary {
  cursor: pointer;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
}
a:not([href]),
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
pre {
  -ms-overflow-style: scrollbar;
}
svg {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label,
output {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 1.5rem;
  color: inherit;
  white-space: normal;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
summary {
  display: list-item;
}
template {
  display: none;
}
.vjs-menu
  > .vjs-menu-content:first-child
  > .vjs-menu-submenu:first-child
  > li:first-child,
.vjs5-hola-skin .vjs-menu.vjs-rightclick-popup,
[hidden] {
  display: none !important;
}
@font-face {
  font-family: TRT-Regular;
  src: url("../fonts/TRT_Regular.otf");
  font-display: swap;
}
@font-face {
  font-family: TRT-Medium;
  src: url("");
  font-display: swap;
}
@font-face {
  font-family: TRT-Bold;
  src: url("../fonts/TRT_Bold.otf");
  font-display: swap;
}
@font-face {
  font-family: NotoSans-Regular;
  src: url("../fonts/NotoSans-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: NotoSans-Medium;
  src: url("../fonts/NotoSans-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: NotoSans-Medium-Italic;
  src: url("");
  font-display: swap;
}
@font-face {
  font-family: NotoSans-Bold;
  src: url("");
  font-display: swap;
}
@font-face {
  font-family: NotoSans-SemiBold;
  src: url("");
  font-display: swap;
}
@font-face {
  font-family: NotoSans-ExtraBold;
  src: url("");
  font-display: swap;
}
@font-face {
  font-family: NotoSans-Black;
  src: url("");
  font-display: swap;
}
@keyframes blink {
  from,
  to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  from,
  to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  from,
  to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-ms-keyframes blink {
  from,
  to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes blink {
  from,
  to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  overflow-x: hidden;
}
body.dark {
  background-color: #1d1d1b;
}
input:focus,
textarea:focus {
  outline: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 12px;
  padding-right: 12px;
}
.row {
  margin: 0;
}
.horizontal-scroll::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.horizontal-scroll::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
.horizontal-scroll::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0 #fff;
  border-radius: 50px;
}
.horizontal-scroll::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.horizontal-scroll::-webkit-scrollbar-thumb:active {
  background: #000;
}
.horizontal-scroll::-webkit-scrollbar-track {
  background: #666;
  border: 0 #fff;
  border-radius: 50px;
}
.horizontal-scroll::-webkit-scrollbar-track:hover {
  background: #666;
}
.horizontal-scroll::-webkit-scrollbar-track:active {
  background: #333;
}
.horizontal-scroll::-webkit-scrollbar-corner {
  background: 0 0;
}
.vertical-scroll::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.vertical-scroll::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
.vertical-scroll::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0 #fff;
  border-radius: 50px;
}
.vertical-scroll::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.vertical-scroll::-webkit-scrollbar-thumb:active {
  background: #000;
}
.vertical-scroll::-webkit-scrollbar-track {
  background: #666;
  border: 0 #fff;
  border-radius: 50px;
}
.vertical-scroll::-webkit-scrollbar-track:hover {
  background: #666;
}
.vertical-scroll::-webkit-scrollbar-track:active {
  background: #333;
}
.vertical-scroll::-webkit-scrollbar-corner {
  background: 0 0;
}
.container,
.container-fluid {
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
}
.loading-icon {
  color: #e1e1e1;
  display: inline-block;
  position: relative;
  width: 6px;
  height: 6px;
}
.loading-icon div {
  transform-origin: 14px 14px;
  animation: 1.2s linear infinite loading-icon;
}
.loading-icon div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 12px;
  width: 2px;
  height: 6px;
  border-radius: 20%;
  background: #c31719;
}
.loading-icon div:first-child {
  transform: rotate(0);
  animation-delay: -1.1s;
}
.loading-icon div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.loading-icon div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.loading-icon div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.loading-icon div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.loading-icon div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.loading-icon div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.loading-icon div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.loading-icon div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.loading-icon div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.loading-icon div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.loading-icon div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes loading-icon {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.vjs5-hola-skin,
.vjs5-hola-skin .vjs-poster {
  background-color: #fff !important;
}
.vjs-ios-skin .vjs-captions-toggle > .vjs-button-icon:after,
.vjs5-hola-skin .vjs-captions-toggle > .vjs-button-icon:after,
.vjs5-hola-skin .vjs-progress-control .vjs-mouse-display:before,
.vjs5-hola-skin .vjs-progress-control .vjs-play-progress,
.vjs5-hola-skin .vjs-progress-control .vjs-play-progress:before {
  background: #b92e32 !important;
}
.vjs5-hola-skin .vjs-big-play-button:hover .vjs-button-icon {
  fill: #b92e32 !important;
}
@media (max-width: 576px) {
  .container {
    max-width: 576px;
    padding: 0 16px;
  }
}
@media (min-width: 576.1px) and (max-width: 798px) {
  .container,
  .fluid-widget-wrapper {
    max-width: 798px;
    padding: 0 16px;
  }
  .gallery-page-container .bottom-container .category-galleries-container,
  .gallery-page-container
    .top-container
    .main-gallery-container
    .last-galleries-container,
  .gallery-page-container
    .top-container
    .main-gallery-container
    .main-gallery-content-wrapper {
    margin-left: 16px;
  }
}
@media (min-width: 798.1px) {
  .container,
  .fluid-widget-wrapper {
    max-width: 768px;
  }
}
@media (min-width: 1040.1px) {
  .container,
  .fluid-widget-wrapper {
    max-width: 992px;
  }
}
@media (min-width: 1270.1px) {
  .container,
  .fluid-widget-wrapper,
  .sub-menu-container .sub-menu-wrapper,
  .top-menu-container .top-menu-wrapper {
    max-width: 1200px;
  }
}
@media (min-width: 1470.1px) {
  .container,
  .fluid-widget-wrapper,
  .sub-menu-container .sub-menu-wrapper,
  .top-menu-container .top-menu-wrapper {
    max-width: 1440px;
  }
}
@media (min-width: 1040.1px) and (max-width: 1270px) {
  .top-menu-weather-container {
    display: none !important;
  }
}

.blink-icon,
.epg-page-container
  .content-container
  .left
  .epg-list-content
  ul.epg-list
  li
  .live-tag
  .icon.blink,
.live-page-container .top-container .right .live-info .tag .icon.blink,
.live-widget-container .live-widget-wrapper .left .live-tag .icon.blink {
  -webkit-animation: 1s infinite blink;
  -moz-animation: 1s infinite blink;
  -ms-animation: 1s blink ease infinite;
  -o-animation: 1s infinite blink;
  animation: 1s infinite blink;
}
@keyframes blink {
  from,
  to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  from,
  to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  from,
  to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-ms-keyframes blink {
  from,
  to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes blink {
  from,
  to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.more-post {
  display: none;
  width: 100%;
  font-family: TRT-Bold, sans-serif;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #000;
  margin-bottom: 50px;
}
.dark .more-post,
.gallery-category-page-container
  .bottom-container
  .gallery-category-galleries-container
  .title-container
  > .title,
.gallery-category-page-container
  .bottom-container
  .gallery-category-galleries-container
  > .title,
.gallery-page-container
  .bottom-container
  .category-galleries-container
  .content-row
  .content-row-wrapper
  .standard-card
  .text-frame
  .title
  a,
.gallery-page-container
  .bottom-container
  .gallery-list-container
  .title-container
  > .title,
.gallery-page-container .bottom-container .gallery-list-container > .title,
.gallery-page-container.video-gallery-page-container
  .top-container
  .main-gallery-container
  .last-galleries-container
  .last-galleries-wrapper
  .last-gallery-container.active
  .left,
.gallery-page-container.video-gallery-page-container
  .top-container
  .main-gallery-container
  .last-galleries-container
  .last-galleries-wrapper
  .last-gallery-container.active
  .right
  .text-frame
  .title
  a,
.gallery-page-container.video-gallery-page-container
  .top-container
  .main-gallery-container
  .last-galleries-container
  .last-galleries-wrapper
  .last-gallery-container:hover
  .left,
.gallery-page-container.video-gallery-page-container
  .top-container
  .main-gallery-container
  .last-galleries-container
  .last-galleries-wrapper
  .last-gallery-container:hover
  .right
  .text-frame
  .title
  a,
.news-detail-container
  .left
  .news-content-container
  .news-content
  .related-news.red-bg
  .related-news-title,
.news-detail-container
  .left
  .news-content-container
  .news-content
  .special-quote.red-bg
  .special-quote-content
  .special-quote-title1,
.news-detail-container
  .left
  .news-content-container
  .news-content
  .special-quote.red-bg
  .special-quote-content
  .special-quote-title2,
.podcasts-page-container
  .bottom-container
  .podcast-list-container
  .podcast-list-wrapper
  .row
  .standard-card
  .text-frame
  .date,
.podcasts-page-container
  .bottom-container
  .podcast-list-container
  .podcast-list-wrapper
  .row
  .standard-card
  .text-frame
  .title
  a,
.vime-detail-container
  .left
  .news-content-container
  .video-container
  .transcript
  .transcript-body
  .transcript-line.is-active
  .transcript-text,
body.dark
  .live-page-container
  .bottom-container
  .popular-videos-container
  .content-row
  .standard-card
  .text-frame
  .title
  a,
body.dark
  .live-page-container
  .bottom-container
  .popular-videos-container
  > .title,
body.dark
  .live-page-container
  .bottom-container
  .programs-container
  .bottom
  .standard-card
  .text-frame
  .title
  a,
body.dark
  .live-page-container
  .bottom-container
  .programs-container
  .top
  .standard-card
  .text-frame
  .title
  a,
body.dark .live-page-container .bottom-container .programs-container > .title,
body.dark
  .live-page-container
  .bottom-container
  .recent-videos-container
  .content-row
  .standard-card
  .text-frame
  .title
  a,
body.dark
  .live-page-container
  .bottom-container
  .recent-videos-container
  > .title,
body.dark .live-page-container > .page-title {
  color: #fff;
}
.default-page-container,
.epg-page-container .content-container .left .epg-list-content,
.gallery-category-page-container .bottom-container,
.gallery-category-page-container
  .bottom-container
  .gallery-category-galleries-container,
.gallery-page-container .bottom-container,
.gallery-page-container .bottom-container .gallery-list-container,
.gallery-page-container .top-container,
.gallery-widget-container .gallery-widget-wrapper > .left .bottom .left,
.gallery-widget-container
  .gallery-widget-wrapper
  > .left
  .bottom
  .left
  .text-frame,
.gallery-widget-container
  .gallery-widget-wrapper
  > .left
  .top
  .image-frame
  a
  img,
.header,
.live-page-container .bottom-container,
.live-page-container .bottom-container .popular-videos-container,
.live-page-container .bottom-container .programs-container,
.live-page-container .bottom-container .recent-videos-container,
.news-detail-container .left .news-content-container .news-image img,
.photo-gallery-detail-page-container
  .gallery-detail-container
  .bottom-container
  .gallery-photo-container
  .gallery-photo,
.photo-gallery-detail-page-container .gallery-detail-container .top-container,
.photo-gallery-detail-page-container
  .gallery-detail-container
  .top-container
  .main-photo-container
  .main-photo-content-wrapper
  .main-photo-category-social-container,
.podcasts-page-container .bottom-container,
.podcasts-page-container .bottom-container .podcast-list-container,
.podcasts-page-container .top-container,
.podcasts-page-container .top-container .main-podcast-container,
.ramadan-timer-container .ramadan-timer-banner a img,
.video-detail-page-container .top-container .player-container {
  width: 100%;
  height: auto;
}
.top-menu-container {
  width: 100%;
  background-color: #cf1d39;
  z-index: 99999999999;
}
.top-menu-container.sticky {
  position: fixed;
  top: 0;
}
.top-menu-container .top-menu-wrapper ul.top-menu-right {
  position: relative;
  list-style: none;
  float: right;
  width: max-content;
}
.top-menu-container
  .top-menu-wrapper
  ul.top-menu-right
  .top-menu-search-container {
  display: none;
  position: absolute;
}
.gallery-page-container
  .top-container
  .main-gallery-container
  .main-gallery-image-frame
  .gallery-icon,
.gallery-page-container
  .top-container
  .main-gallery-container
  .main-gallery-image-frame
  .play-icon,
.top-menu-container
  .top-menu-wrapper
  ul.top-menu-right
  .top-menu-search-container
  .top-menu-search-icon,
.top-menu-container
  .top-menu-wrapper
  ul.top-menu-right
  .top-menu-search-container
  img {
  position: absolute;
  z-index: 1;
}
.top-menu-container
  .top-menu-wrapper
  ul.top-menu-right
  .top-menu-search-container
  input[type="text"] {
  width: 300px;
  border: none;
  font-family: TRT-Bold, sans-serif;
  background-color: #fff;
  color: #929292;
  caret-color: #cf1d39;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.top-menu-container
  .top-menu-wrapper
  ul.top-menu-right
  .top-menu-search-container
  input[type="button"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border: none;
  padding: 0;
  background: 0 0;
  z-index: 1;
}
.sub-menu-container .sub-menu-wrapper ul.sub-menu li,
.top-menu-container .top-menu-wrapper ul.top-menu-right li {
  float: left;
}
.top-menu-container .top-menu-wrapper ul.top-menu-right li a {
  display: flex;
  text-align: center;
  color: #fff;
  font-family: TRT-Bold, sans-serif;
  font-size: 14px;
  line-height: 24px;
}
.gallery-page-container
  .top-container
  .main-gallery-container
  .main-gallery-content-wrapper
  .main-gallery-description
  a.hover,
.gallery-page-container
  .top-container
  .main-gallery-container
  .main-gallery-content-wrapper
  .main-gallery-title
  a.hover,
.special-news-widget-container
  .special-news-widget-content
  .special-news-widget-wrapper
  a:hover
  .special-news-description,
.special-news-widget-container
  .special-news-widget-content
  .special-news-widget-wrapper
  a:hover
  .special-news-title,
.top-menu-container .top-menu-wrapper ul.top-menu-right li a:hover {
  opacity: 0.8;
}
.top-menu-container .top-menu-wrapper ul.top-menu-right li a img {
  width: 20px;
  height: 20px;
}
.top-menu-container .top-menu-wrapper ul.top-menu-right li a .text {
  margin-left: 5px;
}
.top-menu-placeholder {
  width: 100%;
  height: 48px;
}
.sub-menu-container {
  width: 100%;
  height: 48px;
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1;
}
body.dark .sub-menu-container {
  background-color: #242424;
  border-bottom: 1px solid #475152;
}
.sub-menu-container .sub-menu-wrapper ul.sub-menu {
  list-style: none;
  float: left;
}
.sub-menu-container .sub-menu-wrapper ul.sub-menu li a {
  display: block;
  text-align: center;
  color: #242424;
  border-left: 1px solid #e1e1e1;
  font-family: TRT-Medium, sans-serif;
  line-height: 20px;
  font-size: 14px;
  padding: 0 16px;
  margin: 14px 0;
}
.sub-menu-container .sub-menu-wrapper ul.sub-menu li.custom-menu-item,
.weather-page-container .top .top-row .city-list-container span img {
  float: right;
}
.sub-menu-container .sub-menu-wrapper ul.sub-menu li.custom-menu-item a {
  border-left: 1px solid #e1e1e1;
  margin: 13px 0 7px;
}
.sub-menu-container .sub-menu-wrapper ul.sub-menu li.custom-menu-item a img {
  margin: 0 2px 5px 0;
}
body.dark .sub-menu-container .sub-menu-wrapper ul.sub-menu li a {
  color: #d5d5d5;
  border-left: 1px solid #475152;
}
.epg-page-container
  .content-container
  .left
  .epg-list-content
  ul.epg-list
  li.active
  .program-name,
.epg-page-container
  .content-container
  .left
  .epg-list-content
  ul.epg-list
  li.active
  .time,
.gallery-page-container
  .bottom-container
  .category-galleries-container
  .content-row
  .content-row-wrapper
  .standard-card
  .text-frame
  .title
  a.hover,
.gallery-widget-container
  .gallery-widget-wrapper
  > .left
  .bottom
  .left
  .text-frame
  .title
  a.hover,
.last-news-widget-container .last-news-list a .last-news-row .news-time.active,
.last-news-widget-container .last-news-list a:hover .last-news-row .news-time,
.last-news-widget-container .last-news-list a:hover .last-news-row .news-title,
.last-news-widget-container .last-news-title a:hover,
.most-read-news-widget-container
  .most-read-news-list
  a:hover
  .most-read-news-row
  .news-title,
.most-read-news-widget-container .most-read-news-title a:hover,
.news-detail-container
  .left
  .news-content-container
  .authors-read-time-container
  .news-read-time-container
  .read-time-result,
.news-detail-container
  .left
  .news-content-container
  .news-content
  .related-news:hover
  .related-news-title,
.special-news-widget-container
  .special-news-widget-content
  .special-news-widget-wrapper
  .special-news-contents
  a:hover
  .special-news-content
  .special-news-content-title,
.sub-menu-container .sub-menu-wrapper ul.sub-menu li a.selected,
.sub-menu-container .sub-menu-wrapper ul.sub-menu li:hover a,
.weather-page-container
  .bottom
  .left
  .tab-content
  .tab-pane
  .tab-pane-top
  .city-info
  .temp,
body.dark
  .live-page-container
  .bottom-container
  .popular-videos-container
  .content-row
  .standard-card
  .text-frame
  .title
  a.hover,
body.dark
  .live-page-container
  .bottom-container
  .programs-container
  .bottom
  .standard-card
  .text-frame
  .title
  a.hover,
body.dark
  .live-page-container
  .bottom-container
  .programs-container
  .top
  .standard-card
  .text-frame
  .title
  a.hover,
body.dark
  .live-page-container
  .bottom-container
  .recent-videos-container
  .content-row
  .standard-card
  .text-frame
  .title
  a.hover,
body.dark .sub-menu-container .sub-menu-wrapper ul.sub-menu li a.selected,
body.dark .sub-menu-container .sub-menu-wrapper ul.sub-menu li:hover a {
  color: #cf1d39;
}
.sub-menu-container .sub-menu-wrapper ul.sub-menu li:first-of-type a,
body.dark .sub-menu-container .sub-menu-wrapper ul.sub-menu li:first-of-type a {
  border-left: none;
}
.special-news-widget-container {
  width: 100%;
  overflow: hidden;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.default-widget-container,
.fold-widget-container,
.four-column-widget-container,
.gallery-page-container
  .bottom-container
  .category-galleries-container
  .content-row,
.gallery-page-container .top-container .main-gallery-container,
.gallery-page-container
  .top-container
  .main-gallery-container
  .last-galleries-container
  .last-galleries-wrapper
  .last-gallery-container
  .right
  .image-frame
  a
  img.image,
.gallery-page-container
  .top-container
  .main-gallery-container
  .main-gallery-image-frame,
.headline-widget-container,
.interactive-widget-container,
.interactive-widget-container .interactive-widget-wrapper,
.live-page-container
  .top-container
  .right
  .live-blog
  .live-blog-list
  .list
  .list-row,
.news-detail-container .left .news-content-container .news-content .news-tags,
.news-detail-container .left .news-content-container .news-image,
.search-page-container .content-container form .search-input-container,
.special-news-widget-container .special-news-slider,
.two-column-widget-container,
.weather-page-container .bottom .left .nav-tabs .tab-content,
.weather-page-container .bottom .left .nav-tabs .tab-content .tab-pane,
.weather-warning-page-container
  .district-warnings-table-container
  .district-column
  .district-warning-info
  .status-icon
  img,
.weather-warning-page-container
  .warnings-table-container
  .city-column
  .status
  img {
  width: 100%;
}
.special-news-widget-container .special-news-widget-content {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.special-news-widget-container .special-news-widget-content.gradient {
  background: #000;
  background: -moz-linear-gradient(0deg, #000 0, rgba(255, 255, 255, 0) 100%),
    -moz-linear-gradient(90deg, #000 0, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg, #000 0, rgba(255, 255, 255, 0) 100%),
    -webkit-linear-gradient(90deg, #000 0, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #000 0, rgba(255, 255, 255, 0) 100%),
    linear-gradient(90deg, #000 0, rgba(255, 255, 255, 0) 100%);
}
.special-news-widget-container
  .special-news-widget-content
  .special-news-widget-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.live-page-container > .page-title,
.photo-gallery-detail-page-container
  .gallery-detail-container
  .top-container
  .main-photo-container
  .main-photo-content-wrapper
  .main-photo-time-source-description-container
  .gallery-author-wrapper,
.podcast-detail-page-container .top-container .podcast-author-wrapper,
.podcasts-page-container
  .top-container
  .main-podcast-container
  .podcast-author-wrapper,
.program-episodes-page-container .title-container .social-links-container,
.special-news-widget-container
  .special-news-widget-content
  .special-news-widget-wrapper
  a.tag-link,
.video-detail-page-container .top-container .info-bar > a:first-of-type {
  width: max-content;
}
.special-news-widget-container
  .special-news-widget-content
  .special-news-widget-wrapper
  a
  .special-news-tag {
  width: max-content;
  padding: 8px 12px 6px;
  text-align: center;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #cf1d39;
  color: #fff;
  font-family: TRT-Bold, sans-serif;
  font-size: 14px;
  line-height: 18px;
}
.author-post-page-container
  .top-container
  .author-pages-buttons-container
  a.active,
.special-news-widget-container
  .special-news-widget-content
  .special-news-widget-wrapper
  a
  .special-news-tag:hover {
  background-color: #fff;
  color: #cf1d39;
}
.special-news-widget-container
  .special-news-widget-content
  .special-news-widget-wrapper
  a
  .special-news-title {
  padding-top: 8px;
}
.gallery-page-container
  .bottom-container
  .category-galleries-container
  > .title,
.gallery-page-container
  .top-container
  .main-gallery-container
  .main-gallery-content-wrapper
  .main-gallery-title
  a,
.live-page-container .top-container .right .live-blog .live-info .title,
.live-page-container .top-container .right .live-blog .live-info .title a,
.live-widget-container .live-widget-wrapper .left .live-description,
.live-widget-container .live-widget-wrapper .left .live-description a,
.podcasts-page-container .bottom-container .podcast-list-container > .title,
.podcasts-page-container
  .top-container
  .main-podcast-container
  .podcast-title
  a,
.podcasts-page-container .top-container .page-title,
.special-news-widget-container
  .special-news-widget-content
  .special-news-widget-wrapper
  a
  .special-news-description,
.special-news-widget-container
  .special-news-widget-content
  .special-news-widget-wrapper
  a
  .special-news-title,
.topics-widget-container > .title,
.video-detail-page-container
  .top-container
  .authors-container
  a
  .author
  .text-frame
  .name,
.video-detail-page-container
  .top-container
  .bottom-authors-container
  a
  .author
  .text-frame
  .name,
.video-detail-page-container .top-container .title-container .title {
  font-family: TRT-Bold, sans-serif;
  color: #fff;
}
.special-news-widget-container
  .special-news-widget-content
  .special-news-widget-wrapper
  .special-news-contents
  a:hover
  .special-news-content
  .special-news-content-image {
  border: 1px solid #cf1d39;
}
.breaking-news-page-container
  .left
  .category-last-news-container
  .standard-card
  .text-frame,
.news-detail-container
  .left
  .news-content-container
  .authors-read-time-container
  .news-read-time-container,
.news-detail-container
  .left
  .news-content-container
  .news-content
  .related-news
  a,
.photo-gallery-detail-page-container
  .gallery-detail-container
  .top-container
  .main-photo-container
  .main-photo-content-wrapper
  .main-photo-time-source-description-container
  .gallery-author-wrapper
  div,
.podcast-detail-page-container .top-container .podcast-author-wrapper div,
.podcasts-page-container
  .top-container
  .main-podcast-container
  .podcast-author-wrapper
  div,
.special-news-widget-container
  .special-news-widget-content
  .special-news-widget-wrapper
  .special-news-contents
  a
  .special-news-content,
.weather-warning-page-container
  .district-warnings-table-container
  .district-column
  .district-warning-info
  .warning-info
  .date {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.special-news-widget-container
  .special-news-widget-content
  .special-news-widget-wrapper
  .special-news-contents
  a
  .special-news-content
  .special-news-content-image {
  width: 120px;
  height: 68px;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
}
.special-news-widget-container
  .special-news-widget-content
  .special-news-widget-wrapper
  .special-news-contents
  a
  .special-news-content
  .special-news-content-image
  .image {
  height: 100%;
}
.special-news-widget-container
  .special-news-widget-content
  .special-news-widget-wrapper
  .special-news-contents
  a
  .special-news-content
  .special-news-content-image
  .gallery-icon,
.special-news-widget-container
  .special-news-widget-content
  .special-news-widget-wrapper
  .special-news-contents
  a
  .special-news-content
  .special-news-content-image
  .play-icon {
  width: 27px;
  height: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.special-news-widget-container
  .special-news-widget-content
  .special-news-widget-wrapper
  .special-news-contents
  a
  .special-news-content
  .special-news-content-title {
  height: auto;
  font-family: TRT-Bold, sans-serif;
  color: #fff;
  margin-left: 12px;
  font-size: 14px;
  line-height: 20px;
}
.live-widget-container {
  width: 100%;
  background: #1d1d1b;
  background: -moz-linear-gradient(270deg, #1d1d1b 0, #cf1d39 100%);
  background: -webkit-linear-gradient(270deg, #1d1d1b 0, #cf1d39 100%);
  background: linear-gradient(270deg, #1d1d1b 0, #cf1d39 100%);
  background-image: url("");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}
.live-widget-container .live-widget-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}
.live-widget-container .live-widget-wrapper .left {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  height: auto;
}
.live-widget-container .live-widget-wrapper .left .live-tag {
  position: relative;
  width: max-content;
  background-color: #fff;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 6px 10px 4px 23px;
  text-align: center;
}
.live-widget-container .live-widget-wrapper .left .live-tag:hover {
  opacity: 0.9;
}
.live-widget-container .live-widget-wrapper .left .live-tag a {
  font-family: TRT-Bold, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #cf1d39;
}
.live-widget-container .live-widget-wrapper .left .live-tag .icon {
  position: absolute;
  top: 9px;
  left: 10px;
  float: left;
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.author-post-page-container
  .top-container
  .author-info-container
  .author-info-wrapper
  .author-name-email-wrapper
  .author-name-title,
.gallery-page-container
  .top-container
  .main-gallery-container
  .main-gallery-content-wrapper
  .page-title,
.live-widget-container .live-widget-wrapper .left .live-title,
.live-widget-container .live-widget-wrapper .left .live-title a {
  font-family: TRT-Bold, sans-serif;
  letter-spacing: -1px;
  color: #fff;
}
.breaking-news-page-container .left,
.breaking-news-page-container
  .left
  .last-news-container
  .standard-card
  .image-frame,
.headline-widget-container .headline-widget-wrapper .right,
.live-widget-container .live-widget-wrapper .right,
.photo-gallery-detail-page-container
  .gallery-detail-container
  .bottom-container
  .gallery-photo-container
  .text-frame
  .title-description-container,
.two-column-widget-container .two-column-widget-wrapper .column {
  height: auto;
}
.most-read-news-widget-container {
  overflow: hidden;
}
.last-news-widget-container .last-news-title a,
.most-read-news-widget-container .most-read-news-title a {
  font-family: TRT-Bold, sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  color: #1d1d1b;
}
.most-read-news-widget-container .most-read-news-title i {
  float: left;
  display: block;
  width: 12px;
  height: 12px;
  margin: 4px 8px 0 0;
  background-color: #cf1d39;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.most-read-news-widget-container .most-read-news-list {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.most-read-news-widget-container .most-read-news-list a:last-of-type,
.weather-page-container .bottom .left h2.no-margin-bottom,
.weather-warning-page-container
  .district-warnings-table-container
  .district-column
  .district-warning-info
  .warning-info
  .date:last-of-type {
  margin-bottom: 0;
}
.most-read-news-widget-container
  .most-read-news-list
  a:hover
  .most-read-news-row
  .news-counter {
  background-color: #475152;
}
.live-page-container .top-container .right .schedule-list .list .list-row,
.most-read-news-widget-container .most-read-news-list a .most-read-news-row {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 100%;
}
.most-read-news-widget-container
  .most-read-news-list
  a
  .most-read-news-row
  .news-counter {
  width: 40px;
  height: 40px;
  background-color: #cf1d39;
  font-family: TRT-Bold, sans-serif;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  padding-top: 3px;
  margin-right: 16px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.most-read-news-widget-container
  .most-read-news-list
  a
  .most-read-news-row
  .news-title {
  font-family: TRT-Bold, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #242424;
  display: -webkit-box;
  width: calc(100% - 56px);
  max-width: calc(100% - 56px);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.last-news-widget-container {
  background-color: #f8f8f8;
}
.last-news-widget-container .last-news-title i {
  float: left;
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px 8px 0 0;
  background-color: #cf1d39;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.breaking-news-widget-container,
.news-detail-container
  .left
  .news-content-container
  .news-info-bar
  a
  .category-tag {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomleft: 10px;
}
.last-news-widget-container .last-news-list {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  overflow: hidden;
}
.last-news-widget-container .last-news-list .seperator {
  display: block;
  width: 1px;
  height: 16px;
  background-color: #adadad;
  margin: 4px 20px;
}
.last-news-widget-container .last-news-list a .last-news-row {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 100%;
  height: 40px;
}
.last-news-widget-container .last-news-list a .last-news-row .news-time {
  width: 48px;
  height: 20px;
  font-family: TRT-Bold, sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #adadad;
  margin-right: 8px;
}
.last-news-widget-container .last-news-list a .last-news-row .circle {
  display: block;
  width: 6px;
  height: 6px;
  background-color: #cf1d39;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.last-news-widget-container .last-news-list a .last-news-row .news-title {
  font-family: TRT-Medium, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #242424;
  margin-left: 12px;
  display: -webkit-box;
  width: calc(100% - 74px);
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breaking-news-widget-container {
  width: 100%;
  height: 50px;
  margin-bottom: 16px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #e5e5e5;
}
.breaking-news-widget-container .breaking-news-widget-wrapper,
.default-widget-container .title-container,
.news-detail-container
  .left
  .news-content-container
  .authors-read-time-container
  .authors-container
  a
  .author,
.news-detail-container
  .left
  .news-content-container
  .news-content
  .bottom-authors-container
  a
  .author,
.news-detail-container
  .left
  .news-content-container
  .news-content
  .special-quote
  .special-quote-left,
.news-detail-container
  .left
  .news-content-container
  .news-content
  .special-quote
  .special-quote-right,
.news-detail-container
  .left
  .news-content-container
  .news-info-bar
  .source-date-container,
.video-detail-page-container .top-container .authors-container a .author,
.video-detail-page-container .top-container .bottom-authors-container a .author,
.weather-page-container
  .bottom
  .left
  .tab-content
  .tab-pane
  .tab-pane-top
  .weather-detail
  ul
  li {
  display: flex;
  flex-flow: row nowrap;
}
.breaking-news-widget-container
  .breaking-news-widget-wrapper
  .breaking-news-list-container
  ul {
  width: 100%;
  height: 50px;
  list-style: none;
  overflow: hidden;
}
.breaking-news-widget-container
  .breaking-news-widget-wrapper
  .breaking-news-list-container
  ul
  li {
  float: left;
  width: max-content;
  height: 50px;
}
.breaking-news-widget-container
  .breaking-news-widget-wrapper
  .breaking-news-list-container
  ul
  li
  a {
  line-height: 50px;
  color: #000;
  font-family: TRT-Medium, sans-serif;
  font-size: 13px;
  padding: 0 30px;
}
.breaking-news-widget-container
  .breaking-news-widget-wrapper
  .breaking-news-list-container
  ul
  li
  a
  span {
  color: #cf1d39;
  margin-right: 10px;
}
.breaking-news-widget-container .breaking-news-widget-wrapper .all-url {
  display: block;
  width: 90px;
  height: 50px;
  font-family: TRT-Medium, sans-serif;
  font-size: 16px;
  line-height: 50px;
  color: #cf1d39;
  padding: 0 20px;
}
.fold-widget-container .fold-widget-wrapper,
.headline-widget-container .headline-widget-wrapper,
.headline-widget-container .headline-widget-wrapper .left,
.headline-widget-container .headline-widget-wrapper .left .bottom,
.live-page-container .top-container .right .live-info .info,
.news-detail-container
  .left
  .news-content-container
  .authors-read-time-container
  .authors-container,
.news-detail-container
  .left
  .news-content-container
  .news-content
  .bottom-authors-container,
.video-detail-page-container .top-container .authors-container,
.video-detail-page-container .top-container .bottom-authors-container,
.weather-page-container .bottom .left .tab-content .tab-pane .tab-pane-top {
  display: flex;
}
.author-post-page-container .top-container .author-info-container,
.author-post-page-container
  .top-container
  .author-info-container
  .author-info-wrapper,
.author-post-page-container
  .top-container
  .author-info-container
  .author-info-wrapper
  .author-name-email-wrapper,
.breaking-news-page-container .left .category-last-news-container,
.breaking-news-page-container .left .last-news-container,
.default-page-container .list-container .list-wrapper .row,
.fold-widget-container .fold-widget-wrapper .news-container,
.live-page-container .top-container,
.live-page-container .top-container .right .live-blog .live-blog-list .list,
.podcasts-page-container
  .bottom-container
  .podcast-list-container
  .podcast-list-wrapper,
.podcasts-page-container
  .bottom-container
  .podcast-list-container
  .podcast-list-wrapper
  .row,
.weather-page-container,
.weather-page-container .bottom,
.weather-page-container .top,
.weather-page-container .top .top-row,
.weather-page-container .top .top-row .search-form {
  width: 100%;
  height: auto;
  display: flex;
}
.headline-widget-container > .title {
  display: flex;
  width: max-content;
}
.default-page-container .list-container > .title,
.default-page-container .title-container > .page-title,
.default-page-container > .page-title,
.default-widget-container .title-container .title,
.default-widget-container .title-container .title a,
.default-widget-container > .title,
.default-widget-container > .title a,
.headline-widget-container > .title a,
.live-page-container .bottom-container .popular-videos-container > .title,
.live-page-container .bottom-container .programs-container > .title,
.live-page-container .bottom-container .recent-videos-container > .title {
  font-family: TRT-Bold, sans-serif;
  color: #1d1d1b;
}
.default-widget-container .title-container .title:hover a,
.default-widget-container > .title:hover a,
.four-column-widget-container
  .four-column-widget-wrapper
  .column
  > .title:hover
  a,
.gallery-widget-container
  .gallery-widget-wrapper
  > .left
  .bottom
  .left
  .text-frame
  .category-tag
  a:hover,
.gallery-widget-container > .title-container .title:hover a,
.headline-widget-container > .title:hover a,
.interactive-widget-container > .title-container .title:hover a,
.interactive-widget-container > .title:hover a,
.news-detail-container
  .left
  .news-content-container
  .news-content
  .related-news.red-bg:hover
  .related-news-title,
.two-column-widget-container
  .two-column-widget-wrapper
  .column
  > .title:hover
  a,
.videos-widget-container > .title-container .title:hover a,
.videos-widget-container > .title:hover a {
  text-decoration: underline;
}
.default-page-container .list-container > .title i,
.default-page-container .title-container > .page-title i,
.default-page-container > .page-title i,
.default-widget-container .title-container .title i,
.default-widget-container > .title i,
.gallery-category-page-container
  .bottom-container
  .gallery-category-galleries-container
  .title-container
  > .title
  i,
.gallery-category-page-container
  .bottom-container
  .gallery-category-galleries-container
  > .title
  i,
.gallery-page-container
  .bottom-container
  .category-galleries-container
  > .title
  i,
.gallery-page-container
  .bottom-container
  .gallery-list-container
  .title-container
  > .title
  i,
.gallery-page-container .bottom-container .gallery-list-container > .title i,
.gallery-page-container
  .top-container
  .main-gallery-container
  .main-gallery-content-wrapper
  .page-title
  i,
.gallery-widget-container > .title-container .title i,
.headline-widget-container > .title i,
.interactive-widget-container > .title i,
.interactive-widget-container > .title-container .title i,
.live-page-container .bottom-container .popular-videos-container > .title i,
.live-page-container .bottom-container .programs-container > .title i,
.live-page-container .bottom-container .recent-videos-container > .title i,
.podcasts-page-container .bottom-container .podcast-list-container > .title i,
.podcasts-page-container .top-container .page-title i,
.tag-news-page-header-container
  .tag-news-page-header-content-wrapper
  .tag-news-page-header-title
  i,
.topics-widget-container > .title i {
  float: left;
  display: block;
  background-color: #cf1d39;
}
.gallery-widget-container,
.photo-gallery-detail-page-container
  .gallery-detail-container
  .top-container
  .main-photo-container,
.topics-widget-container,
.videos-widget-container {
  width: 100%;
  position: relative;
}
.default-widget-container .title-container .local-news-city-selector-container {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: flex-start;
}
.default-widget-container
  .title-container
  .local-news-city-selector-container
  span:first-of-type {
  font-family: TRT-Bold, sans-serif;
  color: #242424;
}
.default-widget-container
  .title-container
  .local-news-city-selector-container
  span.selected-city {
  font-family: NotoSans-Regular, sans-serif;
  background-color: #cf1d39;
  color: #fff;
  margin-left: 10px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.default-widget-container
  .title-container
  .local-news-city-selector-container
  .local-news-city-list {
  display: none;
  list-style: none;
  position: absolute;
  right: 0;
  width: max-content;
  cursor: pointer;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #fff;
  z-index: 999;
}
.default-widget-container
  .title-container
  .local-news-city-selector-container
  .local-news-city-list
  li {
  padding: 2px 10px;
}
.default-widget-container
  .title-container
  .local-news-city-selector-container
  .local-news-city-list
  li:hover {
  background-color: #d3d3d3;
}
.videos-widget-container > .title,
.videos-widget-container > .title a,
.videos-widget-container > .title-container .title,
.videos-widget-container > .title-container .title a {
  display: inline-block;
  font-family: TRT-Bold, sans-serif;
  color: #fff;
}
.videos-widget-container > .title-container .subtitle {
  display: inline-block;
  font-family: TRT-Medium, sans-serif;
  color: #fff;
}
.videos-widget-container > .title i,
.videos-widget-container > .title-container .title i {
  float: left;
  display: block;
  background-color: #fff;
}
.default-page-container .title-container > .external-url,
.videos-widget-container > .title-container > .external-url {
  font-family: TRT-Bold, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #cf1d39;
}
.videos-widget-container .red-box {
  background-color: #cf1d39;
  position: absolute;
  top: 0;
  z-index: -1;
}
.add-site-page-container .rss-link-list,
.gallery-widget-container .gallery-widget-wrapper > .left,
.live-page-container .top-container .right,
.videos-widget-container .videos-widget-wrapper,
.weather-page-container .bottom .left,
.weather-warning-page-container
  .district-warnings-table-container
  .district-column
  .district-warning-info
  .warning-info {
  display: flex;
  flex-flow: column nowrap;
}
.videos-widget-container .videos-widget-wrapper .bottom .news-container {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.gallery-widget-container > .title,
.gallery-widget-container > .title a,
.gallery-widget-container > .title-container .title,
.gallery-widget-container > .title-container .title a,
.interactive-widget-container > .title a,
.interactive-widget-container > .title-container .title a {
  display: inline-block;
  font-family: TRT-Bold, sans-serif;
  color: #1d1d1b;
}
.gallery-widget-container > .title-container .subtitle,
.interactive-widget-container > .title-container .subtitle {
  display: inline-block;
  font-family: TRT-Medium, sans-serif;
  color: #1d1d1b;
}
.gallery-widget-container .yellow-box {
  background-color: #ffe88d;
  position: absolute;
  top: 0;
  z-index: -1;
}
.gallery-widget-container
  .gallery-widget-wrapper
  > .left
  .top
  .image-frame
  a
  img.hover {
  filter: brightness(80%);
}
.gallery-widget-container
  .gallery-widget-wrapper
  > .left
  .bottom
  .left
  .text-frame
  .category-tag
  a {
  display: inline-block;
  font-family: TRT-Bold, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1d1d1b;
}
.gallery-widget-container
  .gallery-widget-wrapper
  > .left
  .bottom
  .left
  .text-frame
  .title
  a {
  font-family: TRT-Bold, sans-serif;
  letter-spacing: -1px;
  color: #1d1d1b;
}
.gallery-widget-container
  .gallery-widget-wrapper
  > .left
  .bottom
  .left
  .text-frame
  .description {
  margin-top: 12px;
}
.gallery-widget-container
  .gallery-widget-wrapper
  > .left
  .bottom
  .left
  .text-frame
  .description
  a {
  font-family: NotoSans-Regular, sans-serif;
  color: #1d1d1b;
}
.interactive-widget-container .interactive-widget-wrapper .news-container,
.two-column-widget-container .two-column-widget-wrapper .column .bottom {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.two-column-widget-container .two-column-widget-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.four-column-widget-container .four-column-widget-wrapper .column > .title a,
.two-column-widget-container .two-column-widget-wrapper .column > .title a {
  font-family: TRT-Bold, sans-serif;
  letter-spacing: 2px;
  color: #1d1d1b;
}
.four-column-widget-container .four-column-widget-wrapper .column > .title i,
.two-column-widget-container .two-column-widget-wrapper .column > .title i {
  float: left;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #cf1d39;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.four-column-widget-container .four-column-widget-wrapper,
.live-page-container .top-container .right .schedule-list .list,
.news-detail-container
  .left
  .news-content-container
  .authors-read-time-container,
.search-page-container .content-container .search-input-row,
.weather-page-container .weather-news-container .row {
  width: 100%;
  display: flex;
}
.four-column-widget-container .four-column-widget-wrapper .column {
  height: auto;
  display: flex;
  flex-flow: column nowrap;
}
.breaking-news-page-container
  .left
  .category-last-news-container
  .standard-card
  .text-frame
  .title,
.four-column-widget-container
  .four-column-widget-wrapper
  .column
  .standard-card.no-image
  .text-frame
  .title {
  margin-top: 0;
}
.four-column-widget-container
  .four-column-widget-wrapper
  .column
  .standard-card.no-image
  .text-frame
  .title
  a {
  font-family: TRT-Bold, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.news-detail-container
  .left
  .news-content-container
  .news-info-bar
  a
  .category-tag {
  display: block;
  font-family: TRT-Bold, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  background-color: #cf1d39;
  padding: 7px 10px 5px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.container .next-gallery-container .title-container .title,
.news-detail-container
  .left
  .news-content-container
  .news-info-bar
  .source-date-container
  .created-date,
.news-detail-container
  .left
  .news-content-container
  .news-info-bar
  .source-date-container
  .source,
.news-detail-container
  .left
  .news-content-container
  .news-info-bar
  .source-date-container
  .updated-date {
  font-family: "TRT-Regular", sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #fff;
}
.news-detail-container .left .news-content-container .news-title,
.news-detail-container .left .news-content-container .news-title a {
  font-family: TRT-Bold, sans-serif;
  letter-spacing: -1px;
  color: #242424;
  margin-bottom: 24px;
}
.news-detail-container .left .news-content-container .news-spot {
  font-family: NotoSans-SemiBold, sans-serif;
  font-size: 19px;
  line-height: 32px;
  color: #2a2a2a;
  margin-bottom: 24px;
}
.news-detail-container
  .left
  .news-content-container
  .authors-read-time-container
  .news-read-time-container
  div {
  font-family: NotoSans-Medium, sans-serif;
  line-height: 20px;
  margin-left: 5px;
}
.news-detail-container
  .left
  .news-content-container
  .authors-read-time-container
  .news-read-time-container
  .read-time-label {
  color: #adadad;
}
.news-detail-container
  .left
  .news-content-container
  .social-links-container
  ul {
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.breaking-news-page-container,
.news-detail-container {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row nowrap;
}
.news-detail-container .left .news-content-container {
  border-bottom: 1px solid #dcdcdc;
}
.news-detail-container .left .news-content-container:first-of-type {
  padding-top: 0;
}
.news-detail-container .left .news-content-container .news-info-bar {
  width: 100%;
  display: flex;
  margin-bottom: 24px;
}
.news-detail-container
  .left
  .news-content-container
  .news-content
  .bottom-authors-container {
  flex-flow: row wrap;
  margin-bottom: 24px;
}
.news-detail-container
  .left
  .news-content-container
  .authors-read-time-container
  .authors-container
  a
  .author.align-center,
.news-detail-container
  .left
  .news-content-container
  .news-content
  .bottom-authors-container
  a
  .author.align-center,
.video-detail-page-container
  .top-container
  .authors-container
  a
  .author.align-center,
.video-detail-page-container
  .top-container
  .bottom-authors-container
  a
  .author.align-center {
  align-items: center;
}
.news-detail-container
  .left
  .news-content-container
  .news-content
  .bottom-authors-container
  a,
.video-detail-page-container .top-container .bottom-authors-container a {
  margin-bottom: 16px;
}
.news-detail-container
  .left
  .news-content-container
  .authors-read-time-container
  .authors-container
  a
  .author
  .image-frame,
.news-detail-container
  .left
  .news-content-container
  .news-content
  .bottom-authors-container
  a
  .author
  .image-frame,
.video-detail-page-container
  .top-container
  .authors-container
  a
  .author
  .image-frame,
.video-detail-page-container
  .top-container
  .bottom-authors-container
  a
  .author
  .image-frame {
  width: 40px;
  height: 40px;
  margin: 0 16px 0 0;
}
.news-detail-container
  .left
  .news-content-container
  .authors-read-time-container
  .authors-container
  a
  .author
  .image-frame
  img,
.news-detail-container
  .left
  .news-content-container
  .news-content
  .bottom-authors-container
  a
  .author
  .image-frame
  img,
.video-detail-page-container
  .top-container
  .authors-container
  a
  .author
  .image-frame
  img,
.video-detail-page-container
  .top-container
  .bottom-authors-container
  a
  .author
  .image-frame
  img {
  width: 100%;
  border-radius: 50%;
}
.news-detail-container
  .left
  .news-content-container
  .authors-read-time-container
  .authors-container
  a
  .author
  .text-frame,
.news-detail-container
  .left
  .news-content-container
  .news-content
  .bottom-authors-container
  a
  .author
  .text-frame,
.video-detail-page-container
  .top-container
  .authors-container
  a
  .author
  .text-frame,
.video-detail-page-container
  .top-container
  .bottom-authors-container
  a
  .author
  .text-frame {
  width: calc(100% - 56px);
}
.news-detail-container
  .left
  .news-content-container
  .authors-read-time-container
  .authors-container
  a
  .author
  .text-frame
  .job,
.news-detail-container
  .left
  .news-content-container
  .authors-read-time-container
  .authors-container
  a
  .author
  .text-frame
  .name,
.news-detail-container
  .left
  .news-content-container
  .news-content
  .bottom-authors-container
  a
  .author
  .text-frame
  .job,
.news-detail-container
  .left
  .news-content-container
  .news-content
  .bottom-authors-container
  a
  .author
  .text-frame
  .name,
.video-detail-page-container
  .top-container
  .authors-container
  a
  .author
  .text-frame
  .job,
.video-detail-page-container
  .top-container
  .authors-container
  a
  .author
  .text-frame
  .name,
.video-detail-page-container
  .top-container
  .bottom-authors-container
  a
  .author
  .text-frame
  .job,
.video-detail-page-container
  .top-container
  .bottom-authors-container
  a
  .author
  .text-frame
  .name {
  font-size: 16px;
  line-height: 20px;
}
.news-detail-container
  .left
  .news-content-container
  .authors-read-time-container
  .authors-container
  a
  .author
  .text-frame
  .name,
.news-detail-container
  .left
  .news-content-container
  .news-content
  .bottom-authors-container
  a
  .author
  .text-frame
  .name {
  font-family: TRT-Bold, sans-serif;
  color: #475152;
}
.news-detail-container
  .left
  .news-content-container
  .authors-read-time-container
  .authors-container
  a
  .author
  .text-frame
  .job,
.news-detail-container
  .left
  .news-content-container
  .news-content
  .bottom-authors-container
  a
  .author
  .text-frame
  .job,
.video-detail-page-container
  .top-container
  .authors-container
  a
  .author
  .text-frame
  .job,
.video-detail-page-container
  .top-container
  .bottom-authors-container
  a
  .author
  .text-frame
  .job {
  font-family: TRT-Medium, sans-serif;
  color: #adadad;
}
.news-detail-container .left .news-content-container .news-content .image-spot,
.news-detail-container .left .news-content-container .news-image .image-spot {
  display: block;
  background-color: #f8f8f8;
  font-family: NotoSans-SemiBold, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #475152;
  padding: 10px 16px;
}
.news-detail-container .left .news-content-container .download-button {
  display: flex;
  align-items: center;
  width: max-content;
  font-family: TRT-Bold, sans-serif;
  font-size: 14px;
  line-height: 15px;
  color: #fff;
  background-color: #cf1d39;
  padding: 7px 10px 5px;
  margin: 0 auto;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.news-detail-container .left .news-content-container .download-button:hover {
  color: #fff;
  text-decoration: underline;
}
.news-detail-container .left .news-content-container .download-button img {
  margin-right: 7px;
}
.epg-page-container
  .content-container
  .left
  .epg-list-content
  ul.epg-list
  li.active
  .live-tag,
.news-detail-container .left .news-content-container .social-links-container {
  display: block;
}
.news-detail-container
  .left
  .news-content-container
  .social-links-container
  ul
  li
  a
  span,
.program-episodes-page-container
  .title-container
  .social-links-container
  ul
  li
  a
  span {
  display: block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.news-detail-container
  .left
  .news-content-container
  .social-links-container
  ul
  li
  a
  span.facebook {
  background: url("../img/post-facebook-icon.svg") center/9px no-repeat
    #f8f8f8;
}
.news-detail-container
  .left
  .news-content-container
  .social-links-container
  ul
  li
  a:hover
  span.facebook {
  background: url("urn:scrapbook:download:error:https://plagiostomous.com/lander/baykar-new/images/post-facebook-icon-hover.svg") center/9px no-repeat
    #cf1d39;
}
.news-detail-container
  .left
  .news-content-container
  .social-links-container
  ul
  li
  a
  span.twitter {
  background: url("../img/post-new-twitter-icon.svg") center/17px no-repeat
    #f8f8f8;
}
.news-detail-container
  .left
  .news-content-container
  .social-links-container
  ul
  li
  a:hover
  span.twitter {
  background: url("urn:scrapbook:download:error:https://plagiostomous.com/lander/baykar-new/images/post-new-twitter-icon-hover.svg") center/17px
    no-repeat #cf1d39;
}
.news-detail-container
  .left
  .news-content-container
  .social-links-container
  ul
  li
  a
  span.linkedin {
  background: url("../img/post-linkedin-icon.svg") center/17px no-repeat
    #f8f8f8;
}
.news-detail-container
  .left
  .news-content-container
  .social-links-container
  ul
  li
  a:hover
  span.linkedin {
  background: url("urn:scrapbook:download:error:https://plagiostomous.com/lander/baykar-new/images/post-linkedin-icon-hover.svg") center/17px
    no-repeat #cf1d39;
}
.news-detail-container
  .left
  .news-content-container
  .social-links-container
  ul
  li
  a
  span.telegram {
  background: url("../img/post-telegram-icon.svg") center/20px no-repeat
    #f8f8f8;
}
.news-detail-container
  .left
  .news-content-container
  .social-links-container
  ul
  li
  a:hover
  span.telegram {
  background: url("urn:scrapbook:download:error:https://plagiostomous.com/lander/baykar-new/images/post-telegram-icon-hover.svg") center/20px
    no-repeat #cf1d39;
}
.news-detail-container
  .left
  .news-content-container
  .social-links-container
  ul
  li
  a
  span.whatsapp {
  background: url("../img/post-whatsapp-icon.svg") center/17px no-repeat
    #f8f8f8;
}
.news-detail-container
  .left
  .news-content-container
  .social-links-container
  ul
  li
  a:hover
  span.whatsapp {
  background: url("urn:scrapbook:download:error:https://plagiostomous.com/lander/baykar-new/images/post-whatsapp-icon-hover.svg") center/17px
    no-repeat #cf1d39;
}
.news-detail-container
  .left
  .news-content-container
  .social-links-container
  ul
  li
  a
  span.email {
  background: url("../img/post-email-icon.svg") center/17px no-repeat #f8f8f8;
}
.news-detail-container
  .left
  .news-content-container
  .social-links-container
  ul
  li
  a:hover
  span.email {
  background: url("urn:scrapbook:download:error:https://plagiostomous.com/lander/baykar-new/images/post-email-icon-hover.svg") center/17px no-repeat
    #cf1d39;
}
.news-detail-container .left .news-content-container .news-content {
  height: auto;
  margin: 0 auto;
  overflow-wrap: break-word;
}
.news-detail-container .left .news-content-container .news-content a,
.podcast-detail-page-container .top-container .content a,
.static-page-container .content-container .page-content a {
  display: inline-block;
  color: #cf1d39;
}
.news-detail-container .left .news-content-container .news-content > ol,
.news-detail-container .left .news-content-container .news-content > p ol,
.news-detail-container .left .news-content-container .news-content > p ul,
.news-detail-container .left .news-content-container .news-content > ul,
.podcast-detail-page-container .top-container .content > ol,
.podcast-detail-page-container .top-container .content > p ol,
.podcast-detail-page-container .top-container .content > p ul,
.podcast-detail-page-container .top-container .content > ul,
.static-page-container .content-container .page-content > ol,
.static-page-container .content-container .page-content > p ol,
.static-page-container .content-container .page-content > p ul,
.static-page-container .content-container .page-content > ul {
  margin: 0 0 24px 20px;
  font-family: NotoSans-Regular, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.podcast-detail-page-container .top-container .content p,
.podcast-detail-page-container .top-container .content p strong,
.podcast-detail-page-container .top-container .content strong,
.podcast-detail-page-container .top-container .content > ol,
.podcast-detail-page-container .top-container .content > p ol,
.podcast-detail-page-container .top-container .content > p ul,
.podcast-detail-page-container .top-container .content > ul {
  color: #fff !important;
}
.news-detail-container
  .left
  .news-content-container
  .news-content
  .twitter-tweet,
.podcast-detail-page-container .top-container .content .twitter-tweet,
.static-page-container .content-container .page-content .twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}
.news-detail-container .left .news-content-container .news-content p,
.podcast-detail-page-container .top-container .content p,
.static-page-container .content-container .page-content p {
  font-family: NotoSans-Regular, sans-serif;
  font-size: 19px;
  line-height: 32px;
  color: #2a2a2a;
  margin-bottom: 24px;
}
.news-detail-container .left .news-content-container .news-content h2,
.news-detail-container .left .news-content-container .news-content h3,
.news-detail-container .left .news-content-container .news-content h4,
.news-detail-container .left .news-content-container .news-content h5,
.podcast-detail-page-container .top-container .content h2,
.podcast-detail-page-container .top-container .content h3,
.podcast-detail-page-container .top-container .content h4,
.podcast-detail-page-container .top-container .content h5,
.static-page-container .content-container .page-content h2,
.static-page-container .content-container .page-content h3,
.static-page-container .content-container .page-content h4,
.static-page-container .content-container .page-content h5,
.weather-page-container .bottom .left .weather-status-container {
  margin-bottom: 24px;
}
.news-detail-container .left .news-content-container .news-content table,
.podcast-detail-page-container .top-container .content table,
.static-page-container .content-container .page-content table {
  width: 100% !important;
  background-color: #eaeaea !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.news-detail-container
  .left
  .news-content-container
  .news-content
  table
  tr:nth-child(2n),
.podcast-detail-page-container .top-container .content table tr:nth-child(2n),
.static-page-container .content-container .page-content table tr:nth-child(2n) {
  background-color: #cfcfcf;
}
.news-detail-container .left .news-content-container .news-content table tr td,
.podcast-detail-page-container .top-container .content table tr td,
.static-page-container .content-container .page-content table tr td {
  padding: 10px !important;
  text-align: center !important;
}
.news-detail-container
  .left
  .news-content-container
  .news-content
  .embed-content,
.news-detail-container
  .left
  .news-content-container
  .news-content
  .video-content {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.news-detail-container
  .left
  .news-content-container
  .news-content
  .image-content {
  width: max-content;
  max-width: 100%;
}
.news-detail-container
  .left
  .news-content-container
  .news-content
  .single-poster-container
  a {
  display: block !important;
}
.news-detail-container
  .left
  .news-content-container
  .news-content
  .image-content
  img,
.news-detail-container .left .news-content-container .news-content img,
.news-detail-container .left .news-content-container .news-content table,
.podcast-detail-page-container .top-container .content img,
.podcast-detail-page-container .top-container .content table,
.static-page-container .content-container .page-content img,
.static-page-container .content-container .page-content table {
  max-width: 100%;
}
.news-detail-container .left .news-content-container .news-content p h2,
.news-detail-container .left .news-content-container .news-content p h3,
.news-detail-container .left .news-content-container .news-content p h4,
.news-detail-container .left .news-content-container .news-content p h5,
.news-detail-container .left .news-content-container .news-content p strong,
.news-detail-container .left .news-content-container .news-content > h2,
.news-detail-container .left .news-content-container .news-content > h3,
.news-detail-container .left .news-content-container .news-content > h4,
.news-detail-container .left .news-content-container .news-content > h5,
.news-detail-container .left .news-content-container .news-content > strong,
.podcast-detail-page-container .top-container .content h2,
.podcast-detail-page-container .top-container .content h3,
.podcast-detail-page-container .top-container .content h4,
.podcast-detail-page-container .top-container .content h5,
.podcast-detail-page-container .top-container .content p h2,
.podcast-detail-page-container .top-container .content p h3,
.podcast-detail-page-container .top-container .content p h4,
.podcast-detail-page-container .top-container .content p h5,
.podcast-detail-page-container .top-container .content p strong,
.podcast-detail-page-container .top-container .content strong,
.static-page-container .content-container .page-content h2,
.static-page-container .content-container .page-content h3,
.static-page-container .content-container .page-content h4,
.static-page-container .content-container .page-content h5,
.static-page-container .content-container .page-content p h2,
.static-page-container .content-container .page-content p h3,
.static-page-container .content-container .page-content p h4,
.static-page-container .content-container .page-content p h5,
.static-page-container .content-container .page-content p strong,
.static-page-container .content-container .page-content strong {
  display: inline-block;
  font-family: TRT-Bold, sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #000;
}
.news-detail-container .left .news-content-container .news-content p h3,
.news-detail-container .left .news-content-container .news-content > h3,
.podcast-detail-page-container .top-container .content h3,
.podcast-detail-page-container .top-container .content p h3,
.static-page-container .content-container .page-content h3,
.static-page-container .content-container .page-content p h3 {
  font-size: 23px;
}
.news-detail-container .left .news-content-container .news-content p h4,
.news-detail-container .left .news-content-container .news-content > h4,
.podcast-detail-page-container .top-container .content h4,
.podcast-detail-page-container .top-container .content p h4,
.static-page-container .content-container .page-content h4,
.static-page-container .content-container .page-content p h4 {
  font-size: 22px;
}
.news-detail-container .left .news-content-container .news-content p h5,
.news-detail-container .left .news-content-container .news-content > h5,
.podcast-detail-page-container .top-container .content h5,
.podcast-detail-page-container .top-container .content p h5,
.static-page-container .content-container .page-content h5,
.static-page-container .content-container .page-content p h5 {
  font-size: 21px;
}
.news-detail-container
  .left
  .news-content-container
  .news-content
  .related-news {
  width: 100%;
  background-color: #f8f8f8;
  overflow: hidden;
}
.gallery-category-page-container.photo-gallery-category-page-container
  .top-container
  .videos-widget-container
  > .title
  i,
.gallery-page-container.video-gallery-page-container
  .top-container
  .main-gallery-container
  .last-galleries-container
  .last-galleries-wrapper
  .last-gallery-container.active,
.gallery-page-container.video-gallery-page-container
  .top-container
  .main-gallery-container
  .last-galleries-container
  .last-galleries-wrapper
  .last-gallery-container:hover,
.news-detail-container
  .left
  .news-content-container
  .news-content
  .related-news.red-bg,
.news-detail-container
  .left
  .news-content-container
  .news-content
  .special-quote.red-bg,
.vime-detail-container
  .left
  .news-content-container
  .video-container
  .transcript
  .transcript-body
  .transcript-line.is-active,
.weather-page-container
  .bottom
  .left
  .nav-tabs
  .nav-item
  a.active
  .image-temp-wrapper {
  background-color: #cf1d39;
}
.news-detail-container
  .left
  .news-content-container
  .news-content
  .related-news
  .related-news-title {
  padding: 0 16px;
  font-family: NotoSans-Bold, sans-serif;
  color: #000;
}
.news-detail-container
  .left
  .news-content-container
  .news-content
  .special-quote {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  height: auto;
  padding: 20px 14px;
  background-color: #f8f8f8;
}
.news-detail-container
  .left
  .news-content-container
  .news-content
  .special-quote
  .special-quote-left {
  align-items: flex-start;
}
.news-detail-container
  .left
  .news-content-container
  .news-content
  .special-quote
  .special-quote-right {
  align-items: flex-end;
}
.news-detail-container
  .left
  .news-content-container
  .news-content
  .special-quote
  .quote {
  width: 12px;
  height: 12px;
  background-color: #cf1d39;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin: 0 2px;
}
.news-detail-container
  .left
  .news-content-container
  .news-content
  .special-quote.red-bg
  .quote {
  background-color: #fff;
}
.news-detail-container
  .left
  .news-content-container
  .news-content
  .special-quote
  .special-quote-content {
  display: flex;
  flex-flow: column nowrap;
  padding: 0 14px;
}
.news-detail-container
  .left
  .news-content-container
  .news-content
  .special-quote
  .special-quote-content
  .special-quote-title1 {
  font-family: NotoSans-Medium-Italic, sans-serif;
  font-size: 20px;
  line-height: 32px;
  color: #929292;
  margin-bottom: 10px;
}
.news-detail-container
  .left
  .news-content-container
  .news-content
  .special-quote
  .special-quote-content
  .special-quote-title2 {
  font-family: NotoSans-Medium-Italic, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #cf1d39;
}
.news-detail-container
  .left
  .news-content-container
  .news-content
  .news-detail-import-match-detail-container {
  width: 100%;
  margin-bottom: 20px;
}
.news-detail-container .left .news-content-container .news-content a.colorbox,
.news-detail-container .left .news-content-container a.colorbox {
  position: relative;
  display: block;
}
.news-detail-container
  .left
  .news-content-container
  .news-content
  a.colorbox
  .zoom-in-button,
.news-detail-container
  .left
  .news-content-container
  a.colorbox
  .zoom-in-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 50px;
}
.news-detail-container
  .left
  .news-content-container
  .news-content
  .news-tags
  .title {
  width: 100%;
  font-family: TRT-Medium, sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  text-align: center;
  color: #cf1d39;
}
.news-detail-container
  .left
  .news-content-container
  .news-content
  .news-tags
  .tags {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 16px;
}
.news-detail-container
  .left
  .news-content-container
  .news-content
  .news-tags
  .tags
  a {
  display: block;
  font-family: NotoSans-Medium, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #929292;
  padding: 4px 8px;
  margin: 4px 8px;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.news-detail-container
  .left
  .news-content-container
  .news-content
  .news-tags
  .tags
  a:hover {
  color: #fff;
  background-color: #cf1d39;
  border: 1px solid #fff;
}
.default-page-container .title-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.default-page-container > .page-description {
  font-family: TRT-Medium, sans-serif;
  color: #1d1d1b;
}
.category-page-container .top-container,
.default-page-container .list-container .list-wrapper,
.vime-detail-container .left .news-content-container .video-container,
.weather-warning-page-container {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: column nowrap;
}
.category-page-container .top-container .bottom,
.category-page-container .top-container .top {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.live-page-container .top-container .left .player-container {
  width: 100%;
  height: 100%;
}
.live-page-container .top-container .right .live-info,
.live-page-container .top-container .right .schedule-list {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  background-color: #404040;
}
.live-page-container .top-container .right .live-info .tag {
  width: max-content;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #cf1d39;
  font-family: TRT-Bold, sans-serif;
  letter-spacing: 2px;
  color: #fff;
  position: relative;
}
.live-page-container .top-container .right .live-info .tag .icon {
  position: absolute;
  top: 10px;
  left: 8px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.epg-page-container
  .content-container
  .left
  .epg-list-content
  ul.epg-list
  li
  .time,
.live-page-container .top-container .right .live-info .info .time {
  font-family: TRT-Medium, sans-serif;
  letter-spacing: 2px;
  color: #adadad;
}
.live-page-container .top-container .right .schedule-button .text,
.live-page-container .top-container .right .schedule-list > .title {
  font-family: TRT-Bold, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #fff;
}
.live-page-container
  .top-container
  .right
  .live-blog
  .live-blog-list
  > .title
  i,
.live-page-container .top-container .right .schedule-list > .title i {
  float: left;
  display: block;
  width: 12px;
  height: 12px;
  margin: 4px 8px 0 0;
  background-color: #cf1d39;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.live-page-container
  .top-container
  .right
  .schedule-list
  .list
  .list-row
  .time {
  width: 50px;
  height: 20px;
  font-family: TRT-Bold, sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #adadad;
}
.live-page-container
  .top-container
  .right
  .schedule-list
  .list
  .list-row
  .circle {
  display: block;
  width: 6px;
  height: 6px;
  background-color: #adadad;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 10px;
}
.live-page-container
  .top-container
  .right
  .schedule-list
  .list
  .list-row
  .title {
  font-family: TRT-Bold, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.live-page-container
  .top-container
  .right
  .schedule-list
  .list
  .list-row.active
  .time,
.live-page-container
  .top-container
  .right
  .schedule-list
  .list
  .list-row.active
  .title {
  color: #fc5561;
}
.live-page-container
  .top-container
  .right
  .schedule-list
  .list
  .list-row.active
  .circle {
  background-color: #fc5561;
}
.live-page-container .top-container .right .schedule-button {
  width: 100%;
  height: 48px;
  background-color: #cf1d39;
  padding: 14px 0 10px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.live-page-container .top-container .right .schedule-button i {
  display: block;
  width: 8px;
  height: 14px;
  background: url("") center/8px 16px no-repeat;
  margin-left: 5px;
}
.live-page-container .top-container .right .live-blog,
.photo-gallery-detail-page-container
  .gallery-detail-container
  .top-container
  .main-photo-container
  .main-photo-content-wrapper,
.search-page-container .content-container,
.weather-page-container .weather-news-container {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.live-page-container .top-container .right .live-blog .live-blog-list {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: column nowrap;
  background-color: #404040;
}
.live-page-container .top-container .right .live-blog .live-blog-list > .title {
  font-family: TRT-Bold, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 16px;
}
.live-page-container
  .top-container
  .right
  .live-blog
  .live-blog-list
  .list
  .list-row
  .title,
.live-page-container
  .top-container
  .right
  .live-blog
  .live-blog-list
  .list
  .list-row
  .title
  a {
  width: 100%;
  font-family: NotoSans-Regular, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 8px;
}
.live-page-container
  .top-container
  .right
  .live-blog
  .live-blog-list
  .list
  .list-row
  .time {
  width: 100%;
  font-family: NotoSans-Regular, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  opacity: 0.5;
}
.live-page-container .bottom-container .popular-videos-container .content-row,
.live-page-container .bottom-container .programs-container .top,
.live-page-container .bottom-container .recent-videos-container .content-row {
  display: flex;
  justify-content: flex-start;
}
.live-page-container .bottom-container .programs-container .bottom {
  display: flex;
  justify-content: space-between;
}
.epg-page-container .content-container,
.gallery-page-container
  .bottom-container
  .category-galleries-container
  .content-row
  .content-row-wrapper,
.gallery-page-container
  .top-container
  .main-gallery-container
  .last-galleries-container
  .last-galleries-wrapper,
.video-detail-page-container .top-container .info-bar {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
}
.epg-page-container .content-container .left .channel-list-container {
  width: 100%;
  height: auto;
  margin-bottom: 32px;
}
.epg-page-container .content-container .left .channel-list-container ul {
  list-style: none;
  width: 100%;
  height: auto;
}
.epg-page-container .content-container .left .channel-list-container ul li {
  width: 165px;
  height: 80px;
}
.epg-page-container
  .content-container
  .left
  .channel-list-container
  ul
  li
  a
  img {
  width: auto;
  height: 80px;
  margin: 0 auto;
}
.epg-page-container
  .content-container
  .left
  .channel-list-container
  .channel-list-slider
  .slick-arrow {
  position: absolute;
  top: 0;
  width: 25px;
  height: 100%;
  z-index: 1;
  opacity: 0.3;
  padding: 0;
  border: none;
  background-color: #000;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.epg-page-container
  .content-container
  .left
  .channel-list-container
  .channel-list-slider
  .slick-arrow.slick-disabled,
.gallery-page-container
  .bottom-container
  .category-galleries-container
  .content-row
  .content-row-wrapper.category-galleries-slider
  .slick-arrow.hidden,
.gallery-page-container
  .bottom-container
  .category-galleries-container
  .content-row
  .content-row-wrapper.category-galleries-slider
  .slick-arrow.slick-disabled,
.gallery-page-container
  .top-container
  .main-gallery-container
  .last-galleries-container
  .last-galleries-wrapper.last-galleries-slider
  .slick-arrow.hidden,
.gallery-page-container
  .top-container
  .main-gallery-container
  .last-galleries-container
  .last-galleries-wrapper.last-galleries-slider
  .slick-arrow.slick-disabled {
  display: none !important;
}
.epg-page-container
  .content-container
  .left
  .channel-list-container
  .channel-list-slider
  .slick-arrow
  img {
  width: 20px;
}
.epg-page-container
  .content-container
  .left
  .channel-list-container
  .channel-list-slider
  .slick-arrow.channel-list-slider-prev,
.gallery-page-container
  .bottom-container
  .category-galleries-container
  .content-row
  .content-row-wrapper.category-galleries-slider
  .slick-arrow.category-galleries-slider-prev,
.gallery-page-container
  .top-container
  .main-gallery-container
  .last-galleries-container
  .last-galleries-wrapper.last-galleries-slider
  .slick-arrow.last-galleries-slider-prev {
  left: 0;
}
.epg-page-container
  .content-container
  .left
  .channel-list-container
  .channel-list-slider
  .slick-arrow.channel-list-slider-next,
.gallery-page-container
  .bottom-container
  .category-galleries-container
  .content-row
  .content-row-wrapper.category-galleries-slider
  .slick-arrow.category-galleries-slider-next,
.gallery-page-container
  .top-container
  .main-gallery-container
  .last-galleries-container
  .last-galleries-wrapper.last-galleries-slider
  .slick-arrow.last-galleries-slider-next {
  right: 0;
}
.epg-page-container .content-container .left .epg-list-header {
  width: 100%;
  background-color: #f8f8f8;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
.epg-page-container .content-container .left .epg-list-header .daterange-title {
  font-family: TRT-Medium, sans-serif;
  color: #000;
}
.epg-page-container
  .content-container
  .left
  .epg-list-content
  > h2.description {
  width: 100%;
  font-family: NotoSans-Medium, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #1d1d1b;
  margin-bottom: 32px;
}
.epg-page-container .content-container .left .epg-list-content > .title {
  width: max-content;
  font-family: TRT-Bold, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #1d1d1b;
}
.epg-page-container .content-container .left .epg-list-content ul.epg-list {
  list-style: none;
}
.epg-page-container .content-container .left .epg-list-content ul.epg-list li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 8px 0;
}
.epg-page-container
  .content-container
  .left
  .epg-list-content
  ul.epg-list
  li
  .program-name {
  font-family: NotoSans-Medium, sans-serif;
  letter-spacing: -1px;
  color: #1d1d1b;
}
.epg-page-container
  .content-container
  .left
  .epg-list-content
  ul.epg-list
  li
  .live-tag {
  display: none;
  width: max-content;
  margin-left: 12px;
  text-align: center;
  background-color: #cf1d39;
  font-family: TRT-Bold, sans-serif;
  letter-spacing: 2px;
  color: #fff;
  position: relative;
}
.gallery-page-container.video-gallery-page-container.vime-page-container
  .bottom-container
  .gallery-list-container
  .gallery-list-wrapper
  .standard-card
  .text-frame
  .title
  a {
  color: #000;
}
.cookie-policy-container .cookie-policy-wrapper .cookie-policy-text,
.gallery-page-container
  .top-container
  .main-gallery-container
  .main-gallery-content-wrapper
  .main-gallery-description
  a,
.podcasts-page-container
  .top-container
  .main-podcast-container
  .podcast-description
  a {
  font-family: NotoSans-Regular, sans-serif;
  color: #fff;
}
.gallery-page-container
  .top-container
  .main-gallery-container
  .main-gallery-content-wrapper
  .main-gallery-time-source {
  font-family: TRT-Regular, sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #adadad;
  margin-top: 12px;
}
.gallery-page-container
  .top-container
  .main-gallery-container
  .main-gallery-content-wrapper
  .main-gallery-time-source
  i,
.photo-gallery-detail-page-container
  .gallery-detail-container
  .top-container
  .main-photo-container
  .main-photo-content-wrapper
  .main-photo-time-source-description-container
  .main-photo-time-source
  i,
.video-detail-page-container .top-container .date-source-container i {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #adadad;
  margin: 2px 8px;
}
.gallery-page-container
  .bottom-container
  .category-galleries-container
  .content-row
  .content-row-wrapper.category-galleries-slider
  .slick-arrow,
.gallery-page-container
  .top-container
  .main-gallery-container
  .last-galleries-container
  .last-galleries-wrapper.last-galleries-slider
  .slick-arrow {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  opacity: 0.3;
  padding: 0;
  border: none;
  background-color: #000;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.gallery-page-container
  .bottom-container
  .category-galleries-container
  .content-row
  .content-row-wrapper.category-galleries-slider
  .slick-arrow
  img,
.gallery-page-container
  .top-container
  .main-gallery-container
  .last-galleries-container
  .last-galleries-wrapper.last-galleries-slider
  .slick-arrow
  img,
.weather-warning-page-container .weather-icons-container .weather-icon img {
  width: 30px;
}
.gallery-page-container
  .top-container
  .main-gallery-container
  .last-galleries-container
  .last-galleries-wrapper
  .last-gallery-container {
  display: flex;
  flex-flow: row nowrap;
  background-color: #242424;
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  margin-right: 24px;
}
.gallery-page-container.photo-gallery-page-container
  .top-container
  .main-gallery-container
  .last-galleries-container
  .last-galleries-wrapper
  .last-gallery-container.active,
.gallery-page-container.photo-gallery-page-container
  .top-container
  .main-gallery-container
  .last-galleries-container
  .last-galleries-wrapper
  .last-gallery-container:hover {
  background-color: #ffe88d;
}
.gallery-page-container.photo-gallery-page-container
  .top-container
  .main-gallery-container
  .last-galleries-container
  .last-galleries-wrapper
  .last-gallery-container.active
  .left,
.gallery-page-container.photo-gallery-page-container
  .top-container
  .main-gallery-container
  .last-galleries-container
  .last-galleries-wrapper
  .last-gallery-container.active
  .right
  .text-frame
  .title
  a,
.gallery-page-container.photo-gallery-page-container
  .top-container
  .main-gallery-container
  .last-galleries-container
  .last-galleries-wrapper
  .last-gallery-container:hover
  .left,
.gallery-page-container.photo-gallery-page-container
  .top-container
  .main-gallery-container
  .last-galleries-container
  .last-galleries-wrapper
  .last-gallery-container:hover
  .right
  .text-frame
  .title
  a {
  color: #1d1d1b;
}
.gallery-page-container
  .top-container
  .main-gallery-container
  .last-galleries-container
  .last-galleries-wrapper
  .last-gallery-container
  .left {
  font-family: TRT-Bold, sans-serif;
  color: #475152;
  text-align: center;
  padding-top: 24px;
}
.gallery-page-container
  .top-container
  .main-gallery-container
  .last-galleries-container
  .last-galleries-wrapper
  .last-gallery-container
  .right {
  margin: 12px 12px 12px 0;
}
.gallery-page-container
  .top-container
  .main-gallery-container
  .last-galleries-container
  .last-galleries-wrapper
  .last-gallery-container
  .right
  .image-frame {
  width: 100%;
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  overflow: hidden;
}
.gallery-page-container
  .top-container
  .main-gallery-container
  .last-galleries-container
  .last-galleries-wrapper
  .last-gallery-container
  .right
  .text-frame
  .title
  a {
  font-family: TRT-Bold, sans-serif;
  letter-spacing: -0.2px;
  color: #fff;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gallery-page-container .bottom-container .gallery-categories-container {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  height: auto;
}
.gallery-page-container .bottom-container .gallery-categories-container a {
  text-align: center;
  background-color: #cf1d39;
  color: #fff;
  font-family: TRT-Bold, sans-serif;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.gallery-category-page-container.photo-gallery-category-page-container
  .top-container
  .videos-widget-container
  .yellow-box {
  background-color: #ffe88d;
  position: absolute;
  z-index: -1;
}
.gallery-category-page-container
  .bottom-container
  .gallery-category-galleries-container
  .gallery-category-galleries-wrapper,
.gallery-page-container
  .bottom-container
  .gallery-list-container
  .gallery-list-wrapper,
.photo-gallery-detail-page-container
  .gallery-detail-container
  .bottom-container
  .gallery-photo-container,
.photo-gallery-detail-page-container
  .gallery-detail-container
  .top-container
  .main-photo-container
  .main-photo-content-wrapper
  .main-photo-time-source-description-container {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  height: auto;
}
.gallery-category-page-container
  .bottom-container
  .gallery-category-galleries-container
  .gallery-category-galleries-wrapper
  .row,
.gallery-page-container
  .bottom-container
  .gallery-list-container
  .gallery-list-wrapper
  .row,
.search-page-container .content-container .search-results-container .row {
  display: flex;
  width: 100%;
  height: auto;
}
.video-detail-page-container .top-container .video-tags .title {
  font-family: NotoSans-Light, sans-serif;
  color: #fff;
}
.news-category-travel-page-container
  .top-container
  .main-gallery-container
  .last-galleries-container
  .last-galleries-wrapper
  .last-gallery-container.active,
.news-category-travel-page-container
  .top-container
  .main-gallery-container
  .last-galleries-container
  .last-galleries-wrapper
  .last-gallery-container:hover {
  background-color: #215491 !important;
}
.news-category-travel-page-container
  .bottom-container
  .gallery-list-container
  .gallery-list-wrapper
  .standard-card
  .text-frame
  .title
  a,
.news-category-travel-page-container
  .bottom-container
  .gallery-list-container
  .title-container
  > .title {
  color: #1d1d1b !important;
}
.news-category-travel-page-container
  .bottom-container
  .gallery-list-container
  .gallery-list-wrapper
  .standard-card
  .text-frame
  .title
  a.hover {
  color: #cf1d39 !important;
}
.video-detail-page-container .top-container {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: column;
  position: relative;
}
.author-post-page-container .top-container .grey-box,
.podcasts-page-container .top-container .grey-box,
.video-detail-page-container .top-container .grey-box {
  display: block;
  width: 100vw;
  height: -webkit-fill-available;
  background-color: #242424;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  margin: 0 -50vw;
  z-index: -1;
  border-radius: 0;
}
.video-detail-page-container .top-container .info-bar a .category-tag {
  display: block;
  width: max-content;
  font-family: TRT-Bold, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  background-color: #cf1d39;
  padding: 6px 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.video-detail-page-container .top-container .title-container {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-top: 16px;
}
.video-detail-page-container .top-container .authors-container {
  flex-flow: row nowrap;
  margin-top: 16px;
}
.video-detail-page-container .top-container .bottom-authors-container {
  flex-flow: row wrap;
}
.podcasts-page-container .top-container .main-podcast-container .podcast-date a,
.video-detail-page-container .top-container .date-source-container {
  font-family: TRT-Regular, sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #adadad;
}
.author-post-page-container
  .top-container
  .author-info-container
  .author-biography-wrapper,
.video-detail-page-container .top-container .description {
  font-family: NotoSans-Regular, sans-serif;
  color: #fff;
  margin-top: 16px;
}
.photo-gallery-detail-page-container
  .gallery-detail-container
  .bottom-container
  .gallery-photo-container
  .text-frame,
.photo-gallery-detail-page-container
  .gallery-detail-container
  .top-container
  .main-photo-container
  .main-photo-content-wrapper
  .main-photo-time-source-description-container
  .gallery-tags,
.video-detail-page-container .top-container .video-tags {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  height: auto;
}
.photo-gallery-detail-page-container
  .gallery-detail-container
  .top-container
  .main-photo-container
  .main-photo-content-wrapper
  .main-photo-time-source-description-container
  .gallery-tags
  .tags,
.video-detail-page-container .top-container .video-tags .tags {
  display: flex;
  flex-flow: row wrap;
  height: auto;
}
.video-detail-page-container .top-container .video-tags .tags a {
  display: block;
  font-family: NotoSans-Medium, sans-serif;
  background-color: #cf1d39;
  color: #fff;
  padding: 2px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.photo-gallery-detail-page-container
  .gallery-detail-container
  .top-container
  .main-photo-container
  .main-photo-content-wrapper
  .main-photo-category-social-container
  a.category-link {
  width: max-content;
  height: max-content;
}
.photo-gallery-detail-page-container
  .gallery-detail-container
  .top-container
  .main-photo-container
  .main-photo-content-wrapper
  .main-photo-category-social-container
  a.category-link
  .main-photo-category {
  font-family: TRT-Bold, sans-serif;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  color: #1d1d1b;
  background-color: #ffe88d;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.photo-gallery-detail-page-container
  .gallery-detail-container
  .top-container
  .main-photo-container
  .main-photo-content-wrapper
  .main-photo-title-social-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 16px;
}
.photo-gallery-detail-page-container
  .gallery-detail-container
  .top-container
  .main-photo-container
  .main-photo-content-wrapper
  .main-photo-title-social-container
  .main-photo-title {
  font-family: TRT-Bold, sans-serif;
}
.photo-gallery-detail-page-container
  .gallery-detail-container
  .top-container
  .main-photo-container
  .main-photo-content-wrapper
  .main-photo-time-source-description-container
  .main-photo-time-source {
  height: auto;
  font-family: TRT-Regular, sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
}
.photo-gallery-detail-page-container
  .gallery-detail-container
  .top-container
  .main-photo-container
  .main-photo-content-wrapper
  .main-photo-time-source-description-container
  .main-photo-description {
  height: auto;
  font-family: NotoSans-Regular, sans-serif;
  letter-spacing: 0;
}
.photo-gallery-detail-page-container
  .gallery-detail-container
  .top-container
  .main-photo-container
  .main-photo-content-wrapper
  .main-photo-time-source-description-container
  .gallery-author-wrapper
  div
  .author-name {
  font-family: TRT-Bold, sans-serif;
  margin-left: 10px;
}
.photo-gallery-detail-page-container
  .gallery-detail-container
  .top-container
  .main-photo-container
  .main-photo-content-wrapper
  .main-photo-time-source-description-container
  .gallery-tags
  .title,
.weather-page-container
  .bottom
  .left
  .tab-content
  .tab-pane
  .tab-pane-top
  .city-info
  .status {
  font-family: NotoSans-Light, sans-serif;
}
.photo-gallery-detail-page-container
  .gallery-detail-container
  .top-container
  .main-photo-container
  .main-photo-content-wrapper
  .main-photo-time-source-description-container
  .gallery-tags
  .tags
  a {
  display: block;
  font-family: NotoSans-Medium, sans-serif;
  padding: 2px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.photo-gallery-detail-page-container
  .gallery-detail-container
  .bottom-container {
  width: 100%;
  height: auto;
  padding-top: 32px;
  display: flex;
  flex-flow: column nowrap;
}
.photo-gallery-detail-page-container
  .gallery-detail-container
  .bottom-container
  .gallery-photo-container
  .text-frame
  .counter {
  font-family: TRT-Bold, sans-serif;
  letter-spacing: 0;
  color: #1d1d1b;
  text-align: center;
  background-color: #ffe88d;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.photo-gallery-detail-page-container
  .gallery-detail-container
  .bottom-container
  .gallery-photo-container
  .text-frame
  .title-description-container
  .title {
  font-family: TRT-Bold, sans-serif;
  letter-spacing: 0;
  color: #fff;
}
.photo-gallery-detail-page-container
  .gallery-detail-container
  .bottom-container
  .gallery-photo-container
  .text-frame
  .title-description-container
  .description {
  font-family: NotoSans-Regular, sans-serif;
  letter-spacing: 0;
  color: #fff;
}
.container .next-gallery-container {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 68px;
  display: flex;
  flex-flow: row nowrap;
  background-color: #cf1d39;
  cursor: pointer;
}
.container .next-gallery-container .title-container {
  height: 68px;
  padding: 12px;
}
.container .next-gallery-container .title-container .gallery-title {
  font-family: "TRT-Bold", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #fff;
  margin-top: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.vime-detail-container .left .news-content-container,
.weather-page-container .top .top-row .search-form ul li:last-of-type {
  border-bottom: none;
}
.sticky-vime-video {
  position: fixed !important;
  top: 90px !important;
  z-index: 999999 !important;
}
.vime-detail-container
  .left
  .news-content-container
  .video-container
  .transcript {
  width: 100%;
  margin: auto;
  font-family: NotoSans-SemiBold, sans-serif;
}
.vime-detail-container
  .left
  .news-content-container
  .video-container
  .transcript
  .transcript-body {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  height: 210px;
  overflow-y: scroll;
  padding: 5px 0;
}
.vime-detail-container
  .left
  .news-content-container
  .video-container
  .transcript.no-scroll
  .transcript-body {
  height: auto;
  overflow-y: unset;
}
.vime-detail-container
  .left
  .news-content-container
  .video-container
  .transcript
  .transcript-body::-webkit-scrollbar {
  width: 4px;
  background-color: #ccc;
}
.vime-detail-container
  .left
  .news-content-container
  .video-container
  .transcript
  .transcript-body::-webkit-scrollbar:horizontal {
  height: 4px;
}
.vime-detail-container
  .left
  .news-content-container
  .video-container
  .transcript
  .transcript-body::-webkit-scrollbar-track {
  border: 1px solid #787878;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 6px #c8c8c8 inset;
}
.vime-detail-container
  .left
  .news-content-container
  .video-container
  .transcript
  .transcript-body::-webkit-scrollbar-thumb {
  background-color: #c31719;
  border: 1px solid #000;
  border-radius: 16px;
}
.vime-detail-container
  .left
  .news-content-container
  .video-container
  .transcript
  .transcript-body::-webkit-scrollbar-thumb:hover {
  background-color: #c31719;
  border: 1px solid #333;
}
.vime-detail-container
  .left
  .news-content-container
  .video-container
  .transcript
  .transcript-body::-webkit-scrollbar-thumb:active {
  background-color: #c31719;
  border: 1px solid #333;
}
.vime-detail-container
  .left
  .news-content-container
  .video-container
  .transcript
  .transcript-body
  .transcript-line {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  cursor: pointer;
  padding: 10px;
}
.vime-detail-container
  .left
  .news-content-container
  .video-container
  .transcript
  .transcript-body
  .transcript-line
  .transcript-timestamp {
  display: none;
}
.vime-detail-container
  .left
  .news-content-container
  .video-container
  .transcript
  .transcript-body
  .transcript-line
  .transcript-play-icon {
  width: 19px;
  margin-right: 5px;
}
.vime-detail-container
  .left
  .news-content-container
  .video-container
  .transcript
  .transcript-body
  .transcript-line
  .transcript-text {
  font-size: 17px;
}
.vime-detail-container
  .left
  .news-content-container
  .video-container
  .transcript
  .transcript-body
  .transcript-line:hover {
  background-color: #e8c6c6;
}
.author-post-page-container .top-container,
.podcasts-page-container .top-container,
.weather-page-container .top .top-row .search-form {
  position: relative;
}
.podcast-detail-page-container
  .top-container
  .podcast-author-wrapper
  div
  .author-name,
.podcasts-page-container
  .top-container
  .main-podcast-container
  .podcast-author-wrapper
  div
  .author-name {
  font-family: TRT-Bold, sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  margin-left: 15px;
}
.podcast-detail-page-container .top-container .content {
  order: 7;
  margin-bottom: 24px;
}
.author-post-page-container .top-container .author-info-container,
.author-post-page-container
  .top-container
  .author-info-container
  .author-info-wrapper
  .author-name-email-wrapper,
.breaking-news-page-container .left .category-last-news-container,
.podcasts-page-container
  .bottom-container
  .podcast-list-container
  .podcast-list-wrapper,
.weather-page-container,
.weather-page-container .top {
  flex-flow: column nowrap;
}
.search-page-container .content-container form .search-input-container,
.search-page-container
  .content-container
  form
  .search-input-row
  .search-input-column,
.search-page-container .content-container form button {
  background-color: #f8f8f8;
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
.search-page-container .content-container form .search-input-row,
.search-page-container .content-container form button {
  margin-top: 20px;
}
.search-page-container .content-container form .filter-error,
.search-page-container .content-container form .input-message-box {
  display: none;
  width: 100%;
  margin-top: 10px;
  font-family: NotoSans-Light, sans-serif;
  font-size: 16px;
  color: #c31719;
}
.search-page-container .content-container form input[type="text"],
.search-page-container .content-container form select {
  width: 100%;
  font-family: TRT-Bold, sans-serif;
  color: #000;
  border: none;
  background-color: #f8f8f8;
  margin: 0;
  padding: 0;
}
.search-page-container
  .content-container
  form
  .search-input-row
  .search-input-column
  input[type="text"],
.search-page-container
  .content-container
  form
  .search-input-row
  .search-input-column
  select {
  font-size: 16px;
}
.search-page-container .content-container form button {
  width: 100%;
  font-family: TRT-Bold, sans-serif;
  font-size: 20px;
  background-color: #cf1d39;
  color: #fff;
  padding: 10px 20px 6px;
  cursor: pointer;
  border-width: 0;
}
.search-page-container
  .content-container
  form
  input[type="text"]:-ms-input-placeholder,
.search-page-container
  .content-container
  form
  input[type="text"]::-webkit-input-placeholder,
.search-page-container .content-container form input[type="text"]::placeholder {
  color: #000;
}
.search-page-container .content-container form input:focus,
.search-page-container .content-container form select:focus {
  outline: 0;
}
.search-page-container .content-container form input:-webkit-autofill,
.search-page-container .content-container form input:-webkit-autofill:active,
.search-page-container .content-container form input:-webkit-autofill:focus,
.search-page-container .content-container form input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 30px #f8f8f8 inset !important;
}
.search-page-container .content-container .search-results-container {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.search-page-container
  .content-container
  .search-results-container
  .search-results-text {
  width: 100%;
  font-family: TRT-Medium, sans-serif;
  color: #000;
  margin-bottom: 20px;
}
.author-post-page-container
  .top-container
  .author-info-container
  .author-info-wrapper,
.weather-page-container .bottom,
.weather-page-container .top .top-row,
.weather-page-container .top .top-row .search-form {
  flex-flow: row nowrap;
}
.author-post-page-container
  .top-container
  .author-info-container
  .author-info-wrapper
  .author-image-wrapper
  img {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  height: auto;
}
.author-post-page-container
  .top-container
  .author-info-container
  .author-info-wrapper
  .author-name-email-wrapper {
  justify-content: center;
}
.author-post-page-container
  .top-container
  .author-info-container
  .author-info-wrapper
  .author-name-email-wrapper
  .author-email {
  font-family: TRT-Regular, sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #adadad;
  margin-top: 8px;
}
.author-post-page-container .top-container .author-pages-buttons-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.author-post-page-container .top-container .author-pages-buttons-container a {
  width: calc(20% - 10px);
  background-color: #cf1d39;
  color: #fff;
  padding: 5px 10px;
  font-family: TRT-Bold, sans-serif;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.author-post-page-container .bottom-container {
  margin-top: 0 !important;
  border-top: none !important;
}
.breaking-news-page-container .left .last-news-title,
.breaking-news-page-container .left .last-news-title a {
  font-family: TRT-Bold, sans-serif;
  color: #fff;
  background-color: #cf1d39;
}
.breaking-news-page-container .left .last-news-container .standard-card .date {
  margin-bottom: 5px;
}
.breaking-news-page-container
  .left
  .last-news-container
  .standard-card
  .date
  a {
  width: 100%;
  font-family: TRT-Bold, sans-serif;
  color: #cf1d39;
  text-align: center;
}
.breaking-news-page-container
  .left
  .category-last-news-container
  .standard-card {
  width: 100%;
  margin-bottom: 10px;
}
.breaking-news-page-container
  .left
  .category-last-news-container
  .standard-card
  .text-frame
  .date
  a {
  width: 55px;
  font-family: NotoSans-Black, sans-serif;
  color: #cf1d39;
  margin-right: 10px;
}
.breaking-news-page-container .right {
  height: auto;
  position: relative;
}
.weather-page-container .top .top-row {
  margin-bottom: 32px;
}
.weather-page-container .top .top-row .city-list-container,
.weather-page-container .top .top-row .search-form .weather-input-container {
  width: 100%;
  background-color: #f8f8f8;
  padding: 12px 30px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-left-radius: 20px;
}
.weather-page-container .top .top-row .city-list-container span,
.weather-page-container
  .top
  .top-row
  .search-form
  .weather-input-container
  input[type="text"] {
  width: calc(100% - 100px);
  height: 40px;
  font-family: TRT-Bold, sans-serif;
  font-size: 24px;
  line-height: 40px;
  color: #000;
  border: none;
  background-color: #f8f8f8;
  margin: 0;
  padding: 0;
}
.weather-page-container .top .top-row .search-form button[type="button"] {
  width: 100px;
  font-family: TRT-Bold, sans-serif;
  font-size: 20px;
  background-color: #cf1d39;
  color: #fff;
  border-width: 0;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
}
.weather-page-container .top .top-row .search-form ul {
  display: none;
  list-style: none;
  position: absolute;
  left: 0;
  top: 64px;
  background-color: #f8f8f8;
  width: 100%;
  height: auto;
  max-height: 300px;
  overflow-y: scroll;
  padding: 10px 30px;
  font-family: TRT-Bold, sans-serif;
  font-size: 16px;
  line-height: 30px;
  z-index: 1;
}
.weather-page-container .top .top-row .search-form ul li {
  border-bottom: 1px dashed #d3d3d3;
  cursor: pointer;
}
.weather-page-container .top .top-row .city-list-container {
  position: relative;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
}
.weather-page-container .top .top-row .city-list-container span {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.city-news-page-container .city-list-container ul,
.weather-page-container .top .city-list-container ul {
  display: none;
  list-style: none;
  position: absolute;
  top: 64px;
  left: 0;
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  background-color: #f8f8f8;
  padding: 10px 20px;
  z-index: 1;
}
.city-news-page-container .city-list-container ul li,
.weather-page-container .top .top-row .city-list-container ul li {
  margin-bottom: 8px;
}
.city-news-page-container .city-list-container ul li a,
.weather-page-container .top .top-row .city-list-container ul li a {
  font-family: NotoSans-Bold, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
.weather-page-container .top .top-row .max-min-temp-city {
  display: flex;
  flex-flow: row nowrap;
  width: 50%;
  justify-content: center;
  align-items: center;
  background-color: #f8f8f8;
  padding: 15px;
}
.weather-page-container .top .top-row .max-min-temp-city span {
  font-family: NotoSans-Medium, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin: 0 20px;
}
.live-blog-posts-container .news-content-container .news-title:hover a,
.weather-page-container .bottom .left .weather-status-container ul li span,
.weather-page-container .top .top-row .max-min-temp-city span b {
  color: #c31719;
}
.weather-page-container .bottom .left h2,
.weather-page-container h2 {
  font-family: TRT-Bold, sans-serif;
  color: #fff;
  background-color: #cf1d39;
  margin-bottom: 16px;
}
.weather-page-container .bottom .left .last-updated-date {
  font-family: NotoSans-Light, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #a5a5a5;
  margin: 6px 0 12px;
}
.weather-page-container .bottom .left .weather-status-container ul {
  list-style: none;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.weather-page-container .bottom .left .weather-status-container ul li {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 10px;
}
.weather-page-container
  .bottom
  .left
  .weather-status-container
  ul
  li
  .city-name,
.weather-page-container .bottom .left .weather-status-container ul li span {
  font-family: NotoSans-Medium, sans-serif;
  font-size: 14px;
  line-height: 24px;
}
.weather-page-container
  .bottom
  .left
  .weather-status-container
  ul
  li
  .city-name,
.weather-page-container .bottom .left .weather-status-container ul li img {
  margin-right: 5px;
}
.weather-page-container
  .bottom
  .left
  .weather-status-container
  ul
  li
  .city-name,
.weather-warning-page-container .breadcrumbs .date {
  color: #000;
}
.weather-page-container .bottom .left .nav-tabs {
  width: 100%;
  display: flex;
  border: none;
  margin-bottom: 16px;
}
.weather-page-container .bottom .left .nav-tabs .nav-item a {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  color: #000;
  background-color: #eee;
  border: none;
  border-radius: unset;
}
.weather-page-container .bottom .left .nav-tabs .nav-item a.active {
  background-color: #cf1d39;
  color: #fff;
}
.weather-page-container .bottom .left .nav-tabs .nav-item a > span {
  font-family: NotoSans-Medium, sans-serif;
}
.weather-page-container .bottom .left .nav-tabs .nav-item a .title {
  font-family: NotoSans-Bold, sans-serif;
  text-align: center;
}
.weather-page-container .bottom .left .nav-tabs .nav-item a .status {
  font-family: NotoSans-Light, sans-serif;
  font-size: 14px;
}
.weather-page-container
  .bottom
  .left
  .nav-tabs
  .nav-item
  a
  .image-temp-wrapper {
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  align-items: center;
  background-color: #e4e4e4;
}
.weather-page-container
  .bottom
  .left
  .nav-tabs
  .nav-item
  a
  .image-temp-wrapper
  .image,
.weather-page-container
  .bottom
  .left
  .nav-tabs
  .nav-item
  a
  .image-temp-wrapper
  .temp {
  width: 50%;
  text-align: center;
}
.weather-page-container
  .bottom
  .left
  .nav-tabs
  .nav-item
  a
  .image-temp-wrapper
  .temp {
  border-left: 1px solid #d3d3d3;
}
.weather-page-container
  .bottom
  .left
  .tab-content
  .tab-pane
  .tab-pane-top
  .city-info,
.weather-page-container
  .bottom
  .left
  .tab-content
  .tab-pane
  .tab-pane-top
  .image,
.weather-page-container
  .bottom
  .left
  .tab-content
  .tab-pane
  .tab-pane-top
  .weather-detail {
  display: flex;
  align-items: center;
  justify-content: center;
}
.weather-page-container
  .bottom
  .left
  .tab-content
  .tab-pane
  .tab-pane-top
  .city-info {
  flex-flow: column nowrap;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 0 10px;
}
.weather-page-container
  .bottom
  .left
  .tab-content
  .tab-pane
  .tab-pane-top
  .city-info
  .temp,
.weather-page-container
  .bottom
  .left
  .tab-content
  .tab-pane
  .tab-pane-top
  .city-info
  .title {
  font-family: NotoSans-Bold, sans-serif;
}
.weather-page-container
  .bottom
  .left
  .tab-content
  .tab-pane
  .tab-pane-top
  .weather-detail
  ul {
  list-style: none;
  width: 90%;
}
.weather-page-container
  .bottom
  .left
  .tab-content
  .tab-pane
  .tab-pane-top
  .weather-detail
  ul
  li
  .title {
  width: 70%;
  font-family: NotoSans-Medium, sans-serif;
  text-align: left;
}
.weather-page-container
  .bottom
  .left
  .tab-content
  .tab-pane
  .tab-pane-top
  .weather-detail
  ul
  li
  .value {
  width: 30%;
  font-family: NotoSans-Bold, sans-serif;
  text-align: right;
  color: #cf1d39;
}
.weather-page-container .bottom .left .tab-content .tab-pane .tab-pane-bottom {
  margin: 12px 0 24px;
  font-family: NotoSans-Light, sans-serif;
  font-size: 14px;
  color: #a5a5a5;
  text-align: right;
}
.weather-page-container .weather-info-text-container {
  width: 100%;
  height: auto;
  font-family: NotoSans-Light, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin: 20px 0;
}
.weather-warning-page-container .breadcrumbs {
  display: flex;
  flex-flow: row nowrap;
  margin: -25px 0 20px;
}
.weather-warning-page-container .breadcrumbs .date,
.weather-warning-page-container .breadcrumbs a,
.weather-warning-page-container .breadcrumbs span,
.weather-warning-page-container
  .district-warnings-table-container
  .district-column
  .district-warning-info
  .warning-info
  .city-district-name {
  font-family: TRT-Medium, sans-serif;
  font-size: 16px;
}
.weather-warning-page-container .breadcrumbs span {
  color: #cf1d39;
  margin: 0 5px;
}
.weather-warning-page-container .breadcrumbs a {
  color: #cf1d39;
  text-decoration: underline;
}
.weather-warning-page-container .day-selector-container {
  display: flex;
  flex-flow: row nowrap;
  width: 50%;
  margin: 0 auto;
}
.weather-warning-page-container .day-selector-container,
.weather-warning-page-container .day-selector-container .day-button {
  background-color: #edf1f2;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.weather-warning-page-container .day-selector-container .day-button {
  width: 50%;
  height: 50px;
  padding-top: 2px;
  text-align: center;
  color: #000;
  font-family: TRT-Regular, Sans-Serif;
  font-size: 18px;
  line-height: 50px;
  cursor: pointer;
}
.weather-warning-page-container .day-selector-container .day-button span {
  font-family: TRT-Medium, Sans-Serif;
}
.weather-warning-page-container .day-selector-container .day-button.active {
  background-color: #7187a0;
  color: #fff;
}
.weather-warning-page-container .map-container {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}
.weather-warning-page-container .map-container .colors-info-container {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  width: 25%;
  height: auto;
}
.weather-warning-page-container .map-container .colors-info-container .title {
  font-family: TRT-Regular, Sans-Serif;
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 5px;
}
.weather-warning-page-container
  .map-container
  .colors-info-container
  .color-box {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  width: 60%;
  height: 50px;
  margin: 5px 20%;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.weather-warning-page-container
  .map-container
  .colors-info-container
  .color-box.blue {
  background-color: #54c9e7;
}
.weather-warning-page-container
  .district-warnings-table-container
  .district-column
  .district-warning-info
  .status-icon.yellow,
.weather-warning-page-container
  .map-container
  .colors-info-container
  .color-box.yellow,
.weather-warning-page-container
  .warnings-table-container
  .city-column
  .status.yellow {
  background-color: #fac50b;
}
.weather-warning-page-container
  .district-warnings-table-container
  .district-column
  .district-warning-info
  .status-icon.orange,
.weather-warning-page-container
  .map-container
  .colors-info-container
  .color-box.orange,
.weather-warning-page-container
  .warnings-table-container
  .city-column
  .status.orange {
  background-color: #fe7600;
}
.weather-warning-page-container
  .district-warnings-table-container
  .district-column
  .district-warning-info
  .status-icon.red,
.weather-warning-page-container
  .map-container
  .colors-info-container
  .color-box.red,
.weather-warning-page-container
  .warnings-table-container
  .city-column
  .status.red {
  background-color: #f63648;
}
.weather-warning-page-container
  .map-container
  .colors-info-container
  .color-box
  span:first-of-type {
  font-family: TRT-Medium, Sans-Serif;
  font-size: 16px;
  line-height: 15px;
  padding-top: 3px;
}
.weather-warning-page-container
  .map-container
  .colors-info-container
  .color-box
  span:nth-of-type(2),
.weather-warning-page-container .section-title {
  font-size: 14px;
  line-height: 15px;
  font-family: TRT-Regular, Sans-Serif;
}
.container
  .contact-page-container
  .contact-info-form-wrapper
  .contact-form-wrapper,
.container
  .contact-page-container
  .contact-info-form-wrapper
  .contact-form-wrapper
  form
  .input-row,
.weather-warning-page-container .warnings-table-container,
.weather-warning-page-container .weather-icons-container {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.weather-warning-page-container .weather-icons-container .weather-icon {
  display: none;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  width: calc(16.66% - 10px);
  height: auto;
  margin: 5px;
  padding: 15px 5px;
  background-color: #edf1f2;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.weather-warning-page-container .weather-icons-container .weather-icon span {
  font-family: TRT-Regular, sans-serif;
  font-size: 12px;
  line-height: 14px;
  min-height: 28px;
  text-align: center;
  margin-top: 5px;
}
.weather-warning-page-container .section-title {
  color: #000;
  margin: 30px 15px 10px;
}
.weather-warning-page-container .section-title span {
  color: #999;
}
.weather-warning-page-container
  .district-warnings-table-container
  .table-message,
.weather-warning-page-container .warnings-table-container .table-message {
  font-family: TRT-Regular, Sans-Serif;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  margin: 10px 15px;
}
.weather-warning-page-container .warnings-table-container .city-column,
.weather-warning-page-container .warnings-table-container .city-column .status {
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.weather-warning-page-container .warnings-table-container .city-column {
  display: flex;
  flex-flow: row nowrap;
  width: calc(50% - 20px);
  height: 50px;
  margin: 5px 15px 5px 5px;
  background-color: #d9e1e4;
}
.weather-warning-page-container
  .warnings-table-container
  .city-column
  .city-name {
  width: -webkit-fill-available;
  padding-left: 15px;
}
.weather-warning-page-container
  .warnings-table-container
  .city-column
  .city-name
  a {
  width: max-content;
  font-family: TRT-Medium, sans-serif;
  font-size: 16px;
  line-height: 50px;
  color: #000;
  text-decoration: underline;
}
.weather-warning-page-container .warnings-table-container .city-column .status {
  width: 50px;
  height: 50px;
  padding: 10px;
  margin-left: 5px;
}
.weather-warning-page-container .district-warnings-table-container {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
}
.weather-warning-page-container
  .district-warnings-table-container
  .district-column {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #f4f4f4;
}
.weather-warning-page-container
  .district-warnings-table-container
  .district-column
  .district-warning-info {
  display: flex;
  flex-flow: row nowrap;
  min-width: max-content;
  align-items: center;
  margin-right: 20px;
}
.weather-warning-page-container
  .district-warnings-table-container
  .district-column
  .district-warning-info
  .status-icon {
  width: 70px;
  padding: 10px;
  margin-right: 10px;
}
.weather-warning-page-container
  .district-warnings-table-container
  .district-column
  .district-warning-info
  .warning-info
  .city-district-name,
.weather-warning-page-container
  .district-warnings-table-container
  .district-column
  .district-warning-info
  .warning-info
  .date {
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.weather-warning-page-container
  .district-warnings-table-container
  .district-column
  .district-warning-info
  .warning-info
  .date
  i {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 5px 5px 5px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.weather-warning-page-container
  .district-warnings-table-container
  .district-column
  .district-warning-info
  .warning-info
  .date:first-of-type
  i {
  background-image: url("");
}
.weather-warning-page-container
  .district-warnings-table-container
  .district-column
  .district-warning-info
  .warning-info
  .date:last-of-type
  i {
  background-image: url("");
}
.weather-warning-page-container
  .district-warnings-table-container
  .district-column
  .district-warning-info
  .warning-info
  .date
  .text {
  font-family: TRT-Regular, sans-serif;
  font-size: 14px;
  padding-top: 4px;
}
.weather-warning-page-container
  .district-warnings-table-container
  .district-column
  .warning-detail {
  font-family: TRT-Regular, sans-serif;
  font-size: 16px;
}
.program-episodes-page-container .title-container {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-bottom: 24px;
}
.program-episodes-page-container .title-container .title {
  font-family: NotoSans-Black, sans-serif;
  color: #1d1d1b;
}
.program-episodes-page-container .title-container .social-links-container ul {
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
}
.program-episodes-page-container
  .title-container
  .social-links-container
  ul
  li {
  margin-right: 16px;
}
.program-episodes-page-container
  .title-container
  .social-links-container
  ul
  li
  a
  span.facebook {
  background: url("../img/post-facebook-icon.svg") center/9px no-repeat #f8f8f8;
}
.program-episodes-page-container
  .title-container
  .social-links-container
  ul
  li
  a
  span.facebook:hover {
  background: url("urn:scrapbook:download:error:https://plagiostomous.com/lander/baykar-new/images/post-facebook-icon-hover.svg") center/9px no-repeat
    #cf1d39;
}
.program-episodes-page-container
  .title-container
  .social-links-container
  ul
  li
  a
  span.twitter {
  background: url("../img/post-new-twitter-icon.svg") center/17px no-repeat
    #f8f8f8;
}
.program-episodes-page-container
  .title-container
  .social-links-container
  ul
  li
  a
  span.twitter:hover {
  background: url("urn:scrapbook:download:error:https://plagiostomous.com/lander/baykar-new/images/post-new-twitter-icon-hover.svg") center/17px
    no-repeat #cf1d39;
}
.program-episodes-page-container
  .title-container
  .social-links-container
  ul
  li
  a
  span.linkedin {
  background: url("../img/post-linkedin-icon.svg") center/17px no-repeat
    #f8f8f8;
}
.program-episodes-page-container
  .title-container
  .social-links-container
  ul
  li
  a
  span.linkedin:hover {
  background: url("urn:scrapbook:download:error:https://plagiostomous.com/lander/baykar-new/images/post-linkedin-icon-hover.svg") center/17px no-repeat
    #cf1d39;
}
.program-episodes-page-container
  .title-container
  .social-links-container
  ul
  li
  a
  span.telegram {
  background: url("../img/post-telegram-icon.svg") center/17px no-repeat
    #f8f8f8;
}
.program-episodes-page-container
  .title-container
  .social-links-container
  ul
  li
  a
  span.telegram:hover {
  background: url("urn:scrapbook:download:error:https://plagiostomous.com/lander/baykar-new/images/post-telegram-icon-hover.svg") center/17px no-repeat
    #cf1d39;
}
.program-episodes-page-container
  .title-container
  .social-links-container
  ul
  li
  a
  span.whatsapp {
  background: url("../img/post-whatsapp-icon.svg") center/17px no-repeat
    #f8f8f8;
}
.program-episodes-page-container
  .title-container
  .social-links-container
  ul
  li
  a
  span.whatsapp:hover {
  background: url("urn:scrapbook:download:error:https://plagiostomous.com/lander/baykar-new/images/post-whatsapp-icon-hover.svg") center/17px no-repeat
    #cf1d39;
}
.program-episodes-page-container
  .title-container
  .social-links-container
  ul
  li
  a
  span.email {
  background: url("../img/post-email-icon.svg") center/17px no-repeat #f8f8f8;
}
.program-episodes-page-container
  .title-container
  .social-links-container
  ul
  li
  a
  span.email:hover {
  background: url("urn:scrapbook:download:error:https://plagiostomous.com/lander/baykar-new/images/post-email-icon-hover.svg") center/17px no-repeat
    #cf1d39;
}
.container .contact-page-container .contact-info-form-wrapper {
  display: flex;
  flex-flow: column nowrap;
  height: auto;
}
.container
  .contact-page-container
  .contact-info-form-wrapper
  ul.contact-info-wrapper {
  list-style: none;
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
}
.container
  .contact-page-container
  .contact-info-form-wrapper
  ul.contact-info-wrapper
  li {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  margin-bottom: 16px;
}
.container
  .contact-page-container
  .contact-info-form-wrapper
  ul.contact-info-wrapper
  li
  .text,
.container
  .contact-page-container
  .contact-info-form-wrapper
  ul.contact-info-wrapper
  li
  label {
  font-family: NotoSans-Regular, sans-serif;
  font-size: 18px;
  line-height: 20px;
}
.container
  .contact-page-container
  .contact-info-form-wrapper
  ul.contact-info-wrapper
  li
  label {
  font-family: TRT-Bold, sans-serif;
  width: 200px;
}
.container
  .contact-page-container
  .contact-info-form-wrapper
  .contact-form-wrapper {
  border-top: 1px dashed #d3d3d3;
  padding-top: 10px;
  margin-top: 4px;
}
.container
  .contact-page-container
  .contact-info-form-wrapper
  .contact-form-wrapper
  form
  .input-row
  .input-column
  .input-container,
.container
  .contact-page-container
  .contact-info-form-wrapper
  .contact-form-wrapper
  form
  button {
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
.container
  .contact-page-container
  .contact-info-form-wrapper
  .contact-form-wrapper
  form
  .input-row
  .input-column {
  width: calc(50% - 10px);
  margin: 10px;
}
.container
  .contact-page-container
  .contact-info-form-wrapper
  .contact-form-wrapper
  form
  .input-row
  .input-column
  .input-container {
  background-color: #f8f8f8;
  padding: 24px 32px;
}
.container
  .contact-page-container
  .contact-info-form-wrapper
  .contact-form-wrapper
  form
  .input-row
  .input-column
  .input-container
  .error {
  width: 100%;
  margin-top: 10px;
  font-family: NotoSans-Light, sans-serif;
  font-size: 16px;
  color: #c31719;
}
.container
  .contact-page-container
  .contact-info-form-wrapper
  .contact-form-wrapper
  form
  .input-row
  .input-column:first-of-type {
  margin-left: 0;
}
.container
  .contact-page-container
  .contact-info-form-wrapper
  .contact-form-wrapper
  form
  .input-row
  .input-column:last-of-type {
  margin-right: 0;
}
.container
  .contact-page-container
  .contact-info-form-wrapper
  .contact-form-wrapper
  form
  .input-row
  .input-column.full-width {
  width: 100%;
  margin: 10px 0;
}
.container
  .contact-page-container
  .contact-info-form-wrapper
  .contact-form-wrapper
  form
  .input-row
  .input-column
  input[type="email"],
.container
  .contact-page-container
  .contact-info-form-wrapper
  .contact-form-wrapper
  form
  .input-row
  .input-column
  input[type="text"],
.container
  .contact-page-container
  .contact-info-form-wrapper
  .contact-form-wrapper
  form
  .input-row
  .input-column
  textarea {
  width: 100%;
  height: 32px;
  font-family: TRT-Bold, sans-serif;
  font-size: 30px;
  line-height: 32px;
  color: #000;
  border: none;
  background-color: #f8f8f8;
  margin: 0;
  padding: 0;
}
.container
  .contact-page-container
  .contact-info-form-wrapper
  .contact-form-wrapper
  form
  .input-row
  .input-column
  textarea {
  height: auto;
  resize: none;
}
.container
  .contact-page-container
  .contact-info-form-wrapper
  .contact-form-wrapper
  form
  .input-row
  .input-column
  .label {
  float: right;
  font-family: NotoSans-Bold, sans-serif;
  font-size: 20px;
  line-height: 77px;
}
.container
  .contact-page-container
  .contact-info-form-wrapper
  .contact-form-wrapper
  form
  .input-row
  .input-column
  img {
  float: right;
  width: 100px;
  padding: 10px;
  background-color: #c31719;
  margin: 17px 8px;
}
.container
  .contact-page-container
  .contact-info-form-wrapper
  .contact-form-wrapper
  form
  button {
  width: 100%;
  font-family: TRT-Bold, sans-serif;
  font-size: 20px;
  background-color: #cf1d39;
  color: #fff;
  margin: 10px 0;
  padding: 10px 20px 6px;
  cursor: pointer;
  border-width: 0;
}
.container .contact-page-container .contact-info-form-wrapper .success-message {
  width: 100%;
  font-family: TRT-Bold, sans-serif;
  text-align: center;
}
.add-site-page-container .rss-link-list a {
  width: max-content;
  font-family: NotoSans-Medium, sans-serif;
  color: #cf1d39;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  margin-bottom: 10px;
}
.live-blog-detail-container,
.tag-news-page-header-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.live-blog-detail-container > picture img,
.live-blog-detail-container > video,
.tag-news-page-header-container > picture img,
.tag-news-page-header-container > video {
  display: block;
  width: 100%;
  height: 100%;
  z-index: -2;
  object-fit: cover;
  position: absolute;
}
.tag-news-page-header-container .tag-news-page-header-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  background: -moz-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7483368347338936) 0,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7483368347338936) 0,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7483368347338936) 0,
    rgba(255, 255, 255, 0) 100%
  );
}
.tag-news-page-header-container .tag-news-page-header-content-wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
.live-blog-detail-container .live-blog-content-wrapper .live-blog-title,
.tag-news-page-header-container
  .tag-news-page-header-content-wrapper
  .tag-news-page-header-title {
  margin-top: 16px;
  font-family: TRT-Bold, sans-serif;
  color: #fff;
}
.live-blog-detail-container .live-blog-content-wrapper .live-blog-description,
.tag-news-page-header-container
  .tag-news-page-header-content-wrapper
  .tag-news-page-header-description {
  font-family: TRT-Medium, sans-serif;
  color: #fff;
}
.tag-posts-container
  .bottom-container
  .list-container
  .list-wrapper
  .row
  .standard-card
  .text-frame
  .date {
  margin-top: 8px;
  font-size: 14px;
  color: #adadad;
}
.city-news-page-container .page-title {
  width: calc(100% - 250px);
}
.city-news-page-container .city-list-container {
  position: relative;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
  width: 250px;
  background-color: #f8f8f8;
  padding: 12px 30px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-left-radius: 20px;
}
.city-news-page-container .city-list-container span {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  font-family: NotoSans-Bold, sans-serif;
  font-size: 20px;
  line-height: 36px;
  color: #000;
  background-color: #f8f8f8;
}
.ramadan-timer-container {
  width: 100%;
  margin: 30px 0;
}
.ramadan-timer-container .ramadan-timer-wrapper {
  position: relative;
  width: 100%;
  height: 240px;
  max-width: 980px;
  background-image: url("");
  background-size: cover;
  margin: 0 auto;
}
.ramadan-timer-container .ramadan-timer-wrapper .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d8d8d8;
  background: -moz-linear-gradient(
    0deg,
    rgba(216, 216, 216, 0) 0,
    #1a354f 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(216, 216, 216, 0) 0,
    #1a354f 100%
  );
  background: linear-gradient(0deg, rgba(216, 216, 216, 0) 0, #1a354f 100%);
}
.ramadan-timer-container .ramadan-timer-wrapper .city-list-wrapper {
  position: absolute;
  top: 40px;
  left: 25px;
  cursor: pointer;
  z-index: 1;
}
.ramadan-timer-container
  .ramadan-timer-wrapper
  .city-list-wrapper
  .city-list-select
  .city-name {
  font-family: TRT-Medium, sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  text-shadow: 1px 1px 4px #000;
}
.ramadan-timer-container
  .ramadan-timer-wrapper
  .city-list-wrapper
  ul.city-list {
  display: none;
  list-style: none;
  position: absolute;
  top: 25px;
  left: 0;
  width: max-content;
  height: 145px;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #fff;
  padding: 5px 0;
}
.ramadan-timer-container
  .ramadan-timer-wrapper
  .city-list-wrapper
  ul.city-list
  li {
  font-family: TRT-Medium, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #1d1d1b;
  padding: 5px 10px;
}
.ramadan-timer-container .ramadan-timer-wrapper .city-timer-parent {
  max-width: 500px;
  width: 100%;
  height: 180px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ramadan-timer-container
  .ramadan-timer-wrapper
  .city-timer-parent
  .city-timer-title {
  width: 100%;
  height: 49px;
  border-bottom: 1px solid #fff;
  font-family: TRT-Bold, sans-serif;
  font-size: 30px;
  line-height: 49px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 4px #000;
}
.ramadan-timer-container .ramadan-timer-wrapper .city-timer-parent .city-timer {
  width: 100%;
  height: 130px;
  display: flex;
  flex-flow: row nowrap;
}
.ramadan-timer-container
  .ramadan-timer-wrapper
  .city-timer-parent
  .city-timer
  .timer-item {
  width: 33.33%;
}
.ramadan-timer-container
  .ramadan-timer-wrapper
  .city-timer-parent
  .city-timer
  .timer-item
  span {
  display: block;
  width: 100%;
  color: #fff;
  text-shadow: 1px 1px 4px #000;
  text-align: center;
}
.ramadan-timer-container
  .ramadan-timer-wrapper
  .city-timer-parent
  .city-timer
  .timer-item
  span:first-of-type {
  font-family: TRT-Bold, sans-serif;
  font-size: 70px;
}
.ramadan-timer-container
  .ramadan-timer-wrapper
  .city-timer-parent
  .city-timer
  .timer-item
  span:last-of-type {
  font-family: TRT-Medium, sans-serif;
  font-size: 30px;
  margin-top: -20px;
}
.ramadan-timer-container .ramadan-timer-wrapper .ramadan-timer-url {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #fff;
  padding: 4px 10px 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: TRT-Bold, sans-serif;
  line-height: 20px;
  font-size: 14px;
  width: max-content;
}
.ramadan-timer-container .ramadan-timer-banner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.live-blog-detail-container .live-blog-content-wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
}
.live-blog-detail-container .live-blog-content-wrapper .live-blog-tag span {
  width: max-content;
  padding: 8px 12px 6px;
  text-align: center;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #cf1d39;
  color: #fff;
  font-family: TRT-Bold, sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin-left: 5px;
}
.live-blog-posts-container {
  margin: 0 auto !important;
}
.live-blog-posts-container .news-content-container {
  padding: 10px 0 0 !important;
  background-color: #fff;
  border: 20px solid #fff;
  margin-bottom: 20px;
}
.live-blog-posts-container
  .news-content-container
  .news-info-bar
  .source-date-container
  .created-date {
  font-family: TRT-Bold, sans-serif !important;
  font-size: 20px !important;
  color: #c31719 !important;
}
.live-blog-posts-container
  .news-content-container
  .news-info-bar
  .source-date-container
  .created-date
  img {
  margin-top: -3px;
}
.live-blog-posts-container
  .news-content-container
  .news-info-bar
  .source-date-container
  .source,
.live-blog-posts-container
  .news-content-container
  .news-info-bar
  .source-date-container
  .source
  label {
  color: #aeaeae !important;
}
.live-blog-posts-container .news-content-container .news-title {
  font-size: 42px !important;
}
.live-blog-posts-container .news-content-container .news-image .image-spot {
  background-color: #1e1e1e !important;
  color: #fff !important;
}
.cookie-policy-container {
  width: 100%;
  height: 80px;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #eb0028;
  z-index: 999999;
}
.cookie-policy-container .cookie-policy-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  margin: 0 auto;
}
.cookie-policy-container .cookie-policy-wrapper .cookie-policy-text a {
  display: inline;
  color: #fff;
  text-decoration: underline;
}
.cookie-policy-container .cookie-policy-wrapper .accept-button {
  background-color: #cf1d39;
  border-radius: 4px;
  padding: 8px 16px;
  margin: 20px 0;
  cursor: pointer;
  font-family: NotoSans-Regular, sans-serif;
  line-height: 25px;
  color: #fff;
  text-align: center;
}
@media (min-width: 576.1px) {
  .top-menu-container {
    position: relative;
    height: 48px;
  }
  .epg-page-container
    .content-container
    .left
    .epg-list-content
    .native-share-button,
  .epg-page-container
    .content-container
    .left
    .epg-list-content
    .native-share-dialog,
  .epg-page-container
    .content-container
    .left
    .epg-list-content
    .social-links-container,
  .epg-page-container
    .content-container
    .left
    .epg-list-content
    > .title
    .days-list,
  .epg-page-container .content-container .left .epg-list-content > .title img,
  .footer-mobile-menu-container,
  .gallery-page-container
    .top-container
    .main-gallery-container
    .main-gallery-image-frame
    .main-gallery-image,
  .mobile-homepage-economy-bar,
  .mobile-weather-bar-container,
  .news-detail-container
    .left
    .news-content-container
    .news-detail-bottom-mobile-ads-container,
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-category-social-container
    .native-share-button,
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-category-social-container
    .native-share-dialog,
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .yellow-box,
  .standard-card .text-frame .description,
  .standard-card-lg .text-frame .description,
  .standard-card-md .text-frame .description,
  .standard-card-xl .text-frame .description,
  .standard-card-xxl .text-frame .description,
  .top-menu-placeholder,
  .video-detail-page-container .top-container .info-bar .native-share-button,
  .video-detail-page-container .top-container .info-bar .native-share-dialog,
  .video-detail-page-container .top-container .mobile-next-videos-container {
    display: none;
  }
  .top-menu-weather-container {
    position: relative;
    display: block;
    float: right;
    padding: 8px 12px 0 0;
  }
  .epg-page-container .content-container .left .epg-list-header ul.days-list li,
  .top-menu-weather-container a {
    float: left;
    display: block;
  }
  .top-menu-weather-container a .icon {
    width: 30px;
    margin-right: 10px;
  }
  .top-menu-weather-container a .temp {
    color: #fff;
    font-family: TRT-Regular, sans-serif;
    font-size: 14px;
    margin-right: 10px;
  }
  .top-menu-weather-container .city-wrapper {
    float: left;
    width: max-content;
    margin-top: 4px;
  }
  .top-menu-weather-container .city-wrapper a {
    float: left;
    color: #fff;
    font-family: TRT-Regular, sans-serif;
    font-size: 14px;
  }
  .top-menu-weather-container .city-wrapper .arrow {
    margin-top: -6px;
    cursor: pointer;
  }
  .top-menu-weather-container .city-list {
    display: none;
    font-family: TRT-Regular, sans-serif;
    background-color: #fff;
    position: absolute;
    top: 60px;
    right: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    width: max-content;
    height: 250px;
    z-index: 1000;
    list-style: none;
  }
  .top-menu-weather-container .city-list li {
    padding: 2px 5px;
    cursor: pointer;
    color: #545454;
  }
  .top-menu-weather-container .city-list li:hover {
    background-color: #e1e1e1;
  }
  .special-news-widget-container,
  .special-news-widget-container .special-news-slider,
  .special-news-widget-container .special-news-slider .slide {
    height: 480px;
  }
  .special-news-widget-container
    .special-news-widget-content
    .special-news-widget-wrapper {
    padding-bottom: 24px;
  }
  .special-news-widget-container
    .special-news-widget-content
    .special-news-widget-wrapper
    .special-news-contents {
    width: 65%;
  }
  .live-page-container .bottom-container .programs-container .bottom,
  .live-widget-container .live-widget-wrapper,
  .news-detail-container
    .left
    .news-content-container
    .authors-read-time-container,
  .weather-page-container .bottom .left .nav-tabs,
  .weather-page-container .bottom .left .tab-content .tab-pane .tab-pane-top,
  .weather-page-container .top .top-row {
    flex-flow: row nowrap;
  }
  .live-widget-container .live-widget-wrapper .left {
    width: 60%;
    margin: 20px 30px 20px 0;
  }
  .live-page-container .top-container .right .schedule-list > .title,
  .live-widget-container .live-widget-wrapper .left .live-tag {
    margin-bottom: 12px;
  }
  .live-widget-container .live-widget-wrapper .left .live-title,
  .live-widget-container .live-widget-wrapper .left .live-title a {
    font-size: 40px;
    line-height: 42px;
  }
  .live-widget-container .live-widget-wrapper .right {
    width: 40%;
    margin: 15px 0;
  }
  .breaking-news-widget-container .breaking-news-widget-wrapper .main-title {
    width: max-content;
    height: 50px;
    line-height: 55px;
    font-family: TRT-Bold, sans-serif;
    color: #fff;
    font-size: 20px;
    padding: 0 20px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #cf1d39;
  }
  .breaking-news-widget-container
    .breaking-news-widget-wrapper
    .breaking-news-list-container {
    width: calc(100% - 295px);
    height: 50px;
  }
  .breaking-news-widget-container
    .breaking-news-widget-wrapper
    .breaking-news-list-container
    ul
    li
    a {
    font-size: 16px;
  }
  .homepage-economy-bar {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    height: 50px;
    margin: 40px auto 0;
  }
  .homepage-economy-bar .economy-column {
    display: flex;
    flex-flow: row nowrap;
    width: 25%;
    height: 50px;
  }
  .homepage-economy-bar .economy-column:last-of-type {
    border-right: 1px solid #1b3d6c;
  }
  .homepage-economy-bar .economy-column .title {
    height: 50px;
    background-color: #1b3d6c;
    text-align: center;
  }
  .homepage-economy-bar .economy-column .title span {
    line-height: 50px;
    font-family: NotoSans-Regular, sans-serif;
    color: #fff;
  }
  .homepage-economy-bar .economy-column .title span img {
    margin: 0 3px 2px 0;
  }
  .homepage-economy-bar .economy-column .title > img {
    float: right;
    margin-top: 12px;
  }
  .homepage-economy-bar .economy-column .value {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    height: 50px;
    background: #fff;
    border-top: 1px solid #4e535a;
    border-bottom: 1px solid #4e535a;
    font-family: NotoSans-Regular, sans-serif;
  }
  .epg-page-container
    .content-container
    .left
    .epg-list-content
    .social-links-container.open,
  .homepage-economy-bar .economy-column .value .ratio {
    display: block;
  }
  .homepage-economy-bar .economy-column .value .ratio.up {
    color: #50b350;
  }
  .homepage-economy-bar .economy-column .value .ratio.down {
    color: #ec3b3d;
  }
  .homepage-economy-bar .economy-column .value img {
    margin: 0 1px;
  }
  .headline-widget-container,
  .news-detail-container
    .left
    .news-content-container
    .news-content
    .news-tags {
    margin-top: 40px;
  }
  .default-widget-container .title-container .title {
    width: calc(100% - 300px);
  }
  .default-widget-container
    .title-container
    .local-news-city-selector-container {
    width: 300px;
  }
  .default-widget-container .default-widget-wrapper {
    display: flex;
    flex-flow: row wrap;
  }
  .epg-page-container
    .content-container
    .left
    .epg-list-content
    ul.epg-list
    li
    .program-name,
  .epg-page-container
    .content-container
    .left
    .epg-list-header
    .daterange-title,
  .two-column-widget-container .two-column-widget-wrapper .column > .title a {
    font-size: 20px;
    line-height: 32px;
  }
  .four-column-widget-container .four-column-widget-wrapper .column > .title i,
  .two-column-widget-container .two-column-widget-wrapper .column > .title i {
    margin: 9px 8px 0 0;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-time-source-description-container
    .gallery-author-wrapper,
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-time-source-description-container
    .gallery-tags,
  .two-column-widget-container .two-column-widget-wrapper .column .bottom,
  .video-detail-page-container .top-container .video-tags {
    margin-top: 16px;
  }
  .two-column-widget-container
    .two-column-widget-wrapper
    .column
    .bottom
    .standard-card,
  .weather-page-container .weather-news-container .row .standard-card {
    width: calc(50% - 8px);
  }
  .four-column-widget-container .four-column-widget-wrapper {
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .four-column-widget-container .four-column-widget-wrapper .column > .title a {
    font-size: 20px;
    line-height: 30px;
  }
  .news-detail-container .left .news-content-container .news-info-bar {
    flex-flow: row nowrap;
    align-items: baseline;
  }
  .epg-page-container
    .content-container
    .left
    .epg-list-content
    .social-links-container
    ul
    li,
  .news-detail-container
    .left
    .news-content-container
    .news-info-bar
    .source-date-container
    .created-date,
  .news-detail-container
    .left
    .news-content-container
    .news-info-bar
    .source-date-container
    .source,
  .news-detail-container
    .left
    .news-content-container
    .news-info-bar
    .source-date-container
    .updated-date,
  .news-detail-container
    .left
    .news-content-container
    .news-info-bar
    a:first-of-type,
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .bottom-container
    .gallery-photo-container
    .text-frame
    .counter,
  .weather-page-container
    .weather-news-container
    .row
    .standard-card:first-of-type,
  .weather-page-container
    .weather-news-container
    .row
    .standard-card:nth-of-type(3) {
    margin-right: 16px;
  }
  .news-detail-container
    .left
    .news-content-container
    .news-info-bar
    .source-date-container
    .created-date
    label,
  .news-detail-container
    .left
    .news-content-container
    .news-info-bar
    .source-date-container
    .source
    label,
  .news-detail-container
    .left
    .news-content-container
    .news-info-bar
    .source-date-container
    .updated-date
    label {
    font-family: TRT-Medium, sans-serif;
    color: #1d1d1b;
    margin-right: 8px;
  }
  .news-detail-container
    .left
    .news-content-container
    .news-info-bar
    .source-date-container
    .created-date
    time.updated-date-content {
    margin-left: -4px;
  }
  .news-detail-container .left .news-content-container .news-title {
    font-size: 48px;
    line-height: 52px;
  }
  .news-detail-container
    .left
    .news-content-container
    .authors-read-time-container
    .authors-container,
  .news-detail-container
    .left
    .news-content-container
    .news-content
    .bottom-authors-container
    a,
  .video-detail-page-container .top-container .bottom-authors-container a {
    width: 50%;
  }
  .news-detail-container
    .left
    .news-content-container
    .authors-read-time-container
    .news-read-time-container {
    width: 50%;
    justify-content: right;
  }
  .news-detail-container
    .left
    .news-content-container
    .authors-read-time-container
    .news-read-time-container
    div {
    font-size: 14px;
  }
  .gallery-page-container .bottom-container .gallery-categories-container,
  .news-detail-container .left .news-content-container .download-button,
  .news-detail-container .left .news-content-container .news-image {
    margin-bottom: 24px;
  }
  .news-detail-container .left .news-content-container .social-links-container {
    max-width: 336px;
    margin: 0 auto 40px;
  }
  .news-detail-container
    .left
    .news-content-container
    .news-content
    .embed-content,
  .news-detail-container
    .left
    .news-content-container
    .news-content
    .video-content {
    margin: 40px auto;
  }
  .news-detail-container
    .left
    .news-content-container
    .news-content
    .image-content {
    margin: 40px 0;
  }
  .static-page-container .content-container .page-content > h2,
  .static-page-container .content-container .page-content > h3,
  .static-page-container .content-container .page-content > h4,
  .static-page-container .content-container .page-content > h5,
  .static-page-container .content-container .page-content > strong {
    margin: 40px 0 32px;
  }
  .news-detail-container
    .left
    .news-content-container
    .news-content
    .related-news {
    height: 90px;
    margin: 40px 0;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .author-post-page-container
    .top-container
    .author-info-container
    .author-biography-wrapper,
  .news-detail-container
    .left
    .news-content-container
    .news-content
    .related-news
    .related-news-title {
    font-size: 20px;
    line-height: 28px;
  }
  .news-detail-container
    .left
    .news-content-container
    .news-content
    .special-quote {
    margin: 40px 0;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .default-page-container .title-container > .page-title,
  .default-page-container > .page-title,
  .program-episodes-page-container .title-container .title,
  .video-detail-page-container .top-container .title-container .title {
    font-size: 42px;
    line-height: 52px;
    letter-spacing: -1px;
  }
  .default-page-container .list-container > .title i,
  .default-page-container .title-container > .page-title i,
  .default-page-container > .page-title i {
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .default-page-container .list-container > .title {
    letter-spacing: -1px;
    margin-bottom: 24px;
  }
  .category-page-container .top-container .top {
    flex-flow: row nowrap;
    margin-bottom: 24px;
  }
  .epg-page-container
    .content-container
    .left
    .epg-list-content
    .social-links-container,
  .live-page-container .social-links-container {
    width: max-content;
  }
  .epg-page-container
    .content-container
    .left
    .epg-list-content
    .social-links-container
    ul,
  .live-page-container .social-links-container ul {
    list-style: none;
    display: flex;
    flex-flow: row nowrap;
  }
  .epg-page-container
    .content-container
    .left
    .epg-list-content
    .social-links-container
    ul
    li:last-of-type,
  .live-page-container .social-links-container ul li:last-of-type,
  .weather-page-container
    .weather-news-container
    .row
    .standard-card:nth-of-type(2),
  .weather-page-container
    .weather-news-container
    .row
    .standard-card:nth-of-type(4) {
    margin-right: 0;
  }
  .epg-page-container
    .content-container
    .left
    .epg-list-content
    .social-links-container
    ul
    li
    a
    span,
  .live-page-container .social-links-container ul li a span {
    display: block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
  }
  .live-page-container .social-links-container ul li a span.facebook {
    background: url("../img/post-facebook-icon.svg") center/9px no-repeat
      #404040;
  }
  .epg-page-container
    .content-container
    .left
    .epg-list-content
    .social-links-container
    ul
    li
    a:hover
    span.facebook,
  .live-page-container .social-links-container ul li a:hover span.facebook {
    background: url("urn:scrapbook:download:error:https://plagiostomous.com/lander/baykar-new/images/post-facebook-icon-hover.svg") center/9px
      no-repeat #cf1d39;
  }
  .live-page-container .social-links-container ul li a span.twitter {
    background: url("../img/post-new-twitter-icon.svg") center/17px no-repeat
      #404040;
  }
  .epg-page-container
    .content-container
    .left
    .epg-list-content
    .social-links-container
    ul
    li
    a:hover
    span.twitter,
  .live-page-container .social-links-container ul li a:hover span.twitter {
    background: url("urn:scrapbook:download:error:https://plagiostomous.com/lander/baykar-new/images/post-new-twitter-icon-hover.svg") center/17px
      no-repeat #cf1d39;
  }
  .live-page-container .social-links-container ul li a span.linkedin {
    background: url("../img/post-linkedin-icon.svg") center/17px no-repeat
      #404040;
  }
  .epg-page-container
    .content-container
    .left
    .epg-list-content
    .social-links-container
    ul
    li
    a:hover
    span.linkedin,
  .live-page-container .social-links-container ul li a:hover span.linkedin {
    background: url("urn:scrapbook:download:error:https://plagiostomous.com/lander/baykar-new/images/post-linkedin-icon-hover.svg") center/17px
      no-repeat #cf1d39;
  }
  .live-page-container .social-links-container ul li a span.telegram {
    background: url("../img/post-telegram-icon.svg") center/17px no-repeat
      #404040;
  }
  .epg-page-container
    .content-container
    .left
    .epg-list-content
    .social-links-container
    ul
    li
    a:hover
    span.telegram,
  .live-page-container .social-links-container ul li a:hover span.telegram {
    background: url("urn:scrapbook:download:error:https://plagiostomous.com/lander/baykar-new/images/post-telegram-icon-hover.svg") center/17px
      no-repeat #cf1d39;
  }
  .live-page-container .social-links-container ul li a span.whatsapp {
    background: url("../img/post-whatsapp-icon.svg") center/17px no-repeat
      #404040;
  }
  .epg-page-container
    .content-container
    .left
    .epg-list-content
    .social-links-container
    ul
    li
    a:hover
    span.whatsapp,
  .live-page-container .social-links-container ul li a:hover span.whatsapp {
    background: url("urn:scrapbook:download:error:https://plagiostomous.com/lander/baykar-new/images/post-whatsapp-icon-hover.svg") center/17px
      no-repeat #cf1d39;
  }
  .live-page-container .social-links-container ul li a span.email {
    background: url("../img/post-email-icon.svg") center/17px no-repeat
      #404040;
  }
  .epg-page-container
    .content-container
    .left
    .epg-list-content
    .social-links-container
    ul
    li
    a:hover
    span.email,
  .live-page-container .social-links-container ul li a:hover span.email {
    background: url("urn:scrapbook:download:error:https://plagiostomous.com/lander/baykar-new/images/post-email-icon-hover.svg") center/17px no-repeat
      #cf1d39;
  }
  .live-page-container .top-container .right .live-info .tag {
    padding: 4px 12px 2px 22px;
  }
  .live-page-container .top-container .right .live-info .info .time {
    margin-right: 12px;
    order: 1;
  }
  .gallery-page-container
    .bottom-container
    .category-galleries-container
    > .title,
  .live-page-container .bottom-container .popular-videos-container > .title,
  .live-page-container .bottom-container .programs-container > .title,
  .live-page-container .bottom-container .recent-videos-container > .title {
    letter-spacing: -1px;
  }
  .live-page-container .bottom-container .popular-videos-container .content-row,
  .live-page-container .bottom-container .recent-videos-container .content-row {
    flex-flow: row wrap;
  }
  .epg-page-container .content-container .left .epg-list-header {
    height: 152px;
  }
  .epg-page-container .content-container .left .epg-list-header ul.days-list {
    list-style: none;
    margin-top: 28px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  .epg-page-container
    .content-container
    .left
    .epg-list-header
    ul.days-list
    li
    i {
    display: block;
    width: 1px;
    height: 24px;
    margin: 0 8px;
    background-color: #e1e1e1;
  }
  .epg-page-container
    .content-container
    .left
    .epg-list-header
    ul.days-list
    li
    a {
    font-family: TRT-Medium, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #929292;
    padding: 6px 8px 2px;
  }
  .epg-page-container
    .content-container
    .left
    .epg-list-header
    ul.days-list
    li
    a.active,
  .epg-page-container
    .content-container
    .left
    .epg-list-header
    ul.days-list
    li
    a:hover {
    color: #fff;
    background-color: #cf1d39;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .epg-page-container .content-container .left .epg-list-content > .title {
    margin: 8px 0;
  }
  .epg-page-container .content-container .left .epg-list-content > .title i {
    float: left;
    display: block;
    width: 12px;
    height: 12px;
    margin: 4px 8px 0 0;
    background-color: #cf1d39;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .epg-page-container
    .content-container
    .left
    .epg-list-content
    .mobile-share-button {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    cursor: pointer;
  }
  .epg-page-container
    .content-container
    .left
    .epg-list-content
    .mobile-share-button
    .label {
    font-family: TRT-Bold, sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #797979;
    margin-right: 12px;
  }
  .epg-page-container
    .content-container
    .left
    .epg-list-content
    .mobile-share-button
    .icon {
    display: block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background: url("") center/14px no-repeat #f8f8f8;
  }
  .epg-page-container
    .content-container
    .left
    .epg-list-content
    .social-links-container
    ul
    li
    a
    span.facebook {
    background: url("../img/post-facebook-icon.svg") center/9px no-repeat
      #f8f8f8;
  }
  .epg-page-container
    .content-container
    .left
    .epg-list-content
    .social-links-container
    ul
    li
    a
    span.twitter {
    background: url("../img/post-new-twitter-icon.svg") center/17px no-repeat
      #f8f8f8;
  }
  .epg-page-container
    .content-container
    .left
    .epg-list-content
    .social-links-container
    ul
    li
    a
    span.linkedin {
    background: url("../img/post-linkedin-icon.svg") center/17px no-repeat
      #f8f8f8;
  }
  .epg-page-container
    .content-container
    .left
    .epg-list-content
    .social-links-container
    ul
    li
    a
    span.telegram {
    background: url("../img/post-telegram-icon.svg") center/17px no-repeat
      #f8f8f8;
  }
  .epg-page-container
    .content-container
    .left
    .epg-list-content
    .social-links-container
    ul
    li
    a
    span.whatsapp {
    background: url("../img/post-whatsapp-icon.svg") center/17px no-repeat
      #f8f8f8;
  }
  .epg-page-container
    .content-container
    .left
    .epg-list-content
    .social-links-container
    ul
    li
    a
    span.email {
    background: url("../img/post-email-icon.svg") center/17px no-repeat
      #f8f8f8;
  }
  .epg-page-container .content-container .left .epg-list-content ul.epg-list {
    margin-top: 24px;
  }
  .epg-page-container
    .content-container
    .left
    .epg-list-content
    ul.epg-list
    li
    .time {
    width: 80px;
    font-size: 20px;
    line-height: 28px;
    padding-top: 4px;
    margin-right: 12px;
  }
  .epg-page-container
    .content-container
    .left
    .epg-list-content
    ul.epg-list
    li
    .live-tag {
    padding: 4px 12px 0 22px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 16px;
    line-height: 24px;
  }
  .epg-page-container
    .content-container
    .left
    .epg-list-content
    ul.epg-list
    li
    .live-tag
    .icon {
    position: absolute;
    top: 10px;
    left: 8px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
  .search-page-container .content-container form .search-input-container,
  .search-page-container
    .content-container
    form
    .search-input-row
    .search-input-column,
  .search-page-container .content-container form button {
    padding: 24px 32px;
  }
  .search-page-container .content-container form .filter-error,
  .search-page-container .content-container form .input-message-box {
    margin-left: 30px;
  }
  .search-page-container
    .content-container
    form
    .search-input-row
    .search-input-column {
    margin: 0 10px;
  }
  .search-page-container .content-container form input[type="text"],
  .search-page-container .content-container form select {
    height: 48px;
    font-size: 36px;
    line-height: 48px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .bottom-container
    .gallery-photo-container
    .text-frame
    .title-description-container
    .title,
  .search-page-container
    .content-container
    .search-results-container
    .search-results-text {
    font-size: 24px;
    line-height: 32px;
  }
  .gallery-page-container .top-container .main-gallery-container {
    position: relative;
  }
  .gallery-page-container .top-container .main-gallery-container .gradient {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    background: -moz-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.8) 0,
        rgba(255, 255, 255, 0) 100%
      ),
      -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0, rgba(255, 255, 255, 0)
            100%);
    background: -webkit-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.8) 0,
        rgba(255, 255, 255, 0) 100%
      ),
      -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0, rgba(
              255,
              255,
              255,
              0
            )
            100%);
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.8) 0,
        rgba(255, 255, 255, 0) 100%
      ),
      linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0, rgba(255, 255, 255, 0) 100%);
  }
  .gallery-page-container
    .top-container
    .main-gallery-container
    .main-gallery-image-frame {
    background: center/cover no-repeat;
  }
  .gallery-page-container
    .top-container
    .main-gallery-container
    .main-gallery-content-wrapper {
    position: absolute;
    top: 0;
    z-index: 2;
  }
  .gallery-page-container
    .top-container
    .main-gallery-container
    .main-gallery-content-wrapper
    .main-gallery-description
    a,
  .gallery-page-container
    .top-container
    .main-gallery-container
    .main-gallery-content-wrapper
    .main-gallery-title
    a {
    display: -webkit-box;
    max-width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .gallery-page-container
    .top-container
    .main-gallery-container
    .last-galleries-container {
    width: 100%;
    position: absolute;
    z-index: 2;
  }
  .gallery-page-container
    .bottom-container
    .category-galleries-container
    .content-row
    .content-row-wrapper.category-galleries-slider
    .slick-arrow,
  .gallery-page-container
    .top-container
    .main-gallery-container
    .last-galleries-container
    .last-galleries-wrapper.last-galleries-slider
    .slick-arrow {
    width: 50px;
  }
  .gallery-category-page-container .top-container {
    width: 100%;
    height: auto;
  }
  .news-category-travel-page-container
    .top-container
    .main-gallery-container
    .gradient {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    background: -moz-linear-gradient(
        0deg,
        rgba(243, 168, 176, 0.8) 0,
        rgba(255, 255, 255, 0) 100%
      ),
      -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0, rgba(255, 255, 255, 0)
            100%);
    background: -webkit-linear-gradient(
        0deg,
        rgba(243, 168, 176, 0.8) 0,
        rgba(255, 255, 255, 0) 100%
      ),
      -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0, rgba(
              255,
              255,
              255,
              0
            )
            100%);
    background: linear-gradient(
        0deg,
        rgba(243, 168, 176, 0.8) 0,
        rgba(255, 255, 255, 0) 100%
      ),
      linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0, rgba(255, 255, 255, 0) 100%);
  }
  .video-detail-page-container .top-container .description {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
  }
  .video-detail-page-container .top-container .bottom-authors-container {
    margin-bottom: 8px;
  }
  .video-detail-page-container .top-container .next-videos-container {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
  }
  .video-detail-page-container
    .top-container
    .next-videos-container
    .next-videos-wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .video-detail-page-container
    .top-container
    .next-videos-container
    .next-videos-wrapper
    a
    .next-video {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    background-color: #cf1d39;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 12px;
  }
  .video-detail-page-container
    .top-container
    .next-videos-container
    .next-videos-wrapper
    a
    .next-video
    .image-frame {
    position: relative;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
    margin-right: 16px;
  }
  .video-detail-page-container
    .top-container
    .next-videos-container
    .next-videos-wrapper
    a
    .next-video
    .image-frame
    img.image {
    width: 100%;
  }
  .video-detail-page-container
    .top-container
    .next-videos-container
    .next-videos-wrapper
    a
    .next-video
    .image-frame
    .play-icon {
    width: 33px;
    height: 33px;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .video-detail-page-container
    .top-container
    .next-videos-container
    .next-videos-wrapper
    a
    .next-video
    .text-frame {
    font-family: TRT-Bold, sans-serif;
    color: #fff;
  }
  .video-detail-page-container
    .top-container
    .next-videos-container
    .next-videos-wrapper
    a
    .next-video:hover
    .text-frame {
    opacity: 0.8;
  }
  .video-detail-page-container
    .top-container
    .next-videos-container
    .next-videos-wrapper
    a
    .next-video:hover
    .image-frame
    img {
    filter: brightness(80%);
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .gradient-bottom,
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .gradient-top {
    display: block;
    width: 100vw;
    position: absolute;
    left: 50%;
    right: 50%;
    margin: 0 -50vw;
    z-index: -1;
    background: #1d1d1b;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .gradient-top {
    top: 0;
    background: -moz-linear-gradient(
      180deg,
      #1d1d1b 0,
      rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-linear-gradient(
      180deg,
      #1d1d1b 0,
      rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(180deg, #1d1d1b 0, rgba(255, 255, 255, 0) 100%);
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .gradient-bottom {
    bottom: 0;
    background: -moz-linear-gradient(
      0deg,
      #1d1d1b 0,
      rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-linear-gradient(
      0deg,
      #1d1d1b 0,
      rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(0deg, #1d1d1b 0, rgba(255, 255, 255, 0) 100%);
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-category-social-container {
    margin-top: 32px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-category-social-container
    a.category-link
    .main-photo-category {
    padding: 6px 12px 4px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-title-social-container
    .main-photo-title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -1px;
    color: #fff;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo {
    display: block;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    margin: 0 -50vw;
    z-index: -2;
    object-fit: cover;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-time-source-description-container
    .main-photo-time-source {
    width: calc(100% - 300px);
    color: #adadad;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-time-source-description-container
    .main-photo-description {
    width: calc(100% - 300px);
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin-top: 16px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-time-source-description-container
    .gallery-author-wrapper
    .author-name,
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-time-source-description-container
    .gallery-tags
    .title {
    color: #fff;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-time-source-description-container
    .gallery-tags
    .tags
    a {
    background-color: #ffe88d;
    color: #242424;
  }
  .container .next-gallery-container img {
    width: 120px;
    height: 68px;
  }
  .container .next-gallery-container .title-container {
    width: calc(100% - 144px);
  }
  .podcast-detail-page-container .top-container .podcast-author-wrapper {
    margin: 16px 0 32px;
  }
  .author-post-page-container .top-container {
    padding: 32px 0;
  }
  .author-post-page-container
    .top-container
    .author-info-container
    .author-info-wrapper
    .author-name-email-wrapper {
    margin-left: 20px;
  }
  .author-post-page-container
    .top-container
    .author-info-container
    .author-info-wrapper
    .author-name-email-wrapper
    .author-name-title {
    font-size: 42px;
    line-height: 52px;
  }
  .author-post-page-container .bottom-container .media-news-container {
    margin-top: 48px;
  }
  .breaking-news-page-container .left .last-news-title,
  .weather-page-container .bottom .left h2,
  .weather-page-container h2 {
    font-size: 20px;
    line-height: 24px;
    padding: 10px 15px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .breaking-news-page-container .left .last-news-container {
    flex-flow: row wrap;
    margin-top: 24px;
  }
  .breaking-news-page-container .left .category-last-news-container {
    margin: 12px 0 24px;
  }
  .weather-page-container .top .top-row .max-min-temp-city:first-of-type {
    border-right: 1px solid #d3d3d3;
  }
  .weather-page-container .top .top-row .max-min-temp-city:nth-of-type(2) {
    border-left: 1px solid #d3d3d3;
  }
  .weather-page-container .bottom .left .weather-status-container ul li {
    width: 33.3%;
  }
  .weather-page-container .bottom .left .nav-tabs .nav-item {
    width: 33.33%;
  }
  .weather-page-container .bottom .left .nav-tabs .nav-item a {
    padding: 8px 0;
  }
  .weather-page-container .bottom .left .nav-tabs .nav-item:nth-of-type(2) a {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .weather-page-container .bottom .left .nav-tabs .nav-item a > span {
    margin-top: 5px;
  }
  .weather-page-container
    .bottom
    .left
    .nav-tabs
    .nav-item
    a
    .image-temp-wrapper
    .image,
  .weather-page-container
    .bottom
    .left
    .nav-tabs
    .nav-item
    a
    .image-temp-wrapper
    .temp {
    height: 40px;
  }
  .weather-page-container
    .bottom
    .left
    .nav-tabs
    .nav-item
    a
    .image-temp-wrapper
    .image
    img {
    width: 40px;
    height: 40px;
  }
  .weather-page-container
    .bottom
    .left
    .nav-tabs
    .nav-item
    a
    .image-temp-wrapper
    .temp {
    font-size: 18px;
    line-height: 40px;
  }
  .weather-page-container
    .bottom
    .left
    .tab-content
    .tab-pane
    .tab-pane-top
    .city-info,
  .weather-page-container
    .bottom
    .left
    .tab-content
    .tab-pane
    .tab-pane-top
    .image,
  .weather-page-container
    .bottom
    .left
    .tab-content
    .tab-pane
    .tab-pane-top
    .weather-detail {
    width: 33.33%;
    height: 130px;
  }
  .weather-page-container
    .bottom
    .left
    .tab-content
    .tab-pane
    .tab-pane-top
    .image
    img {
    width: 128px;
    height: 128px;
  }
  .container
    .contact-page-container
    .contact-info-form-wrapper
    .contact-form-wrapper
    form
    .input-row
    .input-column
    input[type="email"],
  .container
    .contact-page-container
    .contact-info-form-wrapper
    .contact-form-wrapper
    form
    .input-row
    .input-column
    input[type="text"],
  .container
    .contact-page-container
    .contact-info-form-wrapper
    .contact-form-wrapper
    form
    .input-row
    .input-column
    textarea {
    height: 28px;
    font-size: 24px;
    line-height: 28px;
  }
  .container
    .contact-page-container
    .contact-info-form-wrapper
    .contact-form-wrapper
    form
    .input-row
    .input-column
    textarea {
    height: auto;
  }
  .live-blog-detail-container {
    height: 300px;
  }
  .live-blog-detail-page-container {
    margin-top: -40px !important;
  }
  .tag-news-page-header-container,
  .tag-news-page-header-container .tag-news-page-header-gradient {
    height: 500px;
  }
}
@media (min-width: 768.1px) {
  .special-news-widget-container
    .special-news-widget-content
    .special-news-widget-wrapper {
    padding-bottom: 32px;
  }
  .special-news-widget-container
    .special-news-widget-content
    .special-news-widget-wrapper
    a
    .special-news-tag {
    margin-bottom: 16px;
  }
  .live-blog-detail-container .live-blog-content-wrapper .live-blog-title,
  .special-news-widget-container
    .special-news-widget-content
    .special-news-widget-wrapper
    a
    .special-news-title,
  .tag-news-page-header-container
    .tag-news-page-header-content-wrapper
    .tag-news-page-header-title {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 16px;
  }
  .live-blog-detail-container .live-blog-content-wrapper .live-blog-description,
  .special-news-widget-container
    .special-news-widget-content
    .special-news-widget-wrapper
    a
    .special-news-description,
  .tag-news-page-header-container
    .tag-news-page-header-content-wrapper
    .tag-news-page-header-description {
    font-size: 20px;
    line-height: 22px;
  }
  .special-news-widget-container
    .special-news-widget-content
    .special-news-widget-wrapper
    .special-news-contents {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-top: 32px;
  }
  .special-news-widget-container
    .special-news-widget-content
    .special-news-widget-wrapper
    .special-news-contents
    a
    .special-news-content {
    margin-right: 16px;
  }
  .special-news-widget-container
    .special-news-widget-content
    .special-news-widget-wrapper
    .special-news-contents
    a:last-of-type
    .special-news-content {
    margin-right: 0;
  }
  .special-news-widget-container
    .special-news-widget-content
    .special-news-widget-wrapper
    .special-news-contents
    a
    .special-news-content
    .special-news-content-title {
    width: 160px;
  }
  .live-stream-player-bottom-ads-container-mobile {
    display: none;
  }
  .live-stream-player-bottom-ads-container-desktop {
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: 90px;
    margin-top: 40px;
  }
}
@media (min-width: 1040.1px) {
  .live-page-container .mobile-share-button,
  .live-page-container .native-share-button,
  .live-page-container .native-share-dialog,
  .mobile-masthead-ads-container,
  .news-detail-container .left .mobile-news-progress-bar-container,
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .tablet-social-links-container,
  .program-episodes-page-container .mobile-social-links-container,
  .top-menu-container .mega-menu-button,
  .video-detail-page-container .mobile-bottom-container,
  .video-detail-page-container .top-container .mobile-social-links-container {
    display: none;
  }
  .masthead-ads-container {
    width: 100%;
    height: auto;
    background-color: #fff;
    overflow: hidden;
  }
  .masthead-ads-container .masthead-ads-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding: 24px;
  }
  .masthead-ads-container .masthead-close-button {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .masthead-ads-container .masthead-close-button > i {
    display: block;
    width: 12px;
    height: 12px;
    background-image: url("");
    background-position: center;
    background-repeat: no-repeat;
  }
  .top-menu-container,
  .top-menu-placeholder {
    height: 72px;
  }
  .top-menu-container .top-menu-wrapper {
    height: 72px;
    margin: 0 0 0 20px;
  }
  .top-menu-container .top-menu-wrapper .logo {
    float: left;
    width: 183px;
    height: 32px;
    margin: 20px 15px 20px -5px;
  }
  .top-menu-container .top-menu-wrapper .header-special-icon {
    float: left;
    width: 21px;
    height: 32px;
    margin: 20px 15px 20px -10px;
  }
  .top-menu-container .top-menu-wrapper ul.top-menu-left {
    list-style: none;
    float: left;
    width: max-content;
  }
  .top-menu-container .top-menu-wrapper ul.top-menu-left li {
    float: left;
  }
  .top-menu-container .top-menu-wrapper ul.top-menu-left li.sub {
    position: relative;
  }
  .top-menu-container .top-menu-wrapper ul.top-menu-left li a {
    display: block;
    text-align: center;
    color: #fff;
    font-family: TRT-Bold, sans-serif;
    line-height: 24px;
    font-size: 14px;
    padding: 3px 8.5px 0;
    margin: 25px 0 20px;
  }
  .top-menu-container .top-menu-wrapper ul.top-menu-left li.sub a .arrow {
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    background: url("urn:scrapbook:download:error:https://plagiostomous.com/lander/baykar-new/images/top-menu-down-arrow.svg") center no-repeat;
  }
  .top-menu-container .top-menu-wrapper ul.top-menu-left > li.active > a,
  .top-menu-container .top-menu-wrapper ul.top-menu-left > li:hover > a {
    background-color: #fff;
    color: #cf1d39;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .top-menu-container .top-menu-wrapper ul.top-menu-left li.sub:hover a .arrow {
    background: url("urn:scrapbook:download:error:https://plagiostomous.com/lander/baykar-new/images/top-menu-up-arrow.svg") center no-repeat;
  }
  .top-menu-container
    .top-menu-wrapper
    ul.top-menu-left
    li.sub:hover
    ul.menu-dropdown {
    display: flex;
  }
  .top-menu-container
    .top-menu-wrapper
    ul.top-menu-left
    li.sub
    ul.menu-dropdown {
    display: none;
    list-style: none;
    flex-flow: row wrap;
    width: 377px;
    height: auto;
    position: absolute;
    background: #fff;
  }
  .top-menu-container
    .top-menu-wrapper
    ul.top-menu-left
    li.sub
    ul.menu-dropdown.left-align {
    left: 0;
  }
  .top-menu-container
    .top-menu-wrapper
    ul.top-menu-left
    li.sub
    ul.menu-dropdown.right-align {
    right: 0;
  }
  .top-menu-container
    .top-menu-wrapper
    ul.top-menu-left
    li.sub
    ul.menu-dropdown.one-column {
    flex-flow: column wrap;
    width: auto;
  }
  .top-menu-container
    .top-menu-wrapper
    ul.top-menu-left
    li.sub
    ul.menu-dropdown
    li {
    width: 50%;
    border-right: 1px solid #d3d3d3;
  }
  .top-menu-container
    .top-menu-wrapper
    ul.top-menu-left
    li.sub
    ul.menu-dropdown.one-column
    li {
    width: auto;
    border-right: none;
  }
  .top-menu-container
    .top-menu-wrapper
    ul.top-menu-left
    li.sub
    ul.menu-dropdown
    li
    a {
    display: block;
    width: max-content;
    padding: 8px 16px;
    margin: 0;
    color: #1d1d1b;
    font-family: TRT-Bold, sans-serif;
    line-height: 24px;
    font-size: 14px;
  }
  .top-menu-container
    .top-menu-wrapper
    ul.top-menu-left
    li.sub
    ul.menu-dropdown
    li:hover
    a,
  .video-detail-page-container
    .bottom-container
    .most-view-videos-container
    .content-row
    .content-row-wrapper
    .standard-card
    .text-frame
    .title
    a.hover,
  .video-detail-page-container
    .bottom-container
    .recent-videos-container
    .content-row
    .content-row-wrapper
    .standard-card
    .text-frame
    .title
    a.hover {
    color: #cf1d39;
  }
  .top-menu-container .top-menu-wrapper ul.top-menu-right li a {
    height: 27px;
    margin: 25px 0 20px;
    padding: 3px 15px 0 0;
  }
  .top-menu-weather-container {
    padding: 25px 15px 0 0;
  }
  .top-menu-right .top-menu-search-container {
    top: 10px;
    left: -190px;
  }
  .top-menu-container
    .top-menu-wrapper
    ul.top-menu-right
    .top-menu-search-container
    img {
    width: 28px;
    height: 28px;
    top: 12px;
    right: 12px;
  }
  .top-menu-container
    .top-menu-wrapper
    ul.top-menu-right
    .top-menu-search-container
    .top-menu-search-icon {
    top: 12px;
    right: 34px;
  }
  .top-menu-container
    .top-menu-wrapper
    ul.top-menu-right
    .top-menu-search-container
    input[type="text"] {
    height: 52px;
    font-size: 18px;
    line-height: 52px;
    padding: 12px 50px 6px 13px;
  }
  .top-menu-container
    .top-menu-wrapper
    ul.top-menu-right
    .top-menu-search-container
    input[type="button"] {
    margin: 11px;
  }
  .mobile-mega-menu-container,
  .news-detail-container .left .mobile-next-news {
    display: none !important;
  }
  .sub-menu-container .sub-menu-wrapper {
    margin: 0 0 0 20px;
  }
  .category-page-container .media-news-container .media-card,
  .gallery-widget-container
    .gallery-widget-wrapper
    > .left
    .bottom
    .right
    .image-frame,
  .sub-menu-container .sub-menu-wrapper ul.sub-menu,
  .video-detail-page-container
    .bottom-container
    .most-view-videos-container
    .content-row,
  .video-detail-page-container
    .bottom-container
    .recent-videos-container
    .content-row {
    width: 100%;
  }
  .sub-menu-container .sub-menu-wrapper ul.sub-menu li:first-of-type a,
  body.dark
    .sub-menu-container
    .sub-menu-wrapper
    ul.sub-menu
    li:first-of-type
    a {
    padding-left: 0;
  }
  .sub-menu-container
    .sub-menu-wrapper
    ul.sub-menu
    li.custom-menu-item:last-of-type
    a,
  body.dark
    .sub-menu-container
    .sub-menu-wrapper
    ul.sub-menu
    li.custom-menu-item:last-of-type
    a {
    border-left: none;
  }
  .special-news-widget-container,
  .special-news-widget-container .special-news-slider,
  .special-news-widget-container .special-news-slider .slide {
    height: 540px;
  }
  .special-news-widget-container
    .special-news-widget-content
    .special-news-widget-wrapper {
    padding-bottom: 48px;
  }
  .special-news-widget-container
    .special-news-widget-content
    .special-news-widget-wrapper
    a
    .special-news-title {
    width: 60%;
    font-size: 64px;
    line-height: 66px;
  }
  .special-news-widget-container
    .special-news-widget-content
    .special-news-widget-wrapper
    a
    .special-news-description {
    width: 60%;
  }
  .special-news-widget-container
    .special-news-widget-content
    .special-news-widget-wrapper
    .special-news-contents {
    margin-top: 48px;
  }
  .special-news-widget-container
    .special-news-widget-content
    .special-news-widget-wrapper
    .special-news-contents
    a
    .special-news-content {
    margin-right: 20px;
  }
  .special-news-widget-container
    .special-news-widget-content
    .special-news-widget-wrapper
    .special-news-contents
    a
    .special-news-content
    .special-news-content-title {
    width: 180px;
    margin-left: 16px;
  }
  .live-widget-container .live-widget-wrapper .left .live-tag {
    margin-bottom: 20px;
  }
  .live-widget-container .live-widget-wrapper .left .live-title,
  .live-widget-container .live-widget-wrapper .left .live-title a {
    font-size: 34px;
    line-height: 36px;
  }
  .live-widget-container .live-widget-wrapper .left .live-description,
  .live-widget-container .live-widget-wrapper .left .live-description a {
    font-size: 20px;
    line-height: 28px;
    margin-top: 12px;
  }
  .four-column-widget-container .four-column-widget-wrapper .column > .title,
  .gallery-page-container
    .bottom-container
    .category-galleries-container
    > .title,
  .live-page-container .bottom-container .popular-videos-container > .title,
  .live-page-container .bottom-container .programs-container > .title,
  .live-page-container .bottom-container .recent-videos-container > .title,
  .most-read-news-widget-container .most-read-news-title,
  .video-detail-page-container
    .bottom-container
    .recent-videos-container
    .content-row
    .content-row-wrapper
    .standard-card {
    margin-bottom: 24px;
  }
  .most-read-news-widget-container .most-read-news-list {
    flex-flow: column nowrap;
    align-items: flex-start;
  }
  .last-news-widget-container {
    overflow: hidden;
  }
  .last-news-widget-container .last-news-title,
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .bottom-container
    .gallery-photo-container
    .text-frame
    .title-description-container
    .title,
  .video-detail-page-container .top-container .bottom-authors-container {
    margin-bottom: 16px;
  }
  .fold-widget-container .fold-widget-wrapper {
    flex-flow: row wrap;
  }
  .fold-widget-container .fold-widget-wrapper .news-container {
    flex-flow: row wrap;
    justify-content: space-between;
    order: 3;
  }
  .homepage-economy-bar .economy-column .value img {
    margin: 0 3px;
  }
  .default-widget-container .title-container .title,
  .default-widget-container .title-container .title a,
  .default-widget-container > .title,
  .default-widget-container > .title a,
  .gallery-widget-container > .title,
  .gallery-widget-container > .title a,
  .gallery-widget-container > .title-container .title,
  .gallery-widget-container > .title-container .title a,
  .headline-widget-container > .title a,
  .interactive-widget-container > .title a,
  .interactive-widget-container > .title-container .title a,
  .topics-widget-container > .title,
  .videos-widget-container > .title,
  .videos-widget-container > .title a,
  .videos-widget-container > .title-container .title,
  .videos-widget-container > .title-container .title a {
    letter-spacing: -1px;
  }
  .default-widget-container .title-container .title i,
  .default-widget-container > .title i,
  .gallery-widget-container > .title i,
  .gallery-widget-container > .title-container .title i,
  .headline-widget-container > .title i,
  .interactive-widget-container > .title i,
  .interactive-widget-container > .title-container .title i,
  .live-page-container .bottom-container .popular-videos-container > .title i,
  .live-page-container .bottom-container .programs-container > .title i,
  .live-page-container .bottom-container .recent-videos-container > .title i,
  .topics-widget-container > .title i,
  .videos-widget-container > .title i,
  .videos-widget-container > .title-container .title i {
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .category-page-container .top-container .bottom,
  .default-page-container .list-container .list-wrapper .row,
  .four-column-widget-container .four-column-widget-wrapper,
  .gallery-category-page-container
    .bottom-container
    .gallery-category-galleries-container
    .gallery-category-galleries-wrapper
    .row,
  .gallery-page-container
    .bottom-container
    .gallery-list-container
    .gallery-list-wrapper
    .row,
  .headline-widget-container .headline-widget-wrapper,
  .live-page-container .bottom-container .programs-container .top,
  .live-page-container .top-container,
  .news-detail-container
    .left
    .news-content-container
    .authors-read-time-container
    .authors-container,
  .podcasts-page-container
    .bottom-container
    .podcast-list-container
    .podcast-list-wrapper
    .row,
  .search-page-container .content-container .search-input-row,
  .search-page-container .content-container .search-results-container .row,
  .two-column-widget-container .two-column-widget-wrapper,
  .weather-page-container .weather-news-container .row {
    flex-flow: row nowrap;
  }
  .headline-widget-container .headline-widget-wrapper .left,
  .live-page-container .top-container .right .live-blog .live-blog-list .list,
  .live-page-container .top-container .right .live-info .info {
    flex-flow: column nowrap;
  }
  .default-widget-container
    .default-widget-wrapper
    .top-left
    .standard-left-thumb-card-lg
    .text-frame
    .description,
  .default-widget-container
    .default-widget-wrapper
    .top-left
    .standard-right-thumb-card-lg
    .text-frame
    .description,
  .default-widget-container
    .default-widget-wrapper
    .top-right
    .standard-left-thumb-card-lg
    .text-frame
    .description,
  .headline-widget-container
    .headline-widget-wrapper
    .left
    .top
    .standard-left-thumb-card-lg
    .text-frame
    .description,
  .live-page-container .social-links-container {
    display: block;
  }
  .headline-widget-container .headline-widget-wrapper .left .bottom {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .default-widget-container
    .title-container
    .local-news-city-selector-container
    span:first-of-type {
    font-size: 14px;
    line-height: 40px;
  }
  .default-widget-container
    .title-container
    .local-news-city-selector-container
    span.selected-city {
    font-size: 16px;
    line-height: 24px;
    padding: 5px 20px;
  }
  .default-widget-container
    .title-container
    .local-news-city-selector-container
    .local-news-city-list {
    top: 34px;
    height: 200px;
  }
  .default-widget-container .default-widget-wrapper .bottom {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .gallery-widget-container > .title-container .subtitle,
  .interactive-widget-container > .title-container .subtitle,
  .videos-widget-container > .title-container .subtitle {
    font-size: 20px;
    line-height: 24px;
  }
  .videos-widget-container .red-box {
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .gallery-widget-container .yellow-box,
  .videos-widget-container .grey-box {
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-bottomleft: 25px;
    -moz-border-radius-topright: 25px;
  }
  .videos-widget-container .grey-box {
    height: calc(100% - 20px);
    background-color: #f8f8f8;
    position: absolute;
    top: 20px;
    z-index: -2;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .gallery-widget-container .yellow-box {
    left: -48px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .gallery-widget-container .grey-box {
    background-color: #f8f8f8;
    position: absolute;
    top: 20px;
    z-index: -2;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .gallery-widget-container .gallery-widget-wrapper,
  .gallery-widget-container .gallery-widget-wrapper > .left .bottom,
  .video-detail-page-container
    .bottom-container
    .most-view-videos-container
    .content-row
    .content-row-wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .gallery-widget-container .gallery-widget-wrapper > .left {
    justify-content: space-between;
  }
  .gallery-widget-container
    .gallery-widget-wrapper
    > .left
    .bottom
    .left
    .text-frame
    .title {
    margin-top: 12px;
  }
  .gallery-widget-container
    .gallery-widget-wrapper
    > .left
    .bottom
    .left
    .text-frame
    .title
    a {
    font-size: 24px;
    line-height: 32px;
  }
  .gallery-widget-container .gallery-widget-wrapper > .left .bottom .right {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
  }
  .category-page-container .media-news-container,
  .gallery-widget-container
    .gallery-widget-wrapper
    > .left
    .bottom
    .right
    .image-frame
    a
    img,
  .video-detail-page-container .bottom-container .most-view-videos-container {
    width: 100%;
    height: auto;
  }
  .gallery-widget-container .gallery-widget-wrapper > .right .news-container {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
  }
  .four-column-widget-container .four-column-widget-wrapper .column {
    width: calc(25% - 12px);
  }
  .four-column-widget-container
    .four-column-widget-wrapper
    .column
    .standard-card.no-image {
    margin-top: 20px;
  }
  .news-detail-container
    .left
    .news-content-container
    .authors-read-time-container,
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .bottom-container
    .gallery-photo-container {
    margin-bottom: 40px;
  }
  .news-detail-container .right {
    height: auto;
    position: relative;
  }
  .default-page-container {
    padding-top: 8px;
  }
  .default-page-container > .page-description {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }
  .author-post-page-container .bottom-container .media-news-container,
  .default-page-container .bottom-container .list-container {
    margin-top: 64px;
  }
  .default-page-container .list-container > .title i,
  .gallery-category-page-container
    .bottom-container
    .gallery-category-galleries-container
    .title-container
    > .title
    i,
  .gallery-category-page-container
    .bottom-container
    .gallery-category-galleries-container
    > .title
    i,
  .gallery-page-container
    .bottom-container
    .category-galleries-container
    > .title
    i,
  .gallery-page-container
    .bottom-container
    .gallery-list-container
    .title-container
    > .title
    i,
  .gallery-page-container .bottom-container .gallery-list-container > .title i,
  .gallery-page-container
    .top-container
    .main-gallery-container
    .main-gallery-content-wrapper
    .page-title
    i {
    margin: 9px 16px 0 0;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .default-page-container .list-container .list-wrapper .row .standard-card,
  .gallery-category-page-container
    .bottom-container
    .gallery-category-galleries-container
    .gallery-category-galleries-wrapper
    .row
    .standard-card,
  .gallery-page-container
    .bottom-container
    .gallery-list-container
    .gallery-list-wrapper
    .row
    .standard-card {
    margin: 0 24px 24px 0;
  }
  .category-page-container .top-container .top .last-news-widget-container {
    background-color: #cf1d39;
  }
  .category-page-container
    .top-container
    .top
    .last-news-widget-container
    .last-news-list-container
    .last-news-list
    .seperator,
  .category-page-container
    .top-container
    .top
    .last-news-widget-container
    .last-news-title
    i {
    background-color: #fff;
  }
  .category-page-container
    .top-container
    .top
    .last-news-widget-container
    .last-news-list-container
    .last-news-list
    a
    .last-news-row
    .news-time,
  .category-page-container
    .top-container
    .top
    .last-news-widget-container
    .last-news-list-container
    .last-news-list
    a
    .last-news-row
    .news-title,
  .category-page-container
    .top-container
    .top
    .last-news-widget-container
    .last-news-title
    a,
  .video-detail-page-container
    .bottom-container
    .most-view-videos-container
    .content-row
    .content-row-wrapper
    .standard-card
    .text-frame
    .title
    a,
  .video-detail-page-container
    .bottom-container
    .recent-videos-container
    .content-row
    .content-row-wrapper
    .standard-card
    .text-frame
    .title
    a {
    color: #fff;
  }
  .category-page-container .bottom-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row nowrap;
    border-top: 1px solid #adadad;
  }
  .category-page-container .bottom-container .left,
  .category-page-container .bottom-container .left .news-container {
    height: auto;
  }
  .category-page-container .media-news-container .media-cards-wrap {
    position: relative;
    padding: 0;
    list-style-type: none;
    display: none;
  }
  .category-page-container .media-news-container .media-cards-wrap li {
    display: block;
    opacity: 0;
    list-style-type: none;
    float: left;
    cursor: pointer;
  }
  .category-page-container
    .media-news-container
    .media-cards-wrap.wookmark-initialised.animated
    li {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .category-page-container
    .media-news-container
    .media-cards-wrap.wookmark-initialised
    li {
    opacity: 1;
  }
  .category-page-container
    .media-news-container
    .media-cards-wrap
    li.wookmark-inactive {
    visibility: hidden;
    opacity: 0;
  }
  .live-page-container .social-links-container ul li,
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-title-social-container
    .social-links-container
    ul
    li,
  .video-detail-page-container
    .top-container
    .title-container
    .social-links-container
    ul
    li {
    margin-right: 16px;
  }
  .live-page-container .top-container .right .live-info {
    justify-content: center;
    padding: 0 16px;
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    border-top-right-radius: 25px;
  }
  .breaking-news-page-container
    .left
    .category-last-news-container
    .standard-card
    .text-frame
    .date
    a,
  .breaking-news-page-container
    .left
    .last-news-container
    .standard-card
    .date
    a,
  .live-page-container .top-container .right .live-info .tag {
    font-size: 16px;
    line-height: 24px;
  }
  .live-page-container .top-container .right .live-info .info .title {
    font-family: NotoSans-Black, sans-serif;
    color: #fff;
    display: -webkit-box;
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .live-page-container .top-container .right .schedule-list {
    padding: 20px 16px 0;
  }
  .live-page-container .top-container .right .schedule-list .list {
    flex-flow: column nowrap;
    overflow-y: scroll;
  }
  .live-page-container
    .top-container
    .right
    .live-blog
    .live-blog-list
    .list
    .list-row:last-of-type,
  .live-page-container
    .top-container
    .right
    .schedule-list
    .list
    .list-row:last-of-type {
    margin-bottom: 0;
  }
  .live-page-container
    .top-container
    .right
    .schedule-list
    .list
    .list-row
    .title {
    display: -webkit-box;
    width: calc(100% - 70px);
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .live-page-container .top-container .right .live-blog {
    background-color: #404040;
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    border-top-right-radius: 25px;
  }
  .live-page-container .top-container .right .live-blog .live-info .title,
  .live-page-container .top-container .right .live-blog .live-info .title a {
    display: -webkit-box;
    width: 100%;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .live-page-container .top-container .right .live-blog .live-blog-list {
    padding: 0 16px;
  }
  .live-page-container .bottom-container .programs-container .bottom {
    margin-top: 32px;
  }
  .live-page-container
    .bottom-container
    .popular-videos-container
    .content-row
    .standard-card,
  .live-page-container
    .bottom-container
    .programs-container
    .bottom
    .standard-card,
  .live-page-container
    .bottom-container
    .programs-container
    .top
    .standard-card,
  .live-page-container
    .bottom-container
    .recent-videos-container
    .content-row
    .standard-card {
    margin: 0 16px 16px 0;
  }
  .breaking-news-page-container
    .left
    .last-news-container
    .standard-card:nth-of-type(10),
  .breaking-news-page-container
    .left
    .last-news-container
    .standard-card:nth-of-type(5),
  .gallery-category-page-container
    .bottom-container
    .gallery-category-galleries-container
    .gallery-category-galleries-wrapper
    .row
    .standard-card:last-of-type,
  .gallery-page-container
    .bottom-container
    .gallery-list-container
    .gallery-list-wrapper
    .row
    .standard-card:last-of-type,
  .live-page-container
    .bottom-container
    .popular-videos-container
    .content-row
    .standard-card:nth-of-type(4),
  .live-page-container
    .bottom-container
    .programs-container
    .bottom
    .standard-card:nth-of-type(2),
  .live-page-container
    .bottom-container
    .programs-container
    .top
    .standard-card:nth-of-type(4),
  .live-page-container
    .bottom-container
    .recent-videos-container
    .content-row
    .standard-card:nth-of-type(4),
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-title-social-container
    .social-links-container
    ul
    li:last-of-type,
  .podcasts-page-container
    .bottom-container
    .podcast-list-container
    .podcast-list-wrapper
    .row
    .standard-card:last-of-type,
  .search-page-container
    .content-container
    .search-results-container
    .row
    .standard-card:last-of-type,
  .search-page-container
    .content-container
    form
    .search-input-row
    .search-input-column:last-of-type,
  .video-detail-page-container
    .top-container
    .title-container
    .social-links-container
    ul
    li:last-of-type,
  .weather-page-container
    .weather-news-container
    .row
    .standard-card:last-of-type {
    margin-right: 0;
  }
  .epg-page-container .content-container .right {
    border-left: 1px solid #adadad;
  }
  .search-page-container
    .content-container
    form
    .search-input-row
    .search-input-column,
  .video-detail-page-container .top-container .bottom-authors-container a {
    width: 25%;
  }
  .gallery-page-container
    .top-container
    .main-gallery-container
    .main-gallery-image-frame
    .gallery-icon,
  .gallery-page-container
    .top-container
    .main-gallery-container
    .main-gallery-image-frame
    .play-icon {
    top: 35%;
    left: 50%;
    transform: translate(-35%, -50%);
  }
  .gallery-page-container
    .top-container
    .main-gallery-container
    .last-galleries-container
    .last-galleries-wrapper
    .last-gallery-container
    .left {
    font-size: 48px;
    line-height: 56px;
  }
  .gallery-page-container .bottom-container .gallery-categories-container a {
    width: calc(20% - 20px);
    margin: 5px 10px;
    padding: 5px 10px;
  }
  .gallery-category-page-container
    .top-container
    .videos-widget-container
    .grey-box {
    display: block;
    width: 100vw;
    background-color: #242424;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    margin: 0 -50vw;
    z-index: -2;
    border-radius: 0;
  }
  .video-detail-page-container .top-container .title-container .title {
    width: calc(100% - 340px);
    margin-right: 20px;
  }
  .video-detail-page-container
    .top-container
    .title-container
    .social-links-container {
    width: max-content;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-title-social-container
    .social-links-container
    ul,
  .video-detail-page-container
    .top-container
    .title-container
    .social-links-container
    ul {
    list-style: none;
    display: flex;
    flex-flow: row nowrap;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-title-social-container
    .social-links-container
    ul
    li
    a
    span,
  .video-detail-page-container
    .top-container
    .title-container
    .social-links-container
    ul
    li
    a
    span {
    display: block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-title-social-container
    .social-links-container
    ul
    li
    a
    span.facebook,
  .video-detail-page-container
    .top-container
    .title-container
    .social-links-container
    ul
    li
    a
    span.facebook {
    background: url("../img/post-facebook-icon.svg") center/9px no-repeat
      #404040;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-title-social-container
    .social-links-container
    ul
    li
    a:hover
    span.facebook,
  .video-detail-page-container
    .top-container
    .title-container
    .social-links-container
    ul
    li
    a:hover
    span.facebook {
    background: url("urn:scrapbook:download:error:https://plagiostomous.com/lander/baykar-new/images/post-facebook-icon-hover.svg") center/9px
      no-repeat #cf1d39;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-title-social-container
    .social-links-container
    ul
    li
    a
    span.twitter,
  .video-detail-page-container
    .top-container
    .title-container
    .social-links-container
    ul
    li
    a
    span.twitter {
    background: url("../img/post-new-twitter-icon.svg") center/17px no-repeat
      #404040;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-title-social-container
    .social-links-container
    ul
    li
    a:hover
    span.twitter,
  .video-detail-page-container
    .top-container
    .title-container
    .social-links-container
    ul
    li
    a:hover
    span.twitter {
    background: url("urn:scrapbook:download:error:https://plagiostomous.com/lander/baykar-new/images/post-new-twitter-icon-hover.svg") center/17px
      no-repeat #cf1d39;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-title-social-container
    .social-links-container
    ul
    li
    a
    span.linkedin,
  .video-detail-page-container
    .top-container
    .title-container
    .social-links-container
    ul
    li
    a
    span.linkedin {
    background: url("../img/post-linkedin-icon.svg") center/17px no-repeat
      #404040;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-title-social-container
    .social-links-container
    ul
    li
    a:hover
    span.linkedin,
  .video-detail-page-container
    .top-container
    .title-container
    .social-links-container
    ul
    li
    a:hover
    span.linkedin {
    background: url("urn:scrapbook:download:error:https://plagiostomous.com/lander/baykar-new/images/post-linkedin-icon-hover.svg") center/17px
      no-repeat #cf1d39;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-title-social-container
    .social-links-container
    ul
    li
    a
    span.telegram,
  .video-detail-page-container
    .top-container
    .title-container
    .social-links-container
    ul
    li
    a
    span.telegram {
    background: url("../img/post-telegram-icon.svg") center/17px no-repeat
      #404040;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-title-social-container
    .social-links-container
    ul
    li
    a:hover
    span.telegram,
  .video-detail-page-container
    .top-container
    .title-container
    .social-links-container
    ul
    li
    a:hover
    span.telegram {
    background: url("urn:scrapbook:download:error:https://plagiostomous.com/lander/baykar-new/images/post-telegram-icon-hover.svg") center/17px
      no-repeat #cf1d39;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-title-social-container
    .social-links-container
    ul
    li
    a
    span.whatsapp,
  .video-detail-page-container
    .top-container
    .title-container
    .social-links-container
    ul
    li
    a
    span.whatsapp {
    background: url("../img/post-whatsapp-icon.svg") center/17px no-repeat
      #404040;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-title-social-container
    .social-links-container
    ul
    li
    a:hover
    span.whatsapp,
  .video-detail-page-container
    .top-container
    .title-container
    .social-links-container
    ul
    li
    a:hover
    span.whatsapp {
    background: url("urn:scrapbook:download:error:https://plagiostomous.com/lander/baykar-new/images/post-whatsapp-icon-hover.svg") center/17px
      no-repeat #cf1d39;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-title-social-container
    .social-links-container
    ul
    li
    a
    span.email,
  .video-detail-page-container
    .top-container
    .title-container
    .social-links-container
    ul
    li
    a
    span.email {
    background: url("../img/post-email-icon.svg") center/17px no-repeat
      #404040;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-title-social-container
    .social-links-container
    ul
    li
    a:hover
    span.email,
  .video-detail-page-container
    .top-container
    .title-container
    .social-links-container
    ul
    li
    a:hover
    span.email {
    background: url("urn:scrapbook:download:error:https://plagiostomous.com/lander/baykar-new/images/post-email-icon-hover.svg") center/17px no-repeat
      #cf1d39;
  }
  .video-detail-page-container .top-container .date-source-container {
    margin-top: 24px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-time-source-description-container
    .gallery-tags
    .title,
  .video-detail-page-container .top-container .video-tags .title {
    width: 60px;
    font-size: 14px;
    line-height: 32px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-time-source-description-container
    .gallery-tags
    .tags,
  .video-detail-page-container .top-container .video-tags .tags {
    width: calc(100% - 60px);
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-time-source-description-container
    .gallery-tags
    .tags
    a,
  .video-detail-page-container .top-container .video-tags .tags a {
    font-size: 14px;
    line-height: 20px;
    margin: 4px 8px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-time-source-description-container
    .gallery-author-wrapper
    div
    .author-name,
  .video-detail-page-container
    .top-container
    .next-videos-container
    .next-videos-wrapper
    a
    .next-video
    .text-frame {
    font-size: 18px;
    line-height: 28px;
  }
  .video-detail-page-container .bottom-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
  }
  .video-detail-page-container .bottom-container .recent-videos-container {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
  .video-detail-page-container
    .bottom-container
    .recent-videos-container
    > .title {
    font-family: TRT-Bold, sans-serif;
    letter-spacing: -1px;
    color: #fff;
    margin-bottom: 24px;
  }
  .video-detail-page-container
    .bottom-container
    .most-view-videos-container
    > .title
    i,
  .video-detail-page-container
    .bottom-container
    .recent-videos-container
    > .title
    i {
    float: left;
    display: block;
    margin: 9px 16px 0 0;
    background-color: #cf1d39;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .video-detail-page-container
    .bottom-container
    .recent-videos-container
    .content-row
    .content-row-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .video-detail-page-container
    .bottom-container
    .most-view-videos-container
    > .title {
    font-family: TRT-Bold, sans-serif;
    letter-spacing: -1px;
    color: #fff;
  }
  .video-detail-page-container
    .bottom-container
    .most-view-videos-container
    .content-row
    .content-row-wrapper
    .standard-card:first-of-type
    .image-frame
    .play-icon {
    width: 66px;
    height: 66px;
  }
  .video-detail-page-container
    .bottom-container
    .most-view-videos-container
    .content-row
    .content-row-wrapper
    .standard-card
    .image-frame
    .play-icon {
    width: 40px;
    height: 40px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-title-social-container
    .main-photo-title {
    width: calc(100% - 300px);
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-title-social-container
    .social-links-container {
    display: block;
    width: max-content;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .bottom-container
    .gallery-photo-container
    .text-frame
    .counter {
    height: 92px;
    font-size: 72px;
    line-height: 92px;
    padding-top: 4px;
  }
  .search-page-container
    .content-container
    form
    .search-input-row
    .search-input-column:first-of-type {
    margin-left: 0;
  }
  .author-post-page-container .top-container .author-pages-buttons-container a {
    height: 35px;
    font-size: 18px;
    line-height: 28px;
  }
  .weather-page-container
    .bottom
    .left
    .tab-content
    .tab-pane
    .tab-pane-top
    .city-info {
    font-size: 24px;
    line-height: 36px;
  }
  .weather-page-container
    .bottom
    .left
    .tab-content
    .tab-pane
    .tab-pane-top
    .weather-detail
    ul {
    font-size: 14px;
    line-height: 24px;
  }
  .weather-page-container .weather-news-container .row .standard-card {
    margin: 0 24px 24px 0 !important;
  }
  .program-episodes-page-container .title-container .title {
    width: calc(100% - 356px);
    margin-right: 20px;
  }
  .container .contact-page-container .contact-info-form-wrapper {
    width: 672px;
  }
  .city-news-page-container .page-title {
    float: left;
    width: calc(100% - 250px);
  }
  .city-news-page-container .city-list-container {
    float: right;
    width: 250px;
  }
  .live-blog-detail-container {
    height: 440px;
  }
  .live-blog-detail-container .live-blog-content-wrapper .live-blog-title,
  .tag-news-page-header-container
    .tag-news-page-header-content-wrapper
    .tag-news-page-header-title {
    font-size: 64px;
    line-height: 66px;
  }
  .live-blog-detail-container .live-blog-content-wrapper .live-blog-description,
  .live-blog-detail-container .live-blog-content-wrapper .live-blog-title,
  .tag-news-page-header-container
    .tag-news-page-header-content-wrapper
    .tag-news-page-header-description,
  .tag-news-page-header-container
    .tag-news-page-header-content-wrapper
    .tag-news-page-header-title {
    width: 70%;
  }
  .tag-news-page-header-container
    .tag-news-page-header-content-wrapper
    .tag-news-page-header-title
    i {
    width: 32px;
    height: 32px;
    margin: 18px 16px 0 0;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
@media (min-width: 1270.1px) {
  .top-menu-container,
  .top-menu-placeholder {
    height: 80px;
  }
  .top-menu-container .top-menu-wrapper {
    width: 100%;
    height: 80px;
    margin: 0 auto;
  }
  .top-menu-container .top-menu-wrapper .logo {
    margin: 24px 20px 24px 0;
  }
  .top-menu-container .top-menu-wrapper .header-special-icon {
    margin: 24px 20px 24px -10px;
  }
  .top-menu-container .top-menu-wrapper ul.top-menu-left li a,
  .top-menu-container .top-menu-wrapper ul.top-menu-right li a {
    margin: 28px 0 25px;
  }
  .top-menu-weather-container {
    padding: 28px 0 0;
  }
  .top-menu-container
    .top-menu-wrapper
    ul.top-menu-right
    .top-menu-search-container
    img {
    top: 16px;
    right: 16px;
  }
  .top-menu-container
    .top-menu-wrapper
    ul.top-menu-right
    .top-menu-search-container
    .top-menu-search-icon {
    top: 17px;
    right: 38px;
  }
  .top-menu-container
    .top-menu-wrapper
    ul.top-menu-right
    .top-menu-search-container
    input[type="text"] {
    height: 60px;
    font-size: 20px;
    line-height: 60px;
  }
  .top-menu-container
    .top-menu-wrapper
    ul.top-menu-right
    .top-menu-search-container
    input[type="button"] {
    margin: 15px;
  }
  .sub-menu-container .sub-menu-wrapper {
    margin: 0 auto;
  }
  .special-news-widget-container,
  .special-news-widget-container .special-news-slider,
  .special-news-widget-container .special-news-slider .slide {
    height: 600px;
  }
  .special-news-widget-container
    .special-news-widget-content
    .special-news-widget-wrapper {
    padding-bottom: 56px;
  }
  .live-blog-detail-container .live-blog-content-wrapper .live-blog-title,
  .special-news-widget-container
    .special-news-widget-content
    .special-news-widget-wrapper
    a
    .special-news-title,
  .tag-news-page-header-container
    .tag-news-page-header-content-wrapper
    .tag-news-page-header-title {
    line-height: 64px;
  }
  .special-news-widget-container
    .special-news-widget-content
    .special-news-widget-wrapper
    a
    .special-news-description,
  .special-news-widget-container
    .special-news-widget-content
    .special-news-widget-wrapper
    a
    .special-news-title {
    width: 50%;
  }
  .special-news-widget-container
    .special-news-widget-content
    .special-news-widget-wrapper
    .special-news-contents {
    margin-top: 56px;
  }
  .special-news-widget-container
    .special-news-widget-content
    .special-news-widget-wrapper
    .special-news-contents
    a
    .special-news-content {
    margin-right: 32px;
  }
  .special-news-widget-container
    .special-news-widget-content
    .special-news-widget-wrapper
    .special-news-contents
    a
    .special-news-content
    .special-news-content-title {
    width: 240px;
    font-size: 18px;
    line-height: 22px;
  }
  .live-widget-container .live-widget-wrapper .left .live-title,
  .live-widget-container .live-widget-wrapper .left .live-title a {
    font-size: 38px;
    line-height: 56px;
  }
  .live-widget-container .live-widget-wrapper .left .live-description,
  .live-widget-container .live-widget-wrapper .left .live-description a {
    font-size: 20px;
    line-height: 28px;
    margin-top: 5px;
  }
  .epg-page-container .content-container .right .standard-card,
  .last-news-widget-container .last-news-title,
  .live-page-container .top-container .right .schedule-list > .title,
  .two-column-widget-container .two-column-widget-wrapper .column > .title,
  .video-detail-page-container
    .bottom-container
    .most-view-videos-container
    > .title {
    margin-bottom: 24px;
  }
  .default-page-container .list-container > .title i,
  .default-page-container .title-container > .page-title i,
  .default-page-container > .page-title i,
  .gallery-category-page-container
    .bottom-container
    .gallery-category-galleries-container
    .title-container
    > .title
    i,
  .gallery-category-page-container
    .bottom-container
    .gallery-category-galleries-container
    > .title
    i,
  .gallery-page-container
    .bottom-container
    .category-galleries-container
    > .title
    i,
  .gallery-page-container
    .bottom-container
    .gallery-list-container
    .title-container
    > .title
    i,
  .gallery-page-container .bottom-container .gallery-list-container > .title i,
  .gallery-page-container
    .top-container
    .main-gallery-container
    .main-gallery-content-wrapper
    .page-title
    i,
  .gallery-widget-container > .title i,
  .gallery-widget-container > .title-container .title i,
  .headline-widget-container > .title i,
  .topics-widget-container > .title i,
  .video-detail-page-container
    .bottom-container
    .most-view-videos-container
    > .title
    i,
  .video-detail-page-container
    .bottom-container
    .recent-videos-container
    > .title
    i,
  .videos-widget-container > .title i,
  .videos-widget-container > .title-container .title i {
    width: 32px;
    height: 32px;
  }
  .default-widget-container .default-widget-wrapper .top-left,
  .headline-widget-container .headline-widget-wrapper .left,
  .live-page-container .top-container .left,
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .bottom-container
    .gallery-photo-container
    .text-frame
    .counter {
    margin-right: 24px;
  }
  .default-widget-container
    .default-widget-wrapper
    .top-left
    .standard-left-thumb-card-xl
    .text-frame
    .description,
  .default-widget-container
    .default-widget-wrapper
    .top-left
    .standard-right-thumb-card-xl
    .text-frame
    .description,
  .default-widget-container
    .default-widget-wrapper
    .top-right
    .standard-left-thumb-card-xl
    .text-frame
    .description,
  .headline-widget-container
    .headline-widget-wrapper
    .left
    .top
    .standard-left-thumb-card-xl
    .text-frame
    .description,
  .videos-widget-container
    .videos-widget-wrapper
    .top
    .standard-right-thumb-card-xxl
    .text-frame
    .description {
    display: block;
  }
  .default-widget-container .default-widget-wrapper .bottom,
  .headline-widget-container .headline-widget-wrapper .left .bottom,
  .two-column-widget-container .two-column-widget-wrapper .column .bottom {
    margin-top: 24px;
  }
  .default-widget-container,
  .four-column-widget-container,
  .gallery-widget-container,
  .interactive-widget-container,
  .live-page-container .bottom-container .popular-videos-container,
  .live-page-container .bottom-container .programs-container,
  .live-page-container .bottom-container .recent-videos-container,
  .two-column-widget-container {
    margin-top: 80px;
  }
  .default-widget-container .title-container .title i,
  .default-widget-container > .title i,
  .interactive-widget-container > .title i,
  .interactive-widget-container > .title-container .title i {
    width: 32px;
    height: 32px;
    margin: 13px 16px 0 0;
  }
  .videos-widget-container .red-box {
    left: -48px;
  }
  .category-page-container .bottom-container,
  .videos-widget-container .videos-widget-wrapper .bottom {
    margin-top: 40px;
  }
  .videos-widget-container
    .videos-widget-wrapper
    .bottom
    .news-container
    .standard-card
    .image-frame
    .play-icon {
    width: 40px;
    height: 40px;
  }
  .interactive-widget-container > .title,
  .interactive-widget-container > .title-container .title {
    margin-bottom: 20px;
  }
  .interactive-widget-container > .title a,
  .interactive-widget-container > .title-container .title a {
    font-size: 48px;
    line-height: 64px;
  }
  .two-column-widget-container .two-column-widget-wrapper .column,
  .two-column-widget-container
    .two-column-widget-wrapper
    .column
    .bottom
    .standard-card {
    width: calc(50% - 12px);
  }
  .news-detail-container .left .news-content-container {
    padding: 50px 0;
  }
  .news-detail-container
    .left
    .news-content-container
    .news-info-bar
    .source-date-container
    .created-date
    time.updated-date-content {
    display: none;
  }
  .default-page-container .title-container > .page-title,
  .default-page-container > .page-title {
    font-size: 48px;
  }
  .category-page-container .bottom-container .left {
    padding-top: 40px;
  }
  .live-page-container
    .top-container
    .right
    .live-blog
    .live-blog-list
    .list
    .list-row,
  .live-page-container .top-container .right .live-info .info .title,
  .live-page-container .top-container .right .live-info .tag {
    margin-bottom: 16px;
  }
  .live-page-container .top-container .right .live-info .info .time {
    font-size: 28px;
    line-height: 40px;
  }
  .live-page-container .top-container .right .schedule-list .list .list-row {
    margin-bottom: 12px;
  }
  .live-page-container .top-container .right .live-blog .live-info .title,
  .live-page-container .top-container .right .live-blog .live-info .title a {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -1px;
  }
  .gallery-page-container
    .bottom-container
    .category-galleries-container
    > .title,
  .live-page-container .bottom-container .popular-videos-container > .title,
  .live-page-container .bottom-container .programs-container > .title,
  .live-page-container .bottom-container .recent-videos-container > .title,
  .video-detail-page-container
    .bottom-container
    .most-view-videos-container
    > .title,
  .video-detail-page-container
    .bottom-container
    .recent-videos-container
    > .title {
    font-size: 48px;
    line-height: 56px;
  }
  .live-page-container .bottom-container .popular-videos-container > .title i,
  .live-page-container .bottom-container .programs-container > .title i,
  .live-page-container .bottom-container .recent-videos-container > .title i {
    width: 32px;
    height: 32px;
    margin: 10px 16px 0 0;
  }
  .live-page-container
    .bottom-container
    .popular-videos-container
    .content-row
    .standard-card,
  .live-page-container
    .bottom-container
    .programs-container
    .bottom
    .standard-card,
  .live-page-container
    .bottom-container
    .programs-container
    .top
    .standard-card,
  .live-page-container
    .bottom-container
    .recent-videos-container
    .content-row
    .standard-card,
  .podcasts-page-container
    .bottom-container
    .podcast-list-container
    .podcast-list-wrapper
    .row
    .standard-card,
  .search-page-container
    .content-container
    .search-results-container
    .row
    .standard-card {
    margin: 0 24px 24px 0;
  }
  .live-page-container
    .bottom-container
    .popular-videos-container
    .content-row
    .standard-card
    .image-frame.with-icon
    a
    .play-icon,
  .live-page-container
    .bottom-container
    .recent-videos-container
    .content-row
    .standard-card
    .image-frame.with-icon
    a
    .play-icon {
    width: 66px;
    height: 66px;
  }
  .epg-page-container .content-container .left .epg-list-header,
  .program-episodes-page-container .title-container,
  .video-detail-page-container .top-container .description,
  .video-detail-page-container .top-container .next-videos-container {
    margin-bottom: 32px;
  }
  .gallery-page-container
    .top-container
    .main-gallery-container
    .main-gallery-image-frame
    .gallery-icon,
  .gallery-page-container
    .top-container
    .main-gallery-container
    .main-gallery-image-frame
    .play-icon {
    width: 100px;
    height: 100px;
  }
  .gallery-page-container
    .top-container
    .main-gallery-container
    .main-gallery-content-wrapper
    .page-title {
    font-size: 48px;
    line-height: 56px;
    margin-top: 40px;
  }
  .gallery-page-container
    .top-container
    .main-gallery-container
    .main-gallery-content-wrapper
    .main-gallery-description {
    margin-top: 16px;
  }
  .gallery-page-container
    .top-container
    .main-gallery-container
    .main-gallery-content-wrapper
    .main-gallery-description
    a {
    -webkit-line-clamp: 4;
  }
  .gallery-page-container
    .top-container
    .main-gallery-container
    .last-galleries-container {
    bottom: 32px;
  }
  .gallery-page-container
    .top-container
    .main-gallery-container
    .last-galleries-container
    .last-galleries-wrapper
    .last-gallery-container
    .right {
    width: 220px;
    height: 228px;
  }
  .gallery-page-container
    .top-container
    .main-gallery-container
    .last-galleries-container
    .last-galleries-wrapper
    .last-gallery-container
    .right
    .image-frame {
    height: 120px;
  }
  .gallery-page-container
    .top-container
    .main-gallery-container
    .last-galleries-container
    .last-galleries-wrapper
    .last-gallery-container
    .right
    .text-frame
    .title
    a {
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
  }
  .author-post-page-container .top-container .author-pages-buttons-container a,
  .gallery-page-container .bottom-container .gallery-categories-container a {
    height: 40px;
    font-size: 20px;
    line-height: 35px;
  }
  .gallery-page-container
    .bottom-container
    .category-galleries-container
    .content-row
    .content-row-wrapper
    .standard-card
    .image-frame.with-icon
    a
    .gallery-icon,
  .gallery-page-container
    .bottom-container
    .category-galleries-container
    .content-row
    .content-row-wrapper
    .standard-card
    .image-frame.with-icon
    a
    .play-icon {
    width: 53px;
    height: 53px;
  }
  .gallery-category-page-container.photo-gallery-category-page-container
    .top-container
    .videos-widget-container
    .yellow-box {
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .bottom-container
    .gallery-photo-container
    .text-frame,
  .video-detail-page-container .top-container .player-container {
    margin-top: 32px;
  }
  .video-detail-page-container
    .top-container
    .next-videos-container
    .next-videos-wrapper
    a
    .next-video
    .image-frame {
    width: 220px;
    height: 124px;
    margin-right: 30px;
  }
  .video-detail-page-container
    .top-container
    .next-videos-container
    .next-videos-wrapper
    a
    .next-video
    .image-frame
    .play-icon {
    width: 46px;
    height: 46px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .gradient-bottom,
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .gradient-top {
    height: 300px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-title-social-container
    .main-photo-title {
    font-size: 42px;
    line-height: 52px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-title-social-container
    .social-links-container {
    margin-top: 10px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .bottom-container
    .gallery-photo-container
    .text-frame
    .title-description-container
    .description {
    font-size: 20px;
    line-height: 28px;
  }
  .breaking-news-page-container
    .left
    .last-news-container
    .standard-card
    .text-frame
    .title
    a {
    font-size: 16px;
    line-height: 24px;
  }
  .breaking-news-page-container
    .left
    .category-last-news-container
    .standard-card
    .text-frame
    .date
    a {
    font-size: 18px;
    line-height: 28px;
  }
  .weather-page-container .bottom .left .weather-status-container ul li {
    width: 25%;
  }
  .weather-warning-page-container .breadcrumbs {
    margin: -35px 0 20px;
  }
  .weather-warning-page-container .weather-icons-container {
    flex-flow: row nowrap;
  }
  .weather-warning-page-container .weather-icons-container .weather-icon {
    width: calc(8.33% - 10px);
    margin: 0 5px;
  }
  .weather-warning-page-container .weather-icons-container .weather-icon span {
    font-size: 13px;
    line-height: 16px;
  }
  .container .contact-page-container .contact-info-form-wrapper {
    width: 813px;
  }
  .live-blog-detail-container {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .special-news-widget-container
    .special-news-widget-content
    .special-news-widget-wrapper
    a
    .special-news-tag {
    margin-bottom: 4px;
  }
  .live-blog-detail-container .live-blog-content-wrapper .live-blog-title,
  .special-news-widget-container
    .special-news-widget-content
    .special-news-widget-wrapper
    a
    .special-news-title,
  .tag-news-page-header-container
    .tag-news-page-header-content-wrapper
    .tag-news-page-header-title {
    font-size: 44px;
    line-height: 44px;
    margin-bottom: 12px;
  }
  .live-blog-detail-container .live-blog-content-wrapper .live-blog-description,
  .special-news-widget-container
    .special-news-widget-content
    .special-news-widget-wrapper
    a
    .special-news-description,
  .tag-news-page-header-container
    .tag-news-page-header-content-wrapper
    .tag-news-page-header-description {
    font-size: 14px;
    line-height: 20px;
  }
  .special-news-widget-container
    .special-news-widget-content
    .special-news-widget-wrapper
    .special-news-contents {
    display: flex;
    flex-flow: column nowrap;
    margin-top: 24px;
  }
  .special-news-widget-container
    .special-news-widget-content
    .special-news-widget-wrapper
    .special-news-contents
    a {
    margin-top: 16px;
  }
  .special-news-widget-container
    .special-news-widget-content
    .special-news-widget-wrapper
    .special-news-contents
    a:first-of-type {
    margin-top: 0;
  }
  .special-news-widget-container
    .special-news-widget-content
    .special-news-widget-wrapper
    .special-news-contents
    a
    .special-news-content
    .special-news-content-title {
    width: calc(100% - 132px);
  }
  .live-stream-player-bottom-ads-container-desktop {
    display: none;
  }
  .live-stream-player-bottom-ads-container-mobile {
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    margin-top: 32px;
  }
}
@media (max-width: 1040px) {
  .breaking-news-page-container .right,
  .category-page-container .bottom-container .right,
  .epg-page-container .content-container .right,
  .gallery-widget-container .gallery-widget-wrapper > .left .bottom .right,
  .masthead-ads-container,
  .news-detail-container
    .left
    .news-content-container
    .news-info-bar
    .source-date-container
    .updated-date,
  .news-detail-container .right,
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-title-social-container
    .social-links-container,
  .program-episodes-page-container .title-container .social-links-container,
  .top-menu-container .top-menu-wrapper ul.top-menu-left,
  .top-menu-container
    .top-menu-wrapper
    ul.top-menu-right
    li:last-of-type
    a
    .text,
  .video-detail-page-container .bottom-container,
  .video-detail-page-container
    .top-container
    .title-container
    .social-links-container,
  .weather-page-container .bottom .right,
  .weather-page-container .top .top-row .search-form {
    display: none;
  }
  .mobile-masthead-ads-container {
    width: 100%;
    min-height: 100px;
    margin-top: 16px;
  }
  .top-menu-container .mega-menu-button {
    float: left;
    display: block;
    background: url("../img/mega-menu-icon-mobile.svg") center/12px no-repeat
      #cf1d39;
    width: 48px;
    height: 48px;
  }
  .top-menu-container .mega-menu-button.menu-open {
    background-image: url("");
  }
  .top-menu-container .top-menu-wrapper {
    width: 100%;
    height: 48px;
  }
  .top-menu-container .top-menu-wrapper .logo {
    float: left;
    width: 114.4px;
    height: 20px;
    margin: 15px 10px 13px 0;
  }
  .top-menu-container .top-menu-wrapper .header-special-icon {
    float: left;
    width: 13px;
    height: 20px;
    margin: 15px 0 13px -5px;
  }
  .top-menu-weather-container .city-list {
    right: 12px;
  }
  .top-menu-container .top-menu-wrapper ul.top-menu-right li a {
    height: 24px;
    margin: 12px 0;
    padding: 0 12px;
  }
  .top-menu-right .top-menu-search-container {
    display: none;
    top: 7px;
    left: -170px;
  }
  .top-menu-container
    .top-menu-wrapper
    ul.top-menu-right
    .top-menu-search-container
    img {
    width: 24px;
    height: 24px;
    top: 5px;
    right: 5px;
  }
  .top-menu-container
    .top-menu-wrapper
    ul.top-menu-right
    .top-menu-search-container
    .top-menu-search-icon {
    width: 3px;
    height: 3px;
    top: 3px;
    right: 28px;
  }
  .mobile-mega-menu-container
    .search-container
    .header-menu-search-icon
    div:after,
  .top-menu-container
    .top-menu-wrapper
    ul.top-menu-right
    .top-menu-search-container
    .top-menu-search-icon
    div:after {
    top: 5px;
    left: 13px;
    width: 1px;
    height: 5px;
  }
  .top-menu-container
    .top-menu-wrapper
    ul.top-menu-right
    .top-menu-search-container
    input[type="text"] {
    width: 300px;
    height: 34px;
    font-size: 16px;
    line-height: 34px;
    padding: 12px 35px 6px 13px;
  }
  .top-menu-container
    .top-menu-wrapper
    ul.top-menu-right
    .top-menu-search-container
    input[type="button"] {
    margin: 2px;
  }
  .mobile-mega-menu-container {
    display: none;
    width: 100%;
    /* height: calc(100% - 48px); */
    position: fixed;
    top: 48px;
    left: 0;
    background-color: #fff;
    overflow-y: scroll;
    padding: 24px;
    z-index: 99999999999;
  }
  .mobile-mega-menu-container.search-panel {
    height: 90px;
    overflow-y: hidden;
  }
  .mobile-mega-menu-container .search-container {
    width: 100%;
    position: relative;
    margin-bottom: 12px;
  }
  .mobile-mega-menu-container .search-container img {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 16px;
    height: 16px;
  }
  .mobile-mega-menu-container .search-container .header-menu-search-icon {
    position: absolute;
    width: 3px;
    height: 3px;
    top: 7px;
    right: 30px;
  }
  .mobile-mega-menu-container .search-container input[type="text"] {
    width: 100%;
    height: 40px;
    border: none;
    background-color: #ececec;
    font-size: 16px;
    line-height: 24px;
    color: #929292;
    padding: 8px 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .mobile-mega-menu-container .search-container input[type="button"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: none;
    margin: 0;
    padding: 0;
    background: 0 0;
  }
  .mobile-mega-menu-container ul.mobile-menu {
    list-style: none;
    width: 100%;
  }
  .mobile-mega-menu-container ul.mobile-menu li {
    width: 100%;
    border-bottom: 1px solid #ececec;
  }
  .mobile-mega-menu-container ul.mobile-menu li a {
    display: block;
    width: max-content;
    padding: 12px 0;
    font-family: NotoSans-Bold, sans-serif;
    font-size: 14px;
    line-height: 28px;
    color: #1d1d1b;
  }
  .mobile-mega-menu-container ul.mobile-menu li.sub a {
    color: #adadad;
  }
  .mobile-mega-menu-container ul.mobile-menu li.sub ul.dropdown {
    list-style: none;
    margin-top: 8px;
  }
  .mobile-mega-menu-container ul.mobile-menu li.sub ul.dropdown li {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    border-bottom: none;
  }
  .mobile-mega-menu-container ul.mobile-menu li.sub ul.dropdown li i {
    display: block;
    color: #cf1d39;
    width: 8px;
    height: 24px;
    margin: 12px 16px 12px 0;
  }
  .mobile-mega-menu-container ul.mobile-menu li.sub ul.dropdown li a {
    display: block;
    width: max-content;
    padding: 12px 0;
    color: #1d1d1b;
    font-family: NotoSans-Medium, sans-serif;
    font-size: 12px;
    line-height: 24px;
  }
  .sub-menu-container .sub-menu-wrapper {
    height: 48px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .live-page-container
    .top-container
    .right
    .schedule-list
    .list
    .list-row
    .title,
  .program-episodes-page-container
    .mobile-social-links-container
    .social-links-container,
  .sub-menu-container .sub-menu-wrapper ul.sub-menu {
    width: max-content;
  }
  .live-widget-container.mobile-masthead-margin,
  .special-news-widget-container.mobile-masthead-margin,
  .tag-news-page-header-container {
    margin-top: 16px;
  }
  .live-blog-detail-container .live-blog-content-wrapper .live-blog-title,
  .special-news-widget-container
    .special-news-widget-content
    .special-news-widget-wrapper
    a
    .special-news-title {
    width: 100%;
    letter-spacing: -1px;
  }
  .breaking-news-page-container .left,
  .category-page-container .media-news-container .media-card,
  .container .contact-page-container .contact-info-form-wrapper,
  .epg-page-container .content-container .left,
  .live-blog-detail-container .live-blog-content-wrapper .live-blog-description,
  .live-page-container .top-container .right,
  .special-news-widget-container
    .special-news-widget-content
    .special-news-widget-wrapper
    a
    .special-news-description,
  .two-column-widget-container .two-column-widget-wrapper .column,
  .video-detail-page-container
    .mobile-bottom-container
    .most-view-videos-container
    .content-row,
  .video-detail-page-container
    .mobile-bottom-container
    .recent-videos-container
    .content-row,
  .video-detail-page-container .top-container .title-container .title,
  .weather-page-container .bottom .left,
  .weather-page-container .top .top-row .city-list-container {
    width: 100%;
  }
  .live-widget-container .live-widget-wrapper .left .live-description,
  .live-widget-container .live-widget-wrapper .left .live-description a,
  .weather-page-container
    .bottom
    .left
    .tab-content
    .tab-pane
    .tab-pane-top
    .city-info {
    font-size: 20px;
    line-height: 28px;
  }
  .last-news-widget-container .last-news-title,
  .most-read-news-widget-container .most-read-news-title,
  .two-column-widget-container .two-column-widget-wrapper .column > .title {
    margin-bottom: 20px;
  }
  .fold-widget-container .fold-widget-wrapper,
  .headline-widget-container .headline-widget-wrapper,
  .headline-widget-container .headline-widget-wrapper .left .bottom,
  .live-page-container .top-container,
  .two-column-widget-container .two-column-widget-wrapper {
    flex-flow: column nowrap;
  }
  .fold-widget-container .fold-widget-wrapper .special-hero-related-card {
    width: 100%;
    height: auto;
    order: 1;
  }
  .fold-widget-container .fold-widget-wrapper .last-news-widget-container {
    width: 100vw;
    height: auto;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 32px;
    order: 3;
  }
  .fold-widget-container
    .fold-widget-wrapper
    .last-news-widget-container
    .last-news-list-container {
    overflow-x: auto;
  }
  .headline-widget-container > .title a {
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .default-widget-container .title-container .title i,
  .default-widget-container > .title i,
  .headline-widget-container > .title i {
    width: 12px;
    height: 12px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .headline-widget-container .headline-widget-wrapper .right {
    height: auto;
  }
  .default-widget-container .title-container .title,
  .default-widget-container .title-container .title a,
  .default-widget-container > .title,
  .default-widget-container > .title a,
  .gallery-widget-container > .title,
  .gallery-widget-container > .title a,
  .gallery-widget-container > .title-container .title,
  .gallery-widget-container > .title-container .title a,
  .interactive-widget-container > .title,
  .interactive-widget-container > .title a,
  .interactive-widget-container > .title-container .title,
  .interactive-widget-container > .title-container .title a,
  .topics-widget-container > .title,
  .videos-widget-container > .title,
  .videos-widget-container > .title a,
  .videos-widget-container > .title-container .title,
  .videos-widget-container > .title-container .title a {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .gallery-widget-container > .title i,
  .gallery-widget-container > .title-container .title i,
  .interactive-widget-container > .title i,
  .interactive-widget-container > .title-container .title i,
  .topics-widget-container > .title i,
  .videos-widget-container > .title i,
  .videos-widget-container > .title-container .title i {
    width: 12px;
    height: 12px;
    margin: 3px 8px 0 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .default-widget-container
    .title-container
    .local-news-city-selector-container
    span.selected-city {
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
  }
  .default-widget-container
    .title-container
    .local-news-city-selector-container
    .local-news-city-list {
    top: 21px;
    height: 150px;
  }
  .gallery-page-container
    .top-container
    .main-gallery-container
    .main-gallery-content-wrapper
    .main-gallery-description
    a,
  .gallery-widget-container
    .gallery-widget-wrapper
    > .left
    .bottom
    .left
    .text-frame
    .description
    a,
  .gallery-widget-container > .title-container .subtitle,
  .interactive-widget-container > .title-container .subtitle,
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .bottom-container
    .gallery-photo-container
    .text-frame
    .title-description-container
    .description,
  .videos-widget-container > .title-container .subtitle,
  .weather-page-container
    .bottom
    .left
    .tab-content
    .tab-pane
    .tab-pane-top
    .weather-detail
    ul {
    font-size: 14px;
    line-height: 20px;
  }
  .videos-widget-container > .title-container > .external-url {
    font-family: TRT-Bold, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
  }
  .videos-widget-container .red-box {
    width: 100vw;
    left: 50%;
    right: 50%;
    margin: 0 -50vw;
  }
  .gallery-widget-container .grey-box,
  .videos-widget-container .grey-box {
    width: 100vw;
    height: 100%;
    background-color: #f8f8f8;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    margin: 0 -50vw;
    z-index: -2;
  }
  .category-page-container .bottom-container .left .news-container,
  .category-page-container .media-news-container,
  .gallery-widget-container .gallery-widget-wrapper > .left,
  .gallery-widget-container .gallery-widget-wrapper > .left .bottom,
  .gallery-widget-container .gallery-widget-wrapper > .left .bottom .left,
  .gallery-widget-container .gallery-widget-wrapper > .left .top,
  .gallery-widget-container .gallery-widget-wrapper > .right,
  .live-page-container .top-container .left,
  .news-detail-container .left,
  .video-detail-page-container
    .mobile-bottom-container
    .most-view-videos-container,
  .video-detail-page-container
    .mobile-bottom-container
    .recent-videos-container,
  .videos-widget-container .videos-widget-wrapper .bottom {
    width: 100%;
    height: auto;
  }
  .gallery-widget-container .yellow-box {
    width: 100vw;
    height: 82%;
    left: 50%;
    right: 50%;
    margin: 0 -50vw;
  }
  .gallery-widget-container .gallery-widget-wrapper,
  .gallery-widget-container .gallery-widget-wrapper > .left .bottom {
    display: flex;
    flex-flow: column nowrap;
  }
  .gallery-widget-container
    .gallery-widget-wrapper
    > .left
    .bottom
    .left
    .text-frame
    .title {
    margin-top: 4px;
  }
  .gallery-widget-container
    .gallery-widget-wrapper
    > .left
    .bottom
    .left
    .text-frame
    .title
    a {
    font-size: 28px;
    line-height: 36px;
  }
  .gallery-widget-container
    .gallery-widget-wrapper
    > .left
    .bottom
    .left
    .text-frame
    .title
    a.hover,
  .video-detail-page-container
    .mobile-bottom-container
    .most-view-videos-container
    .content-row
    .content-row-wrapper
    .standard-card
    .text-frame
    .title
    a.hover,
  .video-detail-page-container
    .mobile-bottom-container
    .recent-videos-container
    .content-row
    .content-row-wrapper
    .standard-card
    .text-frame
    .title
    a.hover {
    color: #cf1d39;
  }
  .gallery-widget-container
    .gallery-widget-wrapper
    > .left
    .bottom
    .left
    .text-frame
    .description
    a.hover {
    opacity: 0.6;
  }
  .gallery-widget-container .gallery-widget-wrapper > .right .news-container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .news-detail-container .left .news-content-container {
    padding: 80px 0;
  }
  .news-detail-container
    .left
    .news-content-container
    .authors-read-time-container
    .authors-container,
  .search-page-container .content-container .search-input-row,
  .weather-page-container .weather-news-container .row {
    flex-flow: row wrap;
  }
  .news-detail-container
    .left
    .news-content-container
    .news-content
    .related-news
    .related-news-image
    img {
    max-width: none;
    width: auto;
    height: 100%;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .news-detail-container .left .mobile-news-progress-bar-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ccc;
    z-index: 9999;
  }
  .news-detail-container
    .left
    .mobile-news-progress-bar-container
    .mobile-news-progress-bar {
    width: 0;
    height: 3px;
    background: #cf1d39;
  }
  .news-detail-container .left .mobile-next-news {
    display: none;
    width: 100%;
    height: 55px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    border-top: 1px solid #d3d3d3;
    z-index: 9999;
  }
  .news-detail-container .left .mobile-next-news > .mobile-next-news-header {
    width: 100%;
    height: 25px;
    padding: 5px 10px;
    font-family: NotoSans-Black, sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #cf1d39;
  }
  .news-detail-container .left .mobile-next-news > .mobile-next-news-title {
    width: 100%;
    height: 20px;
    font-family: TRT-Bold, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #1d1d1b;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .default-page-container .title-container,
  .default-page-container > .page-title {
    margin-bottom: 24px;
  }
  .default-page-container > .page-description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .category-page-container .top-container > .last-news-widget-container {
    width: 100vw;
    height: auto;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .category-page-container .bottom-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column nowrap;
  }
  .category-page-container .bottom-container .left {
    width: 100%;
    height: auto;
    padding-top: 32px;
  }
  .category-page-container .media-news-container .media-cards-wrap {
    position: relative;
    padding: 0;
    list-style-type: none;
    display: none;
  }
  .category-page-container .media-news-container .media-cards-wrap li {
    display: block;
    opacity: 0;
    list-style-type: none;
    float: left;
    cursor: pointer;
  }
  .category-page-container
    .media-news-container
    .media-cards-wrap.wookmark-initialised.animated
    li {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .category-page-container
    .media-news-container
    .media-cards-wrap.wookmark-initialised
    li {
    opacity: 1;
  }
  .category-page-container
    .media-news-container
    .media-cards-wrap
    li.wookmark-inactive {
    visibility: hidden;
    opacity: 0;
  }
  .live-page-container .top-container .right .live-blog .live-blog-list,
  .live-page-container .top-container .right .live-info,
  .live-page-container .top-container .right .schedule-list {
    padding: 12px 16px;
    margin-bottom: 8px;
  }
  .live-page-container .top-container .right .live-info .info {
    flex-flow: row nowrap;
    align-items: center;
  }
  .live-page-container .top-container .right .live-info .info .title {
    font-family: NotoSans-Black, sans-serif;
    color: #fff;
    order: 2;
  }
  .epg-page-container .content-container .left .epg-list-header {
    margin-bottom: 16px;
  }
  .gallery-page-container
    .top-container
    .main-gallery-container
    .main-gallery-content-wrapper
    .main-gallery-description {
    margin-top: 12px;
  }
  .gallery-page-container
    .top-container
    .main-gallery-container
    .last-galleries-container
    .last-galleries-wrapper
    .last-gallery-container
    .left {
    font-size: 48px;
    line-height: 56px;
  }
  .gallery-page-container .bottom-container .gallery-categories-container a {
    height: 30px;
    margin: 5px;
    padding: 5px 0;
    font-size: 12px;
    line-height: 24px;
  }
  .gallery-category-page-container
    .top-container
    .videos-widget-container
    .grey-box {
    background-color: #242424;
  }
  .gallery-category-page-container.photo-gallery-category-page-container
    .top-container
    .videos-widget-container
    .yellow-box {
    width: 100vw;
    top: 0;
    left: 50%;
    right: 50%;
    margin: 0 -50vw;
  }
  .video-detail-page-container .top-container .player-container {
    margin-top: 24px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-time-source-description-container
    .gallery-tags
    .title,
  .video-detail-page-container .top-container .video-tags .title {
    width: 50px;
    font-size: 12px;
    line-height: 30px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-time-source-description-container
    .gallery-tags
    .tags,
  .video-detail-page-container .top-container .video-tags .tags {
    width: calc(100% - 50px);
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-time-source-description-container
    .gallery-tags
    .tags
    a,
  .video-detail-page-container .top-container .video-tags .tags a {
    font-size: 12px;
    line-height: 18px;
    margin: 4px;
  }
  .video-detail-page-container .mobile-bottom-container {
    width: 100%;
    height: auto;
    position: relative;
  }
  .video-detail-page-container
    .mobile-bottom-container
    .most-view-videos-container
    > .title,
  .video-detail-page-container
    .mobile-bottom-container
    .recent-videos-container
    > .title {
    font-family: TRT-Bold, sans-serif;
    color: #fff;
  }
  .video-detail-page-container
    .mobile-bottom-container
    .most-view-videos-container
    > .title
    i,
  .video-detail-page-container
    .mobile-bottom-container
    .recent-videos-container
    > .title
    i {
    float: left;
    display: block;
    background-color: #cf1d39;
  }
  .video-detail-page-container
    .mobile-bottom-container
    .most-view-videos-container
    .content-row
    .content-row-wrapper,
  .video-detail-page-container
    .mobile-bottom-container
    .recent-videos-container
    .content-row
    .content-row-wrapper {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
  }
  .video-detail-page-container
    .mobile-bottom-container
    .most-view-videos-container
    .content-row
    .content-row-wrapper.most-view-videos-slider
    .slick-arrow,
  .video-detail-page-container
    .mobile-bottom-container
    .recent-videos-container
    .content-row
    .content-row-wrapper.recent-videos-slider
    .slick-arrow {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    opacity: 0.3;
    padding: 0;
    border: none;
    background-color: #000;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .video-detail-page-container
    .mobile-bottom-container
    .most-view-videos-container
    .content-row
    .content-row-wrapper.most-view-videos-slider
    .slick-arrow.most-view-videos-slider-prev,
  .video-detail-page-container
    .mobile-bottom-container
    .recent-videos-container
    .content-row
    .content-row-wrapper.recent-videos-slider
    .slick-arrow.recent-videos-slider-prev {
    left: 0;
  }
  .video-detail-page-container
    .mobile-bottom-container
    .most-view-videos-container
    .content-row
    .content-row-wrapper.most-view-videos-slider
    .slick-arrow.most-view-videos-slider-next,
  .video-detail-page-container
    .mobile-bottom-container
    .recent-videos-container
    .content-row
    .content-row-wrapper.recent-videos-slider
    .slick-arrow.recent-videos-slider-next {
    right: 0;
  }
  .video-detail-page-container
    .mobile-bottom-container
    .most-view-videos-container
    .content-row
    .content-row-wrapper.most-view-videos-slider
    .slick-arrow.hidden,
  .video-detail-page-container
    .mobile-bottom-container
    .most-view-videos-container
    .content-row
    .content-row-wrapper.most-view-videos-slider
    .slick-arrow.slick-disabled,
  .video-detail-page-container
    .mobile-bottom-container
    .recent-videos-container
    .content-row
    .content-row-wrapper.recent-videos-slider
    .slick-arrow.hidden,
  .video-detail-page-container
    .mobile-bottom-container
    .recent-videos-container
    .content-row
    .content-row-wrapper.recent-videos-slider
    .slick-arrow.slick-disabled {
    display: none !important;
  }
  .video-detail-page-container
    .mobile-bottom-container
    .most-view-videos-container
    .content-row
    .content-row-wrapper.most-view-videos-slider
    .slick-arrow
    img,
  .video-detail-page-container
    .mobile-bottom-container
    .recent-videos-container
    .content-row
    .content-row-wrapper.recent-videos-slider
    .slick-arrow
    img {
    width: 30px;
  }
  .video-detail-page-container
    .mobile-bottom-container
    .most-view-videos-container
    .content-row
    .content-row-wrapper
    .standard-card
    .text-frame
    .title
    a,
  .video-detail-page-container
    .mobile-bottom-container
    .recent-videos-container
    .content-row
    .content-row-wrapper
    .standard-card
    .text-frame
    .title
    a {
    color: #fff;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .top-container
    .main-photo-container
    .main-photo-content-wrapper
    .main-photo-time-source-description-container
    .gallery-author-wrapper
    div
    .author-name {
    font-size: 14px;
    line-height: 24px;
  }
  .photo-gallery-detail-page-container
    .gallery-detail-container
    .bottom-container
    .gallery-photo-container {
    margin-bottom: 32px;
  }
  .sticky-vime-video {
    top: 60px !important;
  }
  .author-post-page-container .top-container .author-pages-buttons-container a {
    height: 30px;
    font-size: 12px;
    line-height: 24px;
  }
  .breaking-news-page-container
    .left
    .category-last-news-container
    .standard-card
    .text-frame
    .date
    a,
  .breaking-news-page-container
    .left
    .last-news-container
    .standard-card
    .date
    a {
    font-size: 18px;
    line-height: 28px;
  }
  .weather-warning-page-container .day-selector-container .day-button {
    font-size: 14px;
  }
  .program-episodes-page-container .title-container .title {
    width: calc(100% - 48px);
  }
  .program-episodes-page-container .mobile-social-links-container {
    width: max-content;
    margin: 0 auto;
  }
  .program-episodes-page-container
    .mobile-social-links-container
    .social-links-container
    ul {
    list-style: none;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .program-episodes-page-container
    .mobile-social-links-container
    .social-links-container
    ul
    li
    a
    span {
    display: block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
  }
  .program-episodes-page-container
    .mobile-social-links-container
    .social-links-container
    ul
    li
    a
    span.facebook {
    background: url("../img/post-facebook-icon.svg") center/9px no-repeat
      #f8f8f8;
  }
  .program-episodes-page-container
    .mobile-social-links-container
    .social-links-container
    ul
    li
    a
    span.facebook:hover {
    background: url("urn:scrapbook:download:error:https://plagiostomous.com/lander/baykar-new/images/post-facebook-icon-hover.svg") center/9px no-repeat
      #cf1d39;
  }
  .program-episodes-page-container
    .mobile-social-links-container
    .social-links-container
    ul
    li
    a
    span.twitter {
    background: url("../img/post-new-twitter-icon.svg") center/17px no-repeat
      #f8f8f8;
  }
  .program-episodes-page-container
    .mobile-social-links-container
    .social-links-container
    ul
    li
    a
    span.twitter:hover {
    background: url("urn:scrapbook:download:error:https://plagiostomous.com/lander/baykar-new/images/post-new-twitter-icon-hover.svg") center/17px
      no-repeat #cf1d39;
  }
  .program-episodes-page-container
    .mobile-social-links-container
    .social-links-container
    ul
    li
    a
    span.linkedin {
    background: url("../img/post-linkedin-icon.svg") center/17px no-repeat
      #f8f8f8;
  }
  .program-episodes-page-container
    .mobile-social-links-container
    .social-links-container
    ul
    li
    a
    span.linkedin:hover {
    background: url("urn:scrapbook:download:error:https://plagiostomous.com/lander/baykar-new/images/post-linkedin-icon-hover.svg") center/17px
      no-repeat #cf1d39;
  }
  .program-episodes-page-container
    .mobile-social-links-container
    .social-links-container
    ul
    li
    a
    span.telegram {
    background: url("../img/post-telegram-icon.svg") center/17px no-repeat
      #f8f8f8;
  }
  .program-episodes-page-container
    .mobile-social-links-container
    .social-links-container
    ul
    li
    a
    span.telegram:hover {
    background: url("urn:scrapbook:download:error:https://plagiostomous.com/lander/baykar-new/images/post-telegram-icon-hover.svg") center/17px
      no-repeat #cf1d39;
  }
  .program-episodes-page-container
    .mobile-social-links-container
    .social-links-container
    ul
    li
    a
    span.whatsapp {
    background: url("../img/post-whatsapp-icon.svg") center/17px no-repeat
      #f8f8f8;
  }
  .program-episodes-page-container
    .mobile-social-links-container
    .social-links-container
    ul
    li
    a
    span.whatsapp:hover {
    background: url("urn:scrapbook:download:error:https://plagiostomous.com/lander/baykar-new/images/post-whatsapp-icon-hover.svg") center/17px
      no-repeat #cf1d39;
  }
  .program-episodes-page-container
    .mobile-social-links-container
    .social-links-container
    ul
    li
    a
    span.email {
    background: url("../img/post-email-icon.svg") center/17px no-repeat #f8f8f8;
  }
  .program-episodes-page-container
    .mobile-social-links-container
    .social-links-container
    ul
    li
    a
    span.email:hover {
    background: url("urn:scrapbook:download:error:https://plagiostomous.com/lander/baykar-new/images/post-email-icon-hover.svg") center/17px no-repeat
      #cf1d39;
  }
  .city-news-page-container .page-title {
    float: unset;
    width: 100%;
  }
  .city-news-page-container .city-list-container {
    float: unset;
    width: 100%;
    margin-bottom: 24px;
  }
  .tag-news-page-header-container
    .tag-news-page-header-content-wrapper
    .tag-news-page-header-title
    i {
    width: 20px;
    height: 20px;
    margin: 14px 8px 0 0;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .cookie-policy-container .cookie-policy-wrapper .cookie-policy-text {
    width: calc(100% - 106px);
    font-size: 12px;
    margin-right: 16px;
  }
  .cookie-policy-container .cookie-policy-wrapper .accept-button {
    width: 90px;
    font-size: 12px;
  }
}
.menu-link {
  background: transparent;
  border: none;
  display: block;
  width: max-content;
  padding: 12px 0;
  font-size: 14px;
  line-height: 28px;
  color: #1d1d1b;
}
.button-link {
  text-transform: uppercase;
  font-family: "Inter";
  font-size: 20px;
  font-weight: 700;
  line-height: 26.63px;
  text-align: center;
  background: #e40005;
  border-radius: 5px;
  color: #fff;
  padding: 10px 25px;
  margin: 0 auto;
  max-width: 290px;
  transition: color 0.4s;
}
.button-link:hover {
  color: #ccc !important;
  transition: color 0.4s;
}
