﻿
#map {
    width: 100%;
    height: 500px;
    top: 9px;
}

.map-link {
    color: rgb(0, 86, 150);
}

    .map-link:hover {
        color: #47b475;
    }

.k-loading-image,
.loader span {
    background-color: #963734;
    margin: 70px auto;
    position: relative;
    text-indent: -9999em;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    margin: 35px 5px 5px 5px;
    opacity: 0;
}

    .loader span:nth-child(1) {
        animation: opacitychange 2s ease-in-out infinite;
    }

    .loader span:nth-child(2) {
        animation: opacitychange 2s ease-in-out 0.50s infinite;
    }

    .loader span:nth-child(3) {
        animation: opacitychange 2s ease-in-out 1s infinite;
    }

    .loader span:nth-child(4) {
        animation: opacitychange 2s ease-in-out 1.50s infinite;
    }

.k-loading-image {
    display: none !important;
}


@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes opacitychange {
    0%, 100% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }
}

.k-loading-mask,
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d8d8d8;
}

.k-loading-image,
.k-loading-image:after,
.loader,
.loader:after {
    border-radius: 50%;
    width: 51% !important;
    position: fixed;
    left: 25% !important;
    top: 34% !important;
    background-image: none !important;
    text-align: center;
}

.loading {
    z-index: 998;
    background-color: #fff !important;
}

.loader {
    z-index: 999;
}

.loading-msg {
    font-size: 18px;
    color: #000000 !important;
}

.k-loading-color {
    opacity: 0.7 !important;
    background-color: #fff !important;
}

@media only screen and (max-width: 992px) {
    #map {
        width: 100% !important;
        margin-bottom: 40px;
    }
}
