html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    line-height: 1;
    height: 100%;
    margin: 0;
    font-size: 16px
}

h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
ul {
    margin: 0;
    padding: 0
}

li {
    display: block
}

h1,
h2,
h3,
h4 {
    display: block;
    font-weight: normal;
    font-size: inherit
}

a {
    text-decoration: none;
    color: inherit;
    /*    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s*/
}

img {
    max-width: 100%;
    height: auto;
    border: 0
}

ul,
ol,
li {
    margin: 0;
    list-style: none;
    list-style-image: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

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

a:hover,
a:active {
    outline: none
}

hr {
    border: none;
    margin: 0;
}

strong,
th {
    font-weight: bold
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td {
    vertical-align: top
}

input[type=radio],
input[type=checkbox] {
    border: none;
    margin: 0;
    padding: 0;
    width: 13px;
    height: 13px
}

input[type="radio"] {
    vertical-align: text-bottom
}

input[type="checkbox"] {
    vertical-align: bottom
}

textarea {
    overflow: auto
}

label,
input[type="button"],
input[type="submit"],
input[type="image"],
button {
    cursor: pointer
}

.ie7 input[type="checkbox"] {
    vertical-align: baseline
}

.ie6 input {
    vertical-align: text-bottom
}

.ie6 legend,
.ie7 legend {
    margin-left: -7px
}