
/*------------------------------------------------------------------//
  Normalize:
//------------------------------------------------------------------*/
ul,
ul li {
  margin: 0;
  padding: 0;
}

a,
a:active,
a:hover,
input,
textarea {
  outline: none;
}

pre,
textarea {
  overflow: auto;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: 0 0;
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
optgroup,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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 {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  outline: none;
}

ul li {
  list-style-type: none;
}

img {
  border: none;
}

textarea {
  resize: none;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

a {
  outline: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

input::-ms-clear {
  display: none;
}

* {
  outline: none !important;
}

body {
  background-color: #f2f2f2;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
}

.global-title {
  position: relative;
  color: #495057;
  font-size: 20px;
  border-radius: 5px;
  font-weight: 600;
  cursor: default;
  margin: 20px 0;
  display: block;
  font-size: 24px;
}

.global-title h1 {
  font-size: 24px;
}


.global-title:after {
  position: relative;
  display: block;
  content: '';
  border-bottom: solid 5px #495057;
  background: #495057;
  height: 5px;
  width: 21%;
  margin: 5px 0;
  border-radius: 0px 1px 2px 3px;
}

.sidebar-title {
  position: relative;
  color: #495057;
  font-size: 21px;
  border-radius: 5px;
  font-weight: 600;
  cursor: default;
  margin: 10px 0;
  display: block;
}

.sidebar-title:after {
  position: relative;
  display: block;
  content: '';
  border-bottom: solid 5px #495057;
  background: #495057;
  height: 5px;
  width: 21%;
  margin: 5px 0;
  border-radius: 0px 1px 2px 3px;
}

.sidebar-content {
  position: relative;
  background: #fff;
  border-top: 5px solid #2799b3;
  border-bottom: 1px solid #d5d5d3;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.sidebar-content .yayin-akisi li {
  font-size: 15 px;
  padding: 10px;
  border-bottom: 2px solid #49505721;
}

.sidebar-content .yayin-akisi li:last-child {
  border-bottom: none;
}

.sidebar-content .yayin-akisi li span {
  font-weight: bold;
}

.header {
  background: #fff;
  width: 100%;
  border-bottom: 2px solid #2799b3;
  -webkit-box-shadow: 0 1px 2px 0 #dbdbd9;
  box-shadow: 0 1px 2px 0 #dbdbd9;
  z-index: 9999;
  margin-bottom: 26px;
  position: relative;
}

.header-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
}

.header-logo{
  position: absolute;
  z-index: 9999;
  left: 0;
  margin-top: 10px;
}

.header-logo img{
  width: 180px;
}

.header-menu ul li {
  display: inline-block;
}

.header-menu ul li a {
  position: relative;
  font-size: 18px;
  color: #2799b3;
  padding: 24px 13px;
  display: inline-block;
  opacity: initial;
}

.header-menu ul li a:hover {
  background: #495057;
  color: #fff;
}

.header-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-search input[type=text] {
  height: 52px;
  background-color: transparent;
  width: 100%;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #cacaca;
  position: relative;
  z-index: 11;
  border: 0;
  padding: 0 23px;
}

.header-search:after {
  content: '';
  position: absolute;
  background-color: #ededeb;
  height: 68px;
  width: 1000px;
  z-index: 10;
  left: 0px;
  top: -9px;
  overflow-x: hidden;
}

.header-search button {
  background: none;
  z-index: 9999;
  position: relative;
  border: 0;
}

.header-search form {
  display: inherit;
width: 100%;
}

.home-main-tv {
  padding: 0 15px;
}

.home-main-tv-list .tv-item {
  width: 100%;
  /* border-bottom: 1px solid #d5d5d3; */
  border-right: 1px solid #d5d5d3;
  -webkit-box-shadow: 0 1px 2px 0 #dbdbd9;
  box-shadow: 0 1px 2px 0 #dbdbd9;
  /* display: table; */
  box-shadow: 0 0 9px -5px #000;
  -moz-box-shadow: 0 0 9px -5px #000;
  -webkit-box-shadow: 0 0 9px -5px #000;
  /* border: 1px solid #E0E0E0; */
  background-color: rgba(255, 255, 255, 0.15);
  background: #fff;
  margin-bottom: 16px;
}

.home-main-tv-list a:hover .tv-title {
  background: #495057;
}

.home-main-tv-list .tv-image {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 0;
  transition: all 0.35s linear 0s;
  -moz-transition: all 0.35s linear 0s;
  -webkit-transition: all 0.35s linear 0s;
  position: relative;
  -o-transition: all 0.35s linear 0s;
  z-index: 1;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-main-tv-list .tv-title {
  background: #2799b3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2px 4px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.home-main-tv-list .tv-title:hover {
  background: #495057;
}

.home-main-tv-list .tv-title {
  color: #fff;
  font-size: 18px;
  padding: 5px 5px;
}

.home-main-tv-list .tv-title .icon {
  font-size: 22px;
  color: #fff;
}

.home-main-tv-pagelist {
  margin: 20px 0;
}

.home-main-tv-pagelist ul {
  text-align: center;
}

.home-main-tv-pagelist ul li {
  display: inline-block;
}

.home-main-tv-pagelist ul li a {
  background: #2799b3;
  color: #fff;
  font-size: 14px;
  padding: 10px 10px;
  display: inline-block;
}

.home-about-blog {
  margin: 20px 0;
}

.home-about-blog .about {
  background: #fff;
  border-bottom: 1px solid #d5d5d3;
  -webkit-box-shadow: 0 1px 2px 0 #dbdbd9;
  box-shadow: 0 1px 2px 0 #dbdbd9;
}

.home-about-blog .about-h3 {
  background: #495057;
  color: #fff;
  padding: 8px 10px;
  display: block;
  font-size: 21px;
}

.home-about-blog .about p {
  line-height: 1.3;
  font-size: 14px;
  letter-spacing: 0.1px;
  color: #495057;
  font-weight: 400;
}
.home-about-blog .about-in h3 {
  color: #495057;
  font-size: 19px;
  padding: 4px 0;
}

.home-about-blog .about-in h3 {
  color: #495057;
  font-size: 19px;
  padding: 4px 0;
}

.home-about-blog .blog-list {
  background: #fff;
  border-bottom: 1px solid #d5d5d3;
  -webkit-box-shadow: 0 1px 2px 0 #dbdbd9;
  box-shadow: 0 1px 2px 0 #dbdbd9;
}
.about-in {
  padding: 10px;
}

.home-about-blog .blog-list h3 {
  background: #a71c29;
  color: #fff;
  padding: 8px 10px;
  display: block;
  font-size: 21px;
}

.home-about-blog .blog-list ul {
  padding: 3px 13px;
}

.home-about-blog .blog-list ul li a {
  display: block;
  border-bottom: solid 1px #ccc;
  padding: 4px 0;
  color: #5c5c5c;
  font-size: 14px;
}

.home-about-blog .blog-list ul li {
  list-style: none;
}

.footer {
  background: #495057;
  text-align: center;
  border-top: 15px solid #2799b3;
  padding: 25px 0px;
}

.footer img{
  width: 175px;

}

.footer-menu {
  margin: 15px 0;
}

.footer-menu li {
  display: inline-block;
}

.footer-menu li a {
  color: #fff;
  padding: 0px 20px;
  font-size: 16px;
}

.footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}

.footer .copyright a {
  color: #fff;
  margin-left: 15px;
}

.streamPage .stream {
  position: relative;
  background: white;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.streamPage-list-head {
  background-color: #2799b3;
  padding: 10px 7px;
  position: relative;
}

.streamPage-list-head .filterinput {
  background-color: #2799b3;
  line-height: 100%;
  width: 100%;
  border: 0;
  font-size: 14px;
  color: #fff;
}

.streamPage-list-head .filterinput::-webkit-input-placeholder {
  color: #fff;
}

.streamPage-list-head .filterinput:-ms-input-placeholder {
  color: #fff;
}

.streamPage-list-head #myInput::-ms-input-placeholder {
  color: #fff;
}

.streamPage-list-head #myInput::placeholder {
  color: #fff;
}

.streamPage-list-channel {
  height: 409px;
  background-color: #495057;
}

.streamPage-list-channel ul {
  height: 386px;
  overflow-y: scroll;
}

.streamPage-list-channel ul li a {
  display: block;
  color: #fff;
  border-bottom: 1px solid #ffffff75;
  font-size: 14px;
  padding: 6px 9px;
  font-weight: 300;
}

.streamPage-list-channel ul li:nth-child(2n) {
  background: #11738a;
}

.streamPage-list-channel ul::-webkit-scrollbar {
  width: 13px;
  background-color: #495057;
}

.streamPage-list-channel ul::-webkit-scrollbar-thumb {
  background: #2799b3;
}

.streamPage-stream-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 6px 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.streamPage-stream-bottom-left .part {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #495057;
  color: #fff;
  padding: 10px;
  font-size: 15px;
}

.streamPage-stream-bottom-left .part i {
  font-size: 15px;
  padding-right: 5px;
}

.streamPage-stream-bottom-right .fullscreen {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #2799b3;
  color: #fff;
  padding: 10px;
  font-size: 15px;
  border: 0;
}

.streamPage-stream-bottom-right .fullscreen i {
  font-size: 15px;
  padding-right: 5px;
}

.streamPage-content {
  position: relative;
  background: #fff;
  border-top: 5px solid #2799b3;
  border-bottom: 1px solid #d5d5d3;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.streamPage-content-h1 {
  color: #2799b3;
  text-align: left;
  padding: 1px 10px;
  font-size: 25px;
}

.streamPage-content-detail {
  padding: 0;
  margin: 30px 0;
}

.streamPage-content-detail li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 2%;
  font-size: 13px;
  color: #666;
  cursor: default;
}

