.home .newsmag-custom-header {
	min-height: 500px;
	color: #fff;
	padding-bottom: 80px;
}

.home .newsmag-custom-header h1 {
	margin-bottom: 35px;
	color: #fff !important;
}

.home .newsmag-custom-header p {
	font-size: 22px;
	line-height: 1.6;
	color: #fff !important;
}

.home .newsmag-custom-header .button-holder {
	margin: 30px 0;
	text-align: center;
}

.home .newsmag-custom-header .button {
	padding: 10px 20px;
	text-align: center;
	font-family: 'Poppins';
	border-radius: 3px;
	display: inline-block;	
	background: #ff3d2e;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
}

.home .container.ipos {
	padding-bottom: 100px;
}

.home .banner-content {
	top: 25px;
}

.home .banner-content .info {
	display: block;	
}

.home .banner-content .logo {
	height: 25px;
	width: auto;
	display: block;
	margin-bottom: 10px;
}

.home .banner-content .info.index {
	text-transform: uppercase;
}

.home .col-md-4 img.logo {
	max-height: 60px;
	height: auto;
	display: block;
	margin: 0 auto 25px;
}

.home .col-md-12.full img.logo {
	max-height: 240px;
	height: auto;
	display: block;
	margin: 0 auto 40px;
}

.home .col-md-12.full .holder {
	height: 520px;
	background-size: cover !important;
}

.home .col-md-4 .holder,
.home .col-md-3 .holder {
	background-size: cover !important;
}

.home .col-md-4 .holder {
	height: 290px;
}

.home .col-md-12.full .banner-content,
.home .col-md-4 .banner-content {
	text-align: center;
}

.home .col-md-12.full .info {
	font-size: 20px;
}

.home .col-md-4 .info {
	font-size: 16px;	
}

.header-banner.col-md-8 {
	text-align: right;
}

.home .header-banner.col-md-8 i {
	background: #ff3d2e;
	border-radius: 250px;
	padding: 7px;
	display: inline-block;
	text-align: center;
	color: #fff !important;
	font-size: 16px;
	width: 30px;
	height: 30px;
	margin: 15px 0 0 6px;
}

.home span.total {
	background: none !important;
	font-weight: 300 !important;
	color: #333 !important;
	padding: 0 10px !important;
}

@media all and (max-width: 992px) {

	.home .col-md-12.full img.logo {
		max-height: 120px;
		margin: 0 auto 30px;
	}	
	
	.home .col-md-12.full .info {
		font-size: 18px;
	}
	
	.home .col-md-12.full .holder {
		height: 400px;
	}
	
	
	.home .col-md-4 .holder {
		height: 300px;
	}
	
	.home .col-md-3 {
		float: left;
	}
	
	.newsmag_builder .newsmag-blog-post-layout-banner.col-md-3 {
		width: 50%;
		float: left;
	}	
}

@media all and (max-width: 767px) {

	.home .newsmag-custom-header {
		min-height: 0;
		height: auto;
		padding-bottom: 20px;
	}
	
	.home h1 {
		font-size: 34px;
	}
	
	.home .newsmag-custom-header p {
		font-size: 18px;
	}
}

@media all and (max-width: 540px) {
	
	.home .col-md-12.full img.logo {
		max-height: 80px;
		margin: 0 auto 25px;
	}
	
	.home .col-md-12.full .holder {
		height: 290px;
	}	
}

@media all and (max-width: 480px) {
	
	.home .col-md-12.full img.logo {
		max-height: 60px;
		margin: 0 auto 25px;
	}	
	
	.home .col-md-12.full .info {
		font-size: 16px;
	}
}

@media all and (max-width: 460px) {
	
	.newsmag_builder .newsmag-blog-post-layout-banner.col-md-3 {
		width: 100%;
		float: none
	}	
}