a {
    color: #ffc000;
	text-decoration:none;
	font-weight:400;
}

a:hover, a:focus, a:active {
	color: #ffe400;
	text-decoration:none;
}

.btn {    
    padding: 14px 20px;
    border: 2px solid #ffc000;
    border-radius: 5px;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 1px;  
    text-transform: uppercase;
    text-shadow: none;    
    color: #ffc000;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s; 
    -moz-transition: all 0.3s; 
    -o-transition: all 0.3s; 
    transition: all 0.3s;   
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    border-color: #ffc000;
    color: #fff;
    background: #ffc000;
    background-position: 0 0;
    -webkit-transition: all 0.3s; 
    -moz-transition: all 0.3s; 
    -o-transition: all 0.3s; 
    transition: all 0.3s;  
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus,
.navbar .nav > li > a:active,
.navbar .nav > li.active > a {
    color: #fff !important;
}
#about-us .bar {   
    background-color: #ffc000;
}
.social-media {
    color: #ffc000; 
}
.social-media li {
    color: #ffc000;
}
figure a:before {
	color: #ffc000;
}
h3.entry-title a:hover {
	color: #ffc000;
}
.single_comment {
	border-left: 3px solid #ffc000;
}
.single_comment .comment_meta .date a.reply, .single_comment .comment_meta .date a.comment-reply-link {
	color: #00aeef;
}

.social-media li {
    background: url(../img/default/misc_sep.png) 0 3px no-repeat;
}

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../img/default/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../img/default/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../img/default/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../img/default/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}