/* COLOR */
a, .novaSocial .fa:before,
#mainmenu .selectedLevel1 a, #mainmenu a:hover {
	color: #6fb0b7;
}

/* BACKGROUND */
.bg, .novaFooter, #mainmenuToggle span, a.btn-primary, .formbuilder #submitForm, #pageContainer>.title, #calendar ul.calendarBoxes .date {
	background:#6fb0b7;
}

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

/* COLOR-SECOND */
#banner .fa,
.nova4box .fa,
.nova4box .more:hover,
.fa:before, #elm_submit:before {
	color:#e4551d;
}

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

.btn-primary:hover, .formbuilder #submitForm:hover {
	background:#999;
}

.formbuilder #submitForm {
	color: #fff!important;
}
#news .entryImage.thumb,
#news .entryImage.medium {
	width:auto;
}
