<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: SOGO Child
Theme URI: http://sogo.co.il/
Template:   sogo
Author: Oren Havshush
Author URI: https://sogo.co.il/
Description: SOGO child theme
Version: 1.0
License: Commercial Use only
License URI: Commercial Use only
Text Domain: sogo
*/
/* fonts.less */
.icon-size-1 {
  font-size: 1.5rem;
}
.icon-size-2 {
  font-size: 2rem;
}
.icon-size-3 {
  font-size: 3rem;
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?t8rpn4');
  src: url('fonts/icomoon.eot?t8rpn4#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?t8rpn4') format('truetype'), url('fonts/icomoon.woff?t8rpn4') format('woff'), url('fonts/icomoon.svg?t8rpn4#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-callcenter:before {
  content: "\e902";
}
.icon-search:before {
  content: "\e903";
}
.icon-delivery:before {
  content: "\e904";
}
.icon-location:before {
  content: "\e905";
}
.icon-delivery_location:before {
  content: "\e906";
}
.icon-bussiness1:before {
  content: "\e907";
}
.icon-bussiness2:before {
  content: "\e908";
}
.icon-bussiness3:before {
  content: "\e909";
}
.icon-apostrophe1:before {
  content: "\e90a";
}
.icon-apostrophe2:before {
  content: "\e90b";
}
.icon-phone:before {
  content: "\e90c";
}
.icon-envelope:before {
  content: "\e90d";
}
.icon-close:before {
  content: "\e90e";
}
.icon-check:before {
  content: "\e90f";
}
.icon-quick:before {
  content: "\e910";
}
.icon-interurban:before {
  content: "\e911";
}
.icon-shield:before {
  content: "\e912";
}
.icon-distribution:before {
  content: "\e913";
}
.icon-box:before {
  content: "\e914";
}
.icon-map:before {
  content: "\e915";
}
.icon-star:before {
  content: "\e916";
}
.icon-airplane:before {
  content: "\e917";
}
.icon-plus:before {
  content: "\e918";
}
.icon-minus:before {
  content: "\e919";
}
.icon-avatar:before {
  content: "\e91a";
}
.icon-tag:before {
  content: "\e91b";
}
.icon-clock:before {
  content: "\e91c";
}
.icon-weight:before {
  content: "\e91d";
}
.icon-calendar:before {
  content: "\e91e";
}
.icon-arrow_down:before {
  content: "\e91f";
}
.icon-arrow_up:before {
  content: "\e920";
}
.icon-arrow_left:before {
  content: "\e921";
}
.icon-arrow_right:before {
  content: "\e922";
}
.icon-exit:before {
  content: "\e923";
}
.icon-dashboard:before {
  content: "\e924";
}
.icon-orders:before {
  content: "\e925";
}
.icon-gift:before {
  content: "\e926";
}
.icon-account:before {
  content: "\e927";
}
.icon-phone_bubble:before {
  content: "\e928";
}
.icon-pen_board:before {
  content: "\e929";
}
.icon-settings:before {
  content: "\e92a";
}
.icon-trash:before {
  content: "\e92b";
}
.icon-delivery1:before {
  content: "\e92c";
}
.icon-pencil:before {
  content: "\e92d";
}
.icon-excel:before {
  content: "\e92e";
}
.icon-print:before {
  content: "\e92f";
}
.icon-save:before {
  content: "\e930";
}
.icon-suitcase:before {
  content: "\e931";
}
.icon-location2:before {
  content: "\e932";
}
.icon-hand:before {
  content: "\e933";
}
.icon-check2:before {
  content: "\e934";
}
.icon-close2:before {
  content: "\e935";
}
.icon-exclamation:before {
  content: "\e936";
}
.icon-delivery12:before {
  content: "\e937";
}
.icon-delivery2:before {
  content: "\e938";
}
.icon-delivery3:before {
  content: "\e939";
}
.icon-question:before {
  content: "\e93a";
}
.icon-envelope2:before {
  content: "\e93b";
}
.icon-box2:before {
  content: "\e93c";
}
.icon-motorcycle:before {
  content: "\e93d";
}
.icon-car:before {
  content: "\e93e";
}
.icon-nodelivery:before {
  content: "\e900";
}
.icon-details:before {
  content: "\e901";
}
.icon-boxes:before {
  content: "\e93f";
}
/* mixin.less */
/* end mixin.less */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto 0 auto;
}
.alignright {
  float: right;
  margin: 25px 0 20px 30px;
}
.alignleft {
  float: none;
  margin: 15px 0 0 0;
}
@media (min-width: 992px) {
  .alignleft {
    float: left;
    margin: 15px 30px 20px 0;
  }
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 3px 23px;
  text-align: center;
}
.wp-caption-text {
  padding-top: 10px;
  font-size: 18px;
  color: #000;
  font-style: italic;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/*  variables.less  */
/* classes.less */
/* Margins */
button span {
  pointer-events: none;
}
.margin-x-xs {
  margin-right: 5px;
  margin-left: 5px;
}
.margin-y-xs {
  margin-top: 5px;
  margin-bottom: 5px;
}
.margin-x-sm {
  margin-right: 10px;
  margin-left: 10px;
}
.margin-y-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-x-md {
  margin-right: 15px;
  margin-left: 15px;
}
.margin-y-md {
  margin-top: 15px;
  margin-bottom: 15px;
}
.margin-x-md2 {
  margin-right: 25px;
  margin-left: 25px;
}
.margin-y-md2 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.margin-x-lg {
  margin-right: 35px;
  margin-left: 35px;
}
.margin-y-lg {
  margin-top: 35px;
  margin-bottom: 35px;
}
.margin-x-xl {
  margin-right: 45px;
  margin-left: 45px;
}
@media (min-width: 992px) {
  .margin-x-xl {
    margin-right: 45px;
    margin-left: 45px;
  }
}
.margin-y-xl {
  margin-top: 45px;
  margin-bottom: 45px;
}
@media (min-width: 992px) {
  .margin-y-xl {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
.margin-all-0 {
  margin: 0 !important;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-right-0 {
  margin-right: 0 !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-left-0 {
  margin-left: 0 !important;
}
.margin-all-xs {
  margin: 5px !important;
}
.margin-top-xs {
  margin-top: 5px !important;
}
.margin-right-xs {
  margin-right: 5px !important;
}
.margin-bottom-xs {
  margin-bottom: 5px !important;
}
.margin-left-xs {
  margin-left: 5px !important;
}
.margin-all-sm {
  margin: 10px !important;
}
.margin-top-sm {
  margin-top: 10px !important;
}
.margin-right-sm {
  margin-right: 10px !important;
}
.margin-bottom-sm {
  margin-bottom: 10px !important;
}
.margin-left-sm {
  margin-left: 10px !important;
}
.margin-all-md {
  margin: 15px !important;
}
.margin-top-md {
  margin-top: 15px !important;
}
.margin-right-md {
  margin-right: 15px !important;
}
.margin-bottom-md {
  margin-bottom: 15px !important;
}
.margin-left-md {
  margin-left: 15px !important;
}
.margin-left-md2 {
  margin-left: 25px !important;
}
.margin-all-md2 {
  margin: 25px !important;
}
.margin-top-md2 {
  margin-top: 25px !important;
}
.margin-right-md2 {
  margin-right: 25px !important;
}
.margin-bottom-md2 {
  margin-bottom: 25px !important;
}
.margin-left-md2 {
  margin-left: 25px !important;
}
.margin-all-lg {
  margin: 35px !important;
}
.margin-top-lg {
  margin-top: 35px !important;
}
.margin-right-lg {
  margin-right: 35px !important;
}
.margin-bottom-lg {
  margin-bottom: 35px !important;
}
.margin-left-lg {
  margin-left: 35px !important;
}
.margin-all-xl {
  margin: 45px !important;
}
.margin-top-xl {
  margin-top: 45px !important;
}
.margin-right-xl {
  margin-right: 45px !important;
}
.margin-bottom-xl {
  margin-bottom: 45px !important;
}
.margin-left-xl {
  margin-left: 45px !important;
}
.margin-b-img {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .margin-b-img {
    margin-bottom: 0;
  }
}
.m-l-1em {
  margin-left: 1em;
}
.mr-30px {
  margin-right: 30px;
}
.pr-30px {
  padding-right: 30px !important;
}
.mb-15px-mobile {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .mb-15px-mobile {
    margin-bottom: 0;
  }
}
.margin-bottom-custom {
  margin-bottom: 5em;
}
.mb-jobs-fields {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .mb-jobs-fields {
    margin-bottom: 0;
  }
}
/* Paddings */
.padding-all-xl {
  padding: 45px;
}
.padding-x-xs {
  padding-right: 5px;
  padding-left: 5px;
}
.padding-y-xs {
  padding-top: 5px;
  padding-bottom: 5px;
}
.padding-x-sm {
  padding-right: 10px;
  padding-left: 10px;
}
.padding-y-sm {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-x-md {
  padding-right: 15px;
  padding-left: 15px;
}
.padding-y-md {
  padding-top: 15px;
  padding-bottom: 15px;
}
.padding-x-md2 {
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .padding-x-md2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.padding-y-md2 {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .padding-y-md2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.padding-x-lg {
  padding-right: 35px;
  padding-left: 35px;
}
.padding-y-lg {
  padding-top: 35px;
  padding-bottom: 35px;
}
.padding-x-xl {
  padding-right: 45px;
  padding-left: 45px;
}
.padding-y-xl {
  padding-top: 45px;
  padding-bottom: 45px;
}
.nopad {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.padding-all-0 {
  padding: 0 !important;
}
.padding-top-0 {
  padding-top: 0 !important;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}
.padding-left-0 {
  padding-left: 0 !important;
}
.padding-all-xs {
  padding: 5px !important;
}
.padding-top-xs {
  padding-top: 5px !important;
}
.padding-right-xs {
  padding-right: 5px !important;
}
.padding-bottom-xs {
  padding-bottom: 5px !important;
}
.padding-left-xs {
  padding-left: 5px !important;
}
.padding-all-sm {
  padding: 10px !important;
}
.padding-top-sm {
  padding-top: 10px !important;
}
.padding-right-sm {
  padding-right: 10px !important;
}
.padding-bottom-sm {
  padding-bottom: 10px !important;
}
.padding-left-sm {
  padding-left: 10px !important;
}
.padding-all-md {
  padding: 15px !important;
}
.padding-top-md {
  padding-top: 15px !important;
}
.padding-right-md {
  padding-right: 15px !important;
}
.padding-bottom-md {
  padding-bottom: 15px !important;
}
.padding-left-md {
  padding-left: 15px !important;
}
.padding-all-md2 {
  padding: 10px !important;
}
@media (min-width: 992px) {
  .padding-all-md2 {
    padding: 25px !important;
  }
}
.padding-top-md2 {
  padding-top: 10px !important;
}
@media (min-width: 992px) {
  .padding-top-md2 {
    padding-top: 25px !important;
  }
}
.padding-right-md2 {
  padding-right: 10px !important;
}
@media (min-width: 992px) {
  .padding-right-md2 {
    padding-right: 25px !important;
  }
}
.padding-bottom-md2 {
  padding-bottom: 10px !important;
}
@media (min-width: 992px) {
  .padding-bottom-md2 {
    padding-bottom: 25px !important;
  }
}
.padding-left-md2 {
  padding-left: 10px !important;
}
@media (min-width: 992px) {
  .padding-left-md2 {
    padding-left: 25px !important;
  }
}
.padding-all-lg {
  padding: 35px !important;
}
.padding-top-lg {
  padding-top: 35px !important;
}
.padding-right-lg {
  padding-right: 35px !important;
}
.padding-bottom-lg {
  padding-bottom: 35px !important;
}
.padding-left-lg {
  padding-left: 35px !important;
}
.padding-all-xl {
  padding: 45px !important;
}
.padding-top-xl {
  padding-top: 10px !important;
}
@media (min-width: 992px) {
  .padding-top-xl {
    padding-top: 45px !important;
  }
}
.padding-right-xl {
  padding-right: 45px !important;
}
.padding-bottom-xl {
  padding-bottom: 45px !important;
}
.padding-left-xl {
  padding-left: 45px !important;
}
.p-0-mobile {
  padding: 0;
}
@media (min-width: 992px) {
  .p-0-mobile {
    padding: 15px 15px 0 15px;
  }
}
.px-7-5-px-mobile {
  padding: 0 7.5px;
}
@media (min-width: 992px) {
  .px-7-5-px-mobile {
    padding: 0 15px 0 15px;
  }
}
.pt-25-vh {
  padding-top: 25vh;
}
.custom-btn-style-mobile {
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .custom-btn-style-mobile {
    width: auto;
  }
}
.width-2em {
  width: 2em;
}
.width-3em {
  width: 3em;
}
.width-27em {
  width: 27em;
}
.width-21-7em {
  width: 21.7em;
}
.font-26vh {
  font-size: 2.6vh;
  font-weight: 400;
}
.font-size-base {
  font-size: 2vh;
}
.font-size-3em {
  font-size: 38px;
}
@media (min-width: 992px) {
  .font-size-3em {
    font-size: 3em;
  }
}
.input-font {
  font-size: 1.2em;
}
.font-075em {
  font-size: 0.75em;
}
.font-09em {
  font-size: 0.9em;
}
.font-08em {
  font-size: 0.8em;
}
.font-size-1 {
  font-size: 0.8rem !important;
}
.line-height-1-4 {
  line-height: 1.4;
}
.normal {
  font-weight: normal;
}
.light {
  font-weight: 400;
}
.bold {
  font-weight: bold;
}
.font-500 {
  font-weight: 500;
}
.font-normal {
  font-weight: normal;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.white-space {
  white-space: nowrap;
}
.nowrap {
  white-space: nowrap;
}
.vertical-middle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.text-center {
  text-align: center;
}
.text-underline {
  text-decoration: underline;
}
.float-right {
  float: right;
}
.float-left {
  float: left !important;
}
.float-none {
  float: none;
}
.rotate-mirror {
  transform: rotateY(200deg);
}
.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.transition2 {
  -webkit-transition: 2s ease;
  -moz-transition: 2s ease;
  -ms-transition: 2s ease;
  -o-transition: 2s ease;
  transition: 2s ease;
}
.btn-how {
  padding: 4px;
  border: 2px solid;
  height: auto;
  width: 100%;
  line-height: 27px;
  font-size: 13px;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .btn-how {
    padding: inherit;
    height: 2.4em;
    width: 18.7em;
    line-height: 2;
    font-size: 1.1em;
  }
}
.title {
  font-size: 30px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .title {
    font-size: 3.8em;
  }
}
.small-title {
  font-size: 17px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .small-title {
    font-size: 1.1em;
  }
}
.under-title {
  font-size: 16px;
  text-align: center;
}
@media (min-width: 992px) {
  .under-title {
    font-size: 1.1em;
    text-align: inherit;
  }
}
.custom-title {
  font-size: 30px;
  color: white;
  font-weight: 600;
}
@media (min-width: 992px) {
  .custom-title {
    font-size: 3.7em;
  }
}
.custom-title:after {
  content: '';
  height: 4px;
  width: 150px;
  position: absolute;
  bottom: -16px;
  right: 28%;
  background: #f8e600;
}
@media (min-width: 992px) {
  .custom-title:after {
    right: 45%;
  }
}
.align-title-center {
  text-align: center;
}
@media (min-width: 992px) {
  .align-title-center {
    text-align: inherit;
  }
}
.title-purple {
  color: #78358f;
  font-size: 1.4rem;
  font-weight: 700;
}
.text-main {
  font-size: 13px;
  color: #222222;
}
@media (min-width: 992px) {
  .text-main {
    font-size: 0.8em;
  }
}
.content-main {
  font-size: 15px;
}
@media (min-width: 992px) {
  .content-main {
    font-size: 1.2em;
  }
}
.opacity-0 {
  opacity: 0;
}
.bg-1 {
  background-color: #cddae1;
}
.bg-2 {
  background-color: #f5f7fa;
}
.bg-gray {
  background: #666666;
}
.bg-gray-2 {
  background: #efefef !important;
}
.bg-gray-light {
  background: #f3f3f3 !important;
}
.bg-gray-light2 {
  background: #f3f3f3 !important;
}
.bg-gray-very-light {
  background: #ebebeb;
}
.bg-gray-very-light2 {
  background: #f8f8f8 !important;
}
.bg-gray-dark {
  background: #4d4d4d;
}
.bg-color-white {
  background-color: #ffffff;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-white input[type="text"],
.bg-white input[type="email"],
.bg-white textarea,
.bg-white select {
  border: 1px solid #222222 !important;
}
.bg-purple {
  background-color: #78358f !important;
}
.bg-yellow {
  background-color: #f8e600 !important;
}
.bg-black {
  background-color: #000;
}
.bg-red {
  background-color: #e74c3c;
}
.bg-red-light {
  background-color: #f08f85;
}
.bg-red-light2 {
  background-color: #f6bdb7;
}
.bg-opacity:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.color-3 {
  color: #333333;
}
.color-text {
  color: #000;
}
.color-white {
  color: #ffffff !important;
}
.color-black {
  color: #222222 !important;
}
.color-green {
  color: #009900 !important;
}
.color-red-bold {
  color: #d9353e !important;
}
.color-orange {
  color: #ff8d00 !important;
}
.color-blue {
  color: #0f03c7 !important;
}
.color-gray-main {
  color: #666666;
}
.color-gray-dark {
  color: #4d4d4d;
}
.color-gray-light {
  color: #f3f3f3;
}
.color-red {
  color: #e74c3c;
}
.color-purple {
  color: #78358f;
}
.color-yellow {
  color: #f8e600;
}
.slider-full-height {
  height: calc(100vh - 7.5vh);
}
@media (max-width: 768px) {
}
.position-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.display-block {
  display: block;
}
@media (min-width: 992px) {
  .inline-block-desktop {
    display: inline-block;
  }
}
.inline {
  display: inline;
}
.slick-dots {
  list-style-type: none;
  text-align: center;
  margin-top: -5px;
  margin-bottom: 25px;
  width: 100%;
  padding: 0;
}
.slick-dots li {
  vertical-align: middle;
  display: inline-block;
}
.slick-dots li:before {
  cursor: pointer;
  content: "";
  border: 1px solid #ffffff;
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 100%;
  margin: 0 10px;
}
.slick-dots li button {
  display: none;
}
.slick-dots li.slick-active:before {
  width: 15px;
  height: 15px;
  background-color: #ffffff;
}
.w-100 {
  width: 100%;
}
.w-100-mobile {
  width: 100% !important;
}
@media (min-width: 992px) {
  .w-100-mobile {
    width: auto !important;
  }
}
.w-auto {
  width: auto !important;
}
.h-100 {
  height: 100%;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
.img-circle {
  border-radius: 50%;
}
.hidden {
  display: none !important;
}
.nav-btn-hover {
  background-color: #78358f;
  color: #ffffff;
  border-radius: 5px;
}
.btn-yellow-gift {
  background-color: #f8e600;
  color: #222222;
  border-radius: 5px;
  padding: 0.45em 2em 0.6em 2em;
  font-size: 0.8em;
  font-weight: 600;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn-yellow-gift:hover {
  background-color: #78358f;
  color: #ffffff;
}
.btn-yellow {
  background-color: #f8e600;
  color: #222222;
  border-radius: 5px;
  padding: 6px 20px;
  font-size: 13px;
  font-weight: 600;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn-yellow:hover {
  background-color: #78358f;
  color: #ffffff;
}
@media (min-width: 992px) {
  .btn-yellow {
    padding: 0.95em 3em 1.1em 3em;
    font-size: 0.8em !important;
  }
}
.btn-purple-new {
  background-color: #78358f;
  color: #ffffff;
  border-radius: 5px;
  padding: 6px 20px;
  font-size: 13px;
  font-weight: 600;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn-purple-new:hover {
  background-color: #f8e600;
  color: #222222;
}
@media (min-width: 992px) {
  .btn-purple-new {
    padding: 0.95em 3em 1.1em 3em;
    font-size: 0.8em !important;
  }
}
.btn-purple-icon {
  background: #78358f;
  border-radius: 4px;
  padding: 0.2rem 1.5em;
}
.btn-purple-icon .icon {
  color: #ffffff;
}
.btn-purple-icon .fa {
  color: #ffffff;
}
.btn-purple-icon:hover {
  background: #f8e600;
}
.btn-purple-icon:hover .icon {
  color: #222222;
}
.btn-purple-icon:hover .fa {
  color: #222222;
}
.btn-purple-icon:hover .header-left-text {
  color: #222222 !important;
}
@media (min-width: 992px) {
}
.btn-purple-icon-2 {
  background: #78358f;
  border-radius: 4px;
  padding: 0.2rem 1.5em;
}
.btn-purple-icon-2 .icon {
  color: #ffffff;
}
.btn-purple-icon-2 .fa {
  color: #ffffff;
}
.btn-purple-icon-2:hover {
  background: #f8e600;
}
.btn-purple-icon-2:hover .icon {
  color: #222222 !important;
}
.btn-purple-icon-2:hover .fa {
  color: #222222;
}
.btn-purple-icon-2:hover .header-left-text {
  color: #222222 !important;
}
.btn-gray {
  background-color: #666666;
  color: #ffffff;
  border-radius: 5px;
  padding: 6px 20px;
  font-size: 13px;
  font-weight: 600;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn-gray:hover {
  background-color: #78358f;
  color: #ffffff;
}
@media (min-width: 992px) {
  .btn-gray {
    padding: 0.95em 3em 1.1em 3em;
    font-size: 0.8em !important;
  }
}
.btn-purple {
  background-color: #78358f;
  color: #ffffff;
  border-radius: 5px;
  border: none;
  padding: 1em 5.2em;
  font-size: 0.8em;
  font-weight: 600;
}
.btn-purple:hover {
  background-color: #f8e600;
  color: #222222;
}
.btn-purple-no-hover {
  background-color: #78358f;
  color: #ffffff;
  border-radius: 5px;
  border: none;
  padding: 1em 5.2em;
  font-size: 0.8em;
  font-weight: 600;
}
.btn-purple-gift {
  background-color: #78358f;
  color: #ffffff;
  border-radius: 5px;
  border: none;
  padding: 0.45em 2em 0.6em 2em;
  font-size: 0.8em;
  font-weight: 600;
}
.btn-purple-gift:hover {
  background-color: #f8e600;
  color: #222222;
}
@media (min-width: 992px) {
  .area-icon:hover .custom-icon {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }
}
.custom-icon {
  font-size: 5.3em;
  border-radius: 50%;
  background: #f8e600;
  padding: 0.2em 0.2em 0.2em 0.2em;
  display: inline-block;
  margin-bottom: 22px;
  color: #78358f;
  -webkit-transition: 2s ease;
  -moz-transition: 2s ease;
  -ms-transition: 2s ease;
  -o-transition: 2s ease;
  transition: 2s ease;
  z-index: 1;
}
.custom-icon-single-services {
  font-size: 18em;
  color: #78358f;
}
.icon-business {
  font-size: 90px;
  display: inline-block;
  margin-bottom: 22px;
}
@media (min-width: 992px) {
  .icon-business {
    font-size: 5.3em;
  }
}
.quotes {
  font-size: 5em;
  color: #f8e600;
}
.col-count-2 {
  column-count: 1;
  font-size: 0.85em;
  padding-top: 2em;
  text-align: center;
}
@media (min-width: 992px) {
  .col-count-2 {
    column-count: 2;
    text-align: right;
  }
}
.pre-video {
  font-size: 16px;
  height: 30.3vh;
  display: flex;
  padding: 0;
  align-items: center;
  text-align: center;
}
@media (min-width: 992px) {
  .pre-video {
    padding: 0 13em;
    font-size: 1.6em;
  }
}
.add-icon-location:before {
  font-family: icomoon;
  content: '\e903';
}
.d-custom {
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.one-line {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.flex-20-percent {
  flex: auto;
}
@media (min-width: 992px) {
  .flex-20-percent {
    flex: 0 0 20%;
  }
}
.border-yellow {
  border: 1px solid #f8e600;
  border-radius: 5px;
  padding: 5px;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll-mobile {
  overflow: scroll;
}
@media (min-width: 992px) {
  .overflow-scroll-mobile {
    overflow: visible;
  }
}
.top-0 {
  top: 0 !important;
}
.flip {
  transform: rotateY(180deg);
}
.custom-border-radius {
  padding: 0.8em;
  border-radius: 5px;
}
.v-hidden {
  visibility: hidden;
}
.height-92vh-mobile {
  height: 92vh !important;
}
.rotate-180 {
  transform: rotateX(180deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.overflow-custom {
  overflow: auto;
}
@media (min-width: 992px) {
  .overflow-custom {
    overflow: visible;
  }
}
.print #main-header,
.print .side-bar-ul,
.print #search-deliveries-status,
.print .btn-yellow,
.print .icon-print,
.print .header-left-text,
.print footer {
  display: none;
}
.print .site {
  padding: 0 !important;
}
.print .site .archive-gift {
  background: #ffffff;
}
.print .site .archive-gift .col-md-11 {
  flex: 0 0 100%;
  max-width: 100%;
}
.max-height-160 {
  max-height: 160px;
}
.arrow-wrapper {
  position: absolute;
  padding-right: 0;
  font-size: 0.9em;
  color: #666666;
  height: 1em;
  pointer-events: none;
  left: 15px;
  right: auto !important;
  bottom: 20px;
}
.arrow-wrapper-2 {
  position: absolute;
  padding-right: 0;
  font-size: 0.9em;
  color: #666666;
  height: 1em;
  pointer-events: none;
  left: 1.7vw;
  right: auto !important;
  bottom: 1em;
}
.arrow-wrapper-3 {
  position: absolute;
  padding-right: 0;
  font-size: 0.9rem;
  color: #666666;
  height: 1em;
  pointer-events: none;
  left: 15px;
  right: auto !important;
  bottom: 20px;
}
.btn-order-delivery-dash .widget {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-order-delivery-dash:hover .widget {
  background-color: #f8e600 !important;
}
.btn-order-delivery-dash:hover .widget .widget-header-right {
  color: #222222;
}
.btn-order-delivery-dash:hover .widget .dashboards-icons-right {
  color: #222222;
}
.btn-disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
.gift-hidden {
  transition: 0.5s;
  z-index: -1000;
  opacity: 0;
}
.gift-show {
  transition: 0.5s;
  z-index: 1000;
  opacity: 1;
}
.show-more {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rotate-x-180 {
  display: block;
  transform: rotateX(180deg);
}
.no-border-radius-right {
  border-right: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.btn-zig {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 7vh !important;
  border-radius: 50% !important;
  width: 2em;
  height: 2em;
}
.btn-yellow-sms {
  background-image: -webkit-linear-gradient(90deg, #000000 -500%, #f8e600 110%);
  background-image: -moz-linear-gradient(90deg, #000000 -500%, #f8e600 110%);
  background-image: -ms-linear-gradient(90deg, #000000 -500%, #f8e600 110%);
}
.btn-gray {
  background-image: -webkit-linear-gradient(90deg, #000000 -400%, #ffffff 110%);
  background-image: -moz-linear-gradient(90deg, #000000 -400%, #ffffff 110%);
  background-image: -ms-linear-gradient(90deg, #000000 -400%, #ffffff 110%);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
}
.btn-text {
  font-size: 16px;
  line-height: 1.1;
  display: inline-block;
  font-family: 'Heebo', sans-serif;
}
.title-sms {
  font-size: 2.7vh;
  font-weight: 600;
  color: #222222;
}
.btn-general {
  background: none;
  border: none;
}
.btn-general:focus {
  outline: none;
}
.selected-radio {
  background-image: -webkit-linear-gradient(90deg, #000000 -400%, #ffffff 110%);
}
.change-address-sms {
  border-radius: 50px !important;
  height: 50px;
  border: 1px solid black;
  padding-right: 3em;
  font-size: 1em;
}
span.icon-location2-search {
  position: absolute;
  z-index: 5;
  font-size: 1.3em;
  top: 15%;
  right: 3%;
  border-left: 1px solid black;
  padding: 5px 0 5px 5px;
}
.h-c {
  height: 68vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.edit-mode {
  font-weight: 800;
}
.border-less {
  border: 0 !important;
}
.invalid {
  color: red;
}
.red_error {
  color: red;
  font-size: 0.8em;
}
.red_error_other {
  color: red;
  font-size: 0.8em;
}
.general-label-border {
  border: 1px solid;
  border-radius: 5px;
  height: 50px;
}
.warning-text {
  color: #78358f;
  font-size: 1em;
  font-weight: 600;
  padding-top: 9vh;
}
@media (min-width: 992px) {
  .warning-text {
    padding-top: 24vh;
  }
}
.side-checks label:after {
  content: '';
  height: 14px;
  width: 14px;
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 3px;
  border: 1px solid black;
}
.side-checks label:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'icomoon';
  content: '\e90d';
  transform: scale(0);
  position: absolute;
  top: 4px;
  left: 2px;
  font-size: 9px;
  color: #009900;
}
.side-checks input[type=checkbox] {
  opacity: 0;
}
.side-checks input[type=checkbox]:checked + label:before {
  font-family: 'icomoon';
  content: "\e90f";
  transform: scale(1);
  position: absolute;
  top: 4px;
  left: 2px;
  font-size: 9px;
}
.select-wrapper {
  position: relative;
}
.select-wrapper:before {
  font-family: 'icomoon';
  content: '\e91d';
  position: absolute;
  top: 15px;
  left: 15px;
  pointer-events: none;
}
.radio-btn-style {
  position: relative;
  font-size: 0.8em !important;
}
.radio-btn-style:after {
  content: '';
  height: 24px;
  width: 24px;
  position: absolute;
  border: 1px solid;
  border-radius: 50%;
  top: 0;
  right: 0;
}
.radio-btn-style-2 {
  position: relative;
}
.radio-btn-style-2:after {
  content: '';
  height: 20px;
  width: 20px;
  position: absolute;
  border: 1px solid;
  border-radius: 50%;
  top: 0;
  right: 0;
}
.radio-btn-icon-1 {
  font-size: 1.3em;
  color: #222222;
}
.radio-btn-icon-2 {
  font-size: 1.1em;
  color: #222222;
}
.th-arrow .icon {
  font-size: 11px;
}
@media (min-width: 992px) {
  .position-bottom-left-desktop {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
  }
}
.flex-column-mobile {
  flex-direction: column;
}
@media (min-width: 992px) {
  .flex-column-mobile {
    flex-direction: row;
  }
}
.btn-float-right-mobile {
  width: 49%;
  float: right;
  text-align: center;
}
@media (min-width: 992px) {
  .btn-float-right-mobile {
    text-align: inherit;
    float: none;
    width: auto;
  }
}
.btn-float-left-mobile {
  width: 49%;
  float: left;
  text-align: center;
}
@media (min-width: 992px) {
  .btn-float-left-mobile {
    text-align: inherit;
    float: none;
    width: auto;
  }
}
.after-yellow .title-wrapper:after {
  content: '';
  height: 4px;
  width: 150px;
  position: absolute;
  right: 0;
  background: #f8e600 !important;
}
.hover-box-shadow:hover {
  box-shadow: 0 0 20px #666666;
}
.h-50px {
  height: 50px !important;
}
.close-gift {
  display: inline-block;
  position: relative;
  top: 10px;
}
.gift-warning {
  font-size: 0.8rem;
  color: red;
}
.no-invoices {
  color: #78358f;
  font-size: 1em;
  font-weight: 600;
}
.p-margin-0 p {
  margin: 0;
}
@media (min-width: 992px) {
  .input-width {
    width: 20.5rem !important;
  }
}
.border-1-black {
  border: 1px solid #222222 !important;
}
.border-1 {
  border: 1px solid #cddae1;
}
.sub-title-mobile {
  font-size: 1.1em;
  font-weight: 500;
}
@media (min-width: 992px) {
  .sub-title-mobile {
    font-size: 26px;
    font-weight: 800;
  }
}
.modal-open {
  padding-right: 0 !important;
  overflow-y: scroll;
}
.a-clean:active,
.a-clean:focus {
  color: #222222;
}
.page-loader {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 10000;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.5);
}
.border-bottom-1-purple {
  border-bottom: 1px solid #78358f;
}
.sticker-version {
  page-break-after: always;
}
.added-successfully {
  font-weight: bold;
  color: #222222;
  position: fixed;
  top: 45%;
  left: 34%;
  background: #f8e600;
  z-index: 10;
  width: 30%;
  height: 10vh;
  border-radius: 4px;
}
.selected-for-tomorrow-msg {
  font-size: 0.9rem;
  color: #e74c3c;
}
.h-3-rem input[type="submit"] {
  height: 3rem !important;
}
.custom-width {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
@media (min-width: 1200px) {
  .custom-width {
    flex: 0 0 80% !important;
    max-width: 80% !important;
  }
}
@media (min-width: 1300px) {
  .custom-width {
    flex: 0 0 70% !important;
    max-width: 70% !important;
  }
}
@media (min-width: 1600px) {
  .custom-width {
    flex: 0 0 58% !important;
    max-width: 58% !important;
  }
}
.cursor-pointer {
  cursor: pointer;
}
.b-radius-1 {
  border-radius: 5px !important;
}
.px-custom-1 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
@media (min-width: 1025px) {
  .px-custom-1 {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .px-custom-1 {
    padding-right: 9.7rem;
    padding-left: 9.7rem;
  }
}
.px-custom-2 {
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 1025px) {
  .px-custom-2 {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1400px) {
  .px-custom-2 {
    padding-right: 11rem;
    padding-left: 11rem;
  }
}
.checkbox-2 {
  position: relative;
}
.checkbox-2:before {
  width: 18px;
  height: 18px;
  border: 2px solid #cddae1;
  display: inline-block;
  font-family: 'FontAwesome';
  content: "";
  text-align: center;
  padding-top: 0;
  font-size: 12px;
  background-color: #ffffff;
  border-radius: 0;
}
.s-btn-clear {
  font-size: 1.1rem;
  color: #78358f;
  background: none;
  border: none;
  cursor: pointer;
  margin-right: 1rem;
}
.s-btn-1 {
  font-size: 1.3rem;
  background-color: #78358f;
  color: #ffffff;
  border: 1px solid #f5f7fa;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 0.2rem 0.5rem;
  width: 11rem;
}
.s-btn-1:hover {
  background-color: #f8e600;
  color: #222222;
}
.package-size-selected {
  background-color: #f8e600 !important;
}
label.error {
  font-size: 0.8rem !important;
  color: red;
  position: absolute;
  bottom: -17px;
  margin-bottom: 0;
}
.height-3-2-vh {
  height: 5vh;
}
@media (min-width: 992px) {
  .height-3-2-vh {
    height: 3.2vh;
  }
}
.red-class-1 {
  position: absolute;
  bottom: -22px;
  right: 0;
  white-space: nowrap;
}
.page-loader-small {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 10% 85%;
  background-size: 5%;
}
/* base.less */
body {
  font-size: 18px;
  font-family: 'Heebo', sans-serif;
  color: #000;
  margin-bottom: 67px;
  -webkit-transition: 2s ease;
  -moz-transition: 2s ease;
  -ms-transition: 2s ease;
  -o-transition: 2s ease;
  transition: 2s ease;
}
@media (min-width: 992px) {
  body {
    font-size: 2vh;
    line-height: 1.3;
    margin-bottom: 0;
  }
}
body.logged-in {
  margin-bottom: 0;
}
body input ::-webkit-input-placeholder {
  font-family: 'Heebo', sans-serif !important;
}
body input :-moz-placeholder {
  font-family: 'Heebo', sans-serif !important;
}
body input ::-moz-placeholder {
  font-family: 'Heebo', sans-serif !important;
}
body input :-ms-input-placeholder {
  font-family: 'Heebo', sans-serif !important;
}
@media (min-width: 1300px) {
  .container {
    width: 1268px;
  }
}
.sidebar {
  min-width: 288px;
}
#page {
  position: relative;
  padding-top: 58px;
}
@media (min-width: 992px) {
  #page {
    padding: 10.5vh 0 0 0;
  }
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #595959;
}
p {
  font-size: 1em;
  line-height: 1.4;
}
h1,
.h1 {
  font-weight: normal;
  font-size: 35px;
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 2.1em;
  }
}
h2 {
  position: relative;
  font-size: 1.1em;
  color: #000;
}
h4 {
  font-size: 1.2em;
  font-weight: normal;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Good browsers :) */
  opacity: 0;
}
pre {
  direction: ltr;
}
select {
  font-size: 0.8em;
  padding-right: 10px;
}
.fa-comment-o:before {
  padding-top: 5px;
  display: inline-block;
}
table thead tr th {
  white-space: nowrap;
}
@media (min-width: 992px) {
  table thead tr th {
    white-space: normal;
  }
}
table thead tr th.th-arrow:hover {
  cursor: pointer;
}
.modal-backdrop.show {
  opacity: 0.8 !important;
}
/* animate.less */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-delay: 2s;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@-webkit-keyframes bounce_small {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce_small {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-500%, 0, 0);
    transform: translate3d(-500%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-500%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@keyframes cloudsAnimate {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-2500px, 0, 0);
    -ms-transform: translate3d(-2500px, 0, 0);
    transform: translate3d(-2500px, 0, 0);
    -moz-transform: translate3d(-2500px, 0, 0);
    -o-transform: translate3d(-2500px, 0, 0);
  }
}
.cloudsAnimate {
  -webkit-animation-name: cloudsAnimate;
  animation-name: cloudsAnimate;
  -ms-animation-name: cloudsAnimate;
  -moz-animation-name: cloudsAnimate;
  -o-animation-name: cloudsAnimate;
}
@keyframes cloudsAnimate-left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-700px, 0, 0);
    -ms-transform: translate3d(-700px, 0, 0);
    transform: translate3d(-700px, 0, 0);
    -moz-transform: translate3d(-700px, 0, 0);
    -o-transform: translate3d(-700px, 0, 0);
  }
}
.cloudsAnimate-left {
  -webkit-animation-name: cloudsAnimate-left;
  animation-name: cloudsAnimate-left;
  -ms-animation-name: cloudsAnimate-left;
  -moz-animation-name: cloudsAnimate-left;
  -o-animation-name: cloudsAnimate-left;
}
@keyframes carsAnimate {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    -moz-transform: translate3d(3000px, 0, 0);
    -o-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
}
.carsAnimate {
  -webkit-animation-name: carsAnimate;
  animation-name: carsAnimate;
  -ms-animation-name: carsAnimate;
  -moz-animation-name: carsAnimate;
  -o-animation-name: carsAnimate;
}
@keyframes carsAnimate-right {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
    -moz-transform: translate3d(-3000px, 0, 0);
    -o-transform: translate3d(-3000px, 0, 0);
  }
}
.carsAnimate-right {
  -webkit-animation-name: carsAnimate-right;
  animation-name: carsAnimate-right;
  -ms-animation-name: carsAnimate-right;
  -moz-animation-name: carsAnimate-right;
  -o-animation-name: carsAnimate-right;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.infinite {
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-1000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.active .fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(1000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.active .fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce_small {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
  }
}
@keyframes bounce_small {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
.active .grow {
  -webkit-animation-name: grow;
  animation-name: grow;
}
@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes grow {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.active .fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.active .fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.active .slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.active .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.active .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward:before {
  content: "\f138";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover:before,
.hvr-icon-forward:focus:before,
.hvr-icon-forward:active:before {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  text-decoration: none;
}
[class^="hvr-"] {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 992px) {
  [class^="hvr-"] {
    padding: 1em;
  }
}
/* end animate.less */
/* social-menu.less */
/* entry-content.less */
.entry-content {
  padding-top: 15px;
}
.entry-content h1 {
  font-size: 25px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .entry-content h1 {
    font-size: 3.6em;
    font-weight: 600;
    color: #f8e600;
  }
}
.entry-content h2 {
  padding-right: 0;
  font-size: 26px;
  line-height: 1.2;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .entry-content h2 {
    font-size: 1.1em;
  }
}
.entry-content h2:before {
  display: none;
}
.entry-content h3 {
  font-size: 23px;
  padding-bottom: 15px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .entry-content h3 {
    font-size: 1.1em;
  }
}
.entry-content h4 {
  font-size: 20px;
  line-height: 1.2;
  padding-bottom: 15px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .entry-content h4 {
    font-size: 1em;
  }
}
.entry-content h5 {
  font-size: 1em;
  line-height: 1.2;
  padding-bottom: 15px;
  font-weight: 500;
  color: #222222;
}
.entry-content h6 {
  font-size: 0.85em;
  line-height: 1.2;
  padding-bottom: 15px;
  font-weight: 600;
}
.entry-content p {
  padding-bottom: 10px;
  font-size: 18px;
  color: #000;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .entry-content p {
    font-size: 0.85em;
  }
}
.entry-content a {
  color: #78358f;
  text-decoration: underline;
}
.entry-content a:hover {
  color: #000;
}
.entry-content a:active {
  text-decoration: underline;
}
.entry-content ul {
  padding-bottom: 12px;
  list-style: none;
}
@media (min-width: 992px) {
  .entry-content ul {
    padding-right: 40px;
  }
}
.entry-content ul li {
  font-size: 0.9em;
  line-height: 2.1;
  margin-bottom: 13px;
  position: relative;
  color: #000;
  padding-right: 35px;
}
@media (min-width: 992px) {
  .entry-content ul li {
    padding-right: 30px;
    line-height: 1.8;
  }
}
.entry-content ul li:before {
  content: "\f111";
  font-family: FontAwesome;
  color: #78358f;
  position: absolute;
  right: 0;
  width: 22px;
  height: 22px;
  line-height: 1.4;
  font-size: 0.55em;
  text-align: center;
  top: 3px;
}
@media (min-width: 992px) {
  .entry-content ul li:before {
    width: 25px;
    height: 25px;
    top: 11px;
  }
}
.entry-content ol {
  padding-bottom: 12px;
  list-style: none;
}
@media (min-width: 992px) {
  .entry-content ol {
    padding-right: 40px;
  }
}
.entry-content ol li {
  counter-increment: step-counter;
  font-size: 0.9em;
  line-height: 2.1;
  padding-bottom: 6px;
  position: relative;
  color: #000;
  padding-right: 30px;
}
.entry-content ol li:before {
  content: counter(step-counter);
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1em;
  color: #78358f;
}
.entry-content ol li:after {
  content: '.';
  font-weight: bold;
  position: absolute;
  right: 13px;
  color: #78358f;
}
.entry-content blockquote {
  color: #e74c3c;
  text-align: center;
  margin-bottom: 42px;
  display: block;
  width: 100%;
  padding-top: 42px;
}
.entry-content blockquote p {
  position: relative;
  padding: 0 5px;
  line-height: 1.44;
  text-align: center;
  font-size: 1.8em;
  color: #78358f;
}
.entry-content blockquote p:before {
  content: "\"";
  font-size: 1em;
  font-style: italic;
}
.entry-content blockquote p:after {
  content: "\"";
  font-size: 1em;
  font-style: italic;
}
.entry-content-small {
  padding-top: 10px;
}
.entry-content-small hr {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.entry-content-small h1 {
  font-size: 2.4em;
  font-weight: 500;
}
.entry-content-small h2 {
  padding-right: 0;
  line-height: 1.2;
  font-weight: 500;
  font-size: 1.1em;
  color: black;
}
@media (min-width: 992px) {
  .entry-content-small h2 {
    font-size: 26px;
    font-weight: 800;
  }
}
.entry-content-small h2:before {
  display: none;
}
.entry-content-small h3 {
  font-size: 23px;
  padding-bottom: 15px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .entry-content-small h3 {
    font-size: 1.1em;
  }
}
.entry-content-small h4 {
  font-size: 20px;
  line-height: 1.2;
  padding-bottom: 15px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .entry-content-small h4 {
    font-size: 1em;
  }
}
.entry-content-small h5 {
  font-size: 1em;
  line-height: 1.2;
  padding-bottom: 15px;
  font-weight: 700;
  color: #222222;
}
.entry-content-small h6 {
  font-size: 0.85em;
  line-height: 1.2;
  padding-bottom: 15px;
}
.entry-content-small p {
  padding-bottom: 10px;
  font-size: 0.75em;
  color: #222222;
  line-height: 1.3;
}
.entry-content-small a:hover {
  color: #000;
}
.entry-content-small a:active {
  text-decoration: underline;
}
.entry-content-small ul {
  padding-bottom: 12px;
  list-style: none;
}
@media (min-width: 992px) {
  .entry-content-small ul {
    padding-right: 40px;
  }
}
.entry-content-small ul li {
  font-size: 1.15em;
  line-height: 2.1;
  padding-bottom: 15px;
  position: relative;
  color: #000;
  padding-right: 35px;
}
@media (min-width: 992px) {
  .entry-content-small ul li {
    padding-right: 30px;
    line-height: 1.8;
  }
}
.entry-content-small ul li:before {
  content: "\f111";
  font-family: FontAwesome;
  color: #222222;
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  line-height: 1.4;
  font-size: 0.55em;
  text-align: center;
  top: 3px;
}
@media (min-width: 992px) {
  .entry-content-small ul li:before {
    width: 25px;
    height: 25px;
    top: 11px;
  }
}
.entry-content-small ol {
  padding-bottom: 12px;
  list-style: none;
}
@media (min-width: 992px) {
  .entry-content-small ol {
    padding-right: 40px;
  }
}
.entry-content-small ol li {
  counter-increment: step-counter;
  font-size: 1.15em;
  line-height: 2.1;
  padding-bottom: 6px;
  position: relative;
  color: #000;
  padding-right: 30px;
}
.entry-content-small ol li:before {
  content: counter(step-counter);
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1em;
}
.entry-content-small ol li:after {
  content: '.';
  font-weight: bold;
  position: absolute;
  right: 13px;
}
.entry-content-small blockquote {
  color: #e74c3c;
  text-align: center;
  margin-bottom: 25px;
  display: block;
  width: 100%;
  background-color: #efefef;
}
.entry-content-small blockquote p {
  position: relative;
  padding: 0 5px;
  line-height: 1.44;
  text-align: center;
  font-style: italic;
  font-size: 1.4em;
  color: #222222;
}
.entry-content-small blockquote p:before {
  content: "\"";
  font-size: 2em;
}
.entry-content-small blockquote p:after {
  content: "\"";
  font-size: 2em;
}
/* page-banner.less */
.page-banner img {
  width: 100%;
}
/* tabs.less */
.nav-tabs {
  border-bottom: 1px solid #f3f3f3;
  width: 20%;
  margin-bottom: 2em;
}
.nav-tabs .nav-item:after {
  content: '';
}
.nav-tabs .nav-item .nav-link {
  border: none;
  font-size: 0.9em;
  font-weight: 500;
  padding-bottom: 1em;
  border-bottom: 8px solid transparent;
}
.nav-tabs .nav-item .nav-link:hover {
  border-bottom: 8px solid #6fbe4f;
}
.nav-tabs .nav-item .nav-link.active {
  background-color: transparent !important;
  border-bottom: 8px solid #6fbe4f;
}
/* sliders.less */
.slider .slick-slide img {
  width: 100%;
}
@media (min-width: 992px) {
  .slider .slick-slide img {
    width: auto;
  }
}
.slider .slick-arrow {
  font-size: 1.8em;
  position: absolute;
  background: #ffffff;
  text-align: center;
  color: #f8e600;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .slider .slick-arrow {
    font-size: 2.7em;
  }
}
.slider .slick-prev {
  top: 2.5em;
  z-index: 1;
  cursor: pointer;
  left: -0.5em;
}
@media (min-width: 992px) {
  .slider .slick-prev {
    top: 2.3em;
    left: -1.5em;
  }
}
.slider .slick-next {
  top: 2.5em;
  z-index: 1;
  cursor: pointer;
  right: -0.5em;
}
@media (min-width: 992px) {
  .slider .slick-next {
    top: 2.3em;
    right: -1.5em;
  }
}
.mng-slider .slick-slide img {
  margin: 0 auto;
}
.mng-slider .slick-prev {
  left: 0;
}
.mng-slider .slick-next {
  right: 0;
}
.data-slider .slick-arrow {
  top: 1em;
}
.data-slider .slick-slide img {
  margin: 0 auto;
}
.data-slider .slick-prev {
  left: 0;
}
.data-slider .slick-next {
  right: 0;
}
.supplier-wrapper .slick-prev {
  left: 15px;
}
.supplier-wrapper .slick-next {
  right: 15px;
}
/* breadcrumbs.less */
#breadcrumbs {
  font-size: 0.8em;
  color: #222222;
}
#breadcrumbs a {
  color: #222222;
}
#breadcrumbs .breadcrumb_last {
  color: #222222;
}
/* sections.less */
iframe {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  iframe {
    width: 100%;
    height: 31.6em;
  }
}
.title-wrapper {
  text-align: center;
}
@media (min-width: 992px) {
  .title-wrapper {
    text-align: inherit;
  }
}
.title-wrapper:after {
  content: '';
  height: 4px;
  width: 150px;
  position: absolute;
  bottom: -16px;
  right: 28%;
  background: #f8e600;
}
@media (min-width: 992px) {
  .title-wrapper:after {
    right: 0;
  }
}
.title-center {
  text-align: center;
}
.title-center .title-wrapper:after {
  right: 28%;
}
@media (min-width: 992px) {
  .title-center .title-wrapper:after {
    right: 35%;
  }
}
.user {
  margin-right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
}
.user .avatar {
  margin-left: 0.5em;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
}
.user .avatar .logged-in-name {
  font-size: 0.85em;
  font-weight: 700;
  color: #222222;
}
.user .avatar .switcher-wrapper {
  min-width: 100px;
  left: -62px;
  margin: 0;
  position: absolute;
  top: 73px;
  opacity: 0;
  margin-top: -100%;
  visibility: hidden;
  z-index: 5;
  overflow-y: hidden;
  background: #78358f;
}
.user .avatar .switcher-wrapper .switch-customer {
  color: #ffffff;
  display: inline-block;
  padding: 0.3em;
  width: 100%;
}
.user .avatar .switcher-wrapper .switch-customer:not(:last-child) {
  border-bottom: 1px solid yellow;
}
.user .avatar .switcher-wrapper .switch-customer:hover {
  background: #f8e600;
  color: #222222;
}
.user .avatar:hover .switcher-wrapper {
  visibility: visible;
  margin: 0;
  opacity: 1;
  top: 25px;
  overflow-y: visible;
  left: 0;
}
.user .logout:hover .icon-exit {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.user .logout .icon-exit {
  font-size: 1.1em;
  color: #78358f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.user .logout .log-out-text {
  font-size: 0.8em;
  font-weight: 600;
  color: #78358f;
}
.form-control {
  width: auto;
}
@media (min-width: 992px) {
  .form-control {
    width: 100%;
  }
}
/*********************
modals.less
 ***********/
.close {
  font-size: 1.4em;
}
.modal-content {
  background: #f3f3f3;
}
.login-form {
  padding: 1.9em 1em;
}
.login-form form .header-wrapper {
  border-bottom: 1px solid #222222;
}
.login-form form input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.login-form form input[type="text"],
.login-form form input[type="tel"],
.login-form form input[type="email"],
.login-form form input[type="tel"],
.login-form form input[type="password"],
.login-form form select {
  font-family: 'Open Sans Hebrew Regular', sans-serif;
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  font-size: 0.85em;
  padding: 0 10px;
  border-radius: 6px;
  border: 1px solid #222222;
}
.login-form form textarea {
  font-family: 'Open Sans Hebrew Regular', sans-serif;
  background-color: #ffffff;
  color: #666666;
  border: none;
  width: 100%;
  height: 120px;
  padding: 10px;
  font-size: 0.8em;
  border-radius: 6px;
  resize: none;
  margin-bottom: 1em;
}
.login-form form input[type="submit"] {
  font-family: 'Open Sans Hebrew Regular', sans-serif;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.login-form form input[type="submit"]:hover {
  cursor: pointer;
}
.login-form form label {
  margin-bottom: 0;
  font-size: 0.95em;
  color: #000;
}
.login-form form ::-webkit-input-placeholder {
  color: #000 !important;
}
.login-form form :-moz-placeholder {
  color: #000 !important;
}
.login-form form ::-moz-placeholder {
  color: #000 !important;
}
.login-form form :-ms-input-placeholder {
  color: #000 !important;
}
.login-form form .forgot-password {
  font-size: 0.8em;
}
.login-form form .modal-title {
  font-size: 1.2em;
  font-weight: 700;
  color: #222222;
}
.login-form form .checkbox label:before {
  width: 25px;
  height: 25px;
  border: 1px solid #222222;
  display: inline-block;
  font-family: 'FontAwesome';
  content: "";
  text-align: center;
  padding-top: 3px;
  font-size: 14px;
  background-color: #ffffff;
}
.login-form form input:checked + label:before {
  font-family: 'FontAwesome';
  content: "\f00c";
}
.login-form form input:-webkit-autofill {
  background-color: #ffffff !important;
}
.login-form .form-group {
  margin-bottom: 1em;
}
.forgot-password-form {
  padding: 1.9em 1em;
}
.forgot-password-form form .header-wrapper {
  border-bottom: 1px solid #222222;
}
.forgot-password-form form input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.forgot-password-form form input[type="text"],
.forgot-password-form form input[type="tel"],
.forgot-password-form form input[type="email"],
.forgot-password-form form input[type="tel"],
.forgot-password-form form input[type="password"],
.forgot-password-form form select {
  font-family: 'Open Sans Hebrew Regular', sans-serif;
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  font-size: 0.85em;
  padding: 0 10px;
  border-radius: 6px;
  border: 1px solid #222222;
}
.forgot-password-form form textarea {
  font-family: 'Open Sans Hebrew Regular', sans-serif;
  background-color: #ffffff;
  color: #666666;
  border: none;
  width: 100%;
  height: 120px;
  padding: 10px;
  font-size: 0.8em;
  border-radius: 6px;
  resize: none;
  margin-bottom: 1em;
}
.forgot-password-form form input[type="submit"] {
  font-family: 'Open Sans Hebrew Regular', sans-serif;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.forgot-password-form form input[type="submit"]:hover {
  cursor: pointer;
}
.forgot-password-form form label {
  margin-bottom: 0;
  font-size: 0.95em;
  color: #000;
}
.forgot-password-form form ::-webkit-input-placeholder {
  color: #000 !important;
}
.forgot-password-form form :-moz-placeholder {
  color: #000 !important;
}
.forgot-password-form form ::-moz-placeholder {
  color: #000 !important;
}
.forgot-password-form form :-ms-input-placeholder {
  color: #000 !important;
}
.forgot-password-form form .forgot-password {
  font-size: 0.8em;
}
.forgot-password-form form .modal-title {
  font-size: 1.2em;
  font-weight: 700;
  color: #222222;
}
.forgot-password-form form .checkbox label:before {
  width: 25px;
  height: 25px;
  border: 1px solid #222222;
  display: inline-block;
  font-family: 'FontAwesome';
  content: "";
  text-align: center;
  padding-top: 3px;
  font-size: 14px;
  background-color: #ffffff;
}
.forgot-password-form form input:checked + label:before {
  font-family: 'FontAwesome';
  content: "\f00c";
}
.forgot-password-form .form-group {
  margin-bottom: 1em;
}
.thanks-modal-form {
  padding: 1.9em 1em;
}
.thanks-modal-form .icon {
  font-size: 3.9em;
}
.thanks-modal-form form .header-wrapper {
  border-bottom: 1px solid #222222;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thanks-modal-form form input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.thanks-modal-form form input[type="text"],
.thanks-modal-form form input[type="tel"],
.thanks-modal-form form input[type="email"],
.thanks-modal-form form input[type="tel"],
.thanks-modal-form form input[type="password"],
.thanks-modal-form form select {
  font-family: 'Open Sans Hebrew Regular', sans-serif;
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  font-size: 0.85em;
  padding: 0 10px;
  border-radius: 6px;
  border: 1px solid #222222;
}
.thanks-modal-form form textarea {
  font-family: 'Open Sans Hebrew Regular', sans-serif;
  background-color: #ffffff;
  color: #666666;
  border: none;
  width: 100%;
  height: 120px;
  padding: 10px;
  font-size: 0.8em;
  border-radius: 6px;
  resize: none;
  margin-bottom: 1em;
}
.thanks-modal-form form input[type="submit"] {
  font-family: 'Open Sans Hebrew Regular', sans-serif;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.thanks-modal-form form input[type="submit"]:hover {
  cursor: pointer;
}
.thanks-modal-form form label {
  margin-bottom: 0;
  font-size: 0.95em;
  color: #000;
}
.thanks-modal-form form ::-webkit-input-placeholder {
  color: #000 !important;
}
.thanks-modal-form form :-moz-placeholder {
  color: #000 !important;
}
.thanks-modal-form form ::-moz-placeholder {
  color: #000 !important;
}
.thanks-modal-form form :-ms-input-placeholder {
  color: #000 !important;
}
.thanks-modal-form form .forgot-password {
  font-size: 0.8em;
}
.thanks-modal-form form .modal-title {
  font-size: 1.1em;
  font-weight: 700;
  color: #222222;
}
.thanks-modal-form form .checkbox label:before {
  width: 25px;
  height: 25px;
  border: 1px solid #222222;
  display: inline-block;
  font-family: 'FontAwesome';
  content: "";
  text-align: center;
  padding-top: 3px;
  font-size: 14px;
  background-color: #ffffff;
}
.thanks-modal-form form input:checked + label:before {
  font-family: 'FontAwesome';
  content: "\f00c";
}
.thanks-modal-form .form-group {
  margin-bottom: 1em;
}
#are-u-sure-modal .modal-dialog {
  top: 25%;
}
@media (min-width: 992px) {
  #are-u-sure-modal .modal-dialog .modal-body {
    height: 30vh;
  }
}
#are-u-sure-modal .modal-dialog .modal-body .forgot-password-form {
  padding: 3.6em 1em 1em 0;
}
#pre-send-delivery-modal .modal-dialog {
  width: auto;
  max-width: 100%;
}
@media (min-width: 992px) {
  #pre-send-delivery-modal .modal-dialog {
    width: 65vw;
  }
}
#pre-send-delivery-modal .modal.fade .modal-dialog {
  transition: none;
}
/******************
datepicker.less
 **************/
.ui-datepicker .ui-datepicker-header {
  background: #ffffff;
  border: none;
  color: #000;
  padding: 0 !important;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev :after {
  font-family: 'icomoon';
  content: '\e920';
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  font-size: 0.8em;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
  font-size: 0.6em;
}
.ui-datepicker .ui-datepicker-calendar thead {
  background-color: #f3f3f3;
}
.ui-datepicker .ui-datepicker-calendar thead tr th {
  padding: 0.2em 0.3em;
}
.ui-datepicker .ui-datepicker-calendar thead tr th span {
  font-size: 0.85em;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-default {
  background: white;
  border: none;
  text-align: center;
  font-size: 0.75em;
  font-weight: 600;
  padding: 0.5em 0.2em;
  border-radius: 5px;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-active {
  background: #f8e600;
}
/****************
custom-side-bar.less
 ***************/
.side-bar-ul {
  list-style: none;
  padding: 0;
  position: fixed;
  right: 0;
  top: 14vh;
  z-index: 1;
}
.side-bar-ul li {
  padding: 0.7em 15px;
  width: 7rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .side-bar-ul li {
    padding: 0.7em 0;
    width: 5rem;
  }
}
@media (min-width: 1200px) {
  .side-bar-ul li {
    width: 7rem;
  }
}
@media (min-width: 1400px) {
  .side-bar-ul li {
    width: 9rem;
  }
}
.side-bar-ul li .side-bar-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0s;
}
.side-bar-ul li .side-bar-link .icon {
  font-size: 2.2em;
}
.side-bar-ul li .side-bar-link .side-bar-text {
  font-size: 0.75em;
  text-align: center;
}
@media (min-width: 992px) {
  .side-bar-ul li:hover {
    background-color: #f8e600;
  }
  .side-bar-ul li:hover a {
    color: #222222;
  }
  .side-bar-ul li:hover a .side-bar-text {
    font-weight: 600;
  }
}
/***************
checkbox.less
 *************/
.checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  width: 0;
}
.checkbox label:before {
  width: 25px;
  height: 25px;
  border: 1px solid #222222;
  display: inline-block;
  font-family: 'FontAwesome';
  content: "";
  text-align: center;
  padding-top: 3px;
  font-size: 14px;
  background-color: #ffffff;
}
.checkbox input:checked + label:before {
  font-family: 'FontAwesome';
  content: "\f00c";
}
/*****************
services-boxes.less
 **************/
.boxes-wrapper .box-wrapper {
  padding: 0 30px;
  display: inline-block;
}
@media (min-width: 992px) {
  .boxes-wrapper .box-wrapper {
    padding: 0 15px;
  }
}
/*************
chosen.less
***************/
.chosen-single {
  height: 50px !important;
  background: none !important;
  border: 1px solid !important;
  display: flex !important;
  align-items: center !important;
  font-size: 1.2em !important;
}
.chosen-single div {
  display: none !important;
}
.urgency-wrapper .chosen-single {
  border-right: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.package-size-wrapper .chosen-single {
  border-right: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
/* pages.less */
.breadcrumb_last {
  font-weight: bold;
}
/* contact-page.less */
/* file name contact-form.less */
.contact-form-main form input[type="text"],
.contact-form-main form input[type="tel"],
.contact-form-main form input[type="email"],
.contact-form-main form select {
  font-family: 'Open Sans Hebrew Regular', sans-serif;
  border: none;
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  font-size: 0.85em;
  padding: 0 10px;
  border-radius: 6px;
}
.contact-form-main form .wpcf7-form-control-wrap .subject:after {
  content: 'sas';
  position: absolute;
}
.contact-form-main form textarea {
  font-family: 'Open Sans Hebrew Regular', sans-serif;
  background-color: #ffffff;
  color: #666666;
  border: none;
  width: 100%;
  height: 120px;
  padding: 10px;
  font-size: 0.85em;
  border-radius: 6px;
  resize: none;
  margin-bottom: 1em;
}
.contact-form-main form input[type="submit"] {
  font-family: 'Open Sans Hebrew Regular', sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-form-main form input[type="submit"]:hover {
  cursor: pointer;
}
.contact-form-main form label {
  margin-bottom: 0;
  font-size: 0.95em;
  color: #000;
}
.contact-form-main form ::-webkit-input-placeholder {
  color: #000 !important;
}
.contact-form-main form :-moz-placeholder {
  color: #000 !important;
}
.contact-form-main form ::-moz-placeholder {
  color: #000 !important;
}
.contact-form-main form :-ms-input-placeholder {
  color: #000 !important;
}
.contact-form-main .form-group {
  position: relative;
  margin-bottom: 5px;
}
.contact-form-job {
  padding: 1.9em 1em;
}
.contact-form-job form input[type="text"],
.contact-form-job form input[type="tel"],
.contact-form-job form input[type="email"],
.contact-form-job form input[type="tel"],
.contact-form-job form select {
  font-family: 'Open Sans Hebrew Regular', sans-serif;
  border: none;
  background-color: #ffffff;
  width: 100%;
  height: 3.3em;
  font-size: 1em;
  padding: 0 10px;
  border-radius: 6px;
}
.contact-form-job form textarea {
  font-family: 'Open Sans Hebrew Regular', sans-serif;
  background-color: #ffffff;
  color: #666666;
  border: none;
  width: 100%;
  height: 120px;
  padding: 10px;
  font-size: 0.85em;
  border-radius: 6px;
  resize: none;
  margin-bottom: 1em;
}
.contact-form-job form input[type="submit"] {
  font-family: 'Open Sans Hebrew Regular', sans-serif;
  font-size: 1em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-form-job form input[type="submit"]:hover {
  cursor: pointer;
}
.contact-form-job form label {
  margin-bottom: 0;
  font-size: 0.95em;
  color: #000;
}
.contact-form-job form ::-webkit-input-placeholder {
  color: #000 !important;
}
.contact-form-job form :-moz-placeholder {
  color: #000 !important;
}
.contact-form-job form ::-moz-placeholder {
  color: #000 !important;
}
.contact-form-job form :-ms-input-placeholder {
  color: #000 !important;
}
.contact-form-job .form-group {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.select-group {
  position: relative;
}
.select-group:after {
  content: "\f0d7";
  font-family: FontAwesome;
  position: absolute;
  pointer-events: none;
  font-size: 1.1em;
  left: 15px;
  bottom: 3px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
span.wpcf7-not-valid-tip {
  font-size: 0.9em !important;
  right: 0;
}
div.wpcf7-validation-errors {
  border: none !important;
  color: #e74c3c !important;
}
div.wpcf7-response-output {
  margin-top: 15px !important;
}
div.wpcf7-mail-sent-ng {
  border: none !important;
  text-align: center;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  text-align: center;
}
span.wpcf7-not-valid-tip {
  color: #e74c3c !important;
}
div.wpcf7-mail-sent-ok {
  border: none !important;
  color: green;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng {
  color: #e74c3c !important;
}
div.wpcf7 .ajax-loader {
  visibility: hidden;
  background-image: url(../../images/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle;
  position: absolute;
  left: 15px;
  bottom: -20px;
}
.invalid input.wpcf7-not-valid {
  border: 1px solid #e74c3c !important;
}
.invalid ::-webkit-input-placeholder {
  color: #e74c3c !important;
}
.invalid :-moz-placeholder {
  color: #e74c3c !important;
}
.invalid ::-moz-placeholder {
  color: #e74c3c !important;
}
.invalid :-ms-input-placeholder {
  color: #e74c3c !important;
}
input[type="text"],
input[type="tel"],
input[type="num"],
input[type="email"],
textarea,
select {
  font-family: 'Heebo', sans-serif !important;
}
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="num"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  font-family: 'Heebo', sans-serif !important;
}
input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="num"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  font-family: 'Heebo', sans-serif !important;
}
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="num"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  font-family: 'Heebo', sans-serif !important;
}
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="num"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  font-family: 'Heebo', sans-serif !important;
}
button {
  font-family: 'Heebo', sans-serif !important;
}
/* thank-you.less */
.page-thanks .title-wrapper:after {
  left: 50%;
  right: initial;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* END thank-you.less */
/* frontpage.less */
.home-first-floor .excerpt-big {
  font-size: 1.2em;
}
.why-zigzag .icon {
  position: relative;
}
.why-zigzag .icon:after {
  content: '';
  background: rgba(255, 246, 130, 0.58);
  position: absolute;
  top: 7%;
  right: -18%;
  width: 100%;
  height: 50%;
  border-top-left-radius: 140px;
  border-top-right-radius: 140px;
  z-index: -1;
  transform: rotate(45deg);
}
.how-it-works .title-wrapper:after,
.business-section .title-wrapper:after,
.recommendations-section .title-wrapper:after,
.how-it-works .custom-title:after,
.business-section .custom-title:after,
.recommendations-section .custom-title:after {
  left: 50%;
  right: initial;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 992px) {
  .news-section .title-wrapper:after,
  .why-zigzag .title-wrapper:after {
    left: 50%;
    right: initial;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 769px) {
  .scroll-text {
    display: none;
  }
}
#mains_slider {
  width: 100%;
}
#mains_slider .slide {
  background-attachment: fixed !important;
  background-position: center !important;
  background-size: 130% 100% !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 992px) {
  #mains_slider .slide {
    background-size: cover !important;
    background-position: 0 10.5vh !important;
  }
}
.mouse-icon {
  width: 35px;
  height: 53px;
  display: block;
  border: 3px solid #ffffff;
  margin: 0 auto;
  border-radius: 18px;
  position: relative;
}
@media (max-width: 769px) {
  .mouse-icon {
    display: none;
  }
}
.mouse-icon .mouse-dot {
  width: 7px;
  height: 7px;
  display: block;
  background-color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 6px;
  right: 12px;
  -webkit-animation-name: dot;
  -moz-animation-name: dot;
  -o-animation-name: dot;
  animation-name: dot;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes dot {
  0% {
    top: 10px;
    animation-timing-function: ease;
  }
  80% {
    top: 30px;
    animation-timing-function: linear;
  }
  100% {
    top: 10px;
    animation-timing-function: ease-out;
  }
}
.home-slider .front-search-wrapper {
  position: absolute;
  width: 100%;
  top: 65vh;
  z-index: 1;
}
.home-slider .front-search-wrapper .delivery-tracking-form form {
  flex-flow: row;
}
@media (min-width: 992px) {
  .home-slider .front-search-wrapper .delivery-tracking-form form {
    flex-flow: row wrap;
  }
}
.home-slider .front-search-wrapper .delivery-tracking-form form .form-group {
  margin-bottom: 0;
}
.home-slider .front-search-wrapper .delivery-tracking-form form .btn-yellow {
  margin-left: 0 !important;
  margin-right: 15px !important;
  height: 50px;
}
@media (min-width: 992px) {
  .home-slider .front-search-wrapper .delivery-tracking-form form .btn-yellow {
    margin-right: 0 !important;
    height: auto;
  }
}
.homepage-titles {
  position: relative;
  font-size: 2.4em;
  font-weight: normal;
}
.homepage-titles-small {
  position: relative;
  font-size: 1.6em;
  font-weight: normal;
}
.homepage-subtitles {
  font-size: 1em;
}
.owl-next,
.owl-prev {
  position: absolute;
  right: 10px;
  top: 50%;
  border-radius: 6px;
  border: 2px solid #fff;
}
@media (max-width: 768px) {
  .owl-next,
  .owl-prev {
    display: none !important;
  }
}
.owl-next i,
.owl-prev i {
  color: #fff;
  font-size: 2.5em;
  padding: 0 0.3em;
}
.owl-prev {
  right: auto;
  left: 10px;
}
.owl-dots {
  opacity: 0;
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .owl-dots {
    display: none !important;
  }
}
.owl-dots .owl-dot {
  display: inline-block;
}
.owl-dots .owl-dot:before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 100%;
  border: 1px solid #e74c3c;
  margin: 0 5px;
}
.owl-dots .owl-dot.active:before {
  background-color: #e74c3c;
}
@media (min-width: 992px) {
  .owl-dots {
    display: none;
  }
}
.slide {
  position: relative;
  width: 100%;
}
.slide:before {
  content: '';
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.inner-slide {
  text-align: center;
  padding: 10px 0 30px 0;
  width: 100%;
  margin: 25vh auto 0 auto;
}
@media (min-width: 992px) {
  .inner-slide {
    background-color: transparent;
    width: 54%;
  }
}
.inner-slide .slider-title {
  position: relative;
  color: #ffffff;
  font-size: 31px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .inner-slide .slider-title {
    font-size: 4.1em;
  }
}
.inner-slide .slider-subtitle {
  color: #ffffff;
  margin-top: 0.6vw;
  position: relative;
  font-size: 2px;
}
@media (min-width: 992px) {
  .inner-slide .slider-subtitle {
    font-size: 1.6em;
    font-weight: 600;
  }
}
.inner-slide .slider-text {
  display: inline-block;
  font-size: 1.3em;
  color: #ffffff;
}
.inner-slide .read-more {
  display: block;
  text-align: center;
}
.scroll-down-wrapper {
  position: absolute;
  bottom: 30px;
  right: 50%;
  color: #000;
}
.scroll-down-wrapper .scroll-text {
  color: #ffffff;
  font-weight: 100;
  font-size: 1.2em;
  border: 2px solid;
  border-radius: 50%;
  padding: 0.5em;
}
.scroll-down-wrapper .icon-scroll_down {
  color: #000;
  font-size: 2.5em;
}
.video-section {
  height: 30vh;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .video-section {
    height: 53vh;
  }
}
.video-section video {
  width: 100%;
  top: 0;
  z-index: -99;
}
@media (min-width: 992px) {
  .video-section video {
    position: fixed;
  }
}
.nav-slide {
  position: relative;
  margin-top: -27px;
  z-index: 9;
  background: #f8f8f8;
}
.item-nav-cube a {
  color: #222222;
  display: block;
  text-align: center;
  padding: 10px 10px;
  border-left: 1px solid;
  height: 90px;
}
.item-nav-cube a span {
  display: block;
}
.item-nav-cube a .icon {
  font-size: 2rem;
}
.item-nav-cube a:hover {
  box-shadow: 0 0 6px 2px #888888;
  border: none;
  background-color: #ffffff;
}
.slick-arrow {
  font-size: 1.8em;
  position: absolute;
  background: #ffffff;
  text-align: center;
  color: #222222;
  border-radius: 50%;
}
.slick-prev {
  top: 50%;
  z-index: 1;
  cursor: pointer;
  left: -1.5em;
}
.slick-next {
  top: 50%;
  z-index: 1;
  cursor: pointer;
  right: -1.5em;
}
.slick-slide {
  padding: 10px;
}
.slick-disabled {
  color: #f3f3f3;
}
.gallery-slide-front {
  margin-bottom: 13px;
}
.newsletter-section {
  position: relative;
}
.newsletter-section:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.section-header {
  position: relative;
  margin-bottom: 1.1em;
}
.section-header:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0.3em;
  right: 0;
  background-color: black;
  z-index: -1;
}
.section-header .section-title-green {
  font-size: 1.2em;
  display: inline-block;
  background: #222222;
  padding: 0.3em 0.9em 0.1em 0.9em;
  color: #ffffff;
  font-weight: 600;
}
.section-header .section-title-blue {
  font-size: 1.2em;
  display: inline-block;
  background: #222222;
  padding: 0.3em 0.9em 0.1em 0.9em;
  color: #ffffff;
  font-weight: 600;
}
.section-header .sub-cats {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}
.section-header .sub-cats .cat-item {
  display: inline-block;
  margin-left: 0.5em;
}
.section-header .sub-cats .cat-item:not(:last-child) a {
  position: relative;
}
.section-header .sub-cats .cat-item:not(:last-child) a:after {
  content: '';
  width: 2px;
  height: 1em;
  position: absolute;
  top: 0.2em;
  left: -0.45em;
  background-color: #666666;
}
.section-header .sub-cats .cat-item a {
  font-size: 0.9em;
  font-weight: 500;
  color: #666666;
}
.category-floor .section-header {
  position: relative;
  margin-bottom: 1.1em;
}
.category-floor .section-header:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0.3em;
  right: 0;
  background-color: black;
  z-index: -1;
}
.category-floor .section-header .section-title-green {
  font-size: 1.2em;
  display: inline-block;
  background: #222222;
  padding: 0.3em 0.9em 0.1em 0.9em;
  color: #ffffff;
  font-weight: 600;
}
.category-floor .section-header .section-title-blue {
  font-size: 1.2em;
  display: inline-block;
  background: #222222;
  padding: 0.3em 0.9em 0.1em 0.9em;
  color: #ffffff;
  font-weight: 600;
}
.category-floor .section-header .sub-cats {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}
.category-floor .section-header .sub-cats .cat-item {
  display: inline-block;
  margin-left: 0.5em;
}
.category-floor .section-header .sub-cats .cat-item:not(:last-child) a {
  position: relative;
}
.category-floor .section-header .sub-cats .cat-item:not(:last-child) a:after {
  content: '';
  width: 2px;
  height: 1em;
  position: absolute;
  top: 0.2em;
  left: -0.45em;
  background-color: #666666;
}
.category-floor .section-header .sub-cats .cat-item a {
  font-size: 0.9em;
  font-weight: 500;
  color: #666666;
}
.category-floor .thumb-right {
  display: inline-block;
  text-align: center;
}
@media (min-width: 992px) {
  .category-floor .thumb-right {
    display: flex;
    text-align: inherit;
  }
}
.category-floor .thumb-right .thumbnail {
  min-width: 11.8em;
  margin-left: 0;
}
@media (min-width: 992px) {
  .category-floor .thumb-right .thumbnail {
    margin-left: 1.6em;
  }
}
.category-floor .thumb-right .thumbnail img {
  width: 100%;
}
@media (min-width: 992px) {
  .category-floor .thumb-right .thumbnail img {
    width: auto;
  }
}
.category-floor .thumbnail img {
  width: 100%;
}
@media (min-width: 992px) {
  .category-floor .thumbnail img {
    width: auto;
  }
}
.contractor .contractor-title {
  font-size: 0.8em;
  font-weight: 600;
}
.contractor .contractor-excerpt {
  font-size: 0.85em;
  padding: 0 35px;
}
@media (min-width: 992px) {
  .contractor .contractor-excerpt {
    padding: 0;
  }
}
.contractor .for-details {
  font-size: 0.7em;
  font-weight: 600;
  color: #6fbe4f;
  margin-left: 5px;
}
.contractor .contractor-details {
  font-size: 0.75em;
}
.project-wrapper {
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project-wrapper:hover {
  border: 1px solid #222222;
}
.project-wrapper .project-content {
  border: 1px solid #f3f3f3;
}
.project-wrapper .project-content header {
  padding: 0.7em 1.2em 0 0;
}
.project-wrapper .project-content header .p-info-wrapper {
  color: #222222;
  display: flex;
  align-items: center;
}
.project-wrapper .project-content header .p-info-wrapper .icon-location {
  font-size: 1.2em;
  margin-left: 0.5em;
}
.project-wrapper .project-content header .p-info-wrapper .p-address {
  font-size: 1.2em;
  font-weight: 500;
}
.project-wrapper .project-content .project-meta .p-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .project-wrapper .project-content .project-meta .p-wrap {
    margin-bottom: 0;
  }
}
.project-wrapper .project-content .project-meta .p-wrap i {
  color: #222222;
  font-size: 2.1em;
  margin-bottom: 0.3em;
}
.project-wrapper .project-content .project-meta .p-wrap .bold {
  font-size: 0.85em;
  margin-bottom: 0.3em;
}
.project-wrapper .project-content .project-meta .p-wrap .meta-details {
  font-size: 0.7em;
  color: #666666;
  font-weight: 500;
}
.how-tabs .current {
  display: block !important;
}
.how-tabs ul {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
}
.how-tabs ul li {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 992px) {
  .how-tabs ul li {
    flex: 0;
    margin: 0 0.8em;
  }
}
.how-tabs ul li:hover {
  cursor: pointer;
}
.how-tabs ul li:nth-child(1) span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.how-tabs ul li:nth-of-type(2) {
  margin: 0 15px;
}
.how-tabs ul li span {
  display: block;
  height: 100%;
}
.how-tabs ul li.current span {
  background: #f8e600;
  font-weight: 600;
  border: 0;
  padding: 5px;
}
@media (min-width: 992px) {
  .how-tabs ul li.current span {
    background: #f8e600;
    border: inherit;
    padding: inherit;
    line-height: 2.3;
  }
}
.how-tabs .info {
  display: none;
}
.how-tabs .info p {
  text-align: center;
  font-size: 13px;
  color: #222222;
}
@media (min-width: 992px) {
  .how-tabs .info p {
    font-size: 0.8em;
  }
}
@media (min-width: 992px) {
  .how-tabs .info p {
    text-align: right;
  }
}
.how-tabs .circle-img-wrapper {
  display: none;
}
.business-section .programs-wrapper .program {
  overflow: hidden;
  position: relative;
  height: 370px;
  display: flex;
  justify-content: center;
  text-align: center;
  z-index: 0;
  padding: 0 1em 0 1em;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-size: cover;
  background-position: center;
}
@media (min-width: 992px) {
  .business-section .programs-wrapper .program {
    padding: 0 5em 0 5em;
    background-size: 100%;
    background-position: center left;
    height: 24.75em;
  }
}
.business-section .programs-wrapper .program:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.business-section .programs-wrapper .program:hover {
  background-size: 120%;
}
.business-section .programs-wrapper .program .program-inner {
  z-index: 1;
}
.business-section .programs-wrapper .program .program-inner .icon {
  -webkit-transition: 2s ease;
  -moz-transition: 2s ease;
  -ms-transition: 2s ease;
  -o-transition: 2s ease;
  transition: 2s ease;
}
.business-section .programs-wrapper .program .program-inner:hover .icon {
  transform: rotateY(360deg);
  -webkit-transition: 2s ease;
  -moz-transition: 2s ease;
  -ms-transition: 2s ease;
  -o-transition: 2s ease;
  transition: 2s ease;
}
.business-section .programs-wrapper .program .program-text {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .business-section .programs-wrapper .program .program-text {
    margin-bottom: 3rem;
  }
}
.business-section .programs-wrapper .program-jobs {
  overflow: hidden;
  position: relative;
  height: 370px;
  display: flex;
  justify-content: center;
  text-align: center;
  z-index: 0;
  padding: 0 5em 0 5em;
  align-items: center;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .business-section .programs-wrapper .program-jobs {
    height: 470px;
    background-position: left center;
    background-size: 100% 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.business-section .programs-wrapper .program-jobs:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.business-section .programs-wrapper .program-jobs:hover {
  background-size: 120% 120%;
}
.business-section .programs-wrapper .program-jobs .program-inner {
  z-index: 1;
}
.business-section .programs-wrapper .program-jobs .program-inner .icon {
  -webkit-transition: 2s ease;
  -moz-transition: 2s ease;
  -ms-transition: 2s ease;
  -o-transition: 2s ease;
  transition: 2s ease;
}
.business-section .programs-wrapper .program-jobs .program-inner:hover .icon {
  transform-origin: bottom right;
  transform: translate(500px, -500px) rotate(180deg);
  -webkit-transition: 2s ease;
  -moz-transition: 2s ease;
  -ms-transition: 2s ease;
  -o-transition: 2s ease;
  transition: 2s ease;
}
.business-section .business-gallery .slick-slide {
  padding-right: 0;
  padding-left: 0;
}
.business-section .business-gallery .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0;
}
.business-section .business-gallery .slick-dots li:before {
  border: 2px solid #ffffff;
  width: 12px;
  height: 12px;
}
.business-section .business-gallery .slick-dots li.slick-active:before {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.news-section .news {
  background: #ffffff;
  padding: 0.6em 0.6em 0.1em 0.6em;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-section .news:hover {
  box-shadow: 0 0 20px #666666;
}
.news-section img {
  opacity: 0;
}
.recommendations-section {
  position: relative;
  padding-top: 7.2em;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .recommendations-section {
    padding-top: 10.8em;
    background-position: left top;
  }
}
.recommendations-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.recommendations-section .recommendations-slider {
  line-height: 1.4;
}
.recommendations-section .recommendations-slider .quote {
  font-size: 22px;
}
@media (min-width: 992px) {
  .recommendations-section .recommendations-slider .quote {
    font-size: 1.5em;
  }
}
.recommendations-section .recommendations-slider .writer {
  font-size: 15px;
  font-weight: 600;
  padding-top: 10px;
  margin-bottom: 1.4em;
}
@media (min-width: 992px) {
  .recommendations-section .recommendations-slider .writer {
    font-size: 1.1em;
  }
}
.contact-section .title-wrapper:after {
  content: '';
  height: 4px;
  width: 150px;
  position: absolute;
  right: 0;
  background: #ffffff;
}
@media (max-width: 992px) {
  .contact-section .title-wrapper:after {
    left: 50%;
    right: initial;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.contact-section .info-wrapper .icon {
  font-size: 2em;
  color: #78358f;
}
.contact-section .info-wrapper .icon-envelope {
  font-size: 2em;
}
.contact-section .info-wrapper .info-text {
  font-size: 0.85em;
}
.floats-buttons {
  z-index: 2;
  position: fixed;
  top: 20%;
  right: 0;
  width: 5.5em;
}
@media (max-width: 576px) {
  .floats-buttons {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    bottom: 0;
    top: initial;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .floats-buttons &gt; a {
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
.floats-buttons .button-delivery-tracking {
  background-color: #78358f;
  border-radius: 5px 0 0 5px;
}
@media (max-width: 576px) {
  .floats-buttons .button-delivery-tracking {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    justify-content: center;
    border-radius: 0;
  }
}
.floats-buttons .button-delivery-tracking .button-icons-center {
  color: #f8e600;
  font-size: 3.6em;
}
@media (max-width: 576px) {
  .floats-buttons .button-delivery-tracking .button-icons-center {
    font-size: initial;
    padding: 0.5rem 0;
  }
}
.floats-buttons .button-delivery-tracking .buttons-text {
  font-size: 1.15em;
  line-height: 24px;
  color: #f8e600;
  font-weight: normal;
  padding-bottom: 0.4em;
}
@media (max-width: 576px) {
  .floats-buttons .button-delivery-tracking .buttons-text {
    padding: 0;
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  .floats-buttons .button-delivery-tracking .icon-delivery_location:before {
    font-size: 2.5rem;
  }
}
.floats-buttons .button-delivery-orders {
  background-color: #f8e600;
  border-radius: 5px 0 0 5px;
}
@media (max-width: 576px) {
  .floats-buttons .button-delivery-orders {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    justify-content: center;
    border-radius: 0;
  }
}
.floats-buttons .button-delivery-orders .button-icons-center {
  color: #78358f;
  font-size: 3.6em;
}
@media (max-width: 576px) {
  .floats-buttons .button-delivery-orders .button-icons-center {
    font-size: initial;
    padding: 0.5rem 0;
  }
}
.floats-buttons .button-delivery-orders .buttons-text {
  font-size: 1.15em;
  line-height: 24px;
  color: #78358f;
  font-weight: normal;
  padding-bottom: 0.4em;
}
@media (max-width: 576px) {
  .floats-buttons .button-delivery-orders .buttons-text {
    padding: 0;
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  .floats-buttons .button-delivery-orders .icon-delivery:before {
    font-size: 2.5rem;
  }
}
/* END frontpage.less */
/* 404.less */
.page-404 p {
  padding: 0;
}
@media (min-width: 992px) {
  .page-404 p {
    padding: 0 17em;
  }
}
.page-404 .title-wrapper:after {
  left: 50%;
  right: initial;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* END 404.less */
/* single.less */
.single h3 {
  line-height: normal;
}
.single-post ul li {
  list-style-type: none;
}
/* about.less */
@media (min-width: 992px) {
  .about-page {
    margin-bottom: auto;
  }
}
.about-page .col-count-2 {
  column-gap: 6rem;
  -webkit-column-gap: 6rem;
  -moz-column-gap: 6rem;
}
.what-we-do .icon {
  font-size: 5.1em;
  color: #222222;
  margin-bottom: 0.12em;
}
.adv-wrapper {
  background-repeat: no-repeat;
  padding: 0.6em 2vw 0 0;
  background-size: cover;
  background-position: center;
  height: auto;
}
@media (min-width: 992px) {
  .adv-wrapper {
    background-size: contain;
    background-position: top center;
    padding: 0.6em 2vw 0 0;
    height: 54vh;
  }
}
.adv-wrapper .adv-title {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .adv-wrapper .adv-title {
    font-size: 2.5vw;
    margin-bottom: 0.8em;
  }
}
.adv-wrapper .adv-text {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 1.2em;
  color: #ffffff;
}
@media (min-width: 992px) {
  .adv-wrapper .adv-text {
    font-size: 1.2vw;
    color: #222222;
  }
}
.adv-wrapper .adv-more-text {
  padding: 0 0 0 35vw;
  font-size: 15px;
}
@media (min-width: 992px) {
  .adv-wrapper .adv-more-text {
    font-size: 1.2vw;
  }
}
/* category.less*/
.archive section {
  width: 100%;
}
.archive .thumb-right {
  display: inline-block;
}
@media (min-width: 992px) {
  .archive .thumb-right {
    display: flex;
  }
}
.archive .thumb-right.single-cat .thumbnail {
  min-width: 11.8em;
  margin-left: 1.6em;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.archive .article-content {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.archive .home-first-floor .article-content {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.archive .home-first-floor .thumb-right {
  display: flex;
}
.archive .home-first-floor .thumb-right .thumbnail {
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.archive .category-floor .article-content {
  flex: initial;
}
.archive .page-navigation {
  text-align: center;
  margin: 0 auto;
}
.archive .page-navigation .wp-pagenavi span {
  font-weight: normal;
  background: #222222;
  color: #ffffff;
  border: none;
  padding: 5px 14px;
  margin: 5px;
}
.archive .page-navigation .wp-pagenavi .current {
  background: #ffffff;
  color: #222222;
  border: 1px solid #222222;
  padding: 5px 18px;
  margin: 5px;
  font-size: 1.3em;
}
.archive .page-navigation .wp-pagenavi a {
  font-weight: normal;
  background: #222222;
  color: #ffffff;
  border: none;
  font-size: 1.3em;
  padding: 5px 18px;
  margin: 5px;
}
.archive .bor-bot {
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.17);
}
.archive .cats-childs {
  display: inline-block;
  padding-right: 1.2em;
}
.archive .cats-childs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.archive .cats-childs li {
  float: right;
  list-style-type: none;
}
.archive .cats-childs li a {
  display: block;
  color: #000;
  text-align: center;
  padding: 10px;
  text-decoration: none;
}
.archive .cats-childs li a:hover {
  color: #111111;
}
/***************************
page-thanks.less
**************************/
.page-thanks p {
  padding: 0;
}
@media (min-width: 992px) {
  .page-thanks p {
    padding: 0 17em;
  }
}
/*************************
single-services.less
 *************************/
.single-services .single-text {
  font-size: 0.85em;
  margin-bottom: 6.5em;
}
.single-services .more-services .title-wrapper:after {
  left: 50%;
  right: initial;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.more-services .services-slider .slick-dots {
  list-style-type: none;
  text-align: center;
  margin-top: -5px;
  margin-bottom: 25px;
}
.more-services .services-slider .slick-dots li {
  vertical-align: middle;
  display: inline-block;
}
.more-services .services-slider .slick-dots li:before {
  cursor: pointer;
  content: "";
  border: 1px solid #78358f;
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 100%;
  margin: 0 10px;
}
.more-services .services-slider .slick-dots li button {
  display: none;
}
.more-services .services-slider .slick-dots li.slick-active:before {
  width: 15px;
  height: 15px;
  background-color: #78358f;
}
/* services.less */
.post-type-archive-services .icon {
  position: relative;
}
.post-type-archive-services .icon:after {
  content: '';
  background: rgba(255, 246, 130, 0.58);
  position: absolute;
  top: 7%;
  right: -18%;
  width: 100%;
  height: 50%;
  /* border-radius: 100%; */
  border-top-left-radius: 140px;
  border-top-right-radius: 140px;
  z-index: -1;
  transform: rotate(45deg);
}
.post-type-archive-services .area-icon:hover .custom-icon {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
/*********************
page-branches.less
 *********************/
.page-branches .icon-location {
  font-size: 2em;
  color: #78358f;
}
.page-branches .branch-text {
  font-size: 0.9em;
  font-weight: 700;
}
/*********************************
page-jobs.less
 *****************************/
.page-template-page-jobs .page-jobs .icon-star {
  font-size: 2.5em;
  color: #78358f;
}
.page-template-page-jobs .page-jobs .bonus-title {
  font-size: 0.85em;
  font-weight: 600;
  color: #222222;
}
.page-template-page-jobs .jobs-title .title-wrapper:after {
  left: 50%;
  right: initial;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 992px) {
  .page-template-page-jobs .business-section .slick-slide {
    padding: 0;
  }
}
/* page-qanda.less */
.page-header-qanda {
  height: 8em;
  display: flex;
  align-items: center;
}
.available-jobs .row:last-child {
  margin-bottom: 3.5em;
}
.available-jobs .question {
  font-size: 1.1em;
  color: #78358f;
  background: #f8e600;
  padding: 16px 13px;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.available-jobs .question:hover {
  cursor: pointer;
}
.available-jobs .question .icon {
  font-size: 0.45em;
  font-weight: 600;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.available-jobs .question .icon:after {
  font-family: icomoon;
  content: '\e917';
}
.available-jobs .question.collapsed {
  font-size: 1.1em;
  color: #000;
  padding: 16px 13px;
  display: flex;
  align-items: center;
}
.available-jobs .question.collapsed:hover {
  cursor: pointer;
}
.available-jobs .question.collapsed .icon {
  font-size: 0.45em;
  font-weight: 600;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.available-jobs .question.collapsed .icon:after {
  font-family: icomoon;
  content: '\e916';
}
.available-jobs .qa-block:nth-child(even) .question.collapsed {
  background-color: #ffffff;
}
.available-jobs .qa-block:nth-child(odd) .question.collapsed {
  background-color: #f3f3f3;
}
.available-jobs .answer {
  margin-bottom: 0;
  padding: 1.9em 0 0 0;
}
.available-jobs .answer h3 {
  font-size: 1em;
  font-weight: 600;
}
/***********************
page-delivery-tracking.less
 **********************/
.page-delivery-tracking {
  min-height: 50vh;
}
.delivery-tracking-form form input[type="text"],
.delivery-tracking-form form input[type="tel"],
.delivery-tracking-form form input[type="email"],
.delivery-tracking-form form input[type="number"],
.delivery-tracking-form form select {
  font-family: 'Heebo', sans-serif;
  background-color: #ffffff;
  width: 100%;
  height: 3rem;
  font-size: 0.85em;
  padding: 0 10px;
  border-radius: 6px;
  border: 1px solid #222222;
}
@media (min-width: 992px) {
  .delivery-tracking-form form input[type="text"],
  .delivery-tracking-form form input[type="tel"],
  .delivery-tracking-form form input[type="email"],
  .delivery-tracking-form form input[type="number"],
  .delivery-tracking-form form select {
    width: 24em;
  }
}
.delivery-tracking-form form textarea {
  font-family: 'Open Sans Hebrew Regular', sans-serif;
  background-color: #ffffff;
  color: #666666;
  border: none;
  width: 100%;
  height: 120px;
  padding: 10px;
  font-size: 0.85em;
  border-radius: 6px;
  resize: none;
  margin-bottom: 1em;
}
.delivery-tracking-form form input[type="submit"] {
  font-family: 'Heebo', sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.delivery-tracking-form form input[type="submit"]:hover {
  cursor: pointer;
}
.delivery-tracking-form form label {
  margin-bottom: 0;
  font-size: 0.95em;
  color: #000;
}
.delivery-tracking-form form ::-webkit-input-placeholder {
  color: #000 !important;
}
.delivery-tracking-form form :-moz-placeholder {
  color: #000 !important;
}
.delivery-tracking-form form ::-moz-placeholder {
  color: #000 !important;
}
.delivery-tracking-form form :-ms-input-placeholder {
  color: #000 !important;
}
.delivery-tracking-form .form-group {
  position: relative;
  margin-bottom: 5px;
  width: 100%;
}
@media (min-width: 992px) {
  .delivery-tracking-form .form-group {
    width: auto;
  }
}
.delivery-tracking-form form {
  flex-flow: row;
}
@media (min-width: 992px) {
  .delivery-tracking-form form {
    flex-flow: row wrap;
  }
}
.delivery-tracking-form form .form-group {
  margin-bottom: 0;
}
.delivery-tracking-form form .btn-yellow {
  margin-left: 0 !important;
  margin-right: 15px !important;
  height: 50px;
}
@media (min-width: 992px) {
  .delivery-tracking-form form .btn-yellow {
    margin-right: 0 !important;
    height: auto;
  }
}
.delivery-tracking-table-wrapper {
  background: #f3f3f3;
  padding: 0.7em 1em;
  border-radius: 4px;
  overflow: scroll;
}
@media (min-width: 992px) {
  .delivery-tracking-table-wrapper {
    overflow: auto;
  }
}
.delivery-tracking-table-wrapper .delivery-tracking-table thead th {
  font-size: 0.75em;
  color: black;
  border-top: none;
  border-bottom: none;
}
.delivery-tracking-table-wrapper .delivery-tracking-table tbody tr {
  background: #ffffff;
}
.delivery-tracking-table-wrapper .delivery-tracking-table tbody tr td {
  font-size: 0.8em;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  padding: 0.5rem 0.75rem 0.6rem 0.75rem;
  color: #222222;
}
.delivery-tracking-table-wrapper .delivery-tracking-table tbody tr td:last-child {
  font-size: 0.85em;
}
@media (min-width: 992px) {
  .input-width-auto input[type="number"] {
    width: auto !important;
  }
}
@media (min-width: 1400px) {
  .input-width-auto input[type="number"] {
    width: 24em !important;
  }
}
/***************
page-delivery.less
 ***************/
.hand-image {
  position: absolute;
  bottom: 0;
  left: 15%;
  z-index: 2;
}
.page-delivery {
  min-height: 107vh;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .page-delivery {
    margin-bottom: 0;
  }
}
.page-delivery .tablet-style {
  background: #f8f8f8;
  padding: 0;
  border-radius: 20px;
  box-shadow: 0 0 5px 3px #d5d5d5;
}
@media (min-width: 992px) {
  .page-delivery .tablet-style {
    padding: 2.6em 3.3em;
  }
}
.page-delivery .delivery-form-wrapper {
  padding: 15px;
  border: 3px solid lightgray;
}
.page-delivery .delivery-form-wrapper form {
  background: #ffffff;
  padding: 0.7em;
  box-shadow: 0 0 0 15px #f3f3f3;
}
.page-delivery .delivery-form-wrapper form .two-ways:before {
  width: 24px;
  height: 24px;
  border: 1px solid #222222;
  display: inline-block;
  font-family: 'FontAwesome';
  content: "";
  text-align: center;
  padding-top: 3px;
  font-size: 14px;
  background-color: #ffffff;
  border-radius: 5px;
}
.page-delivery .delivery-form-wrapper form input[type="radio"]:checked + label:before {
  content: '';
  height: 11px;
  width: 11px;
  position: absolute;
  border: 1px solid;
  border-radius: 50%;
  background-color: #222222;
  top: 7px;
  right: 6px;
}
.page-delivery .delivery-form-wrapper form input[type="checkbox"]:checked + label:before {
  font-family: FontAwesome;
  content: '\f00c';
}
.page-delivery .delivery-form-wrapper form input[type="text"],
.page-delivery .delivery-form-wrapper form input[type="tel"],
.page-delivery .delivery-form-wrapper form input[type="email"],
.page-delivery .delivery-form-wrapper form input[type="tel"],
.page-delivery .delivery-form-wrapper form input[type="number"],
.page-delivery .delivery-form-wrapper form select,
.page-delivery .delivery-form-wrapper form .form-control {
  height: 50px !important;
  width: 100%;
}
.page-delivery .delivery-form-wrapper form .form-group {
  margin-bottom: 1.6em;
}
.page-delivery .delivery-form-wrapper form .form-group input[type="text"],
.page-delivery .delivery-form-wrapper form .form-group input[type="tel"],
.page-delivery .delivery-form-wrapper form .form-group input[type="email"],
.page-delivery .delivery-form-wrapper form .form-group input[type="tel"],
.page-delivery .delivery-form-wrapper form .form-group input[type="number"],
.page-delivery .delivery-form-wrapper form .form-group select,
.page-delivery .delivery-form-wrapper form .form-group .form-control {
  border: 1px solid #222222;
  border-radius: 5px;
}
.page-delivery .delivery-form-wrapper form .form-group textarea {
  border: 1px solid #222222;
  border-radius: 5px;
  height: 50px;
  resize: none;
}
.page-delivery .delivery-form-wrapper form .form-group .input-group input[type="text"],
.page-delivery .delivery-form-wrapper form .form-group .input-group input[type="tel"],
.page-delivery .delivery-form-wrapper form .form-group .input-group input[type="email"],
.page-delivery .delivery-form-wrapper form .form-group .input-group input[type="tel"],
.page-delivery .delivery-form-wrapper form .form-group .input-group input[type="number"],
.page-delivery .delivery-form-wrapper form .form-group .input-group select,
.page-delivery .delivery-form-wrapper form .form-group .input-group .form-control {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: transparent;
}
.page-delivery .delivery-form-wrapper form .form-group .input-group .input-group-addon {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: transparent;
  border: 1px solid #222222;
  border-left: none;
  color: #78358f;
  font-size: 1.2em;
  position: relative;
}
.page-delivery .delivery-form-wrapper form .form-group .input-group .input-group-addon:after {
  content: '';
  width: 1px;
  height: 65%;
  position: absolute;
  left: 0;
  background: #222222;
}
.page-delivery .delivery-form-wrapper .div-done {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.page-delivery .delivery-form-wrapper .done-middle {
  border-right: 1px solid;
  border-left: 1px solid;
  padding: 0 5px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .page-delivery .delivery-form-wrapper .done-middle {
    padding: 0 1em;
  }
}
.page-delivery .delivery-form-wrapper #delivery-time:after {
  font-family: 'icomoon';
  content: '\e91d';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.1em;
  width: 20px;
  height: 20px;
}
.arrives-field-group .btn,
.from-who-field-group .btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid #222222;
  padding: 1rem 0.5rem;
  font-size: 1rem;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  color: #000;
  cursor: pointer;
  outline: none !important;
  background: #ffffff;
}
.arrives-field-group .btn:hover,
.from-who-field-group .btn:hover {
  background-color: #f3f3f3;
}
.arrives-field-group .btn:focus,
.from-who-field-group .btn:focus {
  outline: none !important;
  box-shadow: none;
}
.arrives-field-group .btn.middle,
.from-who-field-group .btn.middle {
  margin: 15px 0;
}
@media (min-width: 992px) {
  .arrives-field-group .btn.middle,
  .from-who-field-group .btn.middle {
    border-right: 0 solid #222222;
    border-left: 0 solid #222222;
    margin: 0;
  }
}
.arrives-field-group .arrow-wrapper,
.from-who-field-group .arrow-wrapper {
  position: absolute;
  padding-right: 0;
  font-size: 0.9em;
  color: #000;
  height: 1em;
  pointer-events: none;
  left: 0.7vw;
  right: auto !important;
  bottom: 1em;
}
@media (min-width: 992px) {
  .arrives-field-group .arrow-wrapper,
  .from-who-field-group .arrow-wrapper {
    left: 12px;
  }
}
.arrives-field-group select.custom-select-orders,
.from-who-field-group select.custom-select-orders {
  border: 1px solid #222222;
  border-radius: 5px;
  height: 50px !important;
  font-size: 1rem;
  color: #464a4c;
  padding: 0.5rem 0.75rem;
}
.depart-field-group #regular-customer {
  border: 1px solid #222222;
  border-radius: 5px 0 0 5px;
  height: 50px !important;
  font-size: 1rem;
  color: #464a4c;
  padding: 0.5rem 0.75rem;
  border-right: none;
}
.depart-field-group label.error,
.arrives-field-group label.error,
.sender-field-group label.error,
.recipient-field-group label.error {
  color: red;
  position: absolute;
  top: 54px;
  font-size: 0.9em;
}
#takanon-form-group label.error {
  top: 27px;
}
.delivery-cube .error_custom_msg {
  color: red;
  font-size: 0.7em !important;
}
/*******************
archive-gift.less
 ***************/
.archive-gift {
  overflow-x: auto;
}
.archive-gift .regular-customers {
  min-height: 30vh;
}
@media (min-width: 992px) {
  .archive-gift .regular-customers {
    min-height: 60vh;
    overflow-x: hidden;
  }
}
.archive-gift .gifts .gift-wrapper {
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.archive-gift .gifts .gift-wrapper .gift-bottom {
  padding: 0 0.6em;
}
.archive-gift .gifts .gift-wrapper .gift-bottom .title-gift {
  font-size: 0.85em;
  font-weight: 700;
  color: black;
}
.archive-gift .gifts .gift-wrapper .gift-bottom p {
  font-size: 0.75em;
}
@media (min-width: 992px) {
  .archive-gift .gifts .gift-wrapper .gift-bottom p {
    height: 61.362px;
    overflow: hidden;
  }
}
.archive-gift .gifts .gift-wrapper .gift-bottom .gift-points-count {
  font-size: 2.4em;
}
.archive-gift .gifts .gift-wrapper .gift-bottom .gift-points-text {
  font-size: 0.75em;
}
.archive-gift .gifts .gift-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  background: #f8e600;
  border-radius: 5px;
}
.archive-gift .gifts .gift-back .back-title {
  font-size: 0.8em;
  font-weight: 700;
  color: #222222;
  padding-top: 1em;
  margin-bottom: 0;
}
.archive-gift .gifts .gift-back .back-text {
  font-size: 0.8em;
  color: #222222;
  margin-bottom: 1em;
  display: inline-block;
}
.archive-gift .gifts .gift-thanks {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  background: #f8e600;
  border-radius: 5px;
}
.archive-gift .gifts .gift-thanks .back-title {
  font-size: 0.8em;
  font-weight: 700;
  color: #222222;
  padding-top: 1em;
  margin-bottom: 0;
}
.archive-gift .gifts .gift-thanks .content-wrapper {
  height: 77%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.archive-gift .gifts .gift-thanks .content-wrapper .icon {
  font-size: 4.6em;
}
.contact-form-gift form input[type="text"],
.search-form-wrapper form input[type="text"],
.contact-form-gift form input[type="tel"],
.search-form-wrapper form input[type="tel"],
.contact-form-gift form input[type="email"],
.search-form-wrapper form input[type="email"],
.contact-form-gift form input[type="tel"],
.search-form-wrapper form input[type="tel"],
.contact-form-gift form input[type="number"],
.search-form-wrapper form input[type="number"],
.contact-form-gift form select,
.search-form-wrapper form select {
  font-family: 'Open Sans Hebrew Regular', sans-serif;
  border: none;
  background-color: #ffffff;
  width: 100%;
  height: 3.1em;
  font-size: 0.85em;
  padding: 0 10px;
  border-radius: 6px;
}
.contact-form-gift form textarea,
.search-form-wrapper form textarea {
  font-family: 'Open Sans Hebrew Regular', sans-serif;
  background-color: #ffffff;
  color: #666666;
  border: none;
  width: 100%;
  height: 120px;
  padding: 10px;
  font-size: 0.85em;
  border-radius: 6px;
  resize: none;
  margin-bottom: 1em;
}
.contact-form-gift form input[type="submit"],
.search-form-wrapper form input[type="submit"] {
  font-family: 'Open Sans Hebrew Regular', sans-serif;
  font-size: 1em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-form-gift form input[type="submit"]:hover,
.search-form-wrapper form input[type="submit"]:hover {
  cursor: pointer;
}
.contact-form-gift form label,
.search-form-wrapper form label {
  margin-bottom: 0;
  font-size: 0.95em;
  color: #000;
}
.contact-form-gift form ::-webkit-input-placeholder,
.search-form-wrapper form ::-webkit-input-placeholder {
  color: #000 !important;
}
.contact-form-gift form :-moz-placeholder,
.search-form-wrapper form :-moz-placeholder {
  color: #000 !important;
}
.contact-form-gift form ::-moz-placeholder,
.search-form-wrapper form ::-moz-placeholder {
  color: #000 !important;
}
.contact-form-gift form :-ms-input-placeholder,
.search-form-wrapper form :-ms-input-placeholder {
  color: #000 !important;
}
.contact-form-gift .form-group,
.search-form-wrapper .form-group {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
/********* flipper ***********/
.archive-gift .flip-container,
.archive-gift .front,
.archive-gift .back {
  width: 100%;
  height: 27.2rem;
}
@media (min-width: 992px) {
  .archive-gift .flip-container,
  .archive-gift .front,
  .archive-gift .back {
    height: 26.5rem;
  }
}
.flip-container {
  perspective: 1000px;
}
/* flip the pane when hovered */
.flip-container,
.front,
.back {
  width: 100%;
  height: 25.2rem;
}
/* flip speed goes here */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
/* hide back of pane during swap */
.front,
.back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
}
/* back, initially hidden pane */
.back {
  transform: rotateY(180deg);
}
/*************
regular-customers.less
 **************/
.regular-customers table thead tr {
  border-bottom: 2px solid #d5d5d5;
}
.regular-customers table thead tr th {
  font-size: 0.8em;
  color: #222222;
}
@media (min-width: 992px) {
  .regular-customers table thead tr th {
    font-size: 0.65rem;
  }
}
@media (min-width: 1200px) {
  .regular-customers table thead tr th {
    font-size: 0.65rem;
  }
}
@media (min-width: 1400px) {
  .regular-customers table thead tr th {
    font-size: 0.95rem;
  }
}
.regular-customers table tbody tr:hover {
  box-shadow: 0 0 0 2px #f8e600, 0 2px 0 1px #f8e600;
}
.regular-customers table tbody tr th {
  font-size: 0.8em;
  font-weight: 100;
}
.regular-customers table tbody tr td {
  font-size: 0.8em;
}
.regular-customers table tbody tr td .cancel-order-button {
	margin: 0 auto;
	font-size: 1.2em;
	display: block;
	text-align: center;
}
@media (min-width: 992px) {
  .regular-customers table tbody tr td {
    font-size: 0.65rem;
  }
}
@media (min-width: 1200px) {
  .regular-customers table tbody tr td {
    font-size: 0.65rem;
  }
}
@media (min-width: 1400px) {
  .regular-customers table tbody tr td {
    font-size: 0.95rem;
  }
}
.regular-customers table tbody input[type="text"] {
  height: 2.2em;
}
/*****************
dashboard.less
 *************/
@media (min-width: 992px) {
  .dashboard-top-height {
    min-height: 5.3em;
  }
}
.dashboard-top-height .dashboard-header {
  padding: 15px 0;
}
@media (min-width: 992px) {
  .dashboard-top-height .dashboard-header {
    padding: 0 15px;
  }
}
.dashboard-top-height .dashboard-header .icon {
  font-size: 2.2em;
  color: #78358f;
}
.dashboard-top-height .dashboard-header h1 {
  font-size: 1.2em;
  font-weight: 700;
  color: #222222;
  margin-bottom: 0;
}
.dashboard-top-height .dashboard-header span {
  font-size: 1.1em;
  color: #222222;
}
.dashboard-top-height .search-form-wrapper input[type="text"],
.dashboard-top-height .search-form-wrapper input[type="number"] {
  border: 1px solid #222222 !important;
}
.dashboard-top-height .search-form-wrapper .form-group {
  width: 21.4em;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .dashboard-top-height .search-form-wrapper .form-group {
    margin-bottom: 0;
  }
}
.dashboard-top-height .search-form-wrapper .custom-form-group {
  width: 92vw;
  margin: 0 auto 15px auto;
}
@media (min-width: 992px) {
  .dashboard-top-height .search-form-wrapper .custom-form-group {
    width: 21.4em;
    margin-bottom: 0;
  }
}
.dashboard-top-height .dashboard-header-left .icon-plus {
  font-size: 0.4em;
  color: white;
  border-radius: 50%;
  padding: 0.4em;
}
.dashboard-top-height .dashboard-header-left .header-left-text {
  font-size: 0.75em;
  font-weight: 500;
  color: #ffffff;
}
.dashboard-top-height .position-bottom-left-desktop {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .dashboard-top-height .position-bottom-left-desktop {
    margin-bottom: 0;
  }
}
.form-settings input[type="email"] {
  font-size: 0.8em;
  background: #ebebeb;
}
.form-settings input[type="email"].checked {
  background: transparent;
}
.form-settings label:before {
  border-radius: 5px;
}
.dashboard-invoice-details .invoice-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 1px solid #f8e600;
  border-radius: 5px;
  height: 4.5em;
}
.dashboard-invoice-details .invoice-wrapper .invoice-date {
  font-size: 2.3em;
}
.deliveries-status-extra span {
  display: block;
}
.deliveries-status-extra span:nth-child(2n + 1) {
  font-weight: bold;
}
@media (max-width: 992px) {
  .side-bar-ul {
    list-style: none;
    padding: 0;
    position: fixed;
    right: 0;
    top: initial;
    z-index: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    overflow-x: auto;
    width: 100%;
    -webkit-box-shadow: 0 1px 6px #a28b8b;
    -moz-box-shadow: 0 1px 6px #a28b8b;
    box-shadow: 0 1px 6px #a28b8b;
  }
}
.side-bar-ul .current-menu-item {
  background-color: #ffffff;
  border-bottom: 3px solid #78358f;
}
.side-bar-ul .current-menu-item .side-bar-text {
  color: #78358f;
  font-weight: 400;
}
@media (min-width: 992px) {
  .side-bar-ul .current-menu-item .side-bar-text {
    color: #222222;
    font-weight: bold;
  }
}
.side-bar-ul .current-menu-item .icon {
  color: #222222;
}
@media (min-width: 992px) {
  .side-bar-ul .current-menu-item {
    background-color: #f8e600;
    border-bottom: none;
  }
}
@media (max-width: 992px) {
  .side-bar-ul li {
    white-space: nowrap;
  }
}
.dashboard .check_box_label_concent {
  font-size: 12px;
}
.dashboard .top-level-row .widget {
  border-radius: 5px;
}
.dashboard .top-level-row .widget-right {
  background-color: #78358f;
}
.dashboard .top-level-row .widget-header-right {
  font-size: 1em;
  line-height: 19px;
  color: #ffffff;
  font-weight: bold;
}
.dashboard .top-level-row .dashboards-icons-right {
  color: #ffffff;
  font-size: 5em;
}
.dashboard .top-level-row .widget-header {
  font-size: 0.95em;
  line-height: 18px;
  color: #222222;
  font-weight: bold;
  padding-bottom: 0.8em;
}
.dashboard .top-level-row .dashboards-icons {
  color: #78358f;
  font-size: 5em;
}
.dashboard .top-level-row .widget-header-bottom {
  font-size: 0.85em;
  line-height: 16px;
  color: #666666;
  font-weight: normal;
}
.dashboard .top-level-row .box-number {
  font-size: 2.7em;
  line-height: 50px;
  color: #666666;
  font-weight: normal;
}
.dashboard .middle-row .widget {
  border-radius: 5px;
}
.dashboard .middle-row .widget-mid-title {
  font-size: 0.95em;
  line-height: 18px;
  color: #222222;
  font-weight: bold;
  padding-bottom: 1.4em;
}
.dashboard .middle-row .permanent-customers-box-details {
  padding: 0.5em 0;
  border-bottom: 1px solid #f3f3f3;
}
.dashboard .middle-row .permanent-customers-box-details .dashboard_receive_name {
  font-size: 0.85em;
  line-height: 16px;
  color: #666666;
  font-weight: bold;
}
.dashboard .middle-row .permanent-customers-box-details .dashboard_receive_phone {
  font-size: 0.85em;
  line-height: 16px;
  color: #666666;
  font-weight: normal;
}
.dashboard .middle-row .permanent-customers-box-details .left-buttons .icon {
  font-size: 0.75em;
  line-height: 16px;
  color: #666666;
  font-weight: normal;
}
.dashboard .middle-row .permanent-customers-box-details .left-buttons .icon.icon-pencil {
  padding-left: 12px;
}
.dashboard .middle-row .permanent-customers-box-details .left-buttons .icon:hover {
  color: #78358f;
}
.dashboard .middle-row .permanent-customers-box-details .icon-avatar {
  font-size: 0.85em;
  line-height: 16px;
  color: #666666;
}
.dashboard .middle-row .bottom-customers-summary {
  padding-top: 0.5em;
  position: absolute;
  width: 100%;
  bottom: 45px;
}
@media (min-width: 1400px) {
}
.dashboard .middle-row .bottom-customers-summary .total_summary {
  font-size: 0.85em;
  line-height: 16px;
  color: #666666;
  font-weight: normal;
}
.dashboard .middle-row table {
  width: 100%;
  display: table;
}
.dashboard .middle-row table.delivery_management {
  width: 100%;
}
.dashboard .middle-row table.delivery_management td {
  font-size: 0.85em;
  line-height: 16px;
  color: #666666;
  font-weight: normal;
}
.dashboard .middle-row table.delivery_management td .icon {
  font-size: 0.85em;
  line-height: 16px;
  color: #666666;
  font-weight: normal;
}
.dashboard .middle-row table.delivery_management td .icon.icon-pencil {
  padding-left: 12px;
}
.dashboard .middle-row table.delivery_management td .icon:hover {
  color: #78358f;
}
.dashboard .middle-row table.delivery_management th {
  font-size: 0.85em;
  line-height: 16px;
  color: #222222;
  font-weight: bold;
  border-top: none;
}
.dashboard .middle-row .customer_invoice {
  padding: 0.5em 0;
  border-bottom: 1px solid #f3f3f3;
}
.dashboard .middle-row .customer_invoice .customer_invoice-right {
  font-size: 0.85em;
  line-height: 16px;
  color: #666666;
  font-weight: bold;
}
.dashboard .middle-row .customer_invoice .customer_invoice-left a {
  font-size: 0.85em;
  line-height: 16px;
  color: #666666;
  font-weight: normal;
  border-radius: 5px;
  border: 1px solid #f8e600;
  padding: 0.1em 0.8em;
}
.dashboard .middle-row .customer_invoice .customer_invoice-left a:hover {
  color: #666666;
  font-weight: normal;
  border-radius: 5px;
  border: 0px solid #f8e600;
  background-color: #f8e600;
  padding: 0.1em 0.8em;
}
.dashboard .bottom-row-gifts .dashboards-icons {
  color: #78358f;
  font-size: 5em;
  padding-left: 0.15em;
}
.dashboard .bottom-row-gifts .details-title {
  font-size: 1.1em;
  line-height: 18px;
  color: #222222;
  font-weight: bold;
  padding-bottom: 0.25em;
}
.dashboard .bottom-row-gifts .details-text-title {
  font-size: 0.9em;
  line-height: 16px;
  color: #666666;
  font-weight: normal;
}
.dashboard .bottom-row-gifts .card-img-overlay {
  top: auto;
  bottom: 0;
}
.dashboard .bottom-row-gifts .card-img-overlay .card-title {
  font-size: 1.25em;
  line-height: 24px;
  color: #ffffff;
  font-weight: bold;
}
.dashboard .bottom-row-gifts .card-img-overlay .card-text {
  font-size: 0.95em;
  line-height: 18px;
  color: #ffffff;
  font-weight: bold;
}
.dashboard .bottom-row-gifts .flip-container .gift-bottom .title-gift {
  font-size: 0.95em;
  line-height: 18px;
  color: #222222;
  font-weight: bold;
}
.dashboard .bottom-row-gifts .flip-container .gift-bottom p {
  font-size: 0.85em;
  line-height: 20px;
  color: #666666;
  font-weight: normal;
}
.dashboard .bottom-row-gifts .flip-container .gift-points-count {
  font-size: 2.2em;
  line-height: 50px;
  color: #666666;
  font-weight: normal;
}
.dashboard .bottom-row-gifts .flip-container .gift-points-text {
  font-size: 0.85em;
  line-height: 20px;
  color: #666666;
  font-weight: normal;
}
.bottom-row-gifts {
  width: 100%;
  margin: 0 auto;
}
.bottom-row-gifts .pamper {
  position: absolute;
  bottom: 0;
  margin-left: 15px;
}
.bottom-row-gifts .regular-customers {
  min-height: 60vh;
}
@media (min-width: 992px) {
  .bottom-row-gifts .regular-customers {
    min-height: 60vh;
  }
}
.bottom-row-gifts .gifts .gift-wrapper {
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bottom-row-gifts .gifts .gift-wrapper .gift-bottom {
  padding: 0 0.6em;
}
.bottom-row-gifts .gifts .gift-wrapper .gift-bottom .title-gift {
  font-size: 0.85em;
  font-weight: 700;
  color: black;
}
.bottom-row-gifts .gifts .gift-wrapper .gift-bottom p {
  font-size: 0.75em;
}
@media (min-width: 992px) {
  .bottom-row-gifts .gifts .gift-wrapper .gift-bottom p {
    height: 61.362px;
    overflow: hidden;
  }
}
.bottom-row-gifts .gifts .gift-wrapper .gift-bottom .gift-points-count {
  font-size: 2.4em;
}
.bottom-row-gifts .gifts .gift-wrapper .gift-bottom .gift-points-text {
  font-size: 0.75em;
}
.bottom-row-gifts .gifts .gift-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  background: #f8e600;
  border-radius: 5px;
}
.bottom-row-gifts .gifts .gift-back .back-title {
  font-size: 0.8em;
  font-weight: 700;
  color: #222222;
  padding-top: 1em;
  margin-bottom: 0;
}
.bottom-row-gifts .gifts .gift-back .back-text {
  font-size: 0.8em;
  color: #222222;
  margin-bottom: 1em;
  display: inline-block;
}
.bottom-row-gifts .gifts .gift-thanks {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  background: #f8e600;
  border-radius: 5px;
}
.bottom-row-gifts .gifts .gift-thanks .content-wrapper {
  height: 77%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bottom-row-gifts .gifts .gift-thanks .content-wrapper .icon {
  font-size: 4.6em;
}
.bottom-row-gifts .gifts .gift-thanks .back-title {
  font-size: 0.8em;
  font-weight: 700;
  color: #222222;
  padding-top: 1em;
  margin-bottom: 0;
}
.bottom-row-gifts .gifts .gift-thanks .back-text {
  font-size: 0.8em;
  color: #222222;
  margin-bottom: 1em;
  display: inline-block;
}
/*==================================================
=            order-concentartion-page.less         =
====================================================*/
.order-concentration .dashboard-header .icon {
  font-size: 2.2em;
  color: #78358f;
}
.order-concentration .dashboard-header span {
  font-size: 1.1em;
  color: #222222;
}
.order-concentration .dashboard-header h1 {
  font-size: 1.2em;
  font-weight: 700;
  color: #222222;
  margin-bottom: 0;
}
.order-concentration .search-form-wrapper .form-group .input-group-addon {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #ffffff;
  border: 1px solid #222222;
  border-left: none;
  color: #000;
  font-size: 1.2em;
  position: relative;
}
.order-concentration .search-form-wrapper .form-group .input-group-addon:after {
  content: '';
  width: 1px;
  height: 65%;
  position: absolute;
  top: 1vh;
  left: 0;
  background: #000;
}
.page-template-page-order-concentration .seperator-line {
  padding: initial;
}
.page-template-page-order-concentration .form-group.input-group.mb-0 {
  border: 1px solid black;
  border-radius: 6px;
}
.page-template-page-order-concentration .search-form-wrapper .form-group {
  width: initial;
}
.page-template-page-order-concentration .icon-calendar {
  border: none;
  background-color: white;
  border-radius: 6px!important;
}
.page-template-page-order-concentration .form-group:first-of-type {
  width: 100%;
}
.page-template-page-order-concentration .check_box_label_concent {
  font-size: 12px;
}
input#search-deliveries-status,
input#from-date,
input#to-date {
  border: none !important;
  margin: 0!important;
  border-radius: 6px!important;
}
.order-concentration .search-form-wrapper form .form-group input[type="text"] {
  border: 1px solid #222222;
  border-radius: 5px;
}
.order-concentration .search-form-wrapper form .form-group input[type="tel"] {
  border: 1px solid #222222;
  border-radius: 5px;
}
.order-concentration .search-form-wrapper form .form-group input[type="email"] {
  border: 1px solid #222222;
  border-radius: 5px;
}
.order-concentration .search-form-wrapper form .form-group input[type="number"] {
  border: 1px solid #222222;
  border-radius: 5px;
}
.order-concentration .search-form-wrapper form .form-group select {
  border: 1px solid #222222;
  border-radius: 5px;
}
.order-concentration .search-form-wrapper form .form-group .form-control {
  border: 1px solid #222222;
  border-radius: 5px;
}
.order-concentration .dashboard-top-height .search-form-wrapper input[type="text"] {
  border-right: 0 solid #222222 !important;
}
.order-concentration .dashboard-top-height .search-form-wrapper input[type="number"] {
  border-right: 0 solid #222222 !important;
}
.order-concentration .search-form-wrapper form .form-group .input-group input[type="text"] {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #ffffff;
}
.order-concentration .search-form-wrapper form .form-group .input-group input[type="tel"] {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #ffffff;
}
.order-concentration .search-form-wrapper form .form-group .input-group input[type="email"] {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #ffffff;
}
.order-concentration .search-form-wrapper form .form-group .input-group input[type="number"] {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #ffffff;
}
.order-concentration .search-form-wrapper form .form-group .input-group select {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #ffffff;
}
.order-concentration .search-form-wrapper form .form-group .input-group .form-control {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #ffffff;
}
.order-concentration .table {
  width: 100%;
  max-width: 100%;
}
.order-concentration .table tbody tr {
  border-bottom: 2px solid #d5d5d5;
}
.order-concentration .table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
/*****************
page-regular-customers.less
 *****************/
.edit-row .details {
  display: none;
}
.edit-row input,
.edit-row textarea {
  display: inline-block !important;
}
.edit-row .trash-close-td .hidden {
  display: inline-block !important;
}
/******************
sms.less
**************/
.mobile #page {
  padding: 0;
}
#main-header-sms {
  padding: 15px 0;
}
.welcome-text h2 {
  font-weight: 600;
}
.welcome-text p {
  font-weight: 300;
  font-size: 1.1em;
}
.yellow-buttons {
  position: fixed;
  bottom: 0;
}
.yellow-buttons .icon {
  color: #78358f !important;
  font-weight: 500 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem !important;
  border-radius: 50% !important;
  width: 2em;
  height: 2em;
  background-image: -webkit-linear-gradient(90deg, #000000 -500%, #f8e600 110%);
  background-image: -moz-linear-gradient(90deg, #000000 -500%, #f8e600 110%);
  background-image: -ms-linear-gradient(90deg, #000000 -500%, #f8e600 110%);
  margin: auto;
}
.delivery-date-sms .btn-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5.5vh !important;
  width: 2em;
  height: 2em;
  background-color: #666666;
  color: #ffffff;
  border-radius: 8px;
  padding: 6px 20px;
  font-size: 13px;
  font-weight: 600;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  background-image: -webkit-linear-gradient(90deg, #000000 -400%, #ffffff 110%);
  background-image: -moz-linear-gradient(90deg, #000000 -400%, #ffffff 110%);
  background-image: -ms-linear-gradient(90deg, #000000 -400%, #ffffff 110%);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
}
.delivery-date-sms .btn-bottom:hover {
  background-color: #78358f;
  color: #ffffff;
}
@media (min-width: 992px) {
  .delivery-date-sms .btn-bottom {
    padding: 0.95em 3em 1.1em 3em;
    font-size: 0.8em !important;
  }
}
.delivery-date-sms .change-address input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'Heebo', sans-serif;
}
.delivery-date-sms .change-address input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Heebo', sans-serif;
}
.delivery-date-sms .change-address input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Heebo', sans-serif;
}
.delivery-date-sms .change-address input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Heebo', sans-serif;
}
.delivery-date-sms .dates input[type="radio"] {
  position: absolute;
  visibility: hidden;
  height: 0;
  width: 0;
}
.delivery-date-sms .dates label {
  position: relative;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 0;
  padding-top: 10px;
}
.delivery-date-sms .dates label:before {
  width: 25px;
  height: 25px;
  border: 1px solid #222222;
  display: inline-block;
  content: "";
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
}
.delivery-date-sms .dates label span {
  font-size: 4vw;
}
.delivery-date-sms .dates input:checked + label {
  background-image: -webkit-linear-gradient(90deg, #000000 -400%, #ffffff 110%);
}
.delivery-date-sms .dates input:checked + label:after {
  content: '';
  height: 10px;
  width: 10px;
  background: #222222;
  border-radius: 50%;
  position: absolute;
  top: 18px;
  right: 8px;
}
.delivery-date-sms .dates .radio {
  overflow-y: scroll;
}
.delivery-date-sms.update-location .dates .radio {
  min-height:unset;
}
.delivery-date-sms p {
  color: #222222;
}
.thanks-sms .gmail_default {
  font-size: 1rem;
}
.error-sms .icon-exclamation {
  color: #e74c3c;
  font-size: 4em;
}
.error-sms h2 {
  margin-bottom: 0;
  font-weight: 600;
}
.error-sms p {
  color: #222222;
}
.thanks-sms h2 {
  font-size: 1.2em;
  font-weight: 500;
}
.thanks-sms p {
  color: black;
  font-size: 1em;
  padding: 0 2em;
}
.loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.custom-img {
  height: 12em;
  margin: 0 auto;
  display: block;
}
/***********
thank-you-internal.less
***********/
.internal-thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .internal-thanks {
    min-height: 35em;
  }
}
.internal-thanks h1 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #78358f;
  max-width: 100%;
}
.internal-thanks table {
  background-color: #f3f3f3;
}
/**************
page-customer-delivery-new.less
**************/
.general-label {
  font-size: 1rem;
  font-weight: 500;
}
.general-label:hover {
  cursor: pointer;
}
.fields-wrapper label {
  font-size: 0.9rem;
}
.summary {
  background-color: #f3f3f3;
  border: 1px solid #666666;
  border-radius: 5px;
  padding: 4px 10px;
}
.summary .row .col-md {
  min-height: 40px;
}
@media (min-width: 992px) {
  .summary .row .col-md {
    border-left: 1px solid #666666;
  }
  .summary .row .col-md:last-child {
    border-left: 0;
  }
}
.summary .row .col {
  border-left: 1px solid #666666;
  min-height: 40px;
}
.summary .row .col:last-child {
  border-left: 0;
}
.summary .small-label {
  font-size: 14px;
}
.summary .summary-1,
.summary .summary-2,
.summary .summary-3,
.summary .summary-4 {
  font-size: 0.9em;
  font-weight: 600;
}
.page-delivery input[type="text"]:focus,
.page-delivery input[type="number"]:focus,
.page-delivery input[type="tel"]:focus,
.page-delivery input[type="email"]:focus {
  border: 1px solid #78358f !important;
}
.page-delivery input[type="text"]:focus::-webkit-input-placeholder,
.page-delivery input[type="number"]:focus::-webkit-input-placeholder,
.page-delivery input[type="tel"]:focus::-webkit-input-placeholder,
.page-delivery input[type="email"]:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #78358f;
}
.page-delivery input[type="text"]:focus::-moz-placeholder,
.page-delivery input[type="number"]:focus::-moz-placeholder,
.page-delivery input[type="tel"]:focus::-moz-placeholder,
.page-delivery input[type="email"]:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #78358f;
}
.page-delivery input[type="text"]:focus:-ms-input-placeholder,
.page-delivery input[type="number"]:focus:-ms-input-placeholder,
.page-delivery input[type="tel"]:focus:-ms-input-placeholder,
.page-delivery input[type="email"]:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: #78358f;
}
.page-delivery input[type="text"]:focus:-moz-placeholder,
.page-delivery input[type="number"]:focus:-moz-placeholder,
.page-delivery input[type="tel"]:focus:-moz-placeholder,
.page-delivery input[type="email"]:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #78358f;
}
.delivery-container {
  padding: 0;
}
@media (min-width: 992px) {
  .delivery-container {
    background-image: url("images/background.jpg");
    padding: inherit;
  }
}
#dest-to-dest {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#to-me {
  border-radius: 0;
}
#from-me {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.delivery-form-customer .arrow-wrapper {
  bottom: 17px;
}
/**************
page-order-concentration.less
**************/
.search-form-deliveries-status {
  flex-flow: column;
}
@media (min-width: 992px) {
  .search-form-deliveries-status {
    flex-flow: row wrap;
  }
}
.search-form-deliveries-status .form-group {
  width: 100% !important;
}
@media (min-width: 992px) {
  .search-form-deliveries-status .form-group {
    width: auto !important;
  }
}
/**************
page-customer-delivery-2.less
**************/
.general-label {
  font-size: 1rem;
  font-weight: 500;
}
.general-label:hover {
  cursor: pointer;
}
.summary {
  background-color: #f3f3f3;
  border: 1px solid #666666;
  border-radius: 5px;
  padding: 4px 10px;
}
.summary .row .col-md {
  min-height: 40px;
}
@media (min-width: 992px) {
  .summary .row .col-md {
    border-left: 1px solid #666666;
  }
  .summary .row .col-md:last-child {
    border-left: 0;
  }
}
.summary .row .col {
  border-left: 1px solid #666666;
  min-height: 40px;
}
.summary .row .col:last-child {
  border-left: 0;
}
.summary .small-label {
  font-size: 14px;
}
.summary .summary-1,
.summary .summary-2,
.summary .summary-3,
.summary .summary-4 {
  font-size: 0.9em;
  font-weight: 600;
}
select {
  font-family: 'Heebo', sans-serif !important;
  background-color: #ffffff;
}
textarea {
  font-family: 'Heebo', sans-serif !important;
}
.page-delivery-2 {
  min-height: 107vh;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .page-delivery-2 {
    margin-bottom: 0;
  }
}
.page-delivery-2 .tablet-style {
  background: #f8f8f8;
  padding: 0;
  border-radius: 20px;
  box-shadow: 0 0 5px 3px #d5d5d5;
}
@media (min-width: 992px) {
  .page-delivery-2 .tablet-style {
    padding: 2.6em 3.3em;
  }
}
.page-delivery-2 .delivery-form-wrapper form input[type="radio"]:checked + label:before {
  content: '';
  height: 20px;
  width: 20px;
  position: absolute;
  border: 1px solid;
  border-radius: 50%;
  background-color: #f8e600;
  top: 0;
  right: 0;
}
.page-delivery-2 .delivery-form-wrapper form input[type="checkbox"]:checked + label:after {
  font-family: FontAwesome;
  content: '\f00c';
  position: absolute;
  right: 2px;
  font-size: 13px;
  top: 3px;
}
.page-delivery-2 .delivery-form-wrapper form input[type="text"],
.page-delivery-2 .delivery-form-wrapper form input[type="tel"],
.page-delivery-2 .delivery-form-wrapper form input[type="email"],
.page-delivery-2 .delivery-form-wrapper form input[type="number"],
.page-delivery-2 .delivery-form-wrapper form select,
.page-delivery-2 .delivery-form-wrapper form .form-control {
  height: 35px !important;
  width: 100%;
  border: 1px solid #cddae1;
  border-radius: 0;
}
.page-delivery-2 .delivery-form-wrapper form textarea {
  border: 1px solid #cddae1;
  border-radius: 0;
  resize: none;
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  height: 106px;
}
.page-delivery-2 .delivery-form-wrapper form .form-group {
  margin-bottom: 1.6em;
  position: relative;
}
.page-delivery-2 .delivery-form-wrapper form .form-group .input-group input[type="text"],
.page-delivery-2 .delivery-form-wrapper form .form-group .input-group input[type="tel"],
.page-delivery-2 .delivery-form-wrapper form .form-group .input-group input[type="email"],
.page-delivery-2 .delivery-form-wrapper form .form-group .input-group input[type="tel"],
.page-delivery-2 .delivery-form-wrapper form .form-group .input-group input[type="number"],
.page-delivery-2 .delivery-form-wrapper form .form-group .input-group select,
.page-delivery-2 .delivery-form-wrapper form .form-group .input-group .form-control {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: transparent;
}
.page-delivery-2 .delivery-form-wrapper form .form-group .input-group .input-group-addon {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: transparent;
  border: 1px solid #222222;
  border-left: none;
  color: #78358f;
  font-size: 1.2em;
  position: relative;
}
.page-delivery-2 .delivery-form-wrapper form .form-group .input-group .input-group-addon:after {
  content: '';
  width: 1px;
  height: 65%;
  position: absolute;
  left: 0;
  background: #222222;
}
.page-delivery-2 .delivery-form-wrapper .div-done {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.page-delivery-2 .delivery-form-wrapper .done-middle {
  border-right: 1px solid;
  border-left: 1px solid;
  padding: 0 5px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .page-delivery-2 .delivery-form-wrapper .done-middle {
    padding: 0 1em;
  }
}
.page-delivery-2 .delivery-form-wrapper #delivery-time:after {
  font-family: 'icomoon';
  content: '\e91d';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.1em;
  width: 20px;
  height: 20px;
}
.page-delivery-2 .from-who-field-group .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid #78358f;
  padding: 0.4rem 0.5rem;
  font-size: 1.2rem;
  transition: all 0.2s ease-in-out;
  color: #000;
  cursor: pointer;
  outline: none !important;
  background: #ffffff;
  font-family: 'Heebo', sans-serif;
}
.page-delivery-2 .from-who-field-group .btn:hover {
  background-color: #f8e600;
}
.page-delivery-2 .from-who-field-group .btn:focus {
  outline: none !important;
  box-shadow: none;
}
.page-delivery-2 .from-who-field-group .btn .icon {
  font-size: 2.1rem;
}
.page-delivery-2 .from-who-field-group .arrow-wrapper {
  position: absolute;
  padding-right: 0;
  font-size: 0.9em;
  color: #000;
  height: 1em;
  pointer-events: none;
  left: 0.7vw;
  right: auto !important;
  bottom: 1em;
}
@media (min-width: 992px) {
  .page-delivery-2 .from-who-field-group .arrow-wrapper {
    left: 12px;
  }
}
.page-delivery-2 .from-who-field-group select.custom-select-orders {
  border: 1px solid #222222;
  border-radius: 5px;
  height: 50px !important;
  font-size: 1rem;
  color: #464a4c;
  padding: 0.5rem 0.75rem;
}
.page-delivery-2 .fields-wrapper label {
  font-size: 1.1rem;
}
.page-delivery-2 .package-size-buttons .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid #78358f;
  padding: 0.4rem 0.5rem;
  font-size: 1.2rem;
  transition: all 0.2s ease-in-out;
  color: #000;
  cursor: pointer;
  outline: none !important;
  background: #ffffff;
  font-family: 'Heebo', sans-serif;
  height: 6.5rem;
}
.page-delivery-2 .package-size-buttons .btn:hover {
  background-color: #f8e600;
}
.page-delivery-2 .package-size-buttons .btn:focus {
  outline: none !important;
  box-shadow: none;
}
.page-delivery-2 input[type="text"],
.page-delivery-2 input[type="number"],
.page-delivery-2 input[type="tel"],
.page-delivery-2 input[type="email"],
.page-delivery-2 textarea,
.page-delivery-2 select {
  font-family: 'Heebo', sans-serif;
  font-size: 1rem;
}
.page-delivery-2 input[type="text"]:focus,
.page-delivery-2 input[type="number"]:focus,
.page-delivery-2 input[type="tel"]:focus,
.page-delivery-2 input[type="email"]:focus,
.page-delivery-2 textarea:focus,
.page-delivery-2 select:focus {
  border: 1px solid #78358f !important;
}
.page-delivery-2 input[type="text"]:focus::-webkit-input-placeholder,
.page-delivery-2 input[type="number"]:focus::-webkit-input-placeholder,
.page-delivery-2 input[type="tel"]:focus::-webkit-input-placeholder,
.page-delivery-2 input[type="email"]:focus::-webkit-input-placeholder,
.page-delivery-2 textarea:focus::-webkit-input-placeholder,
.page-delivery-2 select:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #78358f;
  font-family: 'Heebo', sans-serif;
  font-size: 1rem;
}
.page-delivery-2 input[type="text"]:focus::-moz-placeholder,
.page-delivery-2 input[type="number"]:focus::-moz-placeholder,
.page-delivery-2 input[type="tel"]:focus::-moz-placeholder,
.page-delivery-2 input[type="email"]:focus::-moz-placeholder,
.page-delivery-2 textarea:focus::-moz-placeholder,
.page-delivery-2 select:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #78358f;
  font-family: 'Heebo', sans-serif;
  font-size: 1rem;
}
.page-delivery-2 input[type="text"]:focus:-ms-input-placeholder,
.page-delivery-2 input[type="number"]:focus:-ms-input-placeholder,
.page-delivery-2 input[type="tel"]:focus:-ms-input-placeholder,
.page-delivery-2 input[type="email"]:focus:-ms-input-placeholder,
.page-delivery-2 textarea:focus:-ms-input-placeholder,
.page-delivery-2 select:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: #78358f;
  font-family: 'Heebo', sans-serif;
  font-size: 1rem;
}
.page-delivery-2 input[type="text"]:focus:-moz-placeholder,
.page-delivery-2 input[type="number"]:focus:-moz-placeholder,
.page-delivery-2 input[type="tel"]:focus:-moz-placeholder,
.page-delivery-2 input[type="email"]:focus:-moz-placeholder,
.page-delivery-2 textarea:focus:-moz-placeholder,
.page-delivery-2 select:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #78358f;
  font-family: 'Heebo', sans-serif;
  font-size: 1rem;
}
.delivery-form-customer .arrow-wrapper {
  bottom: 17px;
}
.delivery-form-customer .arrow-wrapper-3, .change-address .arrow-wrapper-3  {
  bottom: 9px;
}
/***************
text.less
*************/
.text-1 {
  font-size: 1.3rem;
}
.text-2 {
  font-size: 1.2rem;
}
.text-3 {
  font-size: 1.1rem;
}
.text-4 {
  font-size: 1rem;
  font-weight: 500;
}
.text-5 {
  font-size: 1rem;
}
.text-6 {
  font-size: 0.9rem;
}
/************
tooltip.less
************/
.tooltip {
  box-shadow: none;
  opacity: 1 !important;
  border-radius: 0;
  padding-top: 0 !important;
  max-width: 350px !important;
  width: auto !important;
  font-family: 'Heebo', sans-serif;
  top: 1.8rem !important;
  left: -1.8rem !important;
}
.tooltip.tooltip-left,
.tooltip.bs-tether-element-attached-right {
  padding: 0 !important;
  margin-left: -3px;
}
.tooltip-inner {
  position: relative;
  width: auto;
  font-size: 0.9rem;
  background-color: #bec2c5;
  color: #ffffff;
  border-radius: 4px;
  line-height: 1.3;
  padding: 1rem;
}
.tooltip-inner:before {
  right: 0 !important;
  background-color: #bec2c5;
  -webkit-transform: translateX(35%) rotate(45deg);
  -moz-transform: translateX(35%) rotate(45deg);
  -ms-transform: translateX(35%) rotate(45deg);
  -o-transform: translateX(35%) rotate(45deg);
  transform: translateX(35%) rotate(45deg);
  width: 20px;
  height: 20px;
  border: 0;
  top: 1.2rem !important;
  position: absolute;
  z-index: -1;
}
.tool-tip-btn {
  border: none;
  padding: 5px;
  font-size: 12px;
  background-color: #78358f;
  border-radius: 50%;
  line-height: 6px;
  color: #ffffff;
  font-weight: 700;
  position: absolute;
  top: 15px;
  left: 30px;
  display: none;
}
@media (min-width: 992px) {
  .tool-tip-btn {
    display: block;
  }
}
/****************
jquery-select-2.less
****************/
.select2-container .selection .select2-selection {
  height: 35px !important;
  width: 100%;
  border: 1px solid #cddae1 !important;
  border-radius: 0 !important;
  font-family: 'Heebo', sans-serif;
  font-size: 1rem;
}
.select2-container .selection .select2-selection .select2-selection__arrow {
  display: none;
}
/* file name header.less */
.primary-nav ul li {
  white-space: nowrap;
  margin-left: 20px;
}
#main-header {
  padding: 0;
  position: fixed;
  width: 100%;
  height: 58px;
  z-index: 99;
  right: 0;
  left: 0;
  top: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  #main-header {
    right: auto;
    left: auto;
    top: auto;
    height: 10.5vh;
    background-color: #ffffff;
  }
}
#main-header .nav-logo-mobile {
  display: inline-block;
  width: 80%;
  height: 70px;
  background-image: url("images/logozigzag.png");
  z-index: 1000;
  margin: 30px auto 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
#main-header .logo-contain-wrapper {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  #main-header .logo-contain-wrapper {
    display: inline-block;
  }
}
#main-header .logo-contain-wrapper .logo-contain a {
  display: inline-block;
}
#main-header .logo-contain-wrapper .logo-contain a img {
  max-width: 100%;
}
@media (min-width: 1400px) {
}
#main-header .primary-nav {
  padding-top: 10px;
}
#main-header .primary-nav &gt; ul {
  list-style: none;
}
#main-header .primary-nav &gt; ul &gt; li {
  white-space: nowrap;
  margin-left: 15px;
}
#main-header .primary-nav &gt; ul &gt; li &gt; a {
  padding: 0.95em 1.4em 1.1em 1.4em;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 600;
  color: #222222;
}
#main-header .primary-nav &gt; ul &gt; li.current-menu-item &gt; a,
#main-header .primary-nav &gt; ul &gt; li:hover &gt; a {
  background-color: #78358f;
  color: #ffffff;
  border-radius: 5px;
}
#main-header .primary-nav &gt; ul &gt; li.current-menu-item &gt; .sub-menu,
#main-header .primary-nav &gt; ul &gt; li:hover &gt; .sub-menu {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
#main-header .primary-nav .sub-menu {
  display: none;
  position: absolute;
  background: #fff;
  width: 120%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  /* You can set flex-wrap and flex-direction individually */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* Or do it all in one line with flex flow */
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
  padding: 20px;
  right: -10%;
  margin-top: -5px;
  border-radius: 5px;
}
#main-header .primary-nav .sub-menu li {
  position: relative;
  text-align: center;
  width: 10%;
  border-left: 1px solid #222222;
  border-bottom: 1px solid #222222;
  font-size: 2.5rem;
  color: #222222;
}
#main-header .primary-nav .sub-menu li:before {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 20px;
}
#main-header .primary-nav .sub-menu li a {
  font-family: 'Heebo', sans-serif;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #222222;
  padding: 70px 20px 20px 20px;
  position: relative;
  z-index: 1;
}
#main-header .primary-nav .sub-menu li:hover {
  color: #ffffff;
  background-color: #222222;
}
#main-header .primary-nav .sub-menu li:hover a {
  color: #ffffff;
}
#main-header .primary-nav .sub-menu li:nth-child(10),
#main-header .primary-nav .sub-menu li:last-child {
  border-left: none;
}
#main-header .primary-nav .sub-menu li:nth-child(11),
#main-header .primary-nav .sub-menu li:nth-child(12),
#main-header .primary-nav .sub-menu li:nth-child(13),
#main-header .primary-nav .sub-menu li:nth-child(14),
#main-header .primary-nav .sub-menu li:nth-child(15),
#main-header .primary-nav .sub-menu li:nth-child(16),
#main-header .primary-nav .sub-menu li:nth-child(17),
#main-header .primary-nav .sub-menu li:nth-child(18),
#main-header .primary-nav .sub-menu li:nth-child(19),
#main-header .primary-nav .sub-menu li:nth-child(20) {
  border-bottom: none;
}
#main-header .header-right-side {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  #main-header .header-right-side {
    display: inline-block;
  }
}
/***********
header-login.less
***********/
#main-header-login {
  padding: 0;
  position: fixed;
  width: 100%;
  height: 58px;
  z-index: 99;
  right: 0;
  left: 0;
  top: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  #main-header-login {
    right: auto;
    left: auto;
    top: auto;
    height: 10.5vh;
    background-color: #ffffff;
  }
}
#main-header-login .nav-logo-mobile {
  display: inline-block;
  width: 80%;
  height: 70px;
  background-image: url("images/logozigzag.png");
  z-index: 1000;
  margin: 30px auto 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
#main-header-login .logo-contain-wrapper {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  #main-header-login .logo-contain-wrapper {
    display: inline-block;
  }
}
#main-header-login .logo-contain-wrapper .logo-contain a {
  display: inline-block;
}
#main-header-login .logo-contain-wrapper .logo-contain a img {
  max-width: 85%;
}
@media (min-width: 1400px) {
  #main-header-login .logo-contain-wrapper .logo-contain a img {
    height: auto;
    width: auto;
  }
}
#main-header-login .primary-nav {
  padding-top: 10px;
}
#main-header-login .primary-nav ul {
  list-style: none;
}
#main-header-login .primary-nav ul li {
  white-space: nowrap;
  margin-left: 5px;
}
#main-header-login .primary-nav ul li a {
  padding: 0.95em 1.4em 1.1em 1.4em;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 600;
  color: #222222;
}
@media (min-width: 992px) {
  #main-header-login .primary-nav ul li a {
    font-size: 0.65rem;
  }
}
@media (min-width: 1200px) {
  #main-header-login .primary-nav ul li a {
    font-size: 0.65rem;
  }
}
@media (min-width: 1400px) {
  #main-header-login .primary-nav ul li a {
    font-size: 0.95rem;
  }
}
#main-header-login .primary-nav ul li.current-menu-item &gt; a,
#main-header-login .primary-nav ul li:hover &gt; a {
  background-color: #78358f;
  color: #ffffff;
  border-radius: 5px;
}
#main-header-login .primary-nav ul li.current-menu-item &gt; .sub-menu,
#main-header-login .primary-nav ul li:hover &gt; .sub-menu {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
#main-header-login .primary-nav .sub-menu {
  display: none;
  position: absolute;
  background: #fff;
  width: 120%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  /* You can set flex-wrap and flex-direction individually */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* Or do it all in one line with flex flow */
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
  padding: 20px;
  right: -10%;
  margin-top: -5px;
  border-radius: 5px;
}
#main-header-login .primary-nav .sub-menu li {
  position: relative;
  text-align: center;
  width: 10%;
  border-left: 1px solid #222222;
  border-bottom: 1px solid #222222;
  font-size: 2.5rem;
  color: #222222;
}
#main-header-login .primary-nav .sub-menu li:before {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 20px;
}
#main-header-login .primary-nav .sub-menu li a {
  font-family: 'Heebo', sans-serif;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #222222;
  padding: 70px 20px 20px 20px;
  position: relative;
  z-index: 1;
}
#main-header-login .primary-nav .sub-menu li:hover {
  color: #ffffff;
  background-color: #222222;
}
#main-header-login .primary-nav .sub-menu li:hover a {
  color: #ffffff;
}
#main-header-login .primary-nav .sub-menu li:nth-child(10),
#main-header-login .primary-nav .sub-menu li:last-child {
  border-left: none;
}
#main-header-login .primary-nav .sub-menu li:nth-child(11),
#main-header-login .primary-nav .sub-menu li:nth-child(12),
#main-header-login .primary-nav .sub-menu li:nth-child(13),
#main-header-login .primary-nav .sub-menu li:nth-child(14),
#main-header-login .primary-nav .sub-menu li:nth-child(15),
#main-header-login .primary-nav .sub-menu li:nth-child(16),
#main-header-login .primary-nav .sub-menu li:nth-child(17),
#main-header-login .primary-nav .sub-menu li:nth-child(18),
#main-header-login .primary-nav .sub-menu li:nth-child(19),
#main-header-login .primary-nav .sub-menu li:nth-child(20) {
  border-bottom: none;
}
#main-header-login .header-right-side {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  #main-header-login .header-right-side {
    display: inline-block;
  }
}
/* footer.less */
footer .footer-logo {
  width: 187px;
}
footer .footer-social h2 {
  color: #222222;
  font-size: 1.2em;
}
footer .footer-social p {
  font-size: 0.85em;
}
footer .footer-social p a {
  color: #222222;
}
footer .footer-social .social-navigation ul {
  padding-right: 0;
}
footer .footer-social .social-navigation ul li {
  list-style-type: none;
  margin: 0 15px;
}
footer .footer-social .color-blue {
  border-color: #222222;
  font-size: 0.8em;
  color: #ffffff;
  background: #222222;
  font-weight: 600;
  padding: 0.68em 1.1em;
}
footer .footer-social .color-blue:hover {
  background-color: #ffffff;
  color: #222222;
}
footer .footer-menu ul {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
@media (min-width: 992px) {
  footer .footer-menu ul {
    flex-direction: row;
  }
}
footer .footer-menu ul li {
  margin: 0 15px 5px 15px;
}
footer .footer-menu ul li a {
  color: #222222;
  font-size: 1.13em;
  font-weight: 600;
}
footer .footer-menu ul li .sub-menu {
  padding-right: 0;
  display: block;
  width: 10em;
  padding-top: 1em;
}
footer .footer-menu ul li .sub-menu li {
  list-style-type: none;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
footer .footer-menu ul li .sub-menu li a {
  font-size: 0.85em;
  color: #222222;
  font-weight: 400;
}
footer .sogo-logo {
  font-size: 9px;
  color: #222222;
  font-weight: 600;
}
@media (min-width: 992px) {
  footer .sogo-logo {
    font-size: 0.7em;
  }
}
footer .sogo-logo img {
  width: 15%;
}
@media (min-width: 992px) {
  footer .sogo-logo img {
    width: 10%;
  }
}
footer .rights {
  font-size: 12px;
  font-weight: 500;
  color: #222222;
}
@media (min-width: 992px) {
  footer .rights {
    font-size: 0.7em;
  }
}
footer .footer-info p {
  line-height: 0.7;
  font-size: 0.85em;
  color: #222222;
  font-weight: 400;
}
.footer-mobile .icon {
  font-size: 44px;
}
.footer-mobile .footer-btn {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-top: 1px solid #ffffff;
  padding: 5px 0;
}
.footer-mobile .footer-btn-right {
  color: #78358f;
  background-color: #f8e600;
  border-left: 1px solid #ffffff;
}
.footer-mobile .footer-btn-left {
  color: #f8e600;
  background-color: #78358f;
}
/* --------------------------------

Main Components

-------------------------------- */
.strip1 {
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  margin-bottom: 7px;
}
.strip1 {
  top: 17px;
  -webkit-transition: 2s ease;
  -moz-transition: 2s ease;
  -ms-transition: 2s ease;
  -o-transition: 2s ease;
  transition: 2s ease;
}
@media (min-width: 992px) {
  .strip1 {
    top: 35px;
  }
}
.menu-word {
  color: #000;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  font-family: 'Heebo', sans-serif;
  position: relative;
  display: block;
  line-height: 1em;
}
.nav-header-wrapper {
  background: #fff;
  z-index: 9999;
  position: relative;
}
.nav-header-wrapper .logo-contain {
  width: 150px;
  display: inline-block;
  position: absolute;
  right: 5px;
  padding-top: 10px;
  background: white;
}
@media (min-width: 992px) {
  .nav-header-wrapper .logo-contain {
    padding-top: 0;
  }
}
.cd-dropdown-wrapper {
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  top: 0;
  padding: 18px 0 19px 0;
  background: #78358f;
  width: 100%;
  right: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-dropdown-wrapper .nav &gt; li {
  position: static;
}
.cd-dropdown-wrapper .nav &gt; li a {
  padding: 0 20px;
}
.cd-dropdown-trigger {
  position: relative;
  display: inline-block;
}
@media (min-width: 992px) {
  .cd-dropdown-trigger {
    display: none;
  }
}
.no-touch .cd-dropdown-trigger:hover {
  background-color: #222222;
}
.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
  height: 70px;
  line-height: 70px;
}
.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
  padding: 0 20px;
}
.cd-dropdown {
  position: fixed;
  z-index: 999;
  top: 0;
  overflow: scroll;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  color: #222222;
  visibility: hidden;
  /* Force Hardware Acceleration */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
  transition: transform 0.5s 0s, visibility 0s 0.5s;
}
@media (min-width: 992px) {
  .cd-dropdown {
    width: 30vw;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }
}
.cd-dropdown h2 {
  /* dropdown title - mobile version only */
  position: relative;
  z-index: 1;
  color: #4d4d4d;
  background-color: #ffffff;
  border-bottom: 1px solid #f3f3f3;
}
.cd-dropdown .cd-close {
  /* 'X' close icon - mobile version only */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  background: transparent;
  border: none;
}
.cd-dropdown .cd-close::after,
.cd-dropdown .cd-close::before {
  /* this is the 'X' icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 20px;
  width: 4px;
  background-color: #ebebeb;
}
.cd-dropdown .cd-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cd-dropdown .cd-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.cd-dropdown.dropdown-is-active {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
  transition: transform 0.5s 0s, visibility 0s 0s;
  padding: 0 10px 10px 10px;
}
.cd-dropdown-content,
.cd-dropdown-content ul {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  list-style: none;
  margin-bottom: 30px;
}
.cd-dropdown-content a,
.cd-dropdown-content ul a {
  display: block;
  color: #222222;
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cd-dropdown-content li:first-of-type &gt; a,
.cd-dropdown-content ul li:first-of-type &gt; a {
  border-top-width: 0;
}
.cd-dropdown-content li:last-of-type &gt; a,
.cd-dropdown-content ul li:last-of-type &gt; a {
  border-bottom-width: 1px;
}
.cd-dropdown-content .cd-divider,
.cd-dropdown-content ul .cd-divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f3f3f3;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #222222;
  text-transform: uppercase;
}
.cd-dropdown-content .cd-divider + li &gt; a,
.cd-dropdown-content ul .cd-divider + li &gt; a {
  border-top-width: 0;
}
.cd-dropdown-content a,
.cd-dropdown-content .cd-search,
.cd-dropdown-content .cd-divider,
.cd-dropdown-content ul a,
.cd-dropdown-content ul .cd-search,
.cd-dropdown-content ul .cd-divider {
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.cd-dropdown-content.is-hidden,
.cd-dropdown-content ul.is-hidden {
  /* push the secondary dropdown items to the right */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-dropdown-content.is-hidden &gt; li &gt; a,
.cd-dropdown-content.is-hidden &gt; li &gt; .cd-search,
.cd-dropdown-content.is-hidden &gt; .cd-divider,
.cd-dropdown-content.move-out &gt; li &gt; a,
.cd-dropdown-content.move-out &gt; li &gt; .cd-search,
.cd-dropdown-content.move-out &gt; .cd-divider,
.cd-dropdown-content ul.is-hidden &gt; li &gt; a,
.cd-dropdown-content ul.is-hidden &gt; li &gt; .cd-search,
.cd-dropdown-content ul.is-hidden &gt; .cd-divider,
.cd-dropdown-content ul.move-out &gt; li &gt; a,
.cd-dropdown-content ul.move-out &gt; li &gt; .cd-search,
.cd-dropdown-content ul.move-out &gt; .cd-divider {
  /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
  opacity: 0;
}
.cd-dropdown-content.move-out &gt; li &gt; a,
.cd-dropdown-content.move-out &gt; li &gt; .cd-search,
.cd-dropdown-content.move-out &gt; .cd-divider,
.cd-dropdown-content ul.move-out &gt; li &gt; a,
.cd-dropdown-content ul.move-out &gt; li &gt; .cd-search,
.cd-dropdown-content ul.move-out &gt; .cd-divider {
  /* push the dropdown items to the left when secondary dropdown slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.dropdown-is-active .cd-dropdown-content,
.dropdown-is-active .cd-dropdown-content ul {
  -webkit-overflow-scrolling: touch;
}
.cd-dropdown-content .see-all a {
  /* different style for the See all links */
  color: #000;
}
.cd-dropdown-content {
  padding-right: 0;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item,
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3,
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
.has-children &gt; a,
.go-back a {
  position: relative;
}
.has-children &gt; a::before,
.has-children &gt; a::after,
.go-back a::before,
.go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-children &gt; a::before,
.go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.has-children &gt; a::after,
.go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
  .has-children &gt; a::before,
  .has-children &gt; a::after,
  .go-back a::before,
  .go-back a::after {
    background: #000;
  }
}
.has-children &gt; a::before,
.has-children &gt; a::after {
  /* arrow goes on the right side - children navigation */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}
.cd-dropdown-content .go-back a {
  padding-left: 40px;
}
.cd-dropdown-content .go-back a::before,
.cd-dropdown-content .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}
.cd-main-content {
  background-color: #e6e6e6;
  min-height: calc(100vh - 100px);
  padding: 2em 5%;
  line-height: 2;
}
.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.no-js .cd-dropdown-wrapper .cd-close {
  display: none;
}
#menu-main-navigation {
  text-align: center;
}
/* scrollbar.less */
.faqsp .scroll-content {
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0;
  height: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.faqsp .scroll-content.mCustomScrollbar {
  overflow: auto;
}
.faqsp .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #f3f3f3;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.faqsp .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #222222;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.faqsp .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #222222;
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}
.faqsp .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #222222;
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}
.faqsp .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0;
}
.faqsp .mCSB_buttonUp {
  display: none;
}
.faqsp .mCSB_buttonDown {
  display: none;
}
tr.odd {
  background-color: rgba(0, 0, 0, 0.05);
}
.timeline {
  width: 100%;
  height: 200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.timeline .events {
  position: relative;
  width: 100%;
}
.timeline .events ul.status-time-line {
  width: 100%;
  list-style: none;
  background-color: #ECEEEF;
  height: 3px;
  padding: 0;
}
.timeline .events ul.status-time-line li {
  background-color: #78358f;
  height: 3px;
  position: relative;
  width: 70px;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.timeline .events ul.status-time-line li .point {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  border-radius: 100%;
  height: 11px;
  width: 11px;
  border: 3px solid #78358f;
  background-color: #FFFFFF;
}
.timeline .events ul.status-time-line li div {
  background-color: #ECEEEF;
  text-decoration: none;
  position: absolute;
  left: -55px;
  height: 73px;
  display: block;
  padding: 10px;
  width: 116px;
  line-height: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.timeline .events ul.status-time-line li div:after,
.timeline .events ul.status-time-line li div:before {
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.timeline .events ul.status-time-line li div:after {
  border-color: rgba(136, 183, 213, 0);
  border-width: 9px;
  margin-left: -9px;
}
.timeline .events ul.status-time-line li div:before {
  border-color: rgba(194, 225, 245, 0);
  border-width: 10px;
  margin-left: -10px;
}
.timeline .events ul.status-time-line li:nth-child(odd) div {
  top: 20px;
}
.timeline .events ul.status-time-line li:nth-child(odd) div:after,
.timeline .events ul.status-time-line li:nth-child(odd) div:before {
  bottom: 100%;
}
.timeline .events ul.status-time-line li:nth-child(odd) div:after {
  border-bottom-color: #ECEEEF;
}
.timeline .events ul.status-time-line li:nth-child(odd) div:before {
  border-bottom-color: #ECEEEF;
}
.timeline .events ul.status-time-line li:nth-child(even) div {
  top: -90px;
}
.timeline .events ul.status-time-line li:nth-child(even) div:after,
.timeline .events ul.status-time-line li:nth-child(even) div:before {
  top: 100%;
}
.timeline .events ul.status-time-line li:nth-child(even) div:after {
  border-top-color: #ECEEEF;
}
.timeline .events ul.status-time-line li:nth-child(even) div:before {
  border-top-color: #ECEEEF;
}
.timeline .events ul.status-time-line li:last-child .point {
  background-color: #78358f;
  border: 3px solid #F8E600;
}
.timeline .events ul.status-time-line li:last-child div {
  color: #fff;
  background-color: #78358F;
}
.timeline .events ul.status-time-line li:last-child div:after {
  border-top-color: #78358F;
}
.timeline .events ul.status-time-line li:last-child div:before {
  border-top-color: #78358F;
}
.timeline .events ul.status-time-line-empty {
  background-color: #EBEBEB;
  flex-grow: 1;
  list-style: none;
  height: 3px;
}
.timeline .events ul.status-time-line-empty li {
  display: inline-block;
  position: relative;
  width: 150px;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.timeline .events ul.status-time-line-empty li .point {
  content: '';
  position: absolute;
  top: -4px;
  left: 58%;
  border-radius: 100%;
  height: 11px;
  width: 11px;
  border: 3px solid #EBEBEB;
  background-color: #fff;
}
/**
&amp;:after {
            content: '';
            position: absolute;
            bottom: -25px;
            left: 50%;
            right: auto;
            height: 20px;
            width: 20px;
            border-radius: 50%;
            border: 3px solid #606060;
            background-color: #fff;
            transition: 0.3s ease;
            transform: translateX(-50%);
            &amp;::after {
              background-color: #194693;
              border-color: #194693;
            }
          }
 */

</pre></body></html>