@keyframes radar {
	0%, 20.1% {
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	20% {
		-ms-transform: scale(2);
		transform: scale(3);
		opacity: 0
	}
	100% {
		-ms-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}
}

.ssm-sub-menu ul {
	margin: 0;
	padding: 0}

/*.ssm-sub-menu ul li:first-child span.ssm-elmt{color: #009acd;font-family: "gotham_bold", Arial, Tahoma, sans-serif;}
*/
.ssm-sub-menu li {
	list-style: none
}

.ssm-sub-menu {
	/*position: fixed;*/
	position: absolute;
	/*z-index: 1000;*/
	/*top: 45%;*/
	top: 100px;
	display: block;
	/*width: 250px*/}

.ssm-sub-menu span.ssm-elmt {
	font-weight: 700;
	line-height: 1rem;
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 10px 0;
	padding: 10px 5px 10px 50px;
	cursor: pointer;
	-ms-flex-pack: left;
	justify-content: left}

.ssm-sub-menu span.ssm-pills {
	position: absolute;
	top: 50%;
	left: 20px;
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px solid #9a9a9a;
	border-radius: 50%}

.ssm-sub-menu span.ssm-pills::after {
	position: absolute;
	top: -1px;
	left: -1px;
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	content: '';
	border: 1px solid #9a9a9a;
	border-radius: 50%}

.ssm-sub-menu span.ssm-nav-pills {
	position: absolute;
	left: -12px;
	width: 0px;
	height: 0px;
	border-radius: 0%;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	border-left: 10px solid transparent;}

.ssm-sub-active span.ssm-pills,
.ssm-sub-active span.ssm-pills::after,
.ssm-sub-menu span.ssm-pills-active {
	border-left-color: #009acd;
}

.ssm-sub-menu span.ssm-radar::after {
	animation-name: radar;
	animation-duration: 1s;
	border-width: 2px;
	background-color: transparent!important}

.ssm-cn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center}