body,*{
font-size:14px;
color:#fff !important;}
a.listitem, a.listitem:link, a.listitem:visited, a.listitem:active{
line-height:24px;
font-size:14px;
}
a:link, a:visited, a:active{
font-size:14px;
line-height:24px;
}
.c_b_p_desc{
font-size:16px
}
#content{
background:rgba(51,51,51,.5);
}
.mytitle{
text-align:center;
    position: absolute;
    top: 70px;
    left: -230px;
transform:rotate(-40deg);
-ms-transform:rotate(-40deg); /* IE 9 */
-moz-transform:rotate(-40deg); /* Firefox */
-webkit-transform:rotate(-40deg); /* Safari and Chrome */
-o-transform:rotate(-40deg); /* Opera */
}
.CalDayHeader{
background-color:transparent;
}
.CalTodayDay{
border-radius:6px;
}
table:first-child table{
display:none;
}
[colspan]{
display:none;
}
.input_my_zzk{
background:transparent;
border:0px;
}

#sidebar h3{
background:#333;
border:0px;
color:#718E00;
border-radius:10px;
font-size:16px;
}
.listtitle{
    height: 30px;
padding-right: 2px; 
    margin-top: 3px;
    padding-left: 2px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 1px;
    color: #718E00;
    padding-top: 10px;
    text-align: center;
background:rgba(51,51,51,.6);
border-radius: 10px;
}
.datetitle{
background:transparent;
}
#btnZzk{
border:0px;
background-color:#333;
color:#718E00;
}
#sidebar_categories{
display:none;
}
.large-header {
	position: fixed;
top:0;
left:0;
	width: 100%;
	background: #333;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: -1;
}

.demo-1 .large-header {
	background-image: url('../img/demo-1-bg.jpg');
}

.demo-2 .large-header {
	background-image: url('https://images.cnblogs.com/cnblogs_com/liulua/1003548/o_demo-2-bg.jpg');
	background-position: center bottom;
}

.demo-3 .large-header {
	background: #7f8c8d;
}

.demo-4 .large-header {
	background: #f9f1e9;
}

.main-title {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #f9f1e9;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

.demo-1 .main-title, 
.demo-3 .main-title {
	text-transform: uppercase;
	font-size: 4.2em;
	letter-spacing: 0.1em;
}

.demo-2 .main-title {
	font-family: 'Clicker Script', cursive;
	font-weight: normal;
	font-size: 8em;
	padding-left: 10px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}

.demo-2 .main-title::before {
	content: '';
	width: 20vw;
	height: 20vw;
	min-width: 3.5em;
	min-height: 3.5em;
	background: url(../img/deco.svg) no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	z-index: -1;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

.demo-3 .main-title {
	padding: 10px 40px;
	border: 10px double #f9f1e9;
	text-transform: uppercase;
	font-family: Londrina Outline, sans-serif;
}

.demo-4 .main-title {
	font-size: 6em;
	font-weight: 300;
	padding: 10px 30px;
	text-transform: uppercase;
	color: #222;
}

.main-title .thin {
	font-weight: 200;
}

@media only screen and (max-width : 768px) {
	.demo-1 .main-title, 
	.demo-3 .main-title,
	.demo-4 .main-title {
		font-size: 3em;
	}

	.demo-2 .main-title {
		font-size: 4em;
	}
}