#newsletter_block_left h4.title_block {
	font-weight: 700;
	font-size: 25px;
	line-height: 32px;
}

#newsletter_block_left p {
	font-size: 16px;
	line-height: 24px;
	color: #8f8f8f;
}

#newsletter_block_left p.subline {
	padding: 10px;
}


#newsletter_block_left {
	border-bottom: 1px solid #292929;
	padding-bottom: 48px;
	margin-bottom: 48px;
}

#newsletter_block_left form {
	max-width: 450px;
}

@media (min-width:768px) {
	#newsletter_block_left form {
		float: right;
	}
	#newsletter_block_left h4.title_block {
		font-size: 32px;
		line-height: 40px;
	}
}



#newsletter_block_left .form-label {
	font-weight: 600;
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	color: #8f8f8f;
}

#newsletter_block_left input {
	background: #292929;
	border: 1px solid #3e3e3e;
	padding: 8px 16px 10px;
	color: #8f8f8f;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 22px;
	border-radius: 0;
	margin-bottom: 20px;
}