body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
.h3,
.h4,
.h5,
.h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 700;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}
.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  display: block;
}
.last {
  margin: 0 !important;
}
.pad_last {
  padding: 0 !important;
}
.no_bg {
  background: 0 0 !important;
}
ul {
  margin: 0;
}
li {
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
  outline: 0;
}
a:hover {
  color: #000;
  text-decoration: none;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 22px;
}
.h3 {
  font-size: 18px;
}
.h4 {
  font-size: 16px;
}
.h5 {
  font-size: 14px;
}
.h6 {
  font-size: 12px;
}

.flt_Lt {
  float: left;
  display: inline;
}
.flt_Rt {
  float: right;
  display: inline;
}
.wrapper {
  margin: 0 auto;
}
img {
  /* display: block; */
  max-width: 100%;
  height: auto;
}
h1,
h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 400;
}
button,
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
}
button:hover,
input[type="submit"]:hover {
  opacity: 0.8;
}
input,
button,
textarea {
  font-family: "Roboto", sans-serif !important;
}
.text-center {
  text-align: center;
}
.text-center img {
  margin: 0 auto;
}
.dtable {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.vmiddle {
  display: table-cell;
  vertical-align: middle;
}
.transonh {
  -webkit-transition: all 0.2s ease-in;
  -khtml-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s easein;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
