
.gold-bar {
	position: relative;
	width: 100%;
	height: 6px;
    background-image: url(../img/bg/bg-gold-bar.jpg);
}


a {
	color: #e7cb76;
}

.navbar-default {
    box-shadow: none;
}

.menu-center {
    background-color: #e7cb76;
}

ul.social-buttons li a {
	color: #000;
    background-color: #e7cb76;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
    color: #000;
    background-color: #b19952;
}

.cta-button {
	color: #000;
	background-color: #e7cb76;
}

.cd-nav li.cd-selected:first-of-type a {
    background-color: #157BD6
}

.cd-nav li.cd-selected:nth-of-type(2) a {
    background-color: #056BC6
}

.cd-nav li.cd-selected:nth-of-type(3) a {
    background-color: #035096
}

.cd-nav li.cd-selected:nth-of-type(4) a {
    background-color: #024179
}

.cd-nav li.cd-selected:nth-of-type(5) a {
    background-color: #222
}

.cd-nav li.cd-selected:nth-of-type(6) a {
    background-color: #222
}

@media (min-width: 768px) {
	.navbar-default .nav li i {
	    color: #e7cb76;
	}
	
}
