@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,300italic,400italic);
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot?-b0507t");
  src: url("../fonts/icons.eot?#iefix-b0507t") format("embedded-opentype"),
    url("../fonts/icons.woff?-b0507t") format("woff"),
    url("../fonts/icons.ttf?-b0507t") format("truetype"),
    url("../fonts/icons.svg?-b0507t#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
input {
  -webkit-appearance: none;
}
.toast {
  position: fixed;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 48px;
  padding: 0 20px;
  line-height: 48px;
  color: white;
  font-size: 16px;
  font-weight: 300;
  background: #3c454d;
  border-radius: 5px;
  display: none;
}
body {
  background: #e9e9e9;
  /* font-family: "PT Serif", serif; */
  font-family:"Open Sans", sans-serif;
}
a{
  text-decoration: none;
  color: #fff;
}
