/* your styles go here */
#all
{
	/*
    background-color: #F7FAFA;
 */
	background-color: #fff;
}

a {
	color: #FFAB03;
	text-decoration: none;
}

#sidebar { background-color: #fff; }

.sidebar-heading a:hover {
	border-bottom: dotted 1px #FFAB03;
	color: #000;
	text-decoration: none;
}

.sidebar-menu
{
	padding-left: 0px;
	margin-left: 0px;
}

.sidebar-menu li.active a { color: #FFAB03; }
.sidebar-menu li:hover a {
	text-decoration: none;
	color: #FFAB03;
  }
  .sidebar-menu li:hover:before {
	color: #FFAB03;
  }

.sidebar-menu li:before
{
	font-family: 'FontAwesome';
	/*   content: '\f105'; */
	content: none;
	margin: 0 5px 0 -15px;
	color: #F7FAFA;
}

.box-masonry
{
	box-shadow: none;
	border: 1px solid #FFAB03;
	border: 1px solid #ECEEEE;
    background-color: #FAFAFA;
}

.box-masonry h4 a:hover {
	border-bottom: dotted 1px #FFAB03;
	color: #000;
	text-decoration: none;
  }

.box-masonry:hover {
	box-shadow: none;
}

#sidebar div.copyright {
    display: none;
}

.content-column-content ul li:before {
	font-family: 'FontAwesome';
	content: '\f105';
	margin: 0 5px 0 -15px;
	color: #FFAB03;
}

.btn-ghost {
  color: #FFAB03;
  border-color: #FFAB03;
}
.btn-ghost:hover,
.btn-ghost:focus,
.btn-ghost:active,
.btn-ghost.active,
.open .dropdown-toggle.btn-ghost {
  color: #FFAB03;
  border-color: #FFAB03;
}

.btn-ghost.disabled,
.btn-ghost[disabled],
fieldset[disabled] .btn-ghost,
.btn-ghost.disabled:hover,
.btn-ghost[disabled]:hover,
fieldset[disabled] .btn-ghost:hover,
.btn-ghost.disabled:focus,
.btn-ghost[disabled]:focus,
fieldset[disabled] .btn-ghost:focus,
.btn-ghost.disabled:active,
.btn-ghost[disabled]:active,
fieldset[disabled] .btn-ghost:active,
.btn-ghost.disabled.active,
.btn-ghost[disabled].active,
fieldset[disabled] .btn-ghost.active {
  background-color: transparent;
  border-color: #FFAB03;
}

.btn-ghost:hover,
.btn-ghost:focus,
.btn-ghost:active,
.btn-ghost.active,
.open .dropdown-toggle.btn-ghost {
  color: #fff;
  background-color: #FFAB03;
  border-color: #FFAB03;
}

p.social a:hover {
	color: #FFAB03;
	border-color: #FFAB03;
}

blockquote {
	border-left: 5px solid #FFAB03;
}

.form-control:focus {
	border-color: #FFAB03;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}