/* search */

.search-panel {
	background-color: #1c1c1f;
	width: 100%;
	margin: 0;
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	color: #fff;
	padding: 9px 0 4px;
	overflow: hidden;
}

.search-panel .row {
	max-width: 100%;
}

.logo-s{
	width: 30px;
	float: left;
	margin-right: 15px;
	padding-top: 1px;
}

.s-form {
	min-width: 250px;
	float: left;
}

.form-wrap {
	width: 250px;
	margin-right: 25px;
}

.search-panel .nav-search-field {
	height: 32px;
}

.search-panel .nav-search-field input {
	height: 32px;
	font-weight: 700;
	color: #eee;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	background-color: #444546;
}

.search-panel .nav-search-field input:focus {
	color: #a8b4ff;
}

.search-panel .nav-search-submit {
	height: 32px;
}

.search-panel .nav-search-submit .btn-submit-search {
	height: 32px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	background-color: #323236;
}

.search-panel .nav-search-submit .btn-submit-search i {
	font-size: 1em;
	line-height: 1em;
	color: #767778;
}

.nav-search-submit .clear-search-input {
	height: 32px;
	background-color: #444546;
	padding: 0 .8em 0 0;
}

.nav-search-submit .clear-search-input i {
	color: #767778;
}

.s-sites {
	line-height: 2.3em;
	font-weight: 700;
	font-size: .875em;
}

.s-sites ul {
	margin: 0;
	white-space: nowrap;
	overflow: auto;
	overflow-y: hidden;
	height: 60px;
}

.s-sites li {
	display: inline-block;
	margin: 0 20px 0 0;
}

.s-sites li a {
	color: #ccc;
}

.add-more-link a{
	color: #6C9 !important;
	font-weight: 700;
}

.search-panel .site-selected a {
	color: #6C9 !important;
}

.search-panel .site-selected {
	opacity: 1 !important;
}

.search-panel .proxy-site a {
	background: -webkit-linear-gradient(left,#8768e0,#c367c9);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #8768e0;
}

.search-panel .no-proxy {
	opacity: .5;
}

.scroll-btns {
	float: right;
	padding: 3px 10px 0 15px;
}

.scroll-btns a {
	padding-right: 5px;
	color: #6C9;
}

.scroll-btns a:hover{
	color: #fff;
}

.s-options {
	float: right;
	line-height: 2em;
	font-weight: 700;
	font-size: .875em;
}

.set-wrapper {
	float: right;
}

.set-wrapper span {
	float: left;
	display: none;
}

#sets {
	height: 28px;
	border-radius: 3px;
	background-color: #323236;
	color: #767778;
	border: none;
	margin-top: 2px;
	padding: 0 15px 0 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.switch-wrapper {
	float: right;
	z-index: 10;
	margin: 0 15px 0 15px;
	background: -webkit-linear-gradient(left,#8768e0,#fc7758);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-top: 2px;
	min-width: 80px;
}

.switch {
	width: 25px;
	height: 10px;
	background: #333;
	margin: 10px auto;
	position: relative;
	border-radius: 1px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.5),0 1px 0 rgba(255,255,255,0.2);
}

.switch label {
	display: block;
	width: 11px;
	height: 11px;
	position: absolute;
	top: 0;
	left: -1px;
	cursor: pointer;
	background: #fcfff4;
	background: -webkit-linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
	background: linear-gradient(to bottom,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
	border-radius: 1px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	opacity: .3;
}

.switch input[type=checkbox] {
	visibility: hidden;
}

.switch input[type=checkbox]:checked + label {
	left: 16px;
	background: #c367c9;
	opacity: 1;
	-webkit-box-shadow: 0 0 5px 2px rgba(195,103,201,1);
	-moz-box-shadow: 0 0 5px 2px rgba(195,103,201,1);
	box-shadow: 0 0 5px 2px rgba(195,103,201,1);
}

.switch-wrapper span{
	float: left;
	background: -webkit-linear-gradient(left,#8768e0,#c367c9);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #8768e0;
	margin-right: 10px;
}

.search-options{
	float: right;
	z-index: 10;
	margin-left: 15px;
	height: 28px;
	border-radius: 3px;
	background-color: #323236;
	color: #ccc;
	border: none;
	margin-top: 2px;
	padding: 0 15px 0 10px;
}

.search-options a{
	color: #ccc;
}

.search-share {
	float: right;
	z-index: 10;
	margin-left: 15px;
}

.da-search {
	float: right;
	z-index: 10;
	margin-left: 15px;
	padding-top: 2px;
}

.da-search a{
	background-image: linear-gradient(-180deg, #FAD961 0%, #F9C152 6%, #F89033 88%, #F76B1C 100%) !important;
	color: #543802!important;
	border-radius: 3px;
	font-weight: 700;
	padding: 3px 12px 3px 10px;
	text-transform: uppercase;
}

.da-search a:hover{
	background-image: linear-gradient(-180deg, #FAD961 0%, #F9C152 25%, #F89033 100%) !important;
	color: #543802!important;
}

.da-search a i{
	margin-right: .3em;
}

.target-site {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
}

.target-site iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
}

.search-start {
	margin: 10% 0 0;
	text-align: center;
}

.search-start h1.title {
	text-align: center;
	font-size: 2em;
	font-weight: 700;
	display: block;
	width: 100%;
	margin: 0;
	letter-spacing: 0;
	color: #333435;
}

.search-start form {
	margin: 0;
}

.search-start .search-start-input {
	width: 500px;
	padding: 14px 14px 12px;
	border-radius: 2px;
	border: 2px solid #e1e2e3;
	margin: 30px 0 20px;
	font-weight: 700;
	color: #555fc4;
	text-align: center;
	font-size: 20px;
	height: auto;
}

.search-start .opt-target {
	font-size: .875em;
	color: #777879;
}

.search-start-settings {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 35px 25px 0;
}

.search-start-settings a i {
	margin-right: .2em;
	font-size: .875em;
}

.search-start-settings span {
	padding-bottom: .2em;
	font-weight: 700;
}


.ui-autocomplete {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 160px;
	_width: 160px;
	padding: 4px 0;
	margin: 2px 0 0 0;
	list-style: none;
	background-color: #ffffff;
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
  }
  .ui-autocomplete .ui-menu-item {
	display: block;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #555555;
	white-space: nowrap;
	margin: 0;
	cursor: default;

  }
  .ui-autocomplete .ui-menu-item-wrapper {
	padding: 3px 15px;
  }
  .ui-autocomplete .ui-menu-item > .ui-state-hover,
  .ui-autocomplete .ui-menu-item > .ui-state-active,
  .ui-autocomplete .ui-menu-item > .ui-state-focus {
	text-decoration: none;
	background-color: #ececec;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-image: none;
  }