/*-------------------------------------------------------------------
Custom styles
-------------------------------------------------------------------*/
.pink{
	color:#FF0084 !important;
}
#track-wrapper {
    background: rgba(0, 0, 0, 0.95);
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.inner-map-track {
    height: 80%;
    margin: 5% 0 0;
    width: 100%;
}
#track-wrapper a {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 25px;
	outline:none;
	cursor:pointer;
}
#removeTrack:hover{
	color:#fff;
}
.servPic {
    height: 130px;
    margin: 10px 10px 0 0;
    width: 110px;
}