.streamPage-content-detail li strong {
  float: left;
  width: 25%;
  font-weight: 600;
}

.streamPage-content-detail li i {
  float: left;
  width: 3%;
  text-align: center;
  font-style: normal;
}

.streamPage-content-detail li span {
  float: left;
  width: 72%;
}

.streamPage-content-detail li:nth-child(2n) {
  background: #2799b312;
}

.streamPage-content-desc {
  color: #666;
  font-size: 14px;
  line-height: 19px;
  padding: 14px;
}

.streamPage-content-desc h2,
.streamPage-content-desc h3,
.streamPage-content-desc h4 {
  padding: 10px 0;
  color: #2799b3;
  font-size: 15px;
}

.streamPage-stream-inner {
  background-color: #000;
  height: 430px;
}

.streamPage-stream-inner #yayin {
  height: 430px;
}

.fullSize {
  width: 100% !important;
  max-width: 100% !important;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  transition: all 1.50s;

}

.yayin {
  background-color: #000;
}

.dailyPage-content-item {
  position: relative;
  background: #fff;
  border-top: 5px solid #2799b3;
  border-bottom: 1px solid #d5d5d3;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.dailyPage-content-item-desc {
  display: block;
  text-align: center;
}

.dailyPage-content-item-desc-akis li {
  font-size: 15px;
  padding: 10px;
  border-bottom: 2px solid #49505721;
  background: #2799b3;
  color: #fff;
}

