html, body {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 10px;
}

@media only screen and (min-width: 840px) {
	html, body {
		font-size: 10px;
	}
}

.custom-main{
	float: left;
	width: calc(100% - 220px);
	height: 100vh;
}

#map {
	width: 100%;
	height: 100%;
}

.custom-aside{
	font-family: IRANSans;
	display: flex;
	flex-direction: column;
	float: right;
	width: 220px;
	height: 100vh;
	box-shadow: -1px -1px 2px 0px rgba(0, 0, 0, .1), 1px -1px 2px 0px rgba(0, 0, 0, .1);
}

@media only screen and (min-width: 840px) {
	.custom-main{
		width: calc(100% - 320px);
	}

	.custom-aside{
		width: 320px;
	}
}

.custom-aside .custom-header {
	font-size: 1.8rem;
	color: #ffffff;
	text-align: center;
	background-color: #ff0871;
	padding: 0 2rem;
	line-height: 5rem;
	box-shadow: -1px 1px 2px 0px rgba(0, 0, 0, .1), 1px 1px 2px 0px rgba(0, 0, 0, .1);
}

.custom-aside .custom-section {
	padding: 1rem;
	flex-grow: 2;
	overflow: auto;
}

.custom-aside .custom-footer {
	font-size: 1.2rem;
	color: #777777;
	text-align: center;
	background-color: #eeeeee;
	padding: 0 2rem;
	line-height: 4rem;
	box-shadow: -1px -1px 2px 0px rgba(0, 0, 0, .1), 1px -1px 2px 0px rgba(0, 0, 0, .1);
}

.custom-aside .custom-footer a {
	text-decoration: none;
	color: #ff0871;
}
