@charset "utf-8";
.sidr {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 350px;
    overflow-x: none;
    overflow-y: auto;
    font-size: 15px;
    background: #1c1c1c;
    color: #fff;
    padding: 30px;
}
.sidr .sidr-inner {
    padding: 0 0 15px
}
.sidr .sidr-inner>p {
    margin-left: 15px;
    margin-right: 15px
}
.sidr.right {
    left: auto;
    right: -260px
}
.sidr.left {
    left: -260px;
    right: auto
}
.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px;
    color: #fff;
    line-height: 24px;
    text-transform: uppercase;
}
.sidr .searchbox .text {
    float: left;
    width: 85%;
    height: 30px;
    border: none;
    outline: none;
    line-height: 30px;
    padding-left: 15px;
    font-size: 14px;
    background: #000;
}
.sidr .searchbox .submit {
    width: 15%;
    height: 30px;
    float: right;
    background: #000 url("../img/search.png") no-repeat center center;
    border: none;
    outline: none;
}
.sidr .sidr-widgets {
    float: left;
    width: 100%;
    padding: 0 15px;
}
.sidr p {
    font-size: 13px;
    margin: 0 0 12px
}
.sidr p a {
    color: rgba(255, 255, 255, 0.9)
}
.sidr>p {
    margin-left: 15px;
    margin-right: 15px
}
.sidr ul {
    display: block;
    margin: 0 0 15px;
    padding: 0;
}
.sidr ul li {
    display: block;
    margin: 0;
}
.sidr ul li:hover>a,
.sidr ul li:hover>span,
.sidr ul li.active>a,
.sidr ul li.active>span,
.sidr ul li.sidr-class-active>a,
.sidr ul li.sidr-class-active>span {
    color: #fff
}
.sidr ul li a,
.sidr ul li span {
    display: block;
    text-decoration: none;
    color: #ccc;
    font-weight: normal;
    text-transform: capitalize;
    line-height: normal;
}
.sidr ul li ul {
    border-bottom: none;
    margin: 0;
    background: rgba(0, 0, 0, 0.3)
}

.sidr ul li ul li {
    line-height: 40px;
    font-size: 13px
}

.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active {
    line-height: 41px
}

.sidr ul li ul li a,
.sidr ul li ul li span {
    color: rgba(255, 255, 255, 0.8);
    padding-left: 30px
}

.sidr form {
    margin: 0;
}

.sidr .kf-sidebar h2 {
    padding: 0px;
    background: none;
    text-transform: capitalize;
    font-size: 18px;
    box-shadow: none;
}

.sidr .kf-sidebar form {
    margin: 0px
}

.sidr label {
    font-size: 13px
}

.sidr textarea,
.sidr select {
    width: 100%;
    font-size: 13px;
    padding: 5px 10px;
    margin: 0 0 10px;
    border: none;
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.6);
    display: block;
    clear: both;
    height: 40px
}

.sidr .widget-tag-cloud ul li {
    margin: 0px 0px 5px 5px;
}

.sidr .logo_wrap {
    text-align: center;
    margin-bottom: 30px;
}


.logo_wrap {
    float: left;
    width: 100%;
    padding: 22px 0;
}

.logo_wrap img {
    margin-left: 10px;
}

.kf-sidebar .widget {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #CCC;
}

.kf-sidebar .widget h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0px 0px 15px 0px;
}
.kf-sidebar>p{
	font-size:18px;
	color:#ccc;
	text-align:center;
}
.widget-search form {
    float: left;
    width: 100%;
    position: relative;
}

.widget-archive ul {
    list-style: none;
    float: left;
    width: 100%;
    margin: 0px 0px 0px 0px;
}

.widget-archive ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.widget-archive ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.widget-archive ul li a {
    font-weight: normal;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    padding: 12px 10px;
    display: block;
    line-height: normal;
    background: url(../img/sidr_list.png) no-repeat 5px center;
    text-indent: 10px;
}

.widget-archive ul li a:hover {
    padding: 12px 15px;
    background: #9a0b12 url(../img/sidr_list.png) no-repeat 5px center;
}

.widget-archive ul li a i {
    margin-right: 10px;
}

.widget-recent-posts {
    float: left;
    width: 100%;
    margin-bottom: 46px;
}

