#logo_search{
		position:relative; 
	display:block;
	padding:0; 
	text-align:right;
	margin: 50px 0;
	word-wrap: break-word;
}
#logo_search a { 
	/*font-family:'Montez',Verdana, Geneva, sans-serif ; */
	font-family: Roboto  !important; 
	font-size:14px; 
	color:#fff ; 
	text-decoration:none; 
	text-align:left;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
} 

#logo_search a:hover { 
	text-decoration:none;
	color:#1abc9c;
	border-bottom:none;
}

#logo_search a img{
	margin-top:-15px;
} 

#showHeaderSearch {
  text-align:right;
 /* color:#777;*/
}
/*.yamm #showHeaderSearch:hover {
  color: #ee7705!important;
}*/
#showHeaderSearch i {
  width: 15px;
}
.header-search {
  position: absolute;
  height: 60px;
  left: 0;
  right: 0;
 /* bottom: -120px;*/
 width:100%;
  background: #ee7705;
  -webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.176); inset, 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.176); inset, 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  width:100%;
  z-index:1;
  padding:0;
  border-color:#333333;
  olor:#ffffff;
}
.header-search .container {
  position: relative;
  margin-top: 10px;
  color:#ffffff;
}
.header-search input[type="text"] {
  border: 0;
  height: 39px;
  /*padding: 5px 30px 5px 0;*/
  font-size: 18px;
  line-height: 22px;
  background:transparent;  
  border-radius:0 !important;
  box-shadow:none!important;
  padding:0; 
  padding-left:6px;	
  padding-right:6px;
  color:#ffffff;
}

.header-search input[type="text"]:hover, .header-search input[type="text"]:active, .header-search input[type="text"]:focus {
  border-radius:0 !important;
  box-shadow:none!important;
  color:#ffffff;
}

*:before, *:after{
box-sizing:border-box;
}

/*.header-search input[type="text"]:-moz-placeholder {
  color: #333;
}
.header-search input[type="text"]::-moz-placeholder {
  color: #333;
  opacity: 1;
}
.header-search input[type="text"]:-ms-input-placeholder {
  color: #333;
}
.header-search input[type="text"]::-webkit-input-placeholder {
  color: #333;
}*/
.header-search button[type="submit"],
.header-search .btn {
  border: 0;
  padding: 0;
  margin: 0;
  width: 50px;
  height: 50px;
   color:#f8f8f8;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background: none repeat scroll 0 0 #f49141;
  position: absolute;
  right: 1px;
  top: -5px;
  text-shadow:none;
}
.header-search button[type="submit"]:hover {
   background: none repeat scroll 0 0 #262626;
   color:#ee7705;
}
.header-search button[type="submit"] i {
  margin-right: -1px;
}




/* ====== FORMS ======= */
  .form-group {
  margin-bottom: 10px;
}
  .form-control {
  display: block;
  width: 100%;
  height: 39px;
  /*padding: 9px;*/
  font-size: 11px;
  line-height: 17px;
  background-color: transparent;
  background-image: none;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
  color:#ffffff;
}
  .form-control:focus {
  border-color: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
  .form-control:-moz-placeholder {
 
}
  .form-control::-moz-placeholder {
  
  opacity: 1;
}
 .form-control:-ms-input-placeholder {
  
}
 .form-control::-webkit-input-placeholder {
  
}
  textarea.form-control {
  height: auto;
  min-height: 150px;
  resize: none;
}
 .control-label {
  display: block;
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 7px 0;
}
 .control-label span {
  color: #999;
}
 .form-group {
  margin-bottom: 25px;
}
.has-error .control-label,
 .has-error .radio,
 .has-error .checkbox,
 .has-error .radio-inline,
 .has-error .checkbox-inline {
  color: inherit;
}
.has-error .help-block {
  color: #bc3d3d;
}
.has-error .form-control:focus {
  border-color: #bc3d3d;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control {
  border-color: #bc3d3d;
}
.has-error .help-block {
  font-size: 11px;
  line-height: 11px;
  margin: 0;
  position: relative;
  top: 7px;
  height: 0;
}