.dailyPage-content-item-desc-akis li:nth-child(2n) {
  background: #ffff;
  color: #495057;
}

.dailyPage-content-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
}

.dailyPage-content-item-head-h2 {
  font-size: 16px;
  color: #495057;
}

.dailyPage-content-item-head img {
  width: 60px;
}

.detailPage-content {
  position: relative;
  background: #fff;
  border-top: 5px solid #2799b3;
  border-bottom: 1px solid #d5d5d3;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 15px;
}

.detailPage-content p {
  color: #495057;
  font-weight: 500;
  line-height: 27px;
  font-size: 16px;
}


.detailDaliys{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 15px 0;
}

.detailDaliys-logo{
  display:flex;
  align-items:center;
  justify-content:space-between;
}


.detailDaliys-title h1 {
  font-weight:500;
  font-size:21px;
  color:#495057;
}

.detailDaliys-link {
 display:flex;
 align-items:center;
justify-content:center;
background:#3299b3;
color:#ffff;
padding: 13px 10px;
transition: all .5s;
}



.detailDaliys-link .icon {
font-size:20px;
color:#ffff;
padding-right:6px;
}

.detailDaliys-link a {
font-size:20px;
color:#ffff;
}

.detailDaliys-link:hover {
font-size:20px;
background:#495057;
}

.detailDays-content-tab-link{
  display: inline-flex;
  padding: 7px 12px;
  background-color: #3299b3;
  color: #fff;
  margin-right: 5px;
  border-radius: 3px;
  font-size: 17px;
  border: 1px #495057;
  box-shadow: 0px 1px 1px 0px #49505782;
  cursor: pointer;
  width: 100%;
  text-align: center;
  justify-content: center;
  height: 37px;
  align-items: center;
}

.detailDays-content-tab-link.current{
  background: #495057;

}

.detailDays-content-tab-inner{
  display: none;
}

.detailDays-content-tab-inner.current{
  display: inherit;
}

