#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{
	height:400px;
	position: relative;
	overflow: visible;
	background: linear-gradient(135deg, #1A1F25 30%, #801336 70%);
}
.mp_hero .mp_csw{
	height:400px;
	overflow: visible;
}
.mp_hero_text{
	padding:73px 0 0 14px;
	font-family: Arial, Verdana, sans-serif;
	color: white;
    overflow: visible;
}
.mp_hero_text h1{
	display: block;
	font-size: 34px;
	line-height: 32px;
	font-weight: bold;
    padding-bottom:16px;
    text-transform: uppercase;
}
.mp_hero_text p{
	display: block;
	font-size: 18px;
	line-height: 1.618em;
	padding: 0 0 27px;
	margin: 0;
	color: #fdeae5;
}
.mp_hero_text p strong{
	font-size: 24px;
	font-weight: normal;
	color:white;
}
.qr_code_wrapper{
    float: left;
    background: white;
    border-radius: 6px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .25);
    margin-top: -10px;
}
.qr_code_wrapper img{
    width: 180px;
    height: 180px;
    border-radius: 6px;
}
.mp_badges{
	overflow: visible;
	padding-bottom:16px;
}
.mp_app_badge{
	display: block;
	float: left;
	background: url('//imgrabo.com/design/site/mobilepage/app_badges.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:hover{
	transform: translateY(-2px);
}

#devices{
    width: 355px;
    height: 435px;
    position: absolute;
    bottom: -100px;
    right: 0;
}
.iphone_device {
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
}
.android_device {
    position: absolute;
    top: 35px;
    left: 170px;
}
.android_device .screen, 
.iphone_device .screen{
    background: #1a1f25;
    width: 186px;
    height: 405px;
    position: absolute;
    top: 11px;
    left: 16px;
    border-radius: 10px;
    transition: all .7s;
}
.android_device .screen{
    transition-delay: 1s;
}
.iphone_device .frame{
    background: url('//imgrabo.com/design/site/mobilepage/device_frame_iphone.png') 0 0 no-repeat;
    width: 217px;
    height: 435px;
    position: relative;
    z-index:1;
}
.android_device .frame{
    background: url('//imgrabo.com/design/site/mobilepage/device_frame_android.png') 0 0 no-repeat;
    width: 191px;
    height: 391px;
    position: relative;
    z-index: 1;
}
.android_device .screen{
    width: 162px;
    height: 325px;
    top: 30px;
    left: 15px;
    border-radius: 5px;
}
#devices.state1 .iphone_device .screen{background-image: url('//imgrabo.com/design/site/mobilepage/theaters/screenshot_iphone1.jpg');}

#devices.state1 .iphone_device .preload, 
#devices.state2 .iphone_device .screen{background-image: url('//imgrabo.com/design/site/mobilepage/theaters/screenshot_iphone2.jpg');}

#devices.state2 .iphone_device .preload, 
#devices.state3 .iphone_device .screen{background-image: url('//imgrabo.com/design/site/mobilepage/theaters/screenshot_iphone3.jpg');}

#devices.state1 .android_device .screen{background-image: url('//imgrabo.com/design/site/mobilepage/theaters/screenshot_android2.jpg');}

#devices.state1 .android_device .preload, 
#devices.state2 .android_device .screen{background-image: url('//imgrabo.com/design/site/mobilepage/theaters/screenshot_android3.jpg');}

#devices.state2 .android_device .preload, 
#devices.state3 .android_device .screen{background-image: url('//imgrabo.com/design/site/mobilepage/theaters/screenshot_android1.jpg');}


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; }