.big-pic {
	background: #fff url('../../images/under.jpeg') no-repeat center;
	background-size: cover;
}
.big-pic::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(21, 94, 157, 0.85);
}

#googleMap {
	height: 100%;
}

.big-logo {
	padding: 10px;
	background: rgba(255, 255, 255, .75);
	border-radius: 5px;
}
.logo-div {
	width: 100%;
}

.big-menu li a {
	background: rgba(255, 255, 255, .75);
	color: rgba(21, 94, 157, 1);
	border: 1px solid rgba(255, 255, 255, 0);
	margin-bottom: 20px;
}
.big-menu li a:hover {
	background: rgb(206, 10, 36);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0);
}


.modal.fade.fill-in.in {
    background-color: rgba(255, 255, 255, 0.95);
}










