html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
*,
*:before,
*:after {
    box-sizing: border-box
}

body {
    line-height: 1;
}

ol, ul {
    /*list-style: none;*/
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
}


:focus {
    outline:none;
}
a {
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}
button {
    width: auto;
    overflow: visible
}
input[type=button],
input[type=submit],
button {
    cursor: pointer
}
input[type="radio"],
input[type="checkbox"] {
    font-size: 110%;
    position: relative;
    top: -1px
}
input[type="search"] {
    -webkit-appearance: textfield
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ddd
}
img,
video {
    max-width: 100%;
    height: auto
}

img {
    -ms-interpolation-mode: bicubic
}
/*div, header,main {
    position: relative;
}*/
.clear{
    clear: both;
    line-height: 1;
}