/* GLOBAL */




/* TOP BAR */
.topbar-wrapper {
	background-color: #4dabe1;
	color: #dddddd;
}

.topbar-wrapper a {
	color: #cccccc;
	border-bottom: 1px dotted #cccccc;
	text-decoration: none;
}


/* HEADER */
.navbar {
	background-color: #f1ece9;
}

.header-v8 .navbar-nav > .active > a {
	color: #283044 !important;
}

.header-v8 .navbar-nav > .active > a,
.header-v8 .navbar-nav > .active > a:hover,
.header-v8 .navbar-nav > .active > a:focus {
    color: #4dabe1 !important;
}


/* FOOTER */
.footer-wrapper.footer {
	background-color: #f1ece9;
}

.footer-wrapper.footer p {
	color: #283044;
}

.footer-wrapper .heading-footer h2 {
    color: #283044;
}

.footer-wrapper.footer .link-news li {
	border-top-color: #283044;
}

.footer-wrapper.footer .link-news li a {
	color: #283044;
}

.footer-wrapper.footer .link-news a:hover {
	color: #4dabe1;
}

.footer-wrapper.footer .link-news li small {
	color: #cbcbcb;
}

.footer-wrapper .footer-link-list li {
	border-top-color: #283044;
}

.footer-wrapper .footer-link-list li a,
.footer-wrapper a {
	color: #283044;
}

.footer-wrapper .footer-link-list a:hover,
.footer-wrapper a:hover {
	color: #4dabe1;
}

.footer-wrapper.footer .contacts li {
	color: #283044;
}

.footer-wrapper.footer .contacts li i {
	background-color: #bfa89e;
	color: #ebf5ee;
}


/* BOTTOM BAR */
.bottombar-wrapper.copyright {
	background-color: #283044;
}

.bottombar-wrapper.copyright .terms-menu li {
	color: #ebf5ee;
	border-left-color: #515151;
}

.bottombar-wrapper.copyright .terms-menu li a {
	color: #ebf5ee;
	text-decoration: none;
}

.bottombar-wrapper.copyright .terms-menu li a:hover {
	color: #ebf5ee;
}


/* MISC */
.lists-v2 i {
	color: #4dabe1;
}

.headline-left .headline-brd:after,
.headline-center h2:after,
.content-boxes-v5 i,
.content-boxes-v5:hover i {
	background: #4dabe1;
}