.row-sitemap {
	position:relative;
}
.row-sitemap > .menu-sitemap {
	position:relative;
	display:block;
	border:1px solid rgba(0,0,0,0.1);
	border-left:none;
	border-right:none;
	padding:25px 0;
}
.row-sitemap > .menu-sitemap + .menu-sitemap {
	border-top:none;
}
.row-sitemap > .menu-sitemap > .title {
	position:relative;
	display:inline-block;
	width:auto;
	clear:both;
	font-size:16px;
	line-height:25px;
	text-transform:uppercase !important;
	color:#1e1e1e !important;
	font-weight:600;
}
ul.group-list-sitemap, ul.group-list-sitemap > li,
ul.group-sub-sitemap, ul.group-sub-sitemap > li {
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
}

ul.group-list-sitemap {
    padding-top: 5px !important;
    margin-top: 10px;
    border-left: 1px dashed rgba(16,16,16,0.15);
}
ul.group-list-sitemap > li {
	padding-left:30px;
}
ul.group-list-sitemap > li + li {
	margin-top:15px;
}
ul.group-list-sitemap > li:before {
	position: absolute;
    content: "";
    width: 20px;
    top: 13px;
    left: 0;
    border-top: 1px dashed rgba(16,16,16,0.15);
}
ul.group-list-sitemap > li  .list-sitemap  {
	position:relative;
	display:inline-block;
	font-size:13px;
	line-height:25px;
	text-transform: uppercase !important;
	color:#4c4c4c !important;
	font-weight:600;	
}

ul.group-sub-sitemap {
	position:relative;
	display:table;
	clear:both;
	width:100%;
	/*margin-bottom:15px;*/
}
ul.group-sub-sitemap > li {
	display:inline-block;
	float:left;
}
ul.group-sub-sitemap > li  + li {
	margin-left:10px;
	padding-left:10px;
}
ul.group-sub-sitemap > li  + li:before {
	position:absolute;
	width:1px;
	height:10px;
	background-color:rgba(0,0,0,0.2);
	content:"";
	top:50%;
	margin-top:-5px;
	left:0;
}
ul.group-sub-sitemap > li .sub-sitemap  {
	position:relative;
	display:inline-block;
	font-size:13px;
	line-height:25px;
	text-transform: uppercase !important;
	color:#4c4c4c !important;
	font-weight:500;
	color:#888888 !important;
}
ul.group-sub-sitemap > li .sub-sitemap:hover {
	color:#223de0 !important;
}

/* lg more */
@media (min-width:1200px) and (max-width:1649px) {
}

/* md */
@media (min-width:992px) and (max-width:1199px) {
}

/* sm - xs */
@media (max-width:991px) {
}

/* sm */
@media (min-width:768px) and (max-width:991px) {
ul.group-sub-sitemap > li {
	display:block;
	width:100%;
	float:none;
}
ul.group-sub-sitemap > li + li {
	margin:0;
	padding:0;
}
ul.group-sub-sitemap > li + li:before { display:none; }
}

/* xs */
@media (max-width:767px) {
ul.group-sub-sitemap > li {
	display:block;
	width:100%;
	float:none;
}
ul.group-sub-sitemap > li + li {
	margin:0;
	padding:0;
}
ul.group-sub-sitemap > li + li:before { display:none; }
}

/* xs more */
@media (max-width:350px) {
}