html {
    box-sizing: border-box;
}

abbr,address,article,aside,audio,b,blockquote,body,body div,caption,cite,code,dd,del,details,dfn,dl,dt,em,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,time,tr,ul,var,video {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle
}

article,aside,details,figure,footer,header,nav,section,summary {
    display: block
}

*,:after,:before {
    box-sizing: inherit
}
ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: "";
    content: none
}

a {
    background: transparent;
    font-size: 100%;
    margin: 0;
    padding: 0;
    text-decoration: none;
    vertical-align: baseline
}

del {
    text-decoration: line-through
}

abbr[title],dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0
}

input,select {
    vertical-align: middle
}

pre {
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line
}


input,select,textarea {
    font: 99% sans-serif
}

small {
    font-size: 85%
}

strong {
    font-weight: 700
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

code,kbd,pre,samp {
    font-family: monospace,sans-serif
}

button,input,select,textarea {
    margin: 0
}

button,input[type=button] {
    overflow: visible;
    width: auto
}

.footer {
    line-height: 1.5;
    font-size: 14px;
    width: 100%;
    background-color: #2C2931;
    height: 140px;
    margin-top: 80px;
}
.footer .footer-contact {
    width: 1000px;
    margin: 0 auto;
}
.footer .footer-copyright {
    text-align: center;
    color: #ddd;
    font-size: 14px;
}
.footer .footer-top-box {
    padding-top: 30px;
}
.footer .footer-copyright .copyright-cont {
    margin: 10px;
}
.footer .footer-copyright .copyright-cont a {
    color: #999;
}
