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;
}
@font-face {
  font-family: 'regularK';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/karla/karla-regular.eot');
  src: url('../fonts/karla/karla-regular.eot') format('embedded-opentype'), url('../fonts/karla/karla-regular.woff') format('woff'), url('../fonts/karla/karla-regular.ttf') format('truetype'), url('../fonts/karla/karla-regular.svg') format('svg');
}
@font-face {
  font-family: 'italicK';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/karla/karla-italic.eot');
  src: url('../fonts/karla/karla-italic.eot') format('embedded-opentype'), url('../fonts/karla/karla-italic.woff') format('woff'), url('../fonts/karla/karla-italic.ttf') format('truetype'), url('../fonts/karla/karla-italic.svg') format('svg');
}
@font-face {
  font-family: 'boldK';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/karla/karla-bold.eot');
  src: url('../fonts/karla/karla-bold.eot') format('embedded-opentype'), url('../fonts/karla/karla-bold.woff') format('woff'), url('../fonts/karla/karla-bold.ttf') format('truetype'), url('../fonts/karla/karla-bold.svg') format('svg');
}
@font-face {
  font-family: 'regular';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/FSMePro/regular.eot');
  src: url('../fonts/FSMePro/regular.eot') format('embedded-opentype'), url('../fonts/FSMePro/regular.woff') format('woff'), url('../fonts/FSMePro/regular.ttf') format('truetype'), url('../fonts/FSMePro/regular.svg') format('svg');
}
@font-face {
  font-family: 'italic';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/FSMePro/italic.eot');
  src: url('../fonts/FSMePro/italic.eot') format('embedded-opentype'), url('../fonts/FSMePro/italic.woff') format('woff'), url('../fonts/FSMePro/italic.ttf') format('truetype'), url('../fonts/FSMePro/italic.svg') format('svg');
}
@font-face {
  font-family: 'bold';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/FSMePro/bold.eot');
  src: url('../fonts/FSMePro/bold.eot') format('embedded-opentype'), url('../fonts/FSMePro/bold.woff') format('woff'), url('../fonts/FSMePro/bold.ttf') format('truetype'), url('../fonts/FSMePro/bold.svg') format('svg');
}
@font-face {
  font-family: 'fontawesome';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/fontawesome/fontawesome.eot');
  src: url('../fonts/fontawesome/fontawesome.eot') format('embedded-opentype'), url('../fonts/fontawesome/fontawesome.woff') format('woff'), url('../fonts/fontawesome/fontawesome.ttf') format('truetype'), url('../fonts/fontawesome/fontawesome.svg') format('svg');
}
@font-face {
  font-family: 'ionicons';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/ionicons/ionicons.eot');
  src: url('../fonts/ionicons/ionicons.eot') format('embedded-opentype'), url('../fonts/ionicons/ionicons.woff') format('woff'), url('../fonts/ionicons/ionicons.ttf') format('truetype'), url('../fonts/ionicons/ionicons.svg') format('svg');
}
html {
  font-size: 62.5%;
}
body {
  color: #4b4b4b;
  font-family: 'regular';
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
}
@media only screen and (max-width: 779px) {
  body {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
  }
}
a {
  outline: 0;
}
a:focus {
  outline: 0;
}
b,
strong {
  font-family: 'bold';
}
i,
em {
  font-family: 'italic';
}
img {
  display: block;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
