#baground{
	width: 100%;
	height: 400px;
	background-size: cover;
    background-position: center center;
}
#blog-cover{
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center center; 
}
#blog{
    max-width: 1300px;
    margin: 10px auto;
    min-height: 600px;
    overflow: hidden;
    text-align: left;
}
#blog>h3 {
    width: 200px;
    text-align: center;
    font-size: 21px;
    line-height: 70px;
    margin: auto;
    color: #46464d;
    
}
#blog .blog {
    width: 400px;
    height: 380px;
    border-radius: 5px;
    position: relative;
    background-color: #fff;
    display: inline-block;
    box-shadow: 0px 0px 5px #b1b2b2;
    margin-left: 24px;
    margin-top: 5px;
    overflow: hidden;
}
.news-image{
    width: 98.2%;
    height: 240px;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    display: inline-block;
    border-radius: 1px;
    margin-bottom: 20px;
    text-transform: capitalize;
    margin: 3px;
    background-size: cover;
    background-position: center center;
}
#blog .blog h1 {
    color: #63616b;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px;
    text-transform: capitalize;
    text-align: left !important;
    font-family: 'dejavu_sansbook';
}
#blog .blog p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 5px;
    color: #999;
    margin-top: -5px;
    text-align: left;
}
#blog .blog a {
    position: absolute;
    font-family: 'dejavu_sansextralight';
    font-weight: bold;
    height: 30px;
    left: 6px;
    bottom: 6px;
    text-align: center;
    text-decoration: none;
    color: #000000;
    border-radius: 5px;
    font-size: 13px;
    line-height: 30px;
   
}
#blog .blog a:hover{
	text-decoration: underline;
	color: #fb4848
}