#search .search-icon {
	background-image: url(images/search.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2rem;
    cursor: pointer;
    width: 2.5rem;
    height: 1.8rem;
    top: 0.25rem;
    display: block;
    z-index: 200;
}

#search input#s {
    opacity: 1;
    height: 2.4rem;
    width: 0px;
	background:url(images/search-bg.png) no-repeat;
    background-size: 20rem;
    border-radius: 0rem !important;
    padding-left: 2.8rem;
    outline: none;
    border: 0.0rem solid rgba(255,255,255,1);
    color: #fff;
    width: 21.3rem;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
}

#search input#s:hover,
#search input#s:focus {
    outline: none;
}

#search input#s.expanded {
    opacity: 1;
}

div#search {
    margin-left: 16.2rem;
}

