/* 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#home,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML 5 Reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header#home,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.2em;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
strong {
  font-weight: 700;
}
/* Basics */
html {
  background: none;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
h1 {
  font-family: 'Rokkitt', serif;
  font-weight: 400;
  font-size: 46px;
}
h2 {
  font-family: 'Rokkitt', serif;
  font-weight: 400;
  font-size: 32px;
}
h3 {
  font-family: 'Rokkitt', serif;
  font-weight: 400;
  font-size: 28px;
}
h4,
h6 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  color: #333;
}
h4 {
  font-size: 20px;
}
h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.wf-loading {
  visibility: hidden;
}
.wf-active,
.wf-inactive {
  visibility: visible;
}
/* Content */
.page-content {
  background-color: #fff;
  /*padding-top: 66px;*/
}
/* Client logos section */
.client-logos {
  border-top: 1px solid #bebebe;
  background-color: #fff;
  padding: 30px 0;
  text-align: center;
  width: 100%;
}
/* Error page */
.error-content {
  padding: 30px 0;
}
