/* sitemap page */
.sitemap h1 {
	font-size:18px;
	font-weight:1000;
	color:#ae002b;
}
.sitemap h2 {
	font-size:14px;
	font-weight:600;
}

.sitemap a {
	color:#666;
}

.sitemap .map1 {
	height:460px;
}

.sitemap hr{
 border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

/* 404 page */
.err404 .panel404{
	background-color:#9f1b22;
	padding-top:50px;
	padding-bottom:50px;
	margin-top:50px;
	margin-bottom:50px;
}

.err404 .msgtext{
	color:#eee;
	font-size:16px;
	margin-top:50px;
	margin-bottom:50px;
}

.err404 .msgtext a{
}


.world_map > iframe{
	width:100%;
}
