.blog-blog .toolbar4 { border:0px solid #ededed; padding:12px 20px; }
.article-page .article-list{
	float: left;
}
.article-page .article-item{
	float: left;
	margin-bottom: 40px;
}
.article-page .article-name{
	font-size: 16px;
	font-weight:600;
    color:#000;
	margin: 0 0 10px;
}
.articledate i{
	margin-right: 5px;
}
.articledate{
	font-size: 12px;
	text-transform: uppercase;
	color: #787878;
	padding: 8px 0px;


}
.intro-content{
	font-size: 15px;
	margin-bottom: 20px ;
	line-height: 1.5;
    color:#555;
}
.readmore-page i{
	margin-left: 5px;
	display: inline-block;
	font-size: 11px;
}
.readmore-page{
	background: #1a9f29;
	color: #fff;
	font-size: 12px;
	font-weight:700;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 10px 20px;
	margin: 5px 0 0;
	border:2px #1a9f29 solid !important;
	display: inline-block;
}
.readmore-page:hover{
	background: #fff;
	color: #1a9f29
	border:2px #1a9f29 solid !important;
}
.article-title{
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 20px;
	text-transform: uppercase;
	color: #222;
}
.article-description{
		font-size: 15px !important;
margin: 5px 0px;
line-height: 30px;
}
.article-container img{
	float: right;
	margin-left: 30px;
}
.article-description p{
	font-size:16px;
    color:#333;
}

.article-description .btn-primary{
	font-size: 18px;
    padding: 20px 0px;
    width: 100%;
    max-width: 450px;
    height: auto;
    display: inline-block;
    font-weight: 700;
    background-color: #00984d !important;
    border: 0px !important;
    border-radius: 4px !Important;
    color: #ffffff;
    line-height: 1.3333333;
    margin-top:10px;
}

.article-date{
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	color: #787878;
	padding: 0px 0px;

	margin: 0px 0px 10px;
}

.article-container {
margin-top:20px;
}

.berd {
   text-align:center; 
}


.berd a {
text-align:center;
    background:#1a9f29;
    padding:10px 35px;
    color:#ffffff;
    
    background:#ffffff;
 
    color:#1a9f29;
    font-size:24px;
    font-weight:600;
    border:3px #1a9f29 solid;
}
.berd a:hover {

    background:#1a9f29;

    color:#ffffff;

}
@media(max-width: 767px){
	.article-item-inner img {
		max-width: 100%;
        max-height: 150px;
	}
    
    
    
	.article-page .article-name { margin:20px 0; } 
	.blog-article .article-container img { width:100%; display:block ; float:none; max-height: 150px; margin-bottom: 10px; margin-left:0px;s}
	.blog-article .article-title { width:100%; display:inline-block; margin:20px 0 0; }
}