/*
 * Normalize & Reset & Helpers
 * @author mfyance
 */
html{
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden !important;
    -ms-overflow-style: none;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: inherit !important
}
body {
    margin: 0;
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 !important
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
button,
input,
i,
a {
    -webkit-font-smoothing: antialiased;
}
*,
*:active,
*:hover {
    outline: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
center,
u,
b,
i {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    font-style: normal;
    font-family: inherit;
    font-size: inherit;
}
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

a {
    text-decoration: none;
    cursor: pointer;
}
a:hover,
a:active,
a:focus {
    outline: 0;
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: none !important;
}
ul {
    margin: 0;
    list-style: none;
    padding: 0;
    line-height: normal;
}
img {
    border: 0;
    width: 100%;
    vertical-align: middle;
    width: auto;
    -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
    padding: 0;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    box-sizing: border-box; 
    border:none;
    background-color:inherit;
    text-transform: none;
}
button,
input {
    *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
button {
    -webkit-appearance: button;
    cursor: pointer;
}


input:focus,
textarea:focus,
select:focus,
a,
a:focus,
a:hover,
a:active,
a:visited,
button:focus,
button:hover,
button:active {
    outline: none;
    text-decoration: none;
}
label,
select,
button,
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
    margin: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
figure {
    margin: 0;
    padding: 0;
}
form {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
audio,
video {
    outline: none;
}
b,
strong {
    font-weight: bold;
}
p {
    margin: 0;
    line-height: 1.5em;
}

input::-webkit-calendar-picker-indicator {
    display: none;
}
input[type="time"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder {
    visibility: hidden !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-webkit-autofill:valid,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
}

audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
dfn {
  font-style: italic;
}

hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
}
pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
svg:not(:root) {
    overflow: hidden;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}