/*CSS Reset*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    outline: 0;
}

html, body {
    height: 100%;
    width: 100%;
	-webkit-text-size-adjust: 100%;
}

a img {
    border: none;
}

blockquote, q {
    quotes: none;
}

.br {
    font-size: 0;
    height: 1px;
    margin-bottom: -1px;
    clear: both;
    overflow: hidden;
}

.d-n {
    display: none;
}

.pos-r {
    position: relative;
}

.pos-a {
    position: absolute;
}

.ta-c {
    text-align: center !important;
}

.ta-l {
    text-align: left !important;
}

.ta-r {
    text-align: right !important;
}

.fw-b {
    font-weight: bold;
}

.fs-i {
    font-style: italic;
}

.td-n, .td-n a, .td-u a:hover, a.td-u:hover {
    text-decoration: none;
}

.td-u, .td-u a, .td-n a:hover {
    text-decoration: underline;
}

.va-m {
    vertical-align: middle;
}

.va-t {
    vertical-align: top;
}

.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-0a {
    margin: 0 auto !important;
    float: none !important;
}

.fl-r {
    float: right !important;
}

.fl-l {
    float: left !important;
}

.ov-h {
    overflow: hidden;
}

.b-img img {
    display: block;
    margin: 0;
    padding: 0;
}

/* PRESTYLES */

.fz-12 {
    font-size: 12px;
}

.mb-25 {
    margin-bottom: 25px;
}