/* 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,
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: inherit;
  vertical-align: baseline;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
ol,
ul {
  list-style: none;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
/* general */
.R {
  float: right;
}
.L {
  float: left;
}
.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}
.center {
  text-align: center;
}
.B {
  font-weight: bold;
}
.none {
  text-decoration: none;
}
A {
  cursor: pointer;
}
body {
  line-height: 1;
  font-size: 62.5%;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/****************
   Global Fonts
*****************/
@font-face {
  font-family: 'spacer';
  src: url('../fonts/fbspatiphebengregular-webfont.eot');
  src: url('../fonts/fbspatiphebengregular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/fbspatiphebengregular-webfont.woff') format('woff'), /* Modern Browsers */ url('../fonts/fbspatiphebengregular-webfont.ttf') format('truetype'), url('../fonts/fbspatiphebengregular-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  
  /* IE9 Compat Modes */
  /* Legacy iOS + Chrome */
}
@font-face {
  font-family: 'spacerbold';
  src: url('../fonts/fbspatiphebengbold-webfont.eot');
  src: url('../fonts/fbspatiphebengbold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fbspatiphebengbold-webfont.woff') format('woff'), url('../fonts/fbspatiphebengbold-webfont.ttf') format('truetype'), url('../fonts/fbspatiphebengbold-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
