


footer{
	width:100%;
	min-height:185px;
	background: url(../images/footer_bg.jpg) repeat-x center top;
	background-size:cover;
	}
.footer-Box {
	max-width:1200px;
	margin:0 auto;
	color:#fff;
    font-size: 14px;
	}

.footer_left{
	display:inline-block;
	vertical-align:top;
	margin:30px 0 0 0;
	}
.footer_right{
	display:inline-block;
	vertical-align:bottom;
	margin:30px 0 0 0;
	}

.cr { color:#bfbfbf;}
.cr a{ color:#bfbfbf;}
.cr li{ margin-bottom:5px;}
.cr li:nth-child(1){ text-align:right}

.footer_txt {
	letter-spacing:1px;
	}
.footer_txt a{
	color:#FFF;
	}
.footer_txt li{
	padding-top:15px;
	padding-left:25px;
	}
.footer_txt li:nth-child(1){
	background: url(../images/add_icon.png) no-repeat 3px bottom;
	}
.footer_txt li:nth-child(2){
	background: url(../images/email_icon.png) no-repeat left bottom;
	}
.footer_txt li:nth-child(3){
	background: url(../images/tel_icon.png) no-repeat left bottom;
	display:inline-block;
	}
.footer_txt li:nth-child(4){
	background: url(../images/fax_icon.png) no-repeat left bottom;
	display:inline-block;
	}





@media only screen and (max-width: 480px) {
	.footer_left{ margin-left:10px;}
	.cr{ text-align:center;}
	.cr li:nth-child(1){ text-align:center}
	.cr li:nth-child(1) img{ vertical-align:middle;}
	.footer_logo { width:250px;}
}
@media only screen and (max-width: 320px) {
	.footer_txt li:nth-child(1){ background-position:3px center}
}

