/*footer*/
footer{
	display:block;
	padding:20px 0;
	color:#fff;
	font-size:16px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:url(../images/footer-bg.jpg) left top repeat-x #717272;
}
footer > div {
	display:table;
}
footer > div > div{
	display:table-cell;
	padding:30px 50px;
	vertical-align:middle;
	width:450px;
}
footer > div > div:first-child{
	padding-left:0;
	border-right:1px dotted #d9d9d9;
	width:420px;
}
footer > div > div img{
	display: inline-block;
	margin-right:5px;
}
footer > div > div a,
footer > div > div a:hover{
	color:#fff;
}

footer > div > div > p{
	width:100%;
	float:left;
	padding:5px 0;
}

@media only screen and (max-width: 1480px){
footer > div > div{
	width: auto;
}
footer > div > div{
	padding:10px 30px;
}
footer > div > div:first-child{
	width:300px;
}
}
@media only screen and (max-width: 960px){
footer{
	position: relative;
	left: auto;
}
footer > div > div{
	float:left;
	padding:20px 20px 20px 0;
	width:50%;
}
footer > div > div:first-child{
	border-right:0;
	width:100%;
	border-bottom:1px dotted #d9d9d9;
}
}
@media only screen and (max-width: 768px){
footer > div > div{
	font-size:14px;
}
}
@media only screen and (max-width: 500px){
footer > div > div{
	width:100%;
	padding:10px 0;
}
footer > div > div:first-child{
	padding:20px 0;
}
footer > div > div:last-child{
	padding:0;
}
footer > div > div:last-child > p{
	width:50%;
	float:left;
	padding:5px 20px 5px 0;
}
footer > div > div:last-child > p:last-child{
	width:100%;
}
}
@media only screen and (max-width: 380px){
footer > div > div:last-child > p{
	width:100%;
	padding:5px 0;
}
}