/* COLOR */
a {
	color: #454a51;
}

/* BACKGROUND */
.bg, .novaFooter, #mainmenuToggle span, #footerInfo {
	background:#454a51;
}

/* BORDER */
@media (max-width: 767px) {
	#header {
		border-bottom:1px solid #454a51;
	}
}

/* COLOR-SECOND */
#banner .fa,
.nova4box .fa,
.nova4box .more:hover,
.fa:before, #elm_submit:before,
#mainmenu .selectedLevel1 a, #mainmenu a:hover,
#footerInfo a:hover,
.box_sitemap .selectedLevel2 a, .box_sitemap a:hover,
.box_sitemap .mmLevel3 a:hover, .box_sitemap .mmLevel3 .selectedLevel3 a,
#banner .text a:hover {
	color:#f26b34;
}
#mainmenuToggle span {
	background:#f26b34;
}

/* LOGO */
#header .logo {
	top: 26px;
	left: 0;
	font-weight: bold;
	font-size: 24px;
}
	@media (max-width:767px) {
		#header .logo {
			top:5px;
		}
	}

.btn-primary,
.formbuilder #submitForm {
	color: #fff!important;
	background:#f26b34;
}
.btn-primary:hover,
.formbuilder #submitForm:hover {
	background:#666;
}