@charset "utf-8";
/* CSS Document */

.mb-nav {
	width: 100%;
	position: absolute;
    top:50%;
	z-index: 99999;
}

.pp-nav-up2 {
	display: inline-block;
	float:left;
	margin-left: 10px;
    position: relative;
    z-index: 500;
    font-size: 2.1428rem;
    cursor: pointer;
    color: #000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pp-nav-down2 {
	display: inline-block;
	float:right;
	margin-right: 10px;
    position: relative;
    z-index: 500;
    font-size: 2.1428rem;
    cursor: pointer;
    color: #000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (min-width: 767px) {
	.mb-nav {
	display:none;
}				  
  } 