.spinner {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    animation: rotate 2s infinite linear;
}

.spinner:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 18px;
    width: 4px;
    height: 10px;
    border-radius: 20%;
    background: #000;
    animation: bounce 2s infinite ease-in-out;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}
#adu-request{
    /* position: fixed;
    right: 9px;
    top: 56px;
    padding: 8px;
    background-color: #307abd;
    border-radius: 50%;
    z-index:1;
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2), 0 6px 10px 0 rgba(0,0,0,.14), 0 1px 18px 0 rgba(0,0,0,.12); */
}
#adu-request:hover{
    cursor:pointer;
}
.owl-prev i, .owl-next i {
    font-weight: 800 !important;
}

.hoverable:hover{
    cursor: pointer;
    text-decoration: underline
}
.adu-btn{
    font-family: "futura-pt", spartan, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.3em;
    letter-spacing: 0.5px;
}
.top-action-btn{
    background-color: #ffffff;
    position: fixed;
    z-index: 2;
    width: 100vw;
    box-shadow: 0px 1px rgba(0, 0, 0, 0.2);
}

.cut-text { 
    text-overflow: ellipsis;
    overflow: hidden; 
    width: 160px; 
    height: 1.2em; 
    white-space: nowrap;
  }
.no-preview{
    color: #e80d20 !important;
}
.preview{
    color: #36be0f !important;
}
.feature-font{
    font-size: 20px !important;
}