@charset "utf-8";
@media screen and (max-width:1280px) {
  /* iframe {
    width: 100%;
    height: auto;
} */
}
@media screen and (max-width:1200px) {
  .toggleMenu {
    position: relative;
    display: block;
    top:0px;
}
  .trivia_detail, .about{
    padding: 10px!important;
  }
  .trivia_list, .video, .fun_zone{
    display: block;
  }
  .trivia_q,  .video_list, .game_list{
    width: 100%;
    padding-bottom: 20px;
  }
  /* .game_list{
    width: 100%;
    padding-bottom: 20px;
  } */
  table.trivia_table td, table.trivia_table th {
    width: inherit;
    border: solid 1px #767676;
    padding-right: 0px;
    padding-bottom: 0px;
    display: block;
    font-size: .8em;
    text-align: right;
}
  .mn_active{
    position: relative;
    display: block;
width: 45px;
height: 45px;
background: url(../images/common/nav_icon_close.png) no-repeat left top;
display: none;
/* position: absolute; */
left: 40px;
top: 0px;
  }
  .modal {
      overflow-y: auto;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1050;
      display: none;
      /* overflow: hidden; */
      outline: 0;
  }
  #main_content{
    padding-top: 20px;
    background-image: none;
  }
  #moblie_index{
    background-image: url(../images/common/mobile-bg-11.png);
    text-align: center;
    display: flex;
    /* padding-top: 40px; */
    width: 100%;
    padding: 40px 40px 0px 40px;
    /* min-height: 600px; */
  }
  #moblie_index > div > a > img{
    width: 40%;
    margin: 0 20px;

  }
  .moblie_button{
    width: 100%;
    margin-bottom: 20px;
  }
  /* h1{
    padding: 40px 20px 0 20px;
  } */
  .publication, .video, .trivia, .fun_zone, .important_notices, .privacy_policy, .Sitemap, .about{
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
    padding-top: 20px;
    /* padding-bottom: 200px; */
    /* margin-top: 30px; */
    min-height: 150px;
  }
  .contact_us{
    padding-bottom: 200px;
  }
  .sitemap ul.list{
    width: 100%;
  }
  .row{
    margin-right: 0px;
  margin-left: 0px;
  }
  #logo img{
      width: 500px;
      height: auto;
  }
  #top_menu{
    float: right;
    margin-right: 40px;
    top: 0px;
    /* margin-top: 43px; */
    right: 0px;
    /* margin-top: 0px; */
    position: relative;
  }
  #logo{
    background-image: none;
    padding-bottom: 10px;
  }
  #content{
    background-repeat: no-repeat;
  /* background-image: url(../images/common/bg.png); */
  background-size: auto;
    min-height: 0px;
  }
  #content img{
    width: 80%;
  }
  .trivia img, .about img{
    width: 100%!important;
  }
  /* .trivia{
    padding-bottom: 80px;
  } */
.nav-tabs>li>a{
  border-radius: 0px;
}

.nav-tabs>li{
  width: 50%;
}
  table.q_table{
    margin: 40px 20px 20px 20px;
  }
  table.q_table td{
    display: block;
    padding-top: 20px;
  }
  #menu ul{
  position: absolute;
  width: 100%;
  top: 10px;
  background: #FFDC8F;
  z-index: 99999999;
  display: block;
  /* display: -ms-grid; */
}
#nav > li{
  background: #FFDC8F;
  display:block;/* 20200324 testing */
}
  #menu > ul > li {
width: 100%;
text-align: left;
height: auto;
}
#nav>li>a{
  border-radius:0;
}

#animation_container{
  display: none!important;
  width: 0px!important;
  height: 0px!important;
}
.bg_1{
    height: 100%;
    /* background: url(../images/common/bg-01.png) bottom center no-repeat; */
    background-size: contain;
}

.bg_2{
    height: 100%;
    /* background: url(../images/common/bg-02.png) bottom center no-repeat; */
    background-size: contain;
}


.bg_3{
    height: 100%;
    /* background: url(../images/common/bg-03.png) bottom center no-repeat; */
    background-size: contain;
}
div.warning img{
  padding-right: 0px;
  display: block;
  width: 100% !important;
}
#notice1 li:nth-child(n), #notice2 li:nth-child(n), #notice3 li:nth-child(n), #notice4 li:nth-child(n), #notice5 li:nth-child(n), #notice6 li:nth-child(n){
  width: 100%;
  box-shadow: 5px 5px 5px grey;
}
}
@media screen and (max-width:750px) {
  #top_menu{
    /* top: 0px;
    margin-top: 1em; */
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  .space_area{
    background-image: none;
  }
.tab-content>.active{
    padding: 20px;
}
}

@media screen and (max-width:500px) {
  #notice1 .modal-body{
    background-size: contain;
    padding-bottom: 100px;
  }
  #notice2 .modal-body{
    background-size: contain;
    padding-bottom: 100px;
  }
  #notice3 .modal-body{
    background-size: contain;
    padding-bottom: 100px;
  }
  #notice4 .modal-body{
    background-size: contain;
    padding-bottom: 100px;
  }
  #notice5 .modal-body{
    background-size: contain;
    padding-bottom: 100px;
  }
  #notice6 .modal-body{
    background-size: contain;
    padding-bottom: 100px;
  }
}
@media screen and (max-width:600px) {
  table.trivia_table th{
    display: none;
  }
  .toggleMenu{
    left: 10px;
    position: relative;
  }
  #content{
    padding: 0px;
  }
  .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-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-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-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-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{
    padding: 0px;
  }
  /* h1{
    padding: 40px 10px 0 10px;
  } */
  #logo{
    margin-right: 0px;
    height: 100%;

  }
  #logo img{
      width:90%;
      margin-left: 10px;
  }
  #top_menu{
    margin-right: 0px;
  }
  .video, .contact_us, .trivia, .fun_zone, .important_notices, .privacy_policy, .Sitemap,{
    padding: 0px 0px 80px 0px;
  }
  .publication{
    padding-bottom: 0px;
  }
  .trivia_index{
    padding-bottom: 80px;
  }
  #moblie_index > div > a > img{
    width: 40%;
    margin: 0 10px;

  }
  table.q_table{
    margin: 0px;
  }
}
@media screen and (max-width: 600px) {
 table.trivia_table {
   border: 0;
 }

 table.trivia_table caption {
   font-size: 1.3em;
 }

 table.trivia_table thead {
   border: none;
   clip: rect(0 0 0 0);
   height: 1px;
   margin: -1px;
   overflow: hidden;
   padding: 0;
   position: absolute;
   width: 1px;
 }

 table.trivia_table tr {
   border-bottom: 3px solid #ddd;
   display: block;
   margin-bottom: .625em;
 }


 table.trivia_table td::before {
   /*
   * aria-label has no advantage, it won't be read inside a table
   content: attr(aria-label);
   */
   content: attr(data-label);
   float: left;
   font-weight: bold;
   text-transform: uppercase;
 }

 table.trivia_table td:last-child {
   border-bottom: 0;
 }
}
@media screen and (max-width:375px) {


}
/* @media screen and (max-width:400px) {

#content{
  padding: 0px;
}
} */
