.sb-search { position: relative; margin-top: 10px; width: 0%; min-width: 47px; height: 47px; float: right; overflow: hidden; transition: width 0.3s ease 0s; }
.sb-search-input { position: absolute; top: 0px; right: 0px; outline: medium none; background: rgb(255, 255, 255) none repeat scroll 0% 0%; width: 100%; height: 47px; margin: 0px; z-index: 10; padding: 10px 5px; font-family: inherit; font-size: 14px; color: rgb(136, 136, 136); border: 1px solid rgb(221, 221, 221); box-shadow: none; }
.sb-search-input:-moz-placeholder { color: rgb(221, 221, 221); }
.sb-search-input::-moz-placeholder { color: rgb(221, 221, 221); }
.sb-icon-search, .sb-search-submit { width: 47px; height: 47px; display: block; position: absolute; right: 0px; top: 0px; padding: 0px; margin: 0px; line-height: 47px; text-align: center; cursor: pointer; }
.sb-search-submit { background: rgb(255, 255, 255) none repeat scroll 0% 0%; opacity: 0; color: transparent; border: medium none; outline: medium none; z-index: -1; }
.sb-icon-search { color: rgb(247, 150, 68); background: rgb(255, 255, 255) none repeat scroll 0% 0%; z-index: 90; font-size: 20px; font-family: "icomoon"; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; }
.sb-search.sb-search-open, .no-js .sb-search { width: 64%; max-width: 64%; }
.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search { background: rgb(255, 255, 255) none repeat scroll 0% 0%; color: rgb(247, 150, 68); z-index: 11; border-right: 1px solid rgb(221, 221, 221); border-bottom: 1px solid rgb(221, 221, 221); border-top: 1px solid rgb(221, 221, 221); }
.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit { z-index: 90; }
