.blogBox {
    margin-bottom: 30px;
    box-sizing: border-box;
}
.blogBox .item {
    background: #f4f4f4;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    height: 100%;
}
.blogBox .item:hover {
    background: #e8e8e8;
    cursor: pointer;
}
.blogBox .item img {
    width: 100%;
}
.blogBox .item p {
    padding-bottom: 40px;
}
.blogBox .item .blogTxt {
    padding: 25px;
}
.blogBox .item h2 {
    margin: 15px 0;
    font-family: 'Roboto', sans-serif;
}
.blogBox .item .blogCategory a {
    padding: 5px 10px 2px;
    border: 1px solid #616161;
    color: #616161;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.blogBox .item .blogCategory a:hover {
    background: #616161;
    color: #fff;
    text-decoration: none;
}

#loadMore , #loadMorereecnt{
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}
#loadMore a, #loadMorereecnt a  {
   padding: 10px 16px !important;
    display: inline-block;
    transition: all 0.25s ease-out;
    background: #c53f45 !important;
    color: #fff !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 700;
    text-transform: uppercase;
}
#loadMore a:hover {
    background-color: #021737;
}

@media screen and (min-width: 1200px) {
	.blogBox .featured h2 {
		font-size: 42px;
	}
}
@media screen and (min-width: 991px) {
	.blogBox .featured h2 {
		font-size: 30px;
		font-style: italic;
	}	
	.blogBox .featured .blogTxt {
		max-width: 50%;
		width: 100%;
		padding: 50px;
		float: left;
		background: inherit;
		min-height: 378px;
	}
	.blogBox .featured img {
		max-width: 50%;
		width: 100%;
		float: left;
		min-height: 378px;
	}
}
@media screen and (min-width: 768px) {
	.blogBox .item img {
		height: 152px;
	}
}



/**/

.latestblogBox {
    margin-bottom: 30px;
    box-sizing: border-box;
}
.latestblogBox .item {
    background: #f4f4f4;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    height: 100%;
}
.latestblogBox .item:hover {
    background: #e8e8e8;
    cursor: pointer;
}
.latestblogBox .item img {
    width: 100%;
}
.latestblogBox .item p {
    padding-bottom: 40px;
}
.latestblogBox .item .blogTxt {
    padding: 25px;
}
.latestblogBox .item h2 {
    margin: 15px 0;
    font-family: 'Roboto', sans-serif;
}
.latestblogBox .item .blogCategory a {
    padding: 5px 10px 2px;
    border: 1px solid #616161;
    color: #616161;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.latestblogBox .item .blogCategory a:hover {
    background: #616161;
    color: #fff;
    text-decoration: none;
}

#latestloadMore , #latestloadMorereecnt{
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}
#latestloadMore a, #latestloadMorereecnt a  {
    padding: 10px 16px !important;
	display: inline-block;
    transition: all 0.25s ease-out;
    background: #c53f45 !important;
    color: #fff !important;
    border-radius: 4px !important;
    font-size: 14px !important;
	    font-weight: 600;
    text-transform: uppercase;
}
#latestloadMore a:hover {
    background-color: #021737;
}

@media screen and (min-width: 1200px) {
	.latestblogBox .featured h2 {
		font-size: 42px;
	}
}
@media screen and (min-width: 991px) {
	.latestblogBox .featured h2 {
		font-size: 30px;
		font-style: italic;
	}	
	.latestblogBox .featured .blogTxt {
		max-width: 50%;
		width: 100%;
		padding: 50px;
		float: left;
		background: inherit;
		min-height: 378px;
	}
	.latestblogBox .featured img {
		max-width: 50%;
		width: 100%;
		float: left;
		min-height: 378px;
	}
}
@media screen and (min-width: 768px) {
	.latestblogBox .item img {
		height: 152px;
	}
}
/**/

