

/** FOOTER **/
.footer-wrapper									{ padding:40px 0px; }
.footer-wrapper .footer-col-01					{ float:left; width:240px; }
.footer-wrapper .footer-col-01 .address span	{ display:block; }
.footer-col-01 .tel								{ margin:20px 0px; }
.footer-wrapper .footer-col-02					{ float:left; width:250px; margin:0px 40px; }
.footer-wrapper .footer-col-02 img				{ width:100%; max-height:88px; max-width:248px; }
.footer-wrapper .footer-col-03					{ float:right; width:127px; text-align:right; }
.footer-wrapper .footer-copyright				{ margin:40px 0px 0px 0px; }
.footer-wrapper .ppcom							{ display:inline-block; padding:0px 0px 0px 30px; }

.footer-wrapper									{ background:#2F3333 url(logos/hughes-white-footer.png) no-repeat 50% 60px; color:#FFFFFF; }
.no-svg .footer-wrapper 						{ background-image: url(logos/hughes-white-footer.png); }
.footer-col-01 .tel,
.footer-col-01 .tel:hover,
.footer-col-01 .tel a:hover						{ color:#FFFFFF; }
.footer-wrapper .footer-copyright				{ color:#889090; }
.footer-wrapper .footer-copyright a				{ color:#889090; }
.footer-wrapper .footer-copyright a:hover		{ color:#4EB96E; }



/** RESPONSIVE **/
@media screen and (max-width:730px){

	.footer-wrapper									{ background:#2F3333 url(logos/hughes-white-footer.png) no-repeat 50% 40px; }
	.footer-wrapper .footer-col-01					{ float:none; width:100%; text-align:center; margin:130px 0px 40px 0px; }
	.footer-wrapper .footer-col-01 .address span	{ display:inline; }
	.footer-wrapper .footer-col-01 .tel				{ font-size:1.5em; }
	.footer-wrapper .footer-col-03					{ float:none; width:100%; text-align:center; }
	.footer-wrapper .footer-copyright				{ text-align:center; }
	.footer-wrapper .ppcom							{ padding:10px 0px 0px 0px; }


}


