*,*::before,*::after{box-sizing:border-box;}
body,h1,h2,h3,h4,p,ul,ol,figure,blockquote,dl,dd{margin:0;}
ul,ol{padding:0;list-style:none;}
body{font-family:sans-serif;}
a{color:inherit;}
table {border-collapse:collapse;border-spacing:0;}
img{width:100%} /* for responsive */
@media(prefers-reduced-motion:reduce){
 *{
   animation-duration:.01ms !important;
   animation-iteration-count:1 !important;
   transition-duration:.01ms !important;
   scroll-behavior:auto !important;
 }
}
[hidden] {
  display: none;
}

li{
  list-style: none;
}

h1, h2, h3, h4, h5, h6{
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ul, ol{
  list-style: none;
}
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, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a,
a:hover,
a:visited,
.navbar-default .navbar-nav > li > a{
  color: #000;
}

a{
  text-decoration: none;
}