#encantadia-sticky-header{
  display: block;
  opacity: 1;
}

body{
  background-image: none;
}

#wrapper{
  background-image: url(/gma/assets/encantadia/microsite/videos/encantadia.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.dropbtn-enca{
  width: 35%;
}

#chat-window .clearfix, #chat-window .clearx{
  display: block;
  clear: both;
  zoom: 1;
}

#livestream-section {
  min-height: 560px;
  max-width: 1200px;
  margin: 20px auto 0;
  position: relative;
}

.livesteam-container, .crowdy-news-container{
  box-sizing: border-box;
  float: left;
}

.livesteam-container {
  width: 68%;
  padding: 20px 10px;
  margin-bottom: 20px;
  /*background: #fff;*/
}

.livesteam-container.no-livestream{
  background: rgba(90, 83, 60, 0.7);
  text-align: center;
  margin-top: 20px;
  border-radius: 10px;
}

.livesteam-container.no-livestream h3{
  color: #fff;
}

.livesteam-container.no-livestream img
{
  width: 90%;
  height: auto;

}

.crowdy-news-container{
  margin: 20px 10px 20px;
  float: right;
  width: 355px;
}

.cbox {
  background: rgba(90, 83, 60, 0.7);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #CDCDCD;
  margin-bottom: 10px;
  overflow: hidden;
  color: #fff;
}

#guidelines-text{
  word-break: break-word;
  box-sizing: border-box;
  margin: 0 2%;
  display: inline-block;
}

.livesteam-container p{
  color: #fff;
}

#window-container.cbox{
  background: transparent;
}

.fright {
  float: right;
}

.clearx{
  zoom: 1;
}

#livestream-guideline p{
  padding-bottom: 20px;
  width: 100%;
}

#no-conversation-msg {
  text-align: center;
  padding: 100px;
  opacity: 1;
  font-weight: bold;
  font-size: 15px;
}
.question-container {
  background-color: #d7d7d7;
  margin: 5px;
  padding: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.slimScrollDiv{
  overflow: hidden;
  width: auto;
  height: 100%;
}

.slimscroll{
  padding: 5px;
  max-height: 240px;
  overflow: hidden;
  width: auto;
  height: 100%;
  clear: both;
  position: relative;
  display: block;
}

#ask-button {
  font-size: 22px;
  color: white;
  background: silver;
  padding: 20px 13px 20px 13px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.livesteam-container a, .livesteam-container div {
  -webkit-tap-highlight-color: rgba(204,204,204,0.3);
  outline: none;
}


#logged_name{
  font-size:12px !important;
  height: 30px;
  display: block;
  position: relative;
}

#chatbox-left-panel strong{
  font-size:12px;
  color: #000;
}


.redhandler{
  padding: 0 15px;
  color: red;
}

.cnwidget.cnvw.cnheader-small{
  margin: 0 auto;
  background: rgba(90, 83, 60, 0.7);
}

.cnwidget{
  width: 100% !important;
}

h3.cnheader-title, .cnwidget.cnvw .cnheader-sharing i, .cnwidget.cnvw .cnheader-menu i{
  color: #fff;
}


.livechat_filter li {
  display: inline-block;
}

.livechat_filter li a {
  height: 23px;
  background-image: url('http://www.gmanetwork.com/themes/default/assets/img/buttons/ul.png');
  background-repeat: repeat-x;
  max-width: 142px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-left: -2px;
  float: left;
  text-decoration: none;
  color: #646464;
  border-top: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  padding: 10px 10px 5px 10px;
  margin-right: -5px;
}

#chatbox-left-panel{
  border-top-left-radius:5px;
  border-bottom-left-radius:5px;
  padding:10px 15px 6px;
  background:silver;
  height:60px;
  position:relative;
  /*width:196px;*/
  width:150px;
  margin-left: 7px;
}

#refresh_btn{
  background: silver;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  outline: none;
  margin: 10px;
}

#chatbox-left-panel:after {
  content:"";
  _border-color: #000000 #000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  border-color: transparent transparent transparent silver;
  border-style: solid;
  border-width: 42px 0 36px 22px;
  bottom: -1px;
  content: "";
  height: 0;
  left: 100%;
  line-height: 0;
  position: absolute;
  width: 0;
  z-index: 1;

}

#chatbox-right-panel{
  margin-left:4%;
  width: 71%;
  min-width:420px;
  height:100%;
  margin-bottom: 20px;
}

.mt20 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 20px;
}

.livesteam-container h2 {
    padding: 20px 0 15px;
    color: #fff;
}

#tmpuser, #ask-button{
  color: #000;
}

.cnAdzerkDiv{
  margin: 0 auto;
}

.vplayer-container{
  padding: 0 10px;
}

