.footer {
    width: 100%;
    background-color: rgba(155,122,61,1);
    color: white;
}

.footercontent {
    width: 95%;
    margin: auto;
    background-color: rgba(155,122,61,1);
    padding-top: 50px;
}

.footer .footercontainer {
    width: 930px;
    margin: auto;
}

    .footer .footercontainer .items {
        margin-left: 12px;
        float: left;
    }

        .footer .footercontainer .items .contactus {
            font-size: 19px;
            color: #B41B34;
            font-weight: bold;
        }

        .footer .footercontainer .items .event {
            font-size: 14px;
            margin-top: 5px;
        }

        .footer .footercontainer .items .address {
            font-size: 14px;
            margin-top: 5px;
        }

.address {
    max-width:302px;
}
.en .address{
	max-width:290px;
}
.en .event{
	max-width:290px;
}
.footer .footercontainer .items .tel {
    font-size: 14px;
    margin-top: 6px;
}

.footer .footercontainer .items .website {
    font-size: 14px;
    margin-top: 5px;
}

.footer .footercontainer .items .press {
    font-size: 14px;
    margin-top: 5px;
}

.footer .footercontainer .logo{
	font-size:0px;
}

.footer .footercontainer .logo img{
	height:75px;
}
.footer .footercontainer hr{
	margin-top:15px;
}

.footer a {
    text-decoration: none;
    color: white;
}

    .footer a:hover {
        text-decoration: none;
        color: #B41B34;
    }


@media screen and (max-width: 1023px) {
    .footer .footercontainer {
        width: auto;
        display: table;
        margin: auto;
    }
        .footer .footercontainer .items {
            float: none;
        }

        .footer .footercontainer .logo {
            margin-top: 38px;
        }
}

@media screen and (max-width: 660px) {
    .footer .footercontainer {
        width: auto;
        display:table;
        margin: auto;
    }

        .footer .footercontainer .logo {
            width: 172px;
            margin: auto;
        }

        .footer .footercontainer > .floatleft {
            float: none;
        }

        .footer .footercontainer .items {
            margin-left: 0px;
            float: none;
        }

        .footer .footercontainer .logo {
            margin-top: 0px;
            margin-bottom: 20px;
        }
        .footer .footercontainer .logo img{
			height:44px;
        }
        
        .en .address{
            max-width:100%
        }
        
        .en .footer .footercontainer .items .event{
            max-width:100%
        }
   
}

.footer .copyright {
    text-align: center;
    width: 100%;
    height: 50px;
    font-weight: bold;
    max-width:100%;
}
