@charset "utf-8";
/* CSS Document */

/* Footer */

#footer {
	width: 100%;
	background-color: #666;
	height: 140px;
	padding-top: 50px;
}
.copyright {
	width: 1050px;
	margin: 0 auto;
}
.copyright p {
	font-size: 15px;
	margin-left: 20px;
	color: #eee;
}
.copyright img {
	float: left;
}
.copyright p {
	float: left;
}
 @media screen and (max-width: 1100px) {
		#footer {
			width: 100%;
			height: 160px;
			padding-top: 35px;
		}
		.copyright {
			width: 100%;
		}
}
 @media screen and (max-width: 736px) {
	#footer {
		height: 200px;
	}
 @media screen and (max-width: 500px) {
 #footer {
	 width:100%;
	 height:220px;
	 padding-top:32px;
	}
	 .copyright {
	 float:left;
	}
  }
