
@media screen and (max-width:700px) {


.fixedbarmenu{
	position: fixed;
	z-index: 9999;
	background: #222;
	width: 100%;
	height: auto;
	bottom: 0;
	font-size: 15px !important;
	box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.4);
	display: block;
}

.fixedbarmenu a.preBtn{
    width: 50% !important;
    height: 50px !important;
    line-height: 50px !important;
    display: block !important;
    float: left !important;
    text-align: center !important;
    position: relative !important;
    top: -5px !important;
}

.tkl {
	width: 50% !important;
	height: 50px !important;
	line-height: 50px !important;
	text-align: center !important;
	background: linear-gradient(#f2f2f2, #f2f2f2);
	float: left !important;
	color: black !important;

}
.ar {
	width: 50% !important;
	height: 50px !important;
	line-height: 50px !important;
	text-align: center;
	background: linear-gradient(#394086, #394086);
	color: white !important;
	float: left !important;
	color: white !important;
}
.fixedbarmenu a:hover {
	color: white !important;
}







}