@charset "UTF-8";

html, body, div, span, button, textarea, input, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font: inherit;
    font-weight:inherit;
    background:transparent;
}

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

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

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

blockquote, q{
    quotes: "" "";
}

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

a:hover, a:active, a:focus{
    outline: 0;
}

a img{
    border: 0;
}

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

caption, th, td{
    font-weight: normal;
    text-align: center;
}

input, textarea{
    box-shadow: none;
    border-radius:0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

option, select{
    background-color:transparent;
    border:none;
    outline:none;
    border-radius:0;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
}

ins{
    background-color:#555;
    color:#fff;
    text-decoration:none;
}

mark{
    background-color:#555;
    color:#fff;
    font-style:italic;
    font-weight:700;
}

del{
    text-decoration: line-through;
}

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

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

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

textarea{
    overflow: auto;
    vertical-align: top;
    resize:vertical;
}

button::-moz-focus-inner, input::-moz-focus-inner{
    border: 0;
    padding: 0;
}

.clear-fix:before, .clear-fix:after{
    content: "";
    display: table;
}

.clear-fix:after{
    clear: both;
}

ul{
    list-style:disc inside;
}

ol{
    list-style: decimal inside;
}

img{
    max-width:100%;
    height: auto;
    vertical-align:bottom;
}

video, audio{
    display:block;
    max-width:100%;
    width:100%;
}