.sec1-text {
    background-image: url(../images/intro-bg.png);
    background-position: center top;
    background-repeat: repeat-x;
}
.sec1-text .head {
    color: #701000;
}
.bio-blog .head {
    color: #6f0a09;
    border-bottom: 4px solid #cdb8a5;
    padding: 5px 0 10px 0;
    margin: 0 0 5px 0;
}
.bio-blog-post {
    display: inline-block;
    background-color: rgba(255, 255, 255, .52);
    margin: 5px 0;
}
.bio-blog-post a.thumb, .bio-blog-post a.thumb img, .bio-blog-post .text-box {
    float: left;
}
.bio-blog-post a.thumb {
    width: 21%;
    border: 7px solid #fff;
    box-sizing: border-box;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .38);
    display: inline-block;
}
.bio-blog-post a.thumb:hover {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .60);
}
.bio-blog-post .text-box {
    width: 79%;
    padding: 8px 25px;
}
.bio-blog-post .title a {
    color: #781317;
    text-decoration: none;
}
.bio-blog-post .title a:hover {
    color: #000;
}
.bio-blog-post .by {
    color: #8c6239;
}
.bio-blog-post a.more {
    font-weight: bold;
    text-decoration: none;
    color: #781317;
}
.bio-blog-post a.more:hover {
    text-decoration: underline;
}
.bio-blog a.more-post {
    text-decoration: none;
    display: inline-block;
    padding: 7px 50px;
    background-color: #74221b;
    color: #fff;
}
.bio-blog a.more-post:hover {
    background-color: #1d1d1d;
}
.bio-p-areas {
    background-color: rgba(129, 96, 72, .28);
}
.bio-p-areas .head {
    color: #6f0a09;
    border-bottom: 4px solid #b6a291;
}
.bio-p-areas li {
    margin: 10px 0;
    padding: 0 0 0 30px;
    background-image: url(../images/li-bg1.jpg);
    background-position: 0 8px;
    background-repeat: no-repeat;
    display: inline-block;
}
.bio-logo img {
    margin-bottom: 30px;
}
.p-blog {
    background-image: url(../images/p-blog-bg.jpg);
    background-position: center top;
    background-size: cover;
}
.p-blog .head {
    color: #701000;
    border-bottom: 4px solid #a59380;
    padding-bottom: 10px;
}
.p-blog .blog-post {
    display: inline-block;
    background-color: rgba(255, 255, 255, .45);
    margin: 10px 0 0 0;
}
.p-blog .blog-post a.thumb, .p-blog .blog-post a.thumb img, .p-blog .blog-post .text-box {
    float: left;
}
.p-blog .blog-post a.thumb {
    width: 14%;
    border: 7px solid #fff;
    box-sizing: border-box;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .38);
    display: inline-block;
}
.p-blog .blog-post a.thumb:hover {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .60);
}
.p-blog .blog-post .text-box {
    width: 72%;
    padding: 8px 25px;
}
.p-blog .blog-post .title a {
    color: #781317;
    text-decoration: none;
}
.p-blog .blog-post .title a:hover {
    color: #000;
}
.p-blog .blog-post .by {
    color: #8c6239;
}
.p-blog .blog-post a.more {
    font-weight: bold;
    text-decoration: none;
    color: #781317;
}
.p-blog .blog-post a.more:hover {
    text-decoration: underline;
}
.p-blog .more-post a {
    text-decoration: none;
    display: inline-block;
    padding: 7px 80px;
    background-color: #581e12;
    color: #fff;
}
.p-blog .more-post a:hover {
    background-color: #222222;
}




@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
	.p-blog .blog-post .text-box {
	    width: 86%;
	    padding: 0 0 0 25px;
	}
	.bio-blog-post .text-box {
	    width: 79%;
	    padding: 0 0 0 25px;
	}
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
	.law-sec1 .sec1-text {
	    padding: 0 10px;
	}
	.bio-blog-post a.thumb, .p-blog .blog-post a.thumb {
	    display: none;
	}
	.bio-blog-post .text-box, .p-blog .blog-post .text-box {
	    width: 100%;
	    padding: 0;
	}
	.p-blog .more-post a {
	    padding: 7px 40px;
	}
}