/* CSS Document */

@media screen and (max-width:1170px) {
.navi ul li a {
	padding: 9px 38px;
}
}
 @media screen and (max-width:992px) {
.navi ul li a {
	padding: 9px 28px;
}
#content-section .content-side {
	width: 70%;
}
#content-section .side-bar {
	width: 29%;
}
}
 @media screen and (max-width:768px) {
.navi ul li a {
	padding: 9px 18px;
}
}
@media screen and (max-width:767px) {
#content-section .content-side {
	width: 100%;
}
#content-section .side-bar {
	width: 100%;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
p {
	font-size: 12px;
}
}
 @media screen and (max-width:600px) {
.navi ul li a {
	padding: 9px;
	font-size: 12px;
}
}
@media screen and (max-width:550px) {
.content-side .post-block .post-header {
	line-height: inherit;
	text-align: center;
	height: 68px;
}
.post-header .publish-text {
	width: 100%;
	line-height: 30px;
}
.post-header .share {
	width: 100%;
	line-height: 30px;
}
}
@media screen and (max-width:481px) {
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
}
@media screen and (max-width:450px) {
	.header-nav ul li,
	.header-nav ul li a{
		display:block;
	}
	.header-nav ul li{
		border:none;
	}
	.header-nav ul li:last-child {
    	border-right: none;
	}
}
