@media screen and (max-width: 991px) {
    .comment, .comment .comment {
        display: none;
    }

    .comment:nth-last-of-type(1), .comment:nth-last-of-type(2), .comment:nth-last-of-type(3), .comment:nth-last-of-type(4) {
        display: block;
    }
}

@media (min-width: 760px) and (max-width: 976px) {
    .header .title {
        left:0;
        font-size: 30px;
    }
}

@media screen and (max-width: 1016px) {
    .header {
    }

    body {
        overflow-x: hidden;
    }
}

@media screen and (max-width: 760px) {
    .logogo {
        display: none;
    }

    .header .title {
        position: relative;
        text-align: center;
        left: 0;
        top: 0;
    }

    .comment .comment {
        margin: 34px 10px 10px 10px;
    }
}

@media screen and (max-width: 610px) {
    .mainmenu {
        margin-top: 1px;
    }

    .header .title, .headerText {
        font-size: 23px;
        margin-left: 1px!important;
        margin: 0;
    }
	.header {
		padding: 20px 15px 0 20px;
	}
	.header br {
		display:none
	}
}

@media screen and (max-width: 450px) {
	.header .title, .headerText {
		font-size: 18px;
	}
	}

@media screen and (max-width: 340px) {
    .header .title, .headerText {
        font-size: 17px;
    }

    .comment_body {
        margin-right: 15px;
    }
}

@media screen and (max-width: 480px) {
    .rightimg {
        float: none!important;
        display: block;
        margin: 0 auto;
    }

    .digest {
        margin-right: 0!important;
        display: block;
    }

    .button {
        font-size: 16px;
    }
}