.bgbanner_sitemap {
    background-image: url(../images/sitemap.jpg);
    background-repeat: repeat-y;
    background-size: cover;
    background-position: center center;
}


.sitemapbox{border:1px solid #333;margin-bottom:30px;}
.sitemapheading{background-color:#1864e4;color:#fff;margin:20px 0 15px 20px;padding:5px 5px 5px 20px; font-family: 'Ubuntu-Bold', sans-serif;}
.sitemapbox ul{list-style-type:none;margin-left:-20px;line-height:25px;}
.sitemapbox a, .sitemapbox a:hover{color:#000;}
.sitemapheading a, .sitemapheading a:hover{color:#FFFFFF;}

@media (max-width:767px){

	.sitemapbox ul li a{padding:0!important;}
}
