/* Global */

body {
    font-size: 14px !important;
    color: #898989 !important;
}

.clear {
    clear: both;
}

.container {
    max-width: 1155px !important;
}

/* Title */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold !important;
}

h2 a {
    color: #D1995A;
}

h2 a:hover {
    text-decoration: none;
    color: #000;
}


/* Form */

label {
    cursor: pointer;
    margin-bottom: 0 !important;
}

select {
    cursor: pointer;
}

a {
    cursor: pointer;
}

/* Text */

.text-11 {
    font-size: 11px;
}

.text-red {
    color: red;
}