body {
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-weight: 400;
    font-size: .8rem;
    color: #333;
}

label {
    font-size: .9rem;
}

h1 {
    font-size: 1.5rem;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.z-index-primary {
    z-index: 1090 !important;
}

.z-index-secondary {
    z-index: 1080 !important;
}

.z-index-last {
    z-index: 1000 !important;
}

.top-0 {
    top: 0;
}

.top--15 {
    top: -15px;
}

.absolute-center {
    left: 15%;
    right: 15%;
}

.carousel-caption {
    color: #333;
}

.carousel-control-prev .fa, .carousel-control-next .fa {
    font-size: 3rem;
    color: #bbb;
}

.carousel-caption {
    color: #333;
}

.carousel-caption h5, .carousel-caption h5 a, .carousel-caption-modules h5 {
    color: #000;
    font-weight: bold;
}

.carousel-caption-modules {
    position: absolute;
    right: 15%;
    top: 15%;
}

.carousel-caption-modules ul {
    list-style: none;
}
.placeholder-opacity::placeholder{
    opacity: .7;
}