/*******************
	BG-RED
*******************/
.top-bar, .btn-red, .unfollow:hover, .page-header .badge {
	background-color: #d70404;
}
/*******************
	BG-BLUE
*******************/
.btn-blue,
.btn-grey:hover,
.btn-grey.active,
.follow-me:hover,
.edit-file:hover,
.blog-date p,
.post-type li:last-child,
.user-status,
.media-form .form-group
.file-input-wrapper,
.content-button label.btn,
.comment-reply-link,
.comment-form input[type="submit"],
.widget_tag_cloud > .tagcloud > a,
.follow-me:focus,
.post-password-form input[type=submit] {
	background-color: #46aaed;
}
.btn-blue-dark {
	background: #3e98e9;
	background: -moz-linear-gradient(left, #3e98e9 0%, #5d9ed0 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #3e98e9), color-stop(100%, #5d9ed0));
	background: -webkit-linear-gradient(left, #3e98e9 0%, #5d9ed0 100%);
	background: -o-linear-gradient(left, #3e98e9 0%, #5d9ed0 100%);
	background: -ms-linear-gradient(left, #3e98e9 0%, #5d9ed0 100%);
	background: linear-gradient(to right, #3e98e9 0%, #5d9ed0 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e98e9', endColorstr='#5d9ed0', GradientType=1 );
	border: 1px solid #76b9f6;
}
/*******************
	BG-white
*******************/
.btn-white {
	background-color: #fff;
}
/*******************
	BG-grey
*******************/

.btn-grey, .all-fields .arrow-down, .search-bar .form-control {
	background-color: #494949;
}
.btn-light-grey {
	background-color: #f0f0f0;
}
/*******************
	color-white
*******************/
.login .media .media-body,
.login .media .media-body h4,
.login .media .media-body .btn:hover,
.login .media .media-body .btn:focus,
.btn-grey,
.btn-blue:hover, .btn-blue,
.btn-grey:hover, .btn-grey.active,
.edit-file:hover, .delete-file:hover,
.btn-green,
.search-bar .btn,
.pop-over,
.btn-blue {
	color: #fff;
}

