@charset "utf-8";
/*-----------------------------------------------*/
@font-face {
font-family: 'harabara';
src: 	url('/landing/ice-cream/fonts/harabara-webfont-webfont.eot');
src: 	url('/landing/ice-cream/fonts/harabara-webfont-webfont.eot?#iefix') format('embedded-opentype'),
			url('/landing/ice-cream/fonts/harabara-webfont-webfont.woff') format('woff'),
			url('/landing/ice-cream/fonts/harabara-webfont-webfont.ttf') format('truetype'),
			url('/landing/ice-cream/fonts/harabara-webfont-webfont.svg#SansaSemiBoldRegular') format('svg');
font-weight: normal;
font-style: normal;
}
/*-----------------------------------------------*/
#mobile_ice-cream { position:relative; }
#mobile_ice-cream .topgrad { position:absolute; top:0; left:0; width:100%; height:135px; z-index:-1;
background: rgb(70,0,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(70,0,0,1) 0%, rgba(145,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(70,0,0,1)), color-stop(100%,rgba(145,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(70,0,0,1) 0%,rgba(145,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(70,0,0,1) 0%,rgba(145,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(70,0,0,1) 0%,rgba(145,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(70,0,0,1) 0%,rgba(145,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#460000', endColorstr='#910000',GradientType=0 ); /* IE6-9 */
}
#mobile_ice-cream .wrapper { position:relative; width:100%; max-width:900px; margin:0 auto; text-align:center; padding:1em 0; }
#mobile_ice-cream .logo { width:80%; max-width: 255px; display:block; margin:0 auto;}
#mobile_ice-cream .icecream { width:100%; margin:1em 0 0 0; display:block;}
#mobile_ice-cream .terms {width:100%; max-width:900px; margin:0 auto; text-align:justify; padding:1em; font-size:0.8571428571428571em }
#mobile_ice-cream .cta { background-color:#FFFC01; padding:1em; display:block; margin:0 auto; font-family:'harabara', "Helvetica Neue", Helvetica, Arial, sans-serif; color:#FF731F; overflow:auto; }
#mobile_ice-cream .cta p { float:left; width:68%; text-align:left;font-size:3em; }
#mobile_ice-cream .cta p.redeem { color:#008571; }
#mobile_ice-cream .cta p.redeem strong { color:#ED4681; }
#mobile_ice-cream .cta a { background-color:#ec2f52; padding:.2em .5em; border-radius:4em; color:#FFF; text-decoration:none; text-transform:uppercase; font-size:3em; margin:.3em 0; display:inline-block;width:auto;}
#mobile_ice-cream .cta a span {color:#FFFC01;}
#mobile_ice-cream .cta a:hover { background-color:#f36d86; }

@media screen and (max-width: 800px){
	#mobile_ice-cream .cta p { font-size:2.7em; }
	#mobile_ice-cream .cta a { font-size:2.7em; }
}
@media screen and (max-width: 640px){
	#mobile_ice-cream .cta p { font-size:2.2em; }
	#mobile_ice-cream .cta a { font-size:2.2em; }
}
@media screen and (max-width: 600px){
	#mobile_ice-cream .cta p { font-size:2em; }
	#mobile_ice-cream .cta a { font-size:2em; }
}
@media screen and (max-width: 480px){
	#mobile_ice-cream .cta p { float:none; width:100%; text-align:center; font-size:2.5em;}
	#mobile_ice-cream .cta a { float:none; text-align:center; font-size:2.5em;display:inline-block; }
	#mobile_ice-cream .terms { font-size:1em; }
}
@media screen and (max-width: 384px){
	#mobile_ice-cream .cta p { float:none; width:100%; text-align:center; font-size:1.8em;}
	#mobile_ice-cream .cta a { float:none; text-align:center; font-size:1.8em; }
	#mobile_ice-cream .terms { font-size:1em; }
}
@media screen and (max-width: 320px){
	#mobile_ice-cream .cta p { float:none; width:100%; text-align:center; font-size:2.5em;}
	#mobile_ice-cream .cta a { float:none; width:100%; text-align:center; font-size:2.5em;}
}