@charset "utf-8";
/* CSS Document */

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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}



/* --------------------------------------------------
 *  CLEAR FIX
 * -------------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* --------------------------------------------------
 *  fonts:
 *	- PFBeauSansProRegular
 *	- PFBeauSansProLightRegular
 *	- PFBeauSansProSemiBoldRegular
 *	- PFBeauSansProBold
 *  - PFBeauSansProBoldItalic
 * -------------------------------------------------- */
 
 
 
 @font-face {
    font-family: 'PFBeauSansProRegular';
    src: url('../fonts/pfbeausanspro-reg-webfont.eot');
    src: url('../fonts/pfbeausanspro-reg-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfbeausanspro-reg-webfont.woff') format('woff'),
         url('../fonts/pfbeausanspro-reg-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PFBeauSansProLightRegular';
    src: url('../fonts/pfbeausanspro-light-webfont.eot');
    src: url('../fonts/pfbeausanspro-light-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfbeausanspro-light-webfont.woff') format('woff'),
         url('../fonts/pfbeausanspro-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PFBeauSansProSemiBoldRegular';
    src: url('../fonts/pfbeausanspro-sebold-webfont.eot');
    src: url('../fonts/pfbeausanspro-sebold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfbeausanspro-sebold-webfont.woff') format('woff'),
         url('../fonts/pfbeausanspro-sebold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PFBeauSansProBold';
    src: url('../fonts/pfbeausanspro-bold-webfont.eot');
    src: url('../fonts/pfbeausanspro-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfbeausanspro-bold-webfont.woff') format('woff'),
         url('../fonts/pfbeausanspro-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PFBeauSansProBbookItalic';
    src: url('../fonts/pfbeausanspro-bookitalic-webfont.eot');
    src: url('../fonts/pfbeausanspro-bookitalic-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfbeausanspro-bookitalic-webfont.woff') format('woff'),
         url('../fonts/pfbeausanspro-bookitalic-webfont.ttf') format('truetype'),
         url('../fonts/pfbeausanspro-bookitalic-webfont.svg#PFBeauSansProBbookItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PFBeauSansProLightItalic';
    src: url('../fonts/pfbeausanspro-lightital-webfont.eot');
    src: url('../fonts/pfbeausanspro-lightital-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfbeausanspro-lightital-webfont.woff') format('woff'),
         url('../fonts/pfbeausanspro-lightital-webfont.ttf') format('truetype'),
         url('../fonts/pfbeausanspro-lightital-webfont.svg#PFBeauSansProLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PFBeauSansProBoldItalic';
    src: url('../fonts/pfbeausanspro-bolditalic-webfont.eot');
    src: url('../fonts/pfbeausanspro-bolditalic-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfbeausanspro-bolditalic-webfont.woff') format('woff'),
         url('../fonts/pfbeausanspro-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/pfbeausanspro-bolditalic-webfont.svg#PFBeauSansProBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
 
 
 
 
 