/* Search icon by IcoMoon, made with http://icomoon.io/app/ */

.icon-user {
    position: absolute;
    z-index: 80;
    background: url(../image/heard31.jpg) center bottom no-repeat;
    float: left;
    width: 275px;
    height: 32px;
    right: 45px;}

.sb-search {
	position: relative;
	margin-top: 55px;
	margin-right:23px;
	width: 310px;
	min-width: 25px;
	height: 32px;
	float: right;
	 background: url(../image/heard31.jpg) left bottom no-repeat;
    background-size: cover;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 30px;
	border: none;
	outline: none;
	background: #fff;
	width: 0px;
	height: 32px;
	margin: 0;
	z-index: 10;}

.sb-icon-search,
.sb-search-submit  {
	width: 25px;
	height: 32px;

	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;}

.sb-search-submit {
	background: #fff; /* ie needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* ie 8 */
    filter: alpha(opacity=0); /* ie 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;}

.sb-icon-search {
	background: url(../image/heard21.jpg) center center no-repeat;
	z-index: 90;
	font-size: 22px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;}

.sb-icon-search:before {
	content: "";}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {

	color: #fff;
	z-index: 11;}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;}