 
  @media only screen and (max-width: 1024px) {
	  .sb-search2 {
		  display:none;
}
	  
	 } 
 
 
 
  
  @media print {
	  .sb-search2 {
		  display:none;
}
	  
	 } 
 @media only screen and (min-width: 1025px) {
 .sb-search2 {
 position: absolute;
 margin-top: 0px;
 width: 0%;
 min-width: 24px;
 width: 24px;
 height: 30px;
 right:0px;
 top:15px;
 overflow: hidden;
 -webkit-transition: width .2s ease-in-out;
 -moz-transition: width .2s ease-in-out;
 -o-transition: width .2s ease-in-out;
 transition: width .2s ease-in-out;
 -webkit-backface-visibility: hidden;
}
.sb-search2 .sb-search-input {
 position: absolute;
 top: 0;
 right: 24px;
 border: none;
 outline: none;
 background: #FFF;
 width: 170px;
 height: 30px;
 margin: 0;
 z-index: 10;
 font-family: inherit;
 font-size: 13px;
 color: #000;
 padding-top: 0px;
 padding-right: 20px;
 padding-bottom: 0px;
 padding-left: 20px;
 -webkit-appearance: none;
}
/*#sb-search2 input {
	-webkit-appearance: none;
	-webkit-border-radius:0;
	border-radius:0;
	border: 1px solid transparent;
	box-shadow: 0 0 5px rgba(0, 73, 144, 0);
}

#sb-search2 input[type=text]:focus, #sb-search2 textarea:focus {
  box-shadow: 0 0 5px rgba(0, 73, 144, .25);
 
  border: 1px solid rgba(0, 73, 144, .25);

  
  
}*/



#sb-search2 input {
 -webkit-appearance: none;
 -webkit-border-radius:0;
 border-radius:0;
 border: 1px solid transparent;
}
 #sb-search2 input[type=text]:focus, #sb-search2 textarea:focus {
 border: 1px solid rgba(0, 73, 144, .25);
 -moz-box-shadow: inset 0 0 5px rgba(0, 73, 144, .25);
-webkit-box-shadow: inset 0 0 5px rgba(0, 73, 144, .25);
box-shadow: inset 0 0 5px rgba(0, 73, 144, .25);
}
 .sb-search2 .sb-search-input::-webkit-input-placeholder {
 color: #000;
}
 .sb-search2 .sb-search-input:-moz-placeholder {
 color: #000;
}
 .sb-search2 .sb-search-input::-moz-placeholder {
 color: #000;
}
 .sb-search2 .sb-search-input:-ms-input-placeholder {
 color: #000;
}
.sb-search2 .sb-icon-search, .sb-search2 .sb-search-submit {
 width: 24px;
 height: 30px;
 display: block;
 position: absolute;
 right: 0;
 top: 0;
 padding: 0;
 margin: 0;
 line-height: 28px;
 text-align: center;
 cursor: pointer;
}
.sb-search2 .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;
 background: url(../images/search-icon.png) 0 0;
 background-repeat:no-repeat;
 background-color: #FFF;
 background-position: center center;
 background-size: contain;
}
.sb-search2 .sb-icon-search {
 color: #fff;
 z-index: 90;
 font-size: 13px;
 background: url(../images/search-icon.png) 0 0;
 background-repeat:no-repeat;
 background-position: center center;
 background-size: contain;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 -webkit-font-smoothing: antialiased;
}
/* Open state */
.sb-search2.sb-search-open, .no-js .sb-search2 {
 width: 100%;
 background-image: url(../images/search-icon.png);
 background-repeat:no-repeat;
 background-position: right center;
 background-size: contain;
}
.sb-search2.sb-search-open .sb-icon-search, .no-js .sb-search2 .sb-icon-search {
 color: #fff;
 z-index: 11;
}
.sb-search2.sb-search-open .sb-search-submit, .no-js .sb-search2 .sb-search-submit {
 z-index: 90;
}
}
