html,body{font-family:'Montserrat','Raleway','ubunturegular';font-size:16px;margin:0;padding:0;top:0; background-color: #fff; min-height:100%;}

#page {
	width:800px; height:auto;   margin:0 auto; bottom:10px;
}
#page img {max-width:100%; height:auto;}

#footer {width:100%; background:#252121; height:150px; margin:0 auto; margin-top:20px; position:relative; bottom: 0; }
#footer_logo{height:150px; width:50%;float:left; background:url(logo.png)no-repeat center;}
#footer_logo:hover {background:url(logo2.png)no-repeat center;}
#infooter {width:50%; float:left; height:auto; margin-top:15px; }
.module_footer i{width:20px; height:25px; float:left; color:#999; font-size:20px;}
.module_footer {width:320px; height:25px; float:left; margin-top:5px;}
.module_footer:hover > i {color:#f13c64;}
.info span {color:#999;}
.info {height:20px; width:280px;float:left; color:#fff; font-size:13px; font-weight: 500; margin-left:10px;  }
.container_footer {width:800px; height:auto; margin:0 auto;  }

@media screen and (min-width: 300px) and (max-width:800px)  {
html,body{font-family:'Montserrat','Raleway','ubunturegular';font-size:16px;margin:0;padding:0;top:0; background-color: #fff; min-height:100%;}
	#page {
	width:100%;   margin:0 auto; bottom:10px;
	}

	#page img {max-width:100%; height:auto;}
	 
	#footer {width:100%; background:#252121; height:150px; margin:0 auto; margin-top:20px; position: relative; bottom: 0;}
#footer_logo{height:150px; width:0%; float:left; background:url(logo.png)no-repeat center;}
#footer_logo:hover {background:url(logo2.png)no-repeat center;}
#infooter {width:80%; float:left; height:auto; margin-top:15px; padding-left:50px; }
.module_footer i{width:20px; height:25px; float:left; color:#999; font-size:20px;}
.module_footer {width:100%; height:25px; float:left; margin-top:5px;}
.module_footer:hover > i {color:#f13c64;}
.info span {color:#999;}
.info {height:20px; width:80%;float:left; color:#fff; font-size:13px; font-weight: 500; margin-left:10px;  }
.container_footer {width:100%; height:auto;  margin:0 auto; }
}