/****************************
-- General --
****************************/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-y: visible;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

.wf-loading {
  position: relative;
}

.wf-ngicons-n4-active.wf-loading:before {
  color: #262626;
  content: '\e903';
  font-family: ngicons;
  font-size: 23px;
  left: 50%;
  line-height: 29px;
  margin-left: -25px;
  margin-top: -14px;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 50px;
  -webkit-animation: fly 1s linear infinite;
  animation: fly 1s linear infinite;
  -webkit-backface-visibility: hidden;
}

body {
  color: #262626;
  height: 100%;
  -webkit-backface-visibility: hidden;
}

.wf-loading body {
  opacity: 0;
}

.wf-active body {
  opacity: 1;
}

#container {
  background-color: #fff;
  max-width: 1800px;
  margin: 0 auto;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

main {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

ol, ul {
    list-style: none;
}

/*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;
  vertical-align: baseline;
}
