


#phone_re{    right: 1%!important;
    left: initial;
	color:#d90017;
    width: auto;
    background: none;}

.header,
.footer
.header,
.footer
{
            background: url(logore.png)no-repeat top center,url(bgmenure.png)repeat top right;
    position: fixed;
    font-size: 16px;
    font-weight: bold;
    top: 0px;
    color: #fff;
    line-height: 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 51px;
    z-index: 1;
    /* padding: 0 50px; */
}
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
.header a
{
     background: #2ce6f0 url(download.png)no-repeat center;
    display: block;
        width: 40px;
    height: 40px;
    position: absolute;
    top: 6px;
    left: 1%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.content
{
	padding: 150px 50px 50px 50px;
}