.detailDays-content-tab {
  padding: 11px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detailDays-content-tab-inner-ul li {
  display: inline-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 2%;
  font-size: 13px;
  cursor: default;
  /* background: #2799b312; */
  margin: 12px 0px;
  align-items: center;
}

.detailDays-content-tab-inner-ul .time {
  font-size: 18px;
  font-weight: bold;
  color: #495057;
  padding-right: 7px;
  background: #3299b3;
  color: #fff;
  border-radius: 5px;
  padding: 11px 16px;
  float: left;
  text-align: center;
  display: inline-block;
}

.detailDays-content-tab-inner-ul .title {
  font-size: 18px;
  font-weight: 500;
  color: #495158;
  background: #f2f2f2;
  padding: 12px 12px;
  border-radius: 5px;
  /* display: inline-block; */
  width: calc( 100% - 80px );
  margin-left: 10px;
  float: left;
}

.streamPage .sidebar-yayin {
  height: 447px;
}

.full-size-yayin{
  transition: all 1.5s;

  height: 570px !important;
}

.full-size-streamPage{
height: 570px;
}

.full-size-streamPage-list{
  height: 580px !important;;
}
.full-size-streamPage-list-channel-ul{
  height: 580px !important;;

}


@media screen and (min-width: 1200px) {

  /* PC 1400+  */
  .mobile-open, .mobile-search {
      display: none !important;
  }
}

@media screen and (max-width: 1399px) and (min-width: 1199px) {
  .mobile-open, .mobile-search {
    display: none !important;
}
}

@media screen and (max-width: 1198px) and (min-width: 992px) {

      /* TABLET 768+ ~ 960 */
      .mobile-open {
          display: block !important;
      }
  
      .home-main-tv {
          padding: inherit;
      }
  
      .header-search:after {
          display: none;
      }
     
  
      .header-menu {
          position: absolute;
          top: 62px;
          background: #2799b3;
          left: 0;
          right: 0;
          display: flex;
          flex-direction: column;
          transition: all 0.6s;
          opacity: 0;
          pointer-events: none;
      }
  
      .header-menu ul li {
          display: block;
      }
  
      .header-menu ul li a {
          color: #ffffff;
          padding: 9px 20px;
          display: block;
          border-bottom: 1px solid;
      }
  
      .header-menu-active {
          opacity: 1;
          pointer-events: all;
      }
  
     
      
      .header-inner {
          justify-content: center;
          height: 60px;
  
      }
  
      .header-search{
          height: 0;
          width: 0;
          overflow: hidden;
          opacity: 0;
          pointer-events: none;
      }
  
      .header-search-active{
          position: absolute;
          height: inherit;
          width: 100%;
          overflow: hidden;
          opacity: 1;
          pointer-events: all;
          background: #2799b3;
          z-index: 9999;
          top: 60px;
      }
      .header-search input[type=text]{
          color: #ffffff;
      }
      .header-search button {
          color: #ffff;
      }
  
      .header-search input[type=text]::placeholder{
          color: #ffffff;
      }
  
      .home-about-blog .about{
          margin-bottom: 15px;
      }
      .footer-menu li {
          display: block;
          margin-bottom: 10px;
      }
  
      .footer .copyright{
          flex-direction: column;
      }
  
      .footer .copyright a{
          margin: 10px 0;
      }
}

@media screen and (max-width: 991px) and (min-width: 768px) {

  /* TABLET 768+ ~ 960 */
  .mobile-open {
      display: block !important;
  }
  .header-inner{
    position: inherit;
  }

  .header-logo {
    position: initial;
    z-index: 9999;
    left: 0;
    margin-top: 10px;
}

  .home-main-tv {
      padding: inherit;
  }

  .header-search:after {
      display: none;
  }
 

  .header-menu {
      position: absolute;
      top: 62px;
      background: #2799b3;
      left: 0;
      right: 0;
      display: flex;
      flex-direction: column;
      transition: all 0.6s;
      opacity: 0;
      pointer-events: none;
  }

  .header-menu ul li {
      display: block;
  }

  .header-menu ul li a {
      color: #ffffff;
      padding: 9px 20px;
      display: block;
      border-bottom: 1px solid;
  }

  .header-menu-active {
      opacity: 1;
      pointer-events: all;
  }

 
  
  .header-inner {
      justify-content: center;
      height: 60px;

  }

  .header-search{
      height: 0;
      width: 0;
      overflow: hidden;
      opacity: 0;
      pointer-events: none;
  }

  .header-search-active{
      position: absolute;
      height: inherit;
      width: 100%;
      overflow: hidden;
      opacity: 1;
      pointer-events: all;
      background: #2799b3;
      z-index: 9999;
      top: 60px;
  }
  .header-search input[type=text]{
      color: #ffffff;
  }
  .header-search button {
      color: #ffff;
  }

  .header-search input[type=text]::placeholder{
      color: #ffffff;
  }

  .home-about-blog .about{
      margin-bottom: 15px;
  }
  .footer-menu li {
      display: block;
      margin-bottom: 10px;
  }

  .footer .copyright{
      flex-direction: column;
  }

  .footer .copyright a{
      margin: 10px 0;
  }
}

@media screen and (max-width: 767px) and (min-width: 640px) {

  /* TABLET 640+ ~ 768 */
  .mobile-open {
      display: block !important;
  }

  .header-logo {
    position: initial;
    z-index: 9999;
    left: 0;
    margin-top: 10px;
}
  .home-main-tv {
      padding: inherit;
  }

  .header-search:after {
      display: none;
  }
 

  .header-menu {
      position: absolute;
      top: 62px;
      background: #2799b3;
      left: 0;
      right: 0;
      display: flex;
      flex-direction: column;
      transition: all 0.6s;
      opacity: 0;
      pointer-events: none;
  }

  .header-menu ul li {
      display: block;
  }

  .header-menu ul li a {
      color: #ffffff;
      padding: 9px 20px;
      display: block;
      border-bottom: 1px solid;
  }

  .header-menu-active {
      opacity: 1;
      pointer-events: all;
  }

 
  
  .header-inner {
      justify-content: center;
      height: 60px;
      position: initial;
  }

  .header-search{
      height: 0;
      width: 0;
      overflow: hidden;
      opacity: 0;
      pointer-events: none;
  }

  .header-search-active{
      position: absolute;
      height: inherit;
      width: 100%;
      overflow: hidden;
      opacity: 1;
      pointer-events: all;
      background: #2799b3;
      z-index: 9999;
      top: 60px;
  }
  .header-search input[type=text]{
      color: #ffffff;
  }
  .header-search button {
      color: #ffff;
  }

  .header-search input[type=text]::placeholder{
      color: #ffffff;
  }

  .home-about-blog .about{
      margin-bottom: 15px;
  }
  .footer-menu li {
      display: block;
      margin-bottom: 10px;
  }

  .footer .copyright{
      flex-direction: column;
  }

  .footer .copyright a{
      margin: 10px 0;
  }

}

@media screen and (max-width: 680px)  {

  /* MOBILE 320+ ~ 480 */
  .mobile-open {
      display: block !important;
  }

  .home-main-tv {
      padding: inherit;
  }

  .header-search:after {
      display: none;
  }
 

  .header-menu {
      position: absolute;
      top: 62px;
      background: #2799b3;
      left: 0;
      right: 0;
      display: flex;
      flex-direction: column;
      transition: all 0.6s;
      opacity: 0;
      pointer-events: none;
  }

  .header-menu ul li {
      display: block;
  }

  .header-menu ul li a {
      color: #ffffff;
      padding: 9px 20px;
      display: block;
      border-bottom: 1px solid;
  }

  .header-menu-active {
      opacity: 1;
      pointer-events: all;
  }

  .header-logo {
    position:inherit;
    z-index: 9999;
    left: 0;
    margin-top: 10px;
}

 
  
  .header-inner {
      justify-content: center;
      height: 60px;
      position: initial;
  }

  .header-search{
      height: 0;
      width: 0;
      overflow: hidden;
      opacity: 0;
      pointer-events: none;
  }

  .header-search-active{
      position: absolute;
      height: inherit;
      width: 100%;
      overflow: hidden;
      opacity: 1;
      pointer-events: all;
      background: #2799b3;
      z-index: 9999;
      top: 60px;
  }
  .header-search input[type=text]{
      color: #ffffff;
  }
  .header-search button {
      color: #ffff;
  }

  .header-search input[type=text]::placeholder{
      color: #ffffff;
  }

  .home-about-blog .about{
      margin-bottom: 15px;
  }
  .footer-menu li {
      display: block;
      margin-bottom: 10px;
  }

  .footer .copyright{
      flex-direction: column;
  }

  .footer .copyright a{
      margin: 10px 0;
  }

  .streamPage-stream-bottom-right{
      display: none;
  }
  .streamPage-stream-bottom-left{
      margin: 0 auto;
  }
  .streamPage-list{
      display: none;
  }
  .streamPage .sidebar-yayin {
    height: initial;
}

.detailDays-content-tab {
  flex-wrap: wrap;
}

.detailDays-content-tab-link {
  margin-bottom: 8px;
}

}

