@import url(bootstrap.min.css);
@import url(bootstrap-reset.css);
footer { background-color:#333; padding:30px 0;}
footer .font-white{ color: #fff; width: 100%;}
footer img { margin-bottom:10px;}
footer .coinfo { text-align:center;}
footer.footer p {font-size:1em; line-height:1.2em; text-align:center; padding:0 30px;}
footer .mail a { color:#ff8a00;}
footer .mail a:hover { color:#ffe115;}


/*@media only screen and (max-width: 991px) and (min-width: 768px){
    footer.footer p, footer .mail a { font-size:1.3em; line-height:1.5em; text-align:center;}
    footer.footer p.text-center{text-align: center;}
}*/
@media screen and (min-width: 992px) {
    footer img { width:23%;}
    footer.footer p, footer .mail a { font-size:1.2em; line-height:1.3em; text-align:left;}
    footer .coinfo { text-align:right;}
    footer.footer p.text-center{text-align: center;}
}
@media only screen and (max-width: 768px){
	footer.footer{ padding: 10px !important; }
}