@charset "utf-8";
/* CSS Document */

.subscribe-footer-frame{
	height: 45px;
}

@media only screen and (max-width:640px){
	.subscribe-footer-frame {
    height: 140px;
    background: #fff;
}
}