.site-map {
	background-color: #ffffff;
}

.site-map.b-bg {
	background-color: #eff5f9;
}

header .sec-desc {
	text-align: center;
	margin-top: 16px;
	margin-bottom: 0;
}

header .sec-desc span.v-separator {
	margin: 0 8px;
}

header .sec-desc a:link,
header .sec-desc a:visited {
	color: #FFF;
	
}

header .sec-desc a:hover {
	text-decoration: underline;
}

#site-map {
	background: url("../jpg/site-map-bg-w1280.jpg") center bottom;
	background-size: cover;
	padding: 100px 0;
}

.site-map ul  li {
	margin-bottom: 20px;
}

.site-map ul li span {
	margin: 0 4px;
}

.site-map ul ul li {
	margin-bottom: 12px;
}

.site-map .sub-section ul ul li a {
	font-size: 16px;
}

.site-map .sec-title {	
	font-size: 28px;
	text-align: center;
}

.site-map .sub-section {
	display: block;
	clear: both;
}
.site-map .sub-section  a {
	font-size: 18px;
}

.site-map .link-cat-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
}

.site-map .title-w-line {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
	display: table;
	white-space: nowrap;
	margin: 24px 0;
}

.site-map .title-w-line span {
	padding: 0 12px;
	text-align: center;
}

.site-map .title-w-line:before,
.site-map .title-w-line:after {
	border-top: 1px solid #ccc;
	content: '';
	display: table-cell;
	position: relative;
	top: 14px;
	width: 50%;
}

.site-map .title-w-line:before {
	right: 0;
}

.site-map .title-w-line:after {
	left: 0;
}

@media only screen and (max-width: 991px) {
	#site-map { background: url("../jpg/site-map-bg-w992.jpg") center bottom; }
}

@media only screen and (max-width: 767px) {
	#site-map { background: url("../jpg/site-map-bg-w992.jpg") center bottom; }
}

@media only screen and (max-width: 320px) {
	#site-map { background: url("../jpg/site-map-bg-w330.jpg") center -94%; }
}

@media (min-width: 768px) {
	.site-map .col-sm-6:nth-child(2n+1) {
		clear: both;
	}
}

@media (min-width: 992px) {
	.site-map .col-sm-6:nth-child(2n+1) {
		clear: none;
	}
	.site-map .col-md-3:nth-child(4n+1) {
		clear: both;
	}
	}
}

