html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary,
.navbar {
  margin: 0;
  padding: 0;
  border: none;
}

ul,
ol {
  list-style: none;
}

a {
  -webkit-transition: all .300s;
  -moz-transition: all .300s;
  -o-transition: all .300s;
  transition: all .300s;
}

a,
a:focus,
a:hover,
a:active {
  outline: 0;
  cursor: pointer;
  text-decoration: none;
}

.pr {
  position: relative;
}

a,
button,
input {
  border: none;
  outline: none;
}

body.wfEditorMode a.wfEditorMode {
  display: block;
  height: 1.3em;
  line-height: 1.3em;
  margin: 0;
  padding: 0 0.5em;
  background: white;
  color: #99ccff;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100000;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.a_block {
  display: block;
}

.swiper-slide {
  position: relative;
}

@font-face {
  font-family: QanelasSoftDEMO;
  src: url('../fonts/QanelasSoftDEMO-UltraLight.otf');
}
@font-face {
  font-family: Trajan;
  src: url('../fonts/Trajan-Regular.otf');
}
@font-face {
  font-family: SourceHanSansCN;
  src: url('../fonts/SourcehansanscnNormal.ttf');
}

@font-face {
  font-family: CALIFR;
  src: url('../fonts/CALIFR.ttf');
}

@font-face {
  font-family: castellar;
  src: url('../fonts/castellar.ttf');
}

@font-face {
  font-family: BellMT;
  src: url('../fonts/bellmt.ttf');
}

body {
  /* font-family: BellMT, Helvetica, sans-serif; */
  font-family: Helvetica, sans-serif;
  background-color: #00031f;
  color: #333;
}