@media only screen and (max-width: 599px) {
	.leftpanel {
		position: relative !important;
	}
}

.leftpanel {
	position: fixed;
	width: inherit;
}
.leftsection {
	background: #1650A511;
	border-radius: 0 4px 4px 0;
	border: 1px solid #114065;
	border-left: 0;
	box-shadow: 0 1px 2px 2px #00000044;
	padding: 20px;
}
.introcontent {
	padding: 24px;
}
.circularoptionscontainer {
	padding: 80px;
}
.circularoptions {
	position: relative;
	width: 100%;
	max-width: 600px;
	height: 600px;
	margin: auto;
}
.circularoptions > * {
	position: absolute;
	display: inline-block;
	width: 100px;
	text-align: center;
}
.co_content {
	display: inline-block;
	width: 100px;
	height: 100px;
	background: #1650A505;
	border: 1px solid #1650A522;
	border-radius: 100%;
	overflow: hidden;
	font-size: 50px;
    line-height: 100px;
}
.co_content:hover, .co_content:active {
	background: #1650A511;
}
.co_comingsoon {
	line-height: 100px;
}
.co_title {
	font-size: 12px;
}
.co_middle {
	left: calc(50% - 50px);
	top: calc(50% - 50px);
	padding-top: 20px;
	display: none;
}
.co_top {
	left: calc(50% - 50px);
	top: calc(0% - 50px);
}
.co_top .co_content > * {
	margin-top: 5px;
}
.co_topright {
	left: calc(85% - 50px);
	top: calc(25% - 50px);
}
.co_right {
	left: calc(100% - 50px);
	top: calc(50% - 50px);
}
.co_bottomright {
	left: calc(85% - 50px);
	top: calc(75% - 50px);
}
.co_bottom {
	left: calc(50% - 50px);
	top: calc(100% - 50px);
}
.co_bottomleft {
	left: calc(15% - 50px);
	top: calc(75% - 50px);
}
.co_left {
	left: calc(0% - 50px);
	top: calc(50% - 50px);
}
.co_topleft {
	left: calc(15% - 50px);
	top: calc(25% - 50px);
}