/*#navigator{
    background:rgba(0,0,0,0.2);
}
html,body{
  
}
#canvas{
  position:flxed;left:0;top:0;
background-color:rgba(49,67,80,0.5);background: -webkit-linear-gradient(270deg,#3349C3 0%,#2A2F33 100%);no-repeat;min-height:100%;
}
.newsItem,.day,.CalTitle,.mySearch,.catListTag,.catListLink,.catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory{
  background:rgba(196,255,255,0);
}
#sidebar_search,#blog-calendar{
background:rgba(255,255,255,0);
}
.newsItem,#blog-calendar,.catListTitle{
background: rgba(0,0,0,0.5) !important;
color:white;
}
.newsItem a,#blogCalendar,.CalTitle,.catListTitle,.sidebar-block a,.sidebar-block li,.c_b_p_desc{
color:white;
}
#blogCalendar a{
color:green;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
     color: #ccc; 
    transition: all 0.4s linear 0s;
}
.postTitle a:hover{
color:orange;
}
.postCon a:link{
animation:aa 10s infinite ;
transtion:all 10s;
}
@keyframes aa{
30%{
color:orange;
}
60%{
color:hotpink;
}
90%{
color:;#2386E3;
}
}
#sidebar_search_box input{
background:rgba(0,0,0,0);
border:none;
border:1px solid #000;
outline:none;
border-radius:10px;
color:white;
padding:0 10px;
box-sizing:border-box;
}
.catListTag li{
   animation:dd 2s;
 transtion:all 2s;
}

@keyframes dd{
 0%{
  transfrom:translateX(100px);
}
100%{
transfrom:translateX(0)
}
}

#topics{
background:rgba(255,255,255,0.5);
}

audio{
display:none;
}
.msc{
position:absolute;
right:0;
top:10px;
width:200px;
height:60px;
}
.msc1{
width:100%;
height:25px;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
box-sizing:border-box;
padding: 0 10px;
}
.msc2{
width:100%;
height:35px;
}
#adunit{
display:none;
}
iframe{
display:none !important;

}
#cnblogs_c1{
display:none !important;
}

.cc {
color:#fff;
}
.cc h2{
				text-align: center;
			}
			.cc .ul1{
				display: inline-block;
				vertical-align: middle;
				width: 48%;
				text-align: center;
			}
			.cc .ul1 ul{
				list-style:none;
			}
			.cc .ul1 ul li{
				line-height: 25px;
				border-bottom: 1px solid #000000;
			}
*/
#under_post_kb,#under_post_news,#cnblogs_c1,#ad_t2{
display:none;
}