/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
.ac_results {
  background: white;
  border: 1px solid #dddddd;
  width: 271px;
  margin-top: -1px;
}
.ac_results li {
  padding: 0 10px;
  font-weight: normal;
  color: #686666;
  font-size: 13px;
  line-height: 22px;
}
.ac_results li.ac_odd {
  background: white;
}

.close-overlay {
  z-index: 99999;
  position: relative;
  cursor: pointer;
  font-size: 26px;
  color: #fff;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: inline-block;
  position: fixed;
  top: 10px;
  right: 40px;
}
.rtl .close-overlay {
  left: 40px;
  right: auto;
}
.close-overlay.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.block-form {
  z-index: 9999;
  position: fixed;
  display: table;
  width: 100%;
  height: 100%;
  right: -20%;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.block-form.active {
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.over-layer {
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 60px;
  height: 60px;
  position: fixed;
  top: -60px;
  left: 50%;
  margin-left: -30px;
  z-index: 9998;
}
.rtl .over-layer {
  right: 50%;
  left: auto;
}
.rtl .over-layer {
  margin-right: -30px;
  margin-left: inherit;
}
.over-layer:before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f44336;
  background-color: rgba(244, 67, 54, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 9999;
}
.over-layer.active:before {
  -webkit-transform: scale(75);
  -moz-transform: scale(75);
  -ms-transform: scale(75);
  -o-transform: scale(75);
}

form#searchbox {
  margin-top: 15%;
  z-index: 10;
}
form#searchbox input.search_query {
  padding: 0;
  width: 80%;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid transparent;
  height: 70px;
  font-size: 26px;
  color: #fff;
  font-weight: 100;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.2);
  zoom: 1;
  background-color: transparent\9;
  padding: 0 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.rtl form#searchbox input.search_query {
  float: right;
}
form#searchbox input.search_query:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
form#searchbox label {
  color: #fff;
  font-size: 26px;
  top: 0px;
  font-weight: 100;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}
form#searchbox .btn {
  width: 20%;
  height: 70px;
  float: left;
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 2px;
  padding: 0;
  background-color: #8bc34a;
  color: #fff;
  text-transform: uppercase;
}
.rtl form#searchbox .btn {
  float: right;
}
