/* search */
.avia-search-tooltip {
  position: fixed;
  background-color: transparent !important;
  border: none;
  box-shadow: none;
  top: inherit !important;
  width: 100%;
  left: 0px !important;
  right: 0px !important;
  margin: 0;
  height: 55px;
  overflow: hidden;
}
.avia-search-tooltip .inner_tooltip {
  margin: 0 auto;
  max-width: 1210px;
}
.avia-search-tooltip #searchform {
  width: 100%;
  max-width: 
}
.avia-search-tooltip #searchform>div {
  margin: 0;
  max-width: 100% !important;
  width: 100%;
  overflow: hidden;
}
#top #searchform #s {
  padding: 14px 65px 14px 25px;
  background-color: #f5f5f5;
  color: #000 !important;
  font-size: 24px !important;
}
#top .avia-search-tooltip #searchform #s {
  width: 100%;
}
#top #searchform #searchsubmit {
  width: 65px;
}
#top .avia-search-tooltip #searchform #searchsubmit {
  width: 60px;
  font-size: 24px;
  height: 55px;
  background-color: #f37126;
}
.avia_pop_class, .avia-search-tooltip {
  -webkit-animation: search 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
  animation: search 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
@-webkit-keyframes search {
  0%   { -webkit-transform: scale( 0, 1 ); }
  100% { -webkit-transform: scale( 1, 1 ); }
}
@keyframes search {
  0%   { transform: scale( 0, 1 ); }
  100% { transform: scale( 1, 1 ); }
}
/*
#avia-menu li#menu-item-search {
  */
  /* display: inline;
  position: absolute;
  right: 50px; */
/*
}
#avia-menu li#menu-item-search > a {
  font-size: 2em;
  
}
.avia-search-tooltip {
  position: fixed;
  background-color: transparent !important;
  border: none;
  box-shadow: none;
  top: 0px !important;
  width: auto;
  left: 0px !important;
  right: 0px !important;
  margin: 0;
  height: 125px;
  overflow: hidden;
  z-index: 999999;
}
.avia-search-tooltip #searchform {
  width: 100%;
}
.avia-search-tooltip #searchform>div {
  margin: 0;
  max-width: 100% !important;
  width: 100%;
  overflow: hidden;

}
#top .avia-search-tooltip #searchform #s {
  padding: 25px 100px 25px 25px;
  background-color: #efefef;
  color: #000 !important;
  width: 100%;
  font-size: 35px;
}
#top #searchform #searchsubmit {
  width: 55px;
}
#top .avia-search-tooltip #searchform #searchsubmit {
  width: 100px;
  font-size: 32px;
}
.avia_pop_class, .avia-search-tooltip {
  -webkit-animation: search 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
  animation: search 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
@-webkit-keyframes search {
  0%   { -webkit-transform: scale( 0, 1 ); }
  100% { -webkit-transform: scale( 1, 1 ); }
}
@keyframes search {
  0%   { transform: scale( 0, 1 ); }
  100% { transform: scale( 1, 1 ); }
}
*/