* p {
font-family; "Calibri";	
}

#custom-nav {
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    border-color: #733564;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    z-index: 1;

}

a:link, a:visited,  a:hover, a:active
{
    color: #000000;
    text-decoration: none;
}

.row{
	width: 100%;
}

#map {
  position: absolute;
  top: 90px;
  bottom: 0;
  width: 100%;
}


/* Stylesheet
#map {
    height: 80vh
}*/

.my-co {
    width: 100%;
    background-color: #c9c9c92c;
    border: 1px solid #ccc;
    padding: 10px;
}


.spanner {
    position: fixed;
    top: 50%;
    left: 0;
    background: #2a2a2a55;
    width: 100%;
    display: block;
    text-align: center;
    height: 100vh;
    color: #FFF;
    transform: translateY(-50%);
    z-index: 1000;
    visibility: hidden;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.show {
    visibility: visible;
}

.spanner,
.overlay {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.spanner.show,
.overlay.show {
    opacity: 1
}


.pu-heading {
font-size: 17px;	
padding-bottom: 18px;
padding-top: 5px;
color: #733564;
	text-align: center;
	
	font-weight: 700;
}

.pu-output {
font-size: 15px;	
	font-weight: 400;
margin-bottom: -10px;
	color: #b62f4a;
}

.leaflet-popup-content-wrapper {
	box-shadow: 10px 10px 117px -31px rgba(0,0,0,0.5);
-webkit-box-shadow: 10px 10px 117px -31px rgba(0,0,0,0.5);
-moz-box-shadow: 10px 10px 117px -31px rgba(0,0,0,0.5);
	border-radius: 5px;
	
	
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background-image: url("../images/bg-container-pu.png");
	min-width: 280px;

}

.popup-button {
margin-top: 20px;	
}

.animated-icon {
margin-right: 5px;	
}