

*, *:before, *:after {
    box-sizing: inherit; /* 1 */
}

*, *:focus {
    outline: 0 !important;
}

html {
    box-sizing: border-box; /* 1 */
    font-weight: normal;
    font-size: 100%;
    line-height: normal;
    font-family: Helvetica, Arial, sans-serif;
    color: #333;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
}

body, input, textarea, select, button {
    -webkit-font-smoothing: antialiased; /* 3 */

    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
}

p {
    font-feature-settings: "kern" 1; /* 5 */
    font-kerning: normal; /* 5 */
    hyphens: auto; /* 6 */
}

a,
a:hover,
a:focus,
a:active{
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
    vertical-align: middle;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

button, fieldset, iframe {
    border: 0;
}

fieldset, nav ul, nav ol, button, menu {
    padding: 0;
}

nav ol, nav ul {
    list-style: none;
}

textarea {
    resize: vertical;
}

a:hover {
    text-decoration: none;
}

/* Bootstrap Custom Reset */
.form-control,
.form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.btn {
    border-radius: 0;
    -webkit-border-radius: 0;
}
