footer {
	margin-top:30px;
	clear: both;
	background: url('../img/footer.png') center 130px no-repeat;
	min-height: 925px;
	position: relative;
}

footer .nav_wrapper {
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

footer nav a {
	font-family: 'Frijole';
	color: #fff;
	padding: 0 10px;
	display: inline-block;
	height: 67px;
	line-height: 67px;
}

footer nav a.logo {
	float: right;
}

footer .desc {
	text-align: center;
}

footer p {
	color: #a2a2a2;
	font-size: 12px;
	padding-bottom: 15px;
}

footer .other {
	text-align: center;
}

footer .other a {
	display: inline-block;
	width: 222px;
	height: 95px;
	margin: 0 17px 30px;
}
footer .other .partner_01 {
	background: url('../img/footer/1.png') no-repeat;
}
footer .other .partner_02 {
	background: url('../img/footer/2.png') no-repeat;
}
footer .other .partner_03 {
	background: url('../img/footer/3.png') no-repeat;
}
footer .other .partner_04 {
	background: url('../img/footer/4.png') no-repeat;
}
footer .other .partner_05 {
	background: url('../img/footer/5.png') no-repeat;
}
footer .other .partner_06 {
	background: url('../img/footer/6.png') no-repeat;
}
footer .fanpage {
	padding-bottom: 30px;
}
footer .fanpage .fb-like-box {
	background: #fff;
}

footer .logo {
	background: url('../img/logo_scroll.png') no-repeat center;
	width: 142px;
	height: 67px;
	display: inline-block;
}
.apppromo{
	margin-left:50%;
}
.apppromo p{
	font-family: 'Frijole';
	color: white;
	margin:16px 0 -30px 35px;
	padding:0px;
}
.app_icon{
	background:url(/templates/new/_layout/img/app_icon.png) no-repeat;
	width:180px;
	height:220px;
	margin-left: -180px;
	display:inline-block;
}
.iosbadge{
	margin-bottom:120px;
	margin-left:30px;
	display:inline-block;
	overflow:hidden;
	background:url(/templates/new/_layout/img/badge_ios.svg) no-repeat;
	width:135px;
	height:40px;
}
.androidbadge img{
	height: 60px;
	margin: 120px 0 0 -145px;
	position: absolute;
}