/* ---------------------------------------------
 Reset
--------------------------------------------- */
html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: sans-serif;
  font-size: 14px;
}

div, span {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}

div, span, p, pre, code, blockquote, q {
  margin: 0;
  padding: 0;
}

article, aside, figure, main, figcaption, footer, header, nav, section {
  display: block;
}

code {
  font-style: normal;
  font-weight: normal;
}

cite, dfn, em, strong, var {
  font-style: normal;
  font-weight: inherit;
}

ins, del {
  text-decoration: none;
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: baseline;
}

img {
  border: 0;
  vertical-align: bottom;
}

a, a:link, a:visited, a:hover, a:active {
  outline: 0;
  text-decoration: none;
  color: inherit;
}

/* List--------------------------------------------- */
ul, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Table
--------------------------------------------- */
table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

tr,
td,
thead,
tfoot,
tbody {
  margin: 0;
  padding: 0;
}

th {
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-align: left;
}

caption {
  font-weight: normal;
  text-align: left;
}

/* Select
--------------------------------------------- */
select,
input,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  box-sizing: content-box;
  cursor: pointer;
}

::-ms-expand {
  display: none;
}

::-ms-check {
  display: none;
}

::-ms-clear {
  display: none;
}

select::-ms-expand {
  display: none;
}

input[type=checkbox] {
  -moz-appearance: checkbox-container;
}

/*Input
--------------------------------------------- */
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="textarea"],
input[type="email"],
input[type="password"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"] {
  outline: none;
}

input[type="button"] {
  outline: none;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="text"]::-webkit-search-decoration,
input[type="textarea"]::-webkit-search-decoration,
input[type="email"]::-webkit-search-decoration,
input[type="password"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus,
input[type="text"]::focus,
input[type="textarea"]::focus,
input[type="email"]::focus,
input[type="password"]::focus {
  outline-offset: -2px;
}

input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  zoom: 1;
}

/* Clearfix
--------------------------------------------- */
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
}
