#mobilandingpage{
	position: relative;
	text-align: center;
	padding-bottom:105px;
}
.mp_csw{
	width:960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
body.w1250 .mp_csw{
	width:1250px;
}
.mp_hero{
	background: #F08970;
	height:400px;
	position: relative;
	overflow: visible;
	background: linear-gradient(to right, rgba(240,137,112,1) 40%,rgba(243,191,134,1) 60%);
}
.mp_hero .mp_csw{
	background: linear-gradient(135deg, rgba(240,137,112,1) 30%,rgba(243,191,134,1) 70%);
	height:400px;
	overflow: visible;
}
.mp_hero_text{
	padding:73px 0 0 14px;
	font-family: Arial, Verdana, sans-serif;
	color: white;
}
.mp_hero_text h1{
	display: block;
	font-size: 28px;
	line-height: 32px;
	font-weight: normal;
	padding-bottom:16px;
}
.mp_hero_text p{
	display: block;
	font-size: 16px;
	line-height: 24px;
	padding: 0 0 27px;
	margin: 0;
	color: #fdeae5;
}
.mp_hero_text p strong{
	font-size: 24px;
	font-weight: normal;
	color:white;
}
.mp_badges{
	overflow: visible;
	padding-bottom:16px;
}
.mp_app_badge{
	display: block;
	float: left;
	background: url('//imgrabo.com/design/site/mobilepage/app_badges2.gif') 0 0 no-repeat;
	width: 135px;
	height: 40px;
	border-radius: 6px;
	margin-right:16px;
	transition: transform .15s ease-out;
}
.mp_app_badge.android{background-position:0 0;}
.mp_app_badge.ios{background-position:-135px 0;width:120px;}
.mp_app_badge.huawei{background-position:-255px 0;width:114px;}

.mp_app_badge:hover{
	transform: translateY(-2px);
}



#ios_android_phones{
	display: block;
	background: url('//imgrabo.com/design/site/mobilepage/ios_android_phones.png') no-repeat;
	width: 352px;
	height: 440px;
	position: absolute;
	bottom: -74px;
	right: 0;
}
#ios_android_phones .iphone_screen{
	display: block;
	width: 184px;
	height: 328px;
	background: #000;
	position: absolute;
	top: 53px;
	left: 14px;
	overflow: hidden;
}
#ios_android_phones .iphone_screen img {
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity .2s ease-out;
}
@keyframes pulsate {
	from {
		transform: scale(0.25);
		opacity: 1;
	}
	95% {
		transform: scale(1);
		opacity: 0;
	}
	to {
		transform: scale(0.3);
		opacity: 0;
	}
}
.pulse{
	animation: pulsate 1.5s ease-in-out infinite;
	border:1pt solid #fff;
	border-radius:51px;
	box-shadow:inset 0 0 5px #06f, inset 0 0 5px #06f, inset 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f;
	height: 47px !important;
	margin: -18px 0 0 -18px;
	width: 48px !important;
}

#ios_android_phones .pulse{
	position: absolute;
	top: 276px;
	left: 291px;
}

html, body{background:white;}
.mobipage_body{
	background:white;
}
.mobipage_body #site{background:white;padding-top:0px;}
.mobipage_body .redsgn_top{border-bottom:1px solid #03416b;}
.mobipage_body .redsgn_hdr{border-bottom:1px solid #1978b8;}
#slimftr { display: none; }
#sitebody { width: auto; }