/*
|----------------------------------------------------------
| RESET
|----------------------------------------------------------
*
*/

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.alignleft {
    float: left;
    margin: 0 15px 15px 0;
}

.right {
    float: right;
}

.alignright {
    float: right;
    margin: 0 0 15px 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

a:focus {
    outline: none;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

/*input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
    border: 0px;
}*/

h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
}
