body {
	background: #eee;
	color: #444
}

body * {
	font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
	font-weight: 300 !important;
	border-radius: 0px !important;
	line-height: 24px !important;
}

a, a:hover, a:focus {
   outline: 0 !important;
   text-decoration: none
}

.navbar {
	margin-bottom: 0px !important;
	border-radius: 0px !important;
	background: #9c27b0 !important;
	border-color: #9c27b0 !important;
	box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
}

.navbar * {
	color: #fff !important
}

.header {
	z-index: -999;
	background: #37474f;
    height: auto;
    min-height: 330px;
	padding-top: 50px;
	padding-bottom: 50px;
    background-position: center center;
    background-size: cover;
	color: #fff
}

.header-filter {
    position: relative;
	margin-bottom: -50px
}

.header .typed {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
}

h1 {
	font-weight: 700 !important;
}

h1 {
	line-height: 48px !important;
}

h2 {
	line-height: 36px !important;
}

h3 {
	line-height: 30px !important;
}

#sitemap_generator .inputan {
	margin-bottom: 30px
}

#sitemap_generator .input-group-addon {
	border: 0px !important;
	background: #fff !important;
}

#sitemap_generator .form-control {
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	box-shadow: none
}

#sitemap_generator .form-control:focus {
	box-shadow: none;
	border-color: #9c27b0
}

#sitemap_generator .btn-primary {
	background: #9c27b0 !important;
	border-color: #9c27b0 !important;
}

#sitemap_generator .post {
	background-color: #fff;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
	padding: 20px;
	margin-bottom: 30px;
}

#sitemap_generator .post h1 {
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
	padding-bottom: 20px
}

#sitemap_generator sup {
	background: #f44336;
	color: #fff;
	border-radius: 50% !important;
	padding: 5px;
	display: none
}

#sitemap_generator .CodeMirror {
	height: 400px;
	border: none;	
	line-height: 24px;
}

#sitemap_generator #persen,
#sitemap_generator #downloadxml {
	display: none
}

footer {
	margin-top: 10px;
	margin-bottom: 0px !important;
	padding: 20px;
	color: #999
}

footer ul {
    margin-bottom: 0;
	margin-top: 0;
    padding: 0;
    list-style: none;
}

footer ul li {
    display: inline-block;
}

footer ul li a {
    padding: 10px;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 3px;
    text-decoration: none;
    position: relative;
    display: block;
	color: #999;
	font-weight: 700 !important
}