.sitemap{
	padding-top:30px;
	padding-bottom:30px;
	margin-bottom:60px;
	background-image:url(../images/bg-info.jpg);
	background-size:cover;
	background-position:center;
}
.sitemap .box{
	margin-bottom:30px;
	padding-bottom:15px;
	text-align:center;
	background-color:rgba(255,255,255,.85);
	box-shadow:rgba(0,0,0,.3) 3px 3px 0;
	border-radius:3px;
}

.sitemap .title{
	margin-bottom:.2rem;
	line-height:2.5rem;
	font-size:1.1rem;
	font-weight:bold;
	color:#fff;
	border-radius:3px 3px 0 0;
}
.sitemap .title span{
	display:inline-block;
	position:relative;
}
.sitemap .title span:before{
	display:inline-block;
	width:2rem;
	text-align:center;
	padding-right:.5rem;
	font-family:'FontAwesome';
	font-weight:normal;
}

.sitemap .cell:first-child .title{
	background:#b04537;
}
.sitemap .cell:first-child .title span:before{
	content:'\f05a';
}
.sitemap .cell:nth-child(2) .title{
	background:#daab59;
}
.sitemap .cell:nth-child(2) .title span:before{
	content:'\f0c0';
}
.sitemap .cell:nth-child(3) .title{
	background:#263d5d;
}
.sitemap .cell:nth-child(3) .title span:before{
	content:'\f0b1';
}
.sitemap .cell:nth-child(4) .title{
	background:#4b859e;
}
.sitemap .cell:nth-child(4) .title span:before{
	content:'\f1ea';
}
.sitemap .cell:nth-child(5) .title{
	background:#5e7f79;
}
.sitemap .cell:nth-child(5) .title span:before{
	content:'\f0a1';
}
.sitemap .cell:nth-child(6) .title{
	background:#1e3f3f;
}
.sitemap .cell:nth-child(6) .title span:before{
	content:'\f130';
}

.sitemap a{
	color:#555;
	line-height:2.5rem;
	border-bottom:rgba(0,0,0,.15) solid 1px;
	transition:all .2s ease-in-out .2s;
}
.sitemap a:hover{
	background:#999;
	color:#fff;
}
.sitemap a span{
	display:inline-block;
	padding-left:2rem;
	padding-right:2rem;
	position:relative;
}
.sitemap a span:before{
	content:'\f0da';
	display:inline-block;
	font-family:'FontAwesome';
	padding-left:.5rem;
	width:2rem;
	position:absolute;
	right:0;
	color:transparent;
	transition:all .2s ease-in-out .2s;
}
.sitemap a:hover span:before{
	color:#fff;
}


@media screen and (min-width:575px){
	.sitemap .cell:nth-child(2n+0){
		padding-right:15px!important;
	}
	.sitemap .cell:nth-child(2n+1){
		padding-right:0!important;
	}
}
@media screen and (min-width:990px){
	.sitemap .cell:nth-child(3n+1),
	.sitemap .cell:nth-child(3n+2){
		padding-right:0!important;
	}
	.sitemap .cell:nth-child(3n+0){
		padding-right:15px!important;
	}
}

.under-const{
	height:65vh;
}
.under-const .round,
.under-const .round:before,
.under-const .round:after{
	box-shadow:rgba(0,0,0,.15) 0 3px 5px;
}
.under-const .round{
	padding:0;
	width:260px;
	height:260px;
	border-radius:50%;
	border:#43acaf solid 8px;
}
.under-const .round:before,
.under-const .round:after{
	content:'';
	display:block;
	position:absolute;
	border-radius:50%;
}
.under-const .round:before{
	width:62px;
	height:62px;
	background:#00846d;
}
.under-const .round:after{
	width:92px;
	height:92px;
	border:rgba(233,85,20,.75) solid 8px;
	position:absolute;
	right:-15px;
	bottom:5px;
}
.under-const .round,
.under-const .round span{
	transform:translate(-50%, -50%);
	position:absolute;
	top:50%;
	left:50%;
}
.under-const .round span{
	display:block;
	color:#fff;
	font-size:30px;
	font-weight:bold;
	color:#00846d;
}