div.ads-mrect1{
  margin: 20px auto 10px;
}

.chat-questions-window .bubble {
  position: relative;
  padding: 10px;
  background: #d7d7d7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom:10px;
}

.chat-questions-window .bubble:after {
  content: "";
  position: relative;
  bottom: 5px;
  left: -23px;
  border-style: solid;
  border-width: 7px 21px 7px 0;
  border-color: transparent #d7d7d7;
  display: block;
  width: 0;
  z-index: 1;
}

.chat-answers-window .bubble {
  position: relative;
  padding: 10px;
  background: #f2e8cd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom:10px;
}

.chat-answers-window .bubble:after {
  content: "";
  position: relative;
  bottom: 5px;
  right: -310px;
  border-style: solid;
  border-width: 7px 0 7px 21px;
  border-color: transparent #f2e8cd;
  display: block;
  width: 0;
  z-index: 1;
}

.chat-answers-window .bubble2 {
  position: relative;
  padding: 10px;
  background: #f9fbd6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom:10px;
}

.chat-answers-window .bubble2:after {
  content: "";
  position: relative;
  bottom: 5px;
  right: -310px;
  border-style: solid;
  border-width: 7px 0 7px 21px;
  border-color: transparent #f9fbd6;
  display: block;
  width: 0;
  z-index: 1;
}


#no-conversation-msg{
  text-align: center;
  padding: 100px;
  opacity: 1;
  font-weight: bold;
  font-size: 15px;
  color: #000;
}

.ajax-no-result {
  text-align: center;
  background-color:black;
  opacity: 0.8;
  color:white;
  font-size:14px;
  font-weight: bold;
  margin: 5px auto;
  width:30%;
  padding:5px;
  border-radius:7px;
  display:none;
  position:absolute;
  top:10px;
  left:0;
  right: 0;
  z-index:1;
}


.myinput {
    height: 20px;
    min-width: 200px;
    background-color: #fffff;
    border: 1px solid #dbdbdb;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    margin: 5px 0;
    padding: 5px;
}

.mybutton {
    cursor: pointer;
    -moz-box-shadow: inset 0 1px 0 0 #ffffff;
    -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
    box-shadow: inset 0 1px 0 0 #ffffff;
    background: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#dfdfdf');
    background-color: #ededed;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #777777;
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    text-shadow: 1px 1px 0 #ffffff;
    padding: 6px 24px;
}


.redhandler {background-color:#FFEBE8;border:1px solid #DD3C10;display:block;margin:0;padding:10px; color: #000;}
.yellowhandler {background-color:#fffccc;border:1px solid yellow;display:block;margin:0;padding:10px; color: #000;}
.redhandler p{
  color: #000;
}

.clearx:before, .clearx:after {
    content: "";
    display: table;
}

.clearx:after {
    clear: both;
}


#window-container{
  position: relative;
  display: block;
}

.chat-answers-window .bubble:after {
    content: "";
    position: absolute;
    bottom: 5px;
    right: -20px;
    border-style: solid;
    border-width: 7px 0 7px 21px;
    border-color: transparent #f2e8cd;
    display: block;
    width: 0;
    z-index: 1;
}

.chat-answers-window .bubble p, .chat-questions-window .bubble p{
  font-family: Roboto-Regular;
  color: #000;
}

.chat-answers-window .chat-artistname, .chat-questions-window .chat-username{
  font-family: TrajanPro-Regular !important;
  color: #000;
}

@media (max-width: 1200px) {

  #chatbox-right-panel .fleft{
    width: 70%;
  }

  #chatbox-right-panel .fleft #livechat_question{
      width: 100% !important;
  }

  #chatbox-right-panel{
      width: 68%;
  }

  .livesteam-container{
    width: 65%;
  }
}


@media (max-width: 768px) {

  .cnwidget.cnvw.cnheader-small{
    margin: 10px auto;

  }
  
  #chatbox-right-panel .fleft{
    width: 80%;
  }
  #chatbox-right-panel{
      width: 62% !important;
      min-width: 300px;
  }
}

@media (max-width: 1110px) {

  .livesteam-container{
    width: 100%;
    float: none;

  }



  #chatbox-right-panel{
    width: 68%;
  }

  .crowdy-news-container {
    margin: 0 auto;
    width: 390px;
    float: none;
  }


}

@media (max-width: 768px) {
  .livesteam-container{
    width: 100%;
    margin: 0 auto;
    float: none;
    background: rgba(255, 255, 255, 0.7);
  }

  .dropbtn-enca{
    text-align: left;
  }

  .crowdy-news-container{
    margin: 0 auto;
    float: none;
    width: 100%;
    box-sizing: border-box;
  }

  .livesteam-container iframe{
    height: 250px !important;
  }


}
