@media screen and (max-width: 1000px) {
     #cas {
        display:none;
    }
}

@media screen and (max-width:1210px) {

     body {
         background:none;
     }

     #blogTitle {
        display:none;
     }

     #navList {
        width:100%;
     }
     
     #main {
         width:100%;
     }

     #mainContent {
        width:100%;
    }

    #sideBar {
        display:none;
    }

    #under_post_news {
       display:none;
    }
}

#cas {
   position: fixed;
            top:0;
            left: 0;
            bottom:0;
            right: 0;
            z-index: -1;
}
#blogTitle h2 {
     animation: change 1.5s  ease-in  infinite ; font-size: 18px; color:#fff; font-weight: bold
}

@keyframes change {
           0%{ text-shadow: 0 0 4px #e4393c;color: yellow }
            25%{ text-shadow: 0 0 16px yellow;color: #e4393c }
            50%{ text-shadow: 0 0 30px #FF8C00;color: greenyellow }
            75%{ text-shadow: 0 0 16px greenyellow;color: #FF8C00 }
            100%{ text-shadow: 0 0 4px blue;color: #fff }
        }


.time embed {
                    width:100%;   
                    height: 110px;
                    margin-bottom: 10px;
                   }

#widget_my_zzk{
    padding-bottom: 15px;
}