// html, body {
//     overflow-x: hidden;
// }

body {
    cursor: default;
    //font-weight: 300;
    font-weight: 400;
}

b, strong, h1, h2, h3, h4 {
    font-weight: 700;
}

a {
    cursor: pointer;
    color: inherit;
}

a:hover,
    a:focus {
        text-decoration: none;
        outline: none;
        color: inherit;
    }

.btn, .btn-primary, .btn-submit {
    margin-right: 0;
    text-transform: uppercase;
    border-radius: 0 !important;
}

.margin-reset {
    margin: 0 !important;
}

.padding-reset {
    padding: 0 !important;
}

.border-reset {
    border: none !important;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.inline-flex {
    display: inline-flex;
}

.none {
    display: none;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.w1900 {
    max-width: 1900px;
    width: 100%;
    margin: auto;
    position: relative;
}

.container, .container-fluid {
    position:relative;
}

#autorizzo {
    margin-top: 6px;
}

.form-privacy-minimal a, .form-privacy a {
    font-size: 16px;
}

.hvr-fade {
    overflow: visible !important;
}
/* Custom CSS */
.float-right {
    float: right;
}
.float-left {
    float: left;
}
.width100 {
    width: 100%;
}

#scrollUp{
    right: auto !important;
    left: 20px !important;
}