// Virtue Search
.form-search {
	position: relative;
	max-width: 233px;
	-moz-box-shadow: 0 0 3px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 0 3px rgba(255, 255, 255, 1);
	box-shadow: 0 0 3px rgba(255, 255, 255, 1);
	width: 100%;
	label {
		margin-bottom: 0;
	}
}
.form-search .search-query {
	display: block;
	position: relative;
	right: 0;
	width: 100%;
	height: 35px;
	margin: 0;
	border: none;
	padding: 5px 5px 5px 35px;
	font-size: 13px;
	font-weight: 400;
	color: #777777;
	background-color: #fff;
	border: 1px solid;
	border-color: #eee;
	border-color: rgba(196, 196, 196, 0.4);
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form-search .search-icon {
	display: block;
	margin: 0;
	width: 30px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	padding: 5px 5px 5px 10px;
	position: absolute;
	left: 0;
	top: 0;
	border: 0;
	cursor: pointer;
	height: 35px;
	color: #777777;
	background: none;
	font-family: 'FontAwesome';
}
// Top Search
	#topbar-search form {
	margin: 4px 0;
	float: right;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#topbar-search input[type="text"] {
	background: url("../img/20white.png");
	background: rgba(255,255,255,0.2);
	border: none;
	color: #fff;
	height: 25px;
	line-height: normal;
	margin-bottom: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none:;
}
#topbar-search .search-icon {
	color: #fff;
	height: 25px;
}
#topbar-search ::-webkit-input-placeholder {
   color: white;
}
 #topbar-search :-moz-placeholder { /* Firefox 18- */
   color: white  
}
#topbar-search ::-moz-placeholder {  /* Firefox 19+ */
   color: white; 
   opacity: 1;
}
#topbar-search :-ms-input-placeholder {  
   color: white;  
}