@media only screen and (min-width: 620px) {
  body.logged-in .top-overlay.show.animate-in {
    border: 10px solid #0f0f0f;
  }
}
.top-overlay {
  display: none;
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0px;
  left: 0px;
  will-change: transform;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
@media only screen and (min-width: 620px) {
  .top-overlay {
    border: 10px solid rgba(255,255,255,0);
    will-change: border, transform;
  }
}
.top-overlay.show {
  display: block;
  -webkit-transition: border 3s cubic-bezier(0.19, 1, 0.22, 1) 0.5s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: border 3s cubic-bezier(0.19, 1, 0.22, 1) 0.5s, -moz-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: border 3s cubic-bezier(0.19, 1, 0.22, 1) 0.5s, -o-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: border 3s cubic-bezier(0.19, 1, 0.22, 1) 0.5s, -ms-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: border 3s cubic-bezier(0.19, 1, 0.22, 1) 0.5s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-overlay.show.animate-in {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
@media only screen and (min-width: 620px) {
  .top-overlay.show.animate-in {
    border: 10px solid #e8e8e8;
  }
}
.top-overlay button[oval-button] {
  position: fixed;
  z-index: 2;
  bottom: 20px;
  right: 20px;
  background: #000;
}
@media only screen and (min-width: 620px) {
  .top-overlay button[oval-button] {
    top: 40px;
    right: 40px;
  }
}
#quick-search.show.animate-in div.quick-results {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
#quick-search.show.animate-in top span {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#quick-search.show.animate-in top line {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
#quick-search div[outer] {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}
#quick-search top {
  position: absolute;
  width: 100%;
  left: 0%;
  top: 20px;
  color: #6f6f6f;
  text-align: center;
}
@media only screen and (min-width: 620px) {
  #quick-search top {
    top: 60px;
    width: calc(100% - 160px);
    left: 80px;
  }
}
@media only screen and (min-width: 1280px) {
  #quick-search top {
    width: calc(100% - 320px);
    left: 160px;
  }
}
@media only screen and (min-width: 1620px) {
  #quick-search top {
    width: calc(100% - 480px);
    left: 240px;
  }
}
#quick-search top line {
  display: block;
  position: absolute;
  top: 42%;
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  z-index: 1;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  will-change: transform;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.375s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.375s;
  -o-transition: -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.375s;
  -ms-transition: -ms-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.375s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.375s;
}
#quick-search top span {
  position: relative;
  z-index: 2;
  background: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  will-change: opacity;
  -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.375s;
  -moz-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.375s;
  -o-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.375s;
  -ms-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.375s;
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.375s;
}
#quick-search top span:nth-child(1) {
  padding-left: 10px;
}
#quick-search top span:nth-child(2) {
  padding-left: 5px;
  padding-right: 10px;
}
@media only screen and (max-width: 620px) {
  #quick-search menu {
    display: none;
  }
}
@media only screen and (min-width: 620px) {
  #quick-search menu {
    position: absolute;
    width: 100%;
    bottom: -10px;
    left: 0px;
    height: 80px;
    background: #e8e8e8;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    will-change: transform;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: -ms-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  #quick-search menu.show {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
#quick-search .search-input {
  position: absolute;
  top: 40px;
  height: 170px;
  margin: auto;
  width: 100%;
}
@media only screen and (min-width: 620px) {
  #quick-search .search-input {
    top: 110px;
  }
}
#quick-search .search-input input {
  color: #3b3b3b;
  background-color: transparent;
  text-align: center;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}
@media only screen and (max-width: 620px) {
  #quick-search div.result {
    display: none;
  }
}
@media only screen and (min-width: 620px) {
  #quick-search div.result {
    color: #3b3b3b;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 300px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    will-change: opacity;
    -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  #quick-search div.result.show {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
#quick-search div.quick-results {
  width: calc(100% + 40px);
  height: auto;
  margin-top: 380px;
  padding: 0px 40px;
  will-change: opacity, transform;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0px, 100px, 0px);
  -moz-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate3d(0px, 100px, 0px);
  -ms-transform: translate3d(0px, 100px, 0px);
  transform: translate3d(0px, 100px, 0px);
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -moz-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -o-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -ms-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, -ms-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  padding-bottom: 150px;
}
@media only screen and (min-width: 620px) {
  #quick-search div.quick-results {
    padding: 0px 80px;
  }
}
@media only screen and (min-width: 1280px) {
  #quick-search div.quick-results {
    padding: 0px 160px;
  }
}
@media only screen and (min-width: 1620px) {
  #quick-search div.quick-results {
    padding: 0px 240px;
  }
}
