@font-face {
	font-family: koodak;
	src: url('/fonts/koodak.ttf');
}
.footer {
	position: relative;
	margin: auto;
	width: 95%;
	height: 400px;
	margin-top: 20px;
	margin-bottom: 15px;
}
.footer .content-div {
	float: left;
	background-color: rgb(0, 0, 0, 0.8);
	width: 68%;
	height: 100%;
	border-top-right-radius: 0.4vw;
	border-bottom-right-radius: 0.4vw;
	color: white;
}
_:-ms-lang(x), .footer .content-div {
	background-color: rgb(0, 0, 0);
	opacity: 0.8;
}
.footer .address {
	text-align: center;
	float: right; 
	width: 50%;
}
.footer span {
	display: inline-block;
	margin-top: 12px;
	width: 90%;
}
.footer .numbers {
	text-align: center;
	width: 50%;
}
.footer .hr-line {
	border-left: 0.13vw solid;
	float: right;
	height: 70%;
	margin-top: 85px;
}
.footer .header {
	text-align: center;
	font-family: koodak;
	font-size: 30px;
}
.footer .line-p {
	width: 90%;
	margin:0 auto;
	border-top: 0.13vw solid;
}
/* Map Style ----------------------------*/
.footer .map-div {
	float: left;
	background-color: rgb(255, 22, 22, 0.8);
	width: 32%;
	height: 100%;
	border-top-left-radius: 0.4vw;
	border-bottom-left-radius: 0.4vw;
}
_:-ms-lang(x), .footer .map-div {
	background-color: rgb(255, 22, 22);
	opacity: 0.8;
}
.footer .map-line {
	width: 90%;
	margin: auto;
	border-top: 0.13vw solid black;
}
.footer .map {
	width:90%;
	height:75%;
	margin: auto;
	margin-top: 20px;
}
.footer .link {
	color: white;
	position: absolute;
	bottom: 0;
	right: 1%;
	font-size: 20px;
}
.footer-mobile { display: none; }
@media screen and (max-width: 800px) {
	.footer {
		display: none;
		height: 400px;
	}
	.footer-mobile { display: block; }
	.footer .content-div {
		float: left; 
		width: 100%;
		height: 220px;
		border-top-left-radius: 1vw;
		border-top-right-radius: 1vw;
		border-bottom-right-radius: 0;
	}
	.footer .address {
		float: right; 
		width: 50%;
	}
	.footer span {
		margin-top: 12px;
		width: 90%;
	}
	.footer .numbers {
		width: 50%;
	}
	.footer .hr-line {
		border-left: 0.13vw solid;
		float: right;
		height: 65%;
		margin-top: 55px;
	}
	.footer .header {
		font-size: 20px;
	}
	.footer .line-p {
		width: 90%;
		border-top: 0.13vw solid;
	}
	/* Map Style ----------------------------*/
	.footer .map-div {
		float: left;
		background-color: rgb(255, 22, 22, 0.8);
		width: 100%;
		height: 100%;
		border-bottom-right-radius: 1vw;
		border-bottom-left-radius: 1vw;
		border-top-left-radius: 0;
		margin-bottom: 15px;
	}
	.footer .map-line {
		width: 90%;
		border-top: 0.13vw solid black;
	}
	.footer .map {
		width:95%;
		height:80%;
		margin-top: 20px;
	}
	.footer .link {
		color: white;
		position: absolute;
		top: 47%;
		right: 1.5%;
		font-size: 20px;
		outline: none;
		background-color: transparent;
	}
}

.map-mobile {
	margin: 0 auto;
	display: block;
}

.enamad {
	position: fixed;
	bottom: -20px;
	right: -15px;
	padding: 10px;
	z-index: 9999;
	border-radius: 10px;
	transform: scale(0.7, 0.7);
	background-color: rgb(0, 0, 0, 0.8);
}