/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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, 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 {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

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

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

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

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

/* CLEARFIX HACK --------------------------- */
.cf:before, .cf:after, tr:before, tr:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix, .cf:after, .tr:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf, tr {
    *zoom: 1;
}

@font-face {
    font-family: 'theRegular';
    src: url('fonts/TitilliumWeb-Regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/TitilliumWeb-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/TitilliumWeb-Regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/TitilliumWeb-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/TitilliumWeb-Regular.svg#8f8cc378d5e27ff97ce375f0d4447023') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'theThin';
    src: url('fonts/TitilliumWeb-ExtraLight.eot'); /* IE9 Compat Modes */
    src: url('fonts/TitilliumWeb-ExtraLight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/TitilliumWeb-ExtraLight.woff') format('woff'), /* Modern Browsers */
    url('fonts/TitilliumWeb-ExtraLight.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/TitilliumWeb-ExtraLight.svg#77db958a1c97d3b6e13f9f8b767e015c') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: 'theSemibold';
    src: url('fonts/TitilliumWeb-SemiBold.eot'); /* IE9 Compat Modes */
    src: url('fonts/TitilliumWeb-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/TitilliumWeb-SemiBold.woff') format('woff'), /* Modern Browsers */
    url('fonts/TitilliumWeb-SemiBold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/TitilliumWeb-SemiBold.svg#da1b6ccc957018b7fbe97ccdb479c13b') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: 700;
}
