.popupserch{
	width: 100%;
	background: #FFF;	
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
	padding: 38px 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 702;
	
	display: none;
}
#title-search-top,
#title-search{
	max-width: 1370px;
	margin: auto;
	position: relative;
}
#title-search-top input[type="submit"],
#title-search input[type="submit"]{
	display: none;
}

#title-search-input-top,
#title-search-input{
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #f5f5f5;
	height: 40px;
	width: calc(100% - 45px);
	display: block;
	font-size: 20px;
	position: relative;
	padding: 0 45px;
	*float: left;
	display: inline-block;
	text-align: left;
	background: #FFF;
	outline-style: none;
}
#title-search-input-top{
	
}
#title-search-top:before,
#title-search:before{
	    position: absolute;
    width: 40px;
    height: 30px;
    content: "";
    background: url(lupa.png) no-repeat left,#fff;
    display: inline-block;
    border-bottom: 2px solid #fff;
    z-index: 1;
    top: 12px;
    left: 0;
    background-size: contain;
}


.close{
	display: inline-block;
	float: right;
	width: 32px;
	height: 32px;
	background: url("close.png") no-repeat center;	
}

div.title-search-result {
	background: #fff;
	max-height: 200px;
	overflow: auto;
	box-sizing: border-box;
	padding: 10px;
	margin-top: 0px;
	display: none;
}


.title-search-item a {
	color: #404040;
	line-height: 22px;
}

.title-search-item a img {
	color: #404040;
	line-height: 22px;
}

.title-search-all a, .title-search-more a {
	color: #000;
	line-height: 22px;
	font-weight: 600;
	padding-left: 15px;
}

div.title-search-fader {
	display:none;
	background-image: url('images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}


/*fixed-search*/
.fixed-search .close{
	display: none;
}
.fixed-search input[type="submit"]{
	background: url("lupa.png") no-repeat left;
	-webkit-background-size: 16px;
	-o-background-size: 16px;
	background-size: 16px;
	border: none;
	height: 45px;
	padding-left: 35px;
}
.fixed-search input[type="text"]{
	border: none;
	height: 45px;
	padding: 0 6px;
	max-width: 280px;
	text-align: left;
	outline-style: none;
}