/*====================================== reset.css is here ========================================*/
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: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: bold;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
.clear {
  clear: both;
  font-size: 0px;
  line-height: 0px;
  display: block;
}
.last {
  margin: 0 !important;
}
.pad_last {
  padding: 0 !important;
}
.no_bg {
  background: none !important;
}
ul {
  margin: 0;
}
li {
  list-style: none;
}
/******Global Elements*******/
a {
  color: #000;
  text-decoration: none;
  outline: 0 none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
/* ----------------------- layout ----------*/
body {
  color: #0d0c0e;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
}
.flt_Lt {
  float: left;
  display: inline;
}
.flt_Rt {
  float: right;
  display: inline;
}
.wrapper {
  margin: 0 auto;
}
.container {
  width: 1210px;
  margin: 0 auto;
  position: relative;
}
img {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: 'Lato', sans-serif;
}
div:hover,
a:hover,
li:hover,
input:hover,
span:hover,
img:hover {
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.nopadding {
  padding: 0px !important;
}
[class^="bi_"]:before,
[class*=" bi_"]:before {
  margin: 0;
}
input[type=submit] {
  -webkit-appearance: none;
}
input[type=submit]:hover {
  opacity: 0.8;
}
.mobilew {
  display: none !important;
}
.desktopw {
  display: block !important;
}
a.btnr:hover {
  opacity: 0.7;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  /*body {
    background-image: url(../images/bg@2x.png) !important;
    
  }*/
}

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