
a,
a:focus,
a:hover,
a:active {
    color: #01a7f4;
}
.btn {    
    border: 2px solid #01a7f4;
	color: #01a7f4;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    border-color: #01a7f4;
    background: #01a7f4;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus,
.navbar .nav > li > a:active,
.navbar .nav > li.active > a {
    color: #000 !important;
}
#about-us .bar {   
    background-color: #01a7f4;
}
.social-media {
    color: #01a7f4; 
}
.social-media li {
    color: #01a7f4;
}
figure a:before {
	color: #c93831;
}
h3.entry-title a:hover {
	color: #01a7f4;
}
.single_comment {
	border-left: 3px solid #01a7f4;
}
.single_comment .comment_meta .date a.reply, .single_comment .comment_meta .date a.comment-reply-link {
	color: #01a7f4;
}

.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;
}