/* Map Modal */


/* Map Content */

#mapPopUp {
    width: 100%;
}

#mapPopUp:before{
	content: ""; padding-top: 50%; display: block;
}


#addressNotFound {
		margin-bottom: 20px;
    font-weight: bold;
}

/* Animation */

@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
