#newsletter-promo {
	position: fixed;
	bottom: 0;
	background-color: #2c4a7e;
	height: 20%;
	min-height: 240px;
	width: 100%;
	padding: 30px 40px;
	z-index: 99999;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}
#newsletter-promo h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 900;
	width: 70%;
	margin-bottom: 30px;
}
#newsletter-promo h2 a {
	display:none;
	color: rgba(228,116,161,1);
}
#newsletter-promo h2 a:hover {
	color: #000;
}
#newsletter-promo .btn-round-white {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	padding: 10px 40px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	background-color: #fff;
	border: 1px solid #fff;
	color: #282828;
	font-size: 14px;
}
#newsletter-promo .btn-round-white:hover {
	color: #fff;
	background-color: #282828;
	border: 1px solid #282828;
}
#newsletter-promo .collapse {
	position:absolute;
	top:10px;
	right:10px;
	color:#fff;
	font-size:42px;
	display:block;
	cursor:pointer;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}
#newsletter-promo .collapse:hover {
	opacity:.5;
}
#newsletter-promo.shrink {
	height:60px;
	min-height: 60px;
	padding:20px;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;	
}
#newsletter-promo.shrink .collapse {
	top: 5px;
}
#newsletter-promo.shrink h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 900;
	width: 100%;
	margin-bottom: 0;
	margin: 0;
	padding: 0;
	line-height: 1;
}
#newsletter-promo.shrink h2 a {
	display:inline;
}
#newsletter-promo.shrink .btn-round-white {
	display:none;
}

@media (max-width: 1024px) {
	#newsletter-promo {
		height: 30%;
		min-height:20px;
		width: 100%;
		padding: 10px 20px;
	}
	#newsletter-promo h2 {
		font-size: 18px;
		line-height:1.5;
		width: 80%;
		margin-bottom: 30px;
	}
	#newsletter-promo .btn-round-white {
		padding: 8px 32px;
		border-radius: 50px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		background-color: #fff;
		border: 1px solid #fff;
		color: #282828;
		font-size: 12px;
	}
	#newsletter-promo.shrink {
		height:70px;
		padding:20px;
		-webkit-transition:all .5s ease;
		transition:all .5s ease;	
	}
	#newsletter-promo.shrink h2 {
		font-size: 10px;
		line-height:1.5;
	}

}