.sf_sb
{
	width: 100% !important;
	display: block;
	height: 100%;
	background: rgba(1,11,41,1);
}
#sf_val
{
	width: 93%;
}

#sf_results
{
	background: rgba(1,11,41,1);
	box-shadow: none;
	border: none;
	padding: 60px 60px;
}
.sf_more
{
	background: none;
	border: none;
	display: none;
}
#sf_val ul.sf_main
{
	background: none;
}
#sf_val ul ul li
{
	color:#000;
	border: none;
}
#sf_val ul ul li a
{
	color: #ffffff;
}
#sf_val ul li.sf_selected
{
	background: none !important;
	border: none;
	color: white !important;
}
#sf_val ul li.sf_selected a, #sf_val ul li.sf_selected span
{
	color: #ffffff !important;
}
#sf_val ul li.sf_header
{
	background: none;
	border: none;
	font-weight: 500;
	font-size: 20px;
	padding: 5px 0;
	color: #ffffff;
	border-bottom: 4px solid #0e48ff;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#sf_val li.sf_item img
{
	background-color: none;
}
#sf_val li .sf_small
{
	color:#666;
}
.sf_search .sf_input{
	color:#aaa !important;
	background: none !important;
}
.sf_search .sf_focused{
	color:#333 !important;
}
.sf_search
{	
	background: none;
}
.sf_search .sf_button,.sf_search  .searchsubmit
{
	display: none !important;
	background: none !important;
	background-repeat: no-repeat !important;
	background-position: 0px 0 !important;
	background-color: white !important;
	-webkit-box-shadow: 0 0 0 0 !important;
	-moz-box-shadow:0 0 0 0 !important;
	box-shadow:0 0 0 0 !important;
}
#sf_loading
{
	/*background-image: url("images/sf_loading.gif") !important;*/
	background: none !important;
}
/* selective search css */
.sf_ajaxy-selective-search {
    color: rgba(255, 255, 255, 0.498039);
    text-decoration: none solid rgba(255, 255, 255, 0.498039);
    background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box;
	border-color:rgba(0, 0, 0, 0.247059) rgba(0, 0, 0, 0.14902) rgba(0, 0, 0, 0.14902) rgba(0, 0, 0, 0.14902);
    font: 16px/24px Arial, sans-serif;
    outline: rgba(255, 255, 255, 0.498039) none 0px;
}


.sf_ajaxy-selective-item {
    color: rgb(255, 255, 255);
	text-decoration: none solid rgb(255, 255, 255);
	background: rgb(109, 132, 180) -webkit-linear-gradient(top, rgb(116, 140, 190), rgb(102, 124, 170)) repeat scroll 0% 0% / auto padding-box border-box;
	border: 1px solid rgb(98, 118, 158);
	border-radius: 2px 2px 2px 2px;
	font: normal normal bold 11px/19px Arial, sans-serif;
	outline: rgb(255, 255, 255) none 0px;
	padding: 0px 8px;
	transition: all 0.218s ease 0s;
}

.sf_ajaxy-selective-close {
    color: rgb(255, 255, 255);
    text-decoration: none solid rgb(255, 255, 255);
    border: none;
    font: normal normal bold 11px/19px Arial, sans-serif;
    margin: 16.5px 0px;
    outline: rgb(255, 255, 255) none 0px;
	background: transparent;
}

.sf_ajaxy-selective-search input.sf_ajaxy-selective-input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;
    border: none;
	box-shadow: 0 0 0;
}