/*reset*/
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
footer,
header,
menu,
nav,
audio,
video,
button,
label,
select,
input,
option,
button {
  margin: 0;
  padding: 0; }

select,
input,
option,
textarea {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  outline: none; }

option, select {
  font-size: 24px; }

button {
  border: 0;
  outline: none;
  background: transparent;
  cursor: pointer;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none; }

input {
  border-radius: 0;
  border: none;
  border: 0;
  outline: none; }

.clear {
  clear: both; }

ul {
  list-style: none; }

a {
  text-decoration: none;
  cursor: pointer; }

a:hover,
a:focus {
  text-decoration: none;
  outline: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*color: #333;*/
  }

.color-red {
  color: #d30000!important; }

.border-red {
  border-bottom: 3px solid #ff0036 !important;
  color: #ff0036; }

/*# sourceMappingURL=reset.css.map */
