html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

#skip a {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

    #skip a:focus {
        position: static;
        width: auto;
        height: auto;
    }

.text-sub {
    font-size: smaller;
}

.map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    z-index: 9999
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.longContent {
    margin-bottom: 5px;
    padding-bottom: 5px;
    height: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    content: "";
    position: relative;
}

    .longContent:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: linear-gradient(transparent 75px, white);
    }

.customer.swiper-button-next::after,
.customer.swiper-button-prev::after,
.customer2.swiper-button-next::after,
.customer2.swiper-button-prev::after {
    font-size: 3rem;
}

.dropdown-item.text-uppercase{
    font-size:14px;
    white-space:pre-wrap;
}
