div.topbar a, .sidebar a, .search-holder a
{
	text-decoration: none;
}

.search-holder .btn-default, .search-holder .btn-primary
{
/*	border-color: transparent;
	border-style: none;*/
/*	border: 1px solid #C5C8CB;*/
	border: none;
}

.search-holder .form-control.form-white:focus 
{
	background-color: #ffffff !important;
	border: 1px solid #C5C8CB;
	color: #555555;
	outline: none;
}

.search-holder .input-group .form-control {
height: 35px;
top: -1px;
}

.search-holder .form-control.form-white {
background-color: #ffffff;
border: 1px solid #ECEDEE;
color: #555555;
}

.search-holder .input-group input {
min-width: 50px;
}

.search-holder .form-control.form-white:hover {
background-color: #ffffff !important;
border: 1px solid #C5C8CB;
color: #555555;
outline: none;
}

.breadcrumbs
{
	padding: 20px 50px 0;
}

.breadcrumbs a:before, .breadcrumbs span:before {
	color: #cccccc;
	content: "\2022";
	padding: 0 8px 0 5px;
}

.breadcrumbs a:first-child:before {
	color: transparent;
	content: "";
	padding: 0 0px 0 0px;
}

.breadcrumbs a, .breadcrumbs span
{
	color: #333333;
	text-decoration: none;
}

.breadcrumbs a:first-child
{
	color: #AAF200;
}

.breadcrumbs a, .breadcrumbs span
{
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
}

i.online, i.busy, i.away, i.offline, i.turquoise {
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
content: "";
float: left;
height: 7px;
margin-right: 13px;
margin-right: 8px;
margin-top: 6px;
width: 7px;
}

i.online {
	background-color: #18a689;
}

i.busy {
background-color: #c75757;
}

i.turquoise {
background-color: #52c1df;
}

i.away {
background-color: #ff9900;
}

.btn {
-webkit-font-smoothing: subpixel-antialiased;
-webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
border: none;
font-size: 14px;
font-weight: 400;
margin-bottom: 10px;
margin-right: 10px;
padding: 7px 24px 8px;
transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
vertical-align: middle;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.btn-xs {
font-size: 12px;
line-height: 1.083;
padding: 6px 9px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

@media screen and (max-width: 700px) {

	.btn-xs 
	{
		padding: 6px 2px;
	}
}

.btn.dropdown-toggle {
margin-bottom: 0;
padding: 7px 12px 8px 24px;
}
 
.btn.btn-rounded {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}


.search-holder
{
	margin: 24px 0px 12px;
}

.search-result
{
	margin-top: 20px;
}

.search-result .portfolio_col3 .col3
{
	float: none;
	display: inline-block;
}

.post_container {
	padding-bottom: 0px;
}