.widget-recent-posts ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.widget-recent-posts li {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.widget-recent-posts ul li:last-child {
    margin-bottom: 0;
}

.widget-recent-posts figure {
    width: 130px;
}

.widget-recent-posts figure figcaption {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: -9px auto 0;
    text-align: center;
    opacity: 0;
    line-height: 20px;
}

.widget-recent-posts figure figcaption a {
    font-size: 16px;
    display: inline-block;
    color: #fff;
}

.widget-recent-posts ul li:hover figure figcaption {
    opacity: 1;
}

.widget-recent-posts .kode-text {
    float: none;
    padding: 0 0 0 150px;
    margin-top: 0px;
}

.widget-recent-posts h6 {
    font-size: 16px;
    margin-bottom: 15px;
}

.widget-recent-posts span {
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    color: #999999;
}

.widget-recent-posts span i {
    font-style: normal;
    font-size: 16px;
    margin-right: 5px;
}

.widget-categories {
    float: left;
    width: 100%;
    margin-bottom: 46px;
}

.widget-categories ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.widget-categories ul li {
    float: left;
    width: 100%;
}

.widget-categories ul li:last-child {
    margin-bottom: -2px;
}

.widget-categories ul li a {
    font-weight: normal;
    font-size: 14px;
    text-transform: capitalize;
    color: #666;
    padding: 8px 0px;
    display: block;
    line-height: normal;
}

.widget-categories ul li a:hover {
    padding: 8px 10px;
    background: #f3f2f2;
    color: #fff;
}

.widget-categories ul li a i {
    margin-right: 10px;
}

.widget-courses-list ul {
    margin: 0px 0px 0px -6px;
}

.widget-courses-list ul li {
    margin: 0 0px 6px 5px;
    float: left;
    width: 97px;
}

.widget-courses-list figure a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    text-align: center;
}

.widget-courses-list li:hover figure a {
    opacity: 0.9;
}

.widget-courses-list figure a {
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    display: block;
    line-height: 88px;
}

.widget-tag-cloud ul {
    margin: -5px 0px 0px -5px;
}

.widget-tag-cloud ul li {
    float: left;
    margin: 0 0 5px 5px;
}

.widget-tag-cloud ul a {
    border: 1px solid #dcdcdc;
    color: #777;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 10px;
    text-transform: uppercase;
}

.widget-tag-cloud ul a:hover {
    color: #fff;
}

.radio input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.radio-value {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #d7dfe7;
    border-radius: 3px;
    display: inline-block;
    height: 28px;
    margin-right: 5px;
    position: relative;
    vertical-align: -0.5em;
    width: 28px;
}

.sidr .rcopy-right-sid {
    font-size: 17px;
    text-align: center;
    color: #999;
}

/* selectric */
.kf-sidebar .my_shoucang a,.kf-sidebar .my_shouye a{color: #FFFFFF;font-size: 18px;line-height: 40px;}
.kf-sidebar .my_shoucang a:hover,.kf-sidebar .my_shouye a:hover{color:#811c17;}
.kf-sidebar ul { margin-top: 10px!important;}
.kf-sidebar ul li{ margin: 10px 0px;}
.kf-sidebar ul li p,.kf-sidebar ul li input{ float: left;}
.kf-sidebar ul li p{ margin: 0px; line-height: normal;}
.kf-sidebar ul li input{ margin: 2px 5px 0px 0px;}
.kf-sidebar .zichuan p{ line-height: normal;}
.kf-sidebar .zichuan p:nth-child(1){ margin-top: 10px;}

.selectric-wrapper {
	position: relative;
	cursor: pointer;
	border-radius: 3px;
	border: 1px solid #fae5e5;
	min-height: 48px;
	width: 100%;	
	background-color:#fff;
	float:left;
}
.selectric-responsive {
	width: 100%;
}
.selectric {
	position: relative;
	width:100%;
	float:left;
}
.selectric .label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0px;
	font-size: 14px;
	line-height: 44px;
	height: 44px;
	padding:0px 20px;
	color:#666;
	text-align:left;
	width:100%;
	float:left;
	position:static
}
.selectric .button {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 44px;
	color: #BBB;
	text-align: right;
	font-size:22px;
	padding:7px 12px;

}
.selectric-hover .selectric {
	border-color: #C4C4C4;
}
.selectric-hover .selectric .button {
	color: #A2A2A2;
}
.selectric-hover .selectric .button:after {
	border-top-color: #A2A2A2;
}
.selectric-open {
	z-index: 100;
}
.selectric-open .selectric {
	border-color: #C4C4C4;
}
.selectric-open .selectric-items {
	display: block;
	border-radius:3px;
	overflow:hidden;
}
.selectric-disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.selectric-hide-select {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0;
	float:left;
	width:100%;
}
.selectric-hide-select select {
	position: absolute;
	left: -100%;
	display: none;
}
.selectric-input {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
 *font: 0/0 a !important;
	background: none !important;
}
.selectric-temp-show {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important;
}
/* Items box */
.selectric-items {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #F8F8F8;
	z-index: -1;
	box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
	height: 100%;
	overflow: auto;
}
.selectric-above .selectric-items {
	top: auto;
	bottom: 100%;
}

.selectric-items ul, .selectric-items li {
	list-style: none;
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	min-height: 20px;
}
.selectric-items li {
	display: block;
	padding: 6px 8px;
	color: #666;
	cursor: pointer;
	background-color:#fff;
	border-radius:0px !important;
	font-size:14px;
	margin: 0!important;
}
.selectric-items li.selected {
	color: #fff;
	background: #811c17;
}
.selectric-items li:hover {
	color: #fff;
	background: #811c17;
}
.selectric-items .disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default !important;
	background: none !important;
	color: #666 !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
	font-weight: bold;
	padding-left: 10px;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: none;
	color: #444;
}
.selectric-items .selectric-group.disabled li {
	filter: alpha(opacity=100);
	opacity: 1;
}
.selectric-items .selectric-group li {
	padding-left: 25px;
}
