
a {
    color: #ffd999;
}

.navbar-default .navbar-collapse {
    border-color: transparent;
    background-color: #000;
}

.cta-button {
    color: #fff;
    background-color: #ffd999;
    font-weight: 500;
}

@media(min-width:768px)  {
	
	.navbar-default .navbar-collapse {
	    border-color: transparent;
	    background-color: transparent;
	}
}

ul.social-buttons li a {
	color: #111;
    background-color: #ffd999;
}

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

.solid-box-right-2 {
    border: 7px solid #111;
}

.fancy span:before, .fancy span:after {
    border-top: 2px solid #ffd999;
}

.fancy-dark span:before, .fancy-dark span:after {
    border-top: 2px solid #fff;
}

.fotorama__thumb-border {
    border-color: #ffd999;
}