.flexheader {
	background-color: #323232;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 450px;
	width: 100%;
}

.blog .inner-blog {
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #fff;
	box-shadow: 0 2px 3px rgba(25,25,25,.33);
}

.blog .inner-blog .inner-content-img {
	height: auto;
	width: 100%;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #eee;
}
.blog .inner-blog .inner-content {
	padding: 15px 15px 0 15px;
}
.blog .inner-blog .inner-content > .content-text{
	height: 60px;
	overflow: hidden;
	margin: 0;
}
.blog .inner-blog .inner-content h3 {
	margin-top: 0;
	display:block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.blog .inner-blog .inner-content .content-img {
	display:none;
}
.blog .inner-blog .readmore {
	margin-bottom: 0;
	padding: 15px;
}


@media (max-width: 991px) {
	.flexheader {
		height: 350px;
	}
}
@media (max-width: 767px) {
	.flexheader {
		display: none;
	}
}
@media (max-width: 531px) {
	label[for="recaptcha"], label[for="custom"] {
		display: none !important;
	}
}