body{
	padding:70px 0 0 !important;
}
.p-header-nav-floating-btn--v2 .p-header-nav-floating-btn__bottom .p-navigation{
	padding: 0;
    height: 1px;
}

@media only screen and (min-width: 1px) and (max-width: 768px){
	.p-btn_navigationToggle {
    	display: none !important;
	}
	.p-header-nav-floating-btn--v2 .p-header-nav-floating-btn__bottom .navigationHeader.p-navigationHeader {
        top: 15px;
	    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
	}
    .p-header-fixed{
    }
	.p-header-nav-floating-btn__top-btns {
    	display: none !important;
    }
}

@media only screen and (min-width: 1px) and (max-width: 480px){
	.c-inner {
    	padding: 20px 20px 21px;
	}
}