footer { background: #ffffff none repeat scroll 0 0; border-top: 1px solid #D6D6D6; margin: 0 -15px; padding: 17px 30px; }
.back-to-top, .back-to-top:active { display: none; position: fixed; bottom: 62px; right: 25px; width: 36px; height: 36px; line-height: 40px; color: #fff; text-align: center; background-color: #444; border-radius: 2px; text-decoration: none; font-family: verdana; font-size: 15px; outline: none; z-index:1001;}
.back-to-top:hover { background-color: #45b5df; text-decoration: none; color: #fff; }
footer .list-inline > li { color: #818181; display: inline-block; font-size: 13px; font-weight: 600; line-height: 16px; margin-top: 10px; padding: 0; }
footer .list-inline > li:last-child { border-left: 1px solid #dedede; height: 22px; margin-left: 10px; padding-left: 20px; vertical-align: sub; }
footer .list-inline > li:first-child { border-bottom: 0 none !important; text-decoration: none; }
footer .list-inline > li:first-child a:hover { border-bottom: 0 none !important; text-decoration: none; }
footer .list-inline > li a { color: #818181 !important; text-decoration: none; }
footer .list-inline > li a:hover { border-bottom: 1px solid #818181 !important; text-decoration: none; }
.g02v1-copyright { border-top: 1px solid #e4e9ec; line-height: 0; margin-top: 8px; padding: 8px 0 0; }
.g02v1-footer-copyright { color: #333; display: block; font-size: 11px; line-height: 12px; margin-bottom: 6px; }
.g02v1-footer-copyright a { color: #333; text-decoration: none; }
.g02v1-footer-copyright a:hover { border-bottom: 1px solid #333; color: #333; text-decoration: none; }
.g02v1-footer-fraud { color: #333; display: block; font-size: 11px; font-weight: bold; line-height: 16px; margin-bottom: 6px; text-align: right; text-transform: uppercase; }
.g02v1-footer-fraud a { color: #000; text-decoration: none; }
.wbg .g02v1-footer-fraud a:hover { border-bottom: 1px solid #000; color: #000; text-decoration: none; }
footer{
    padding: 0px;
}
@media (min-width: 768px) {
  footer > div.g02v1-footer {
    width: 750px;
  }
}
@media (min-width: 992px) {
  footer > div.g02v1-footer {
    width: 970px;
  }
}
@media (min-width: 1300px) {
  footer > div.g02v1-footer {
    width: 1200px;
  }
}
footer > div.g02v1-footer {
    margin-left: auto;
    margin-right: auto;
    padding: 17px 30px;
}