﻿.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset 'UTF-8';
.slick-loading .slick-list {
  background: #fff url("../plugins/slick/ajax-loader.gif") center center
    no-repeat;
}
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../plugins/slick/fonts/slick.eot?");
  src: url("../plugins/slick/fonts/slick.eot?#iefix")
      format("embedded-opentype"),
    url("../plugins/slick/fonts/slick.woff") format("woff"),
    url("../plugins/slick/fonts/slick.ttf") format("truetype"),
    url("../plugins/slick/fonts/slick.svg#slick") format("svg");
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.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;
}
@-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 flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-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);
  }
}
@-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);
  }
}
@-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);
  }
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-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);
  }
}
@-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;
  }
}
@-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);
  }
}
@-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);
  }
}
@-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;
  }
}
@-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;
  }
}
@-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;
  }
}
@-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);
  }
}
@-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);
  }
}
@-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);
  }
}
@-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);
  }
}
@-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);
  }
}
@-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);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-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;
  }
}
@-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;
  }
}
@-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;
  }
}
@-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;
  }
}
@-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;
  }
}
@-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;
  }
}
@-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;
  }
}
@-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;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-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);
  }
}
@-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);
  }
}
@-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);
  }
}
@-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);
  }
}
@-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);
  }
}
@-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);
  }
}
@-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);
  }
}
@-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);
  }
}
@-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;
  }
}
@-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);
  }
}
@-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);
  }
}
@-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;
  }
}
@-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;
  }
}
@-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;
  }
}
@-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;
  }
}
@-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;
  }
}
@-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;
  }
}
@-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;
  }
}
@-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;
  }
}
@-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;
  }
}
@-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;
  }
}
@-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;
  }
}
@-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;
  }
}
@-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;
  }
}
@-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;
  }
}
@-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;
  }
}
@-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;
  }
}
@-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);
  }
}
@-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;
  }
}
@-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);
  }
}
@-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);
  }
}
@-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);
  }
}
@-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);
  }
}
@-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;
  }
}
@-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);
  }
}
@-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;
  }
}
@-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;
  }
}
@-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);
  }
}
@-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);
  }
}
@-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);
  }
}
@-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);
  }
}
@-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);
  }
}
@-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);
  }
}
@-webkit-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(-100%, 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(-100%, 0, 0);
  }
}
@-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);
  }
}
@-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);
  }
}
.text-primary {
  color: #a98600 !important;
}
.pricelist {
  border: none !important;
  background: none !important;
}
.pricelist > a {
  margin-top: 0 !important;
}
.blockquote-header {
  border: none !important;
}
.bg-white {
  background-color: #fff;
}
* {
  outline: 0;
  margin: 0;
  padding: 0;
}
html,
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: #848484;
  font-weight: 400;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}
p {
  color: #848484;
  font-weight: 400;
  margin-bottom: 0;
}
@media (min-width: 320px) {
  p {
    font-size: 17px;
    line-height: 28px;
  }
}
@media (min-width: 768px) {
  p {
    font-size: 17px;
    line-height: 26px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
  margin: 0;
  color: #222;
}
h1 {
  font-size: 40px;
  line-height: 1.1;
}
h2 {
  font-size: 30px;
  line-height: 1.1;
}
h3 {
  font-size: 25px;
  line-height: 1.1;
}
h4 {
  font-size: 22px;
  line-height: 1.1;
}
.container {
  position: relative;
  width: 100%;
}
@media (min-width: 480px) {
  .container {
    width: 450px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
a {
  color: #848484;
  text-decoration: none;
}
.main-wrapper {
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .boxed .main-nav {
    box-shadow: none;
  }
}
.boxed .main-wrapper {
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  overflow-x: hidden;
}
@media (min-width: 480px) {
  .boxed .main-wrapper {
    max-width: 520px;
  }
}
@media (min-width: 768px) {
  .boxed .main-wrapper {
    padding: 0 0 0;
    max-width: 728px;
  }
}
@media (min-width: 992px) {
  .boxed .main-wrapper {
    padding: 0 0 0;
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .boxed .main-wrapper {
    padding: 0 0 0;
    max-width: 1260px;
  }
}
.boxed .home_transparent-wrapper.main-wrapper {
  padding-top: 0;
}
@media (min-width: 480px) {
  .boxed .navbar-sticky {
    max-width: 520px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .boxed .navbar-sticky {
    padding: 25px 0 0;
    max-width: 728px;
  }
}
@media (min-width: 992px) {
  .boxed .navbar-sticky {
    padding: 80px 0 0;
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .boxed .navbar-sticky {
    padding: 80px 0 0;
    max-width: 1260px;
  }
}
.visible {
  display: block !important;
}
.btn-cta {
  color: #222 !important;
  background-color: #fff;
}
@media (min-width: 992px) {
}
@media (min-width: 320px) {
}
@media (min-width: 768px) {
}
@media (min-width: 320px) {
}
@media (min-width: 768px) {
}
.img-full {
  width: 100%;
}
.img-circle {
  position: relative;
  border-radius: 50%;
}
.bg-image-holder,
.bg-image {
  background-size: cover !important;
  background-position: 50% 50% !important;
  transition: all 0.3s linear;
  background: #f5f5f5;
  position: relative;
}
::-moz-selection {
  background-color: #a98600;
  color: #fff;
}
::selection {
  background-color: #a98600;
  color: #fff;
}
.bg-sand {
  background-color: #f5f5f5;
}
.no-padding {
  padding: 0 !important;
}
.pv100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.bold {
  font-weight: 700 !important;
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
.element-sidenav .nav-item {
  height: 42px;
  background: #f7f7f7;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.element-sidenav .nav-item > a.nav-link {
  font-size: 16px;
  padding: 0 20px;
  display: block;
  width: 100%;
  font-weight: 700;
  color: #222;
}
.element-sidenav .nav-item > a.nav-link .fa {
  padding-right: 10px;
  font-size: 14px;
}
.element-sidenav .nav-item > a.nav-link:hover {
  color: #a98600;
}
.element-sidenav .nav-item.active {
  background-color: #fff;
  border-left: 0;
}
.element-sidenav .nav-item.active > a.nav-link {
  color: #a98600;
}
.element-sidenav .nav-item:last-child {
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 992px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
.element_single .card.single-block .card-block {
  padding: 0;
}
.element_single .card.single-block .card-block .code_container {
  margin-right: 0;
  margin-left: 0;
  border-top: 1px solid rgba(2, 2, 2, 0.09);
  padding: 10px 20px;
}
.element_single .card.single-block .card-block .code_container h5 {
  font-family: "Lato", sans-serif;
  color: #848484;
  font-size: 18px;
  line-height: 60px;
  text-transform: unset;
}
.element_single .card.single-block .card-block .code_container p {
  color: #222;
}
.element_single .card.single-block .card-block .code_container ul {
  padding: 10px 15px 20px;
}
.element_single .card.single-block .card-block .code_container ul li {
  color: #222;
  padding: 5px 15px;
  font-size: 15px;
  line-height: 26px;
}
.element_single .card.single-block .card-block .code_container ul li:before {
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 14px;
  color: #848484;
  margin-left: -24px;
  width: 24px;
}
.element_single .card.single-block .card-block .code_container .s {
  color: #e6db74;
}
.element_single .card.single-block .card-block .code_container .nt {
  color: #f92672;
}
.element_single .card.single-block .card-block .code_container .na {
  color: #a6e22e;
}
.element_single .display-single_element > p {
  font-size: 15px;
  margin-bottom: 15px;
}
.element_single .dropdown-menu {
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  background-color: #fff;
  margin-top: 0;
  padding: 5px 20px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s ease-in-out;
  transition: transform 0.3s, opacity 0.3s ease-in-out, -webkit-transform 0.3s;
}
@media (min-width: 768px) {
  .element_single .dropdown-menu {
    display: none;
  }
}
@media (min-width: 768px) {
  .element_single .show .dropdown-menu {
    display: block;
  }
}
.element_single .progress {
  margin: 10px 0;
}
.footer.element-footer {
  padding: 50px 0;
}
#buttons .display-single_element .btn {
  margin: 0 5px 10px 0;
}
.btn {
  border: none;
  border-radius: 0;
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .btn {
    font-size: 14px;
  }
}
.btn.focus,
.btn:focus,
.btn.active,
.btn:active,
.btn:hover {
  box-shadow: none;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}
.btn i {
  font-size: inherit;
}
.btn-primary {
  background-color: #a98600;
  border: 1px solid #a98600;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active {
  background-color: #a98600 !important;
  border: 1px solid #a98600 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active,
.btn-secondary:active {
  background-color: #f5f5f5;
  border: 1px solid #dedede;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.active,
.btn-success:active {
  background-color: #49c32c;
  border: 1px solid #49c32c;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.active,
.btn-info:active {
  background-color: #439fdb;
  border: 1px solid #439fdb;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active,
.btn-warning:active {
  background-color: #eabf38;
  border: 1px solid #eabf38;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active,
.btn-danger:active {
  background-color: #f55c5d;
  border: 1px solid #f55c5d;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse.active,
.btn-inverse:active {
  background-color: #323f41;
  border: 1px solid #323f41;
}
.btn-primary-outlined:hover,
.btn-primary-outlined:focus,
.btn-primary-outlined.active,
.btn-primary-outlined:active {
  background-color: #a98600;
  color: #fff;
}
.btn-secondary-outlined:hover,
.btn-secondary-outlined:focus,
.btn-secondary-outlined.active,
.btn-secondary-outlined:active {
  background-color: #f5f5f5;
  color: #222;
}
.btn-success-outlined {
  background-color: transparent;
  color: #49c32c;
  border: 1px solid #49c32c;
}
.btn-success-outlined:hover,
.btn-success-outlined:focus,
.btn-success-outlined.active,
.btn-success-outlined:active {
  background-color: #49c32c;
  color: #fff;
}
.btn-info-outlined:hover,
.btn-info-outlined:focus,
.btn-info-outlined.active,
.btn-info-outlined:active {
  background-color: #439fdb;
  color: #fff;
}
.btn-warning-outlined:hover,
.btn-warning-outlined:focus,
.btn-warning-outlined.active,
.btn-warning-outlined:active {
  background-color: #eabf38;
  color: #fff;
}
.btn-danger-outlined:hover,
.btn-danger-outlined:focus,
.btn-danger-outlined.active,
.btn-danger-outlined:active {
  background-color: #f55c5d;
  color: #fff;
}
.btn-inverse-outlined:hover,
.btn-inverse-outlined:focus,
.btn-inverse-outlined.active,
.btn-inverse-outlined:active {
  background-color: #323f41;
  color: #fff;
}
.btn.btn-default {
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
}
.btn-social.youtube {
  background-color: #cc181e;
}
.btn-social.outlined.youtube {
  color: #cc181e;
  border: 1px solid;
  border-color: #cc181e;
}
.btn-social.outlined.youtube:hover {
  background-color: #cc181e;
  color: #fff;
}
.socialLink a:focus,
.socialLink a:hover,
.socialLink a.active,
.socialLink a:active {
  background-color: #a98600;
  border: 1px solid #a98600;
  color: #fff;
  opacity: 1;
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
.footer-dark .socialLink a:focus,
.footer-dark .socialLink a:hover,
.footer-dark .socialLink a.active,
.footer-dark .socialLink a:active {
  background-color: #a98600;
  border: 1px solid #a98600;
  color: #fff;
  opacity: 1;
}
.btn-group .btn.btn-secondary:before,
.btn-group .btn:last-child:before {
  border-right: 0 solid rgba(20, 20, 20, 0.2);
}
@media (min-width: 992px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
.dropdown-toggle {
  color: #222;
}
.dropdown-toggle::after {
  display: inline-block;
  width: auto;
  height: auto;
  font-family: "FontAwesome";
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  border: 0;
  color: inherit;
}
.dropdown-toggle.focus,
.dropdown-toggle:focus,
.dropdown-toggle.active,
.dropdown-toggle:active,
.dropdown-toggle.active,
.dropdown-toggle:hover {
  box-shadow: none;
}
.dropdown.show > .dropdown-toggle {
  box-shadow: none;
}
.dropdown.show > .dropdown-toggle::after {
  content: "";
}
.dropdown.show > .btn-primary.dropdown-toggle {
  background-color: #a98600 !important;
  border: 1px solid #a98600 !important;
}
.dropdown.show > .btn-primary.dropdown-toggle.focus,
.dropdown.show > .btn-primary.dropdown-toggle:focus,
.dropdown.show > .btn-primary.dropdown-toggle.active,
.dropdown.show > .btn-primary.dropdown-toggle:active,
.dropdown.show > .btn-primary.dropdown-toggle.active,
.dropdown.show > .btn-primary.dropdown-toggle:hover {
  background-color: #a98600 !important;
  border: 1px solid #a98600 !important;
}
.dropdown.show .dropdown-megamenu {
  width: 100%;
}
.dropdown.show .dropdown-megamenu span.title {
  padding: 15px 0 5px;
  display: inline-block;
  font-weight: 700;
}
.dropdown-menu {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
  border: 0;
}
.dropdown-menu .dropdown-item {
  border-bottom: 1px solid #e5e5e5;
  color: #848484;
}
.dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #222;
}
.dropdown-menu .dropdown-item:last-child {
  border-bottom: 0;
}
.dropdown.btn-group .btn {
  margin-top: 10px;
}
.alert {
  padding: 20px;
  margin-bottom: 20px;
  border: 0 solid transparent;
  border-radius: 0;
  font-size: 15px;
}
@media (min-width: 768px) {
  .alert {
    font-size: 18px;
  }
}
.iconic-alert .alert {
  padding: 10px 20px;
}
.alert-dismissible .close {
  position: relative;
  right: -1.25rem;
  padding: 18px 20px;
  color: inherit;
  font-size: 25px;
  opacity: 0.8;
}
.anim_item .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.bg-image {
  position: relative;
}
.bg-custom .btn {
  font-weight: 700;
}
@media (min-width: 992px) {
}
.bg-video .overlay {
  position: absolute;
  z-index: 55;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  top: 0;
  text-align: center;
  padding: 25px 50px;
}
@media (min-width: 768px) {
  .bg-video .overlay {
    padding: 80px 50px;
  }
}
.overlay {
  position: relative;
}
@media (min-width: 768px) {
}
.list-group-item {
  border-radius: 0 !important;
  font-size: 15px;
  display: inline-block;
  padding: 15px 20px;
  color: #848484;
}
.list-group-item.active {
  background-color: #a98600;
  border-color: #a98600;
}
.list-group-item.active > a {
  color: #fff;
}
.list-group-item a {
  display: block;
  width: 100%;
}
.list-group-item i {
  font-size: 14px;
  margin-right: 8px;
}
.no-border .list-group-item {
  border: none;
  padding: 0 0 20px;
}
#image.element_single .display-single_element > p {
  margin-bottom: 0;
}
input.form-control {
  font-size: 15px;
  color: #848484;
}
#cards_element .card {
  margin-bottom: 30px;
}
#cards_element .card .display-single_element p {
  margin-bottom: -10px;
}
.card {
  border: 0;
  border-radius: 0;
}
.card .card_img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.card .card_img:hover .hover-overlay {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.card .card-img {
  border-radius: 0;
}
.card .card-title {
  margin: 0;
  padding: 15px 0 10px;
  transition: all 0.3s ease;
}
.card .card-title:hover {
  color: #a98600;
}
.card .card-block {
  padding: 0;
}
.card .card-block p.card-text {
  padding: 15px 0;
}
.card .card-block > span {
  padding: 0 5px;
}
.card.img-mid .card-title {
  padding-top: 0;
}
.card.img-mid .card-block {
  padding: 0;
}
.card.img-mid .card-block p.card-text {
  padding: 0 0 15px;
}
.card.img-bottom .card-title {
  padding-top: 0 !important;
}
.card .card-img-overlay p.card-text {
  color: #fff;
}
.card.card-inverse:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(20, 20, 20, 0.7);
}
.element_collapse .card {
  margin: 10px 0;
}
.element_collapse .card-header a.collapsed {
  line-height: 18px;
  color: #222;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
}
.element_collapse .card-header a[data-toggle="collapse"].collapsed:after {
  font-family: FontAwesome;
  font-style: normal;
  speak: none;
  display: inline-block;
  content: "";
}
.element_collapse .card-block {
  border: 1px solid #e5e5e5;
  border-top: 0;
  padding: 30px 20px;
  font-size: 15px;
  line-height: 26px;
}
.icon-left .card-header a.collapsed {
  line-height: 18px;
  color: #222;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
}
.icon-left .card-header a[data-toggle="collapse"].collapsed:after {
  font-family: FontAwesome;
  font-style: normal;
  speak: none;
  display: inline-block;
  content: "";
}
.count-down .table-cell {
  margin: 15px 15px 0 0;
  display: inline-block !important;
  text-align: center;
}
.count-down .table-cell .tab-val {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 40px;
  display: inline-block !important;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  font-weight: 700;
}
.count-down .table-cell .tab-metr {
  display: none;
}
.count-down.titled .table-cell {
  position: relative;
  height: 130px;
}
.count-down.titled .table-cell .tab-val {
  width: 130px;
  height: 130px;
  background-color: transparent;
}
.count-down.titled .table-cell .tab-metr {
  display: block !important;
  margin-top: -50px;
  line-height: 22px;
  font-size: 16px;
  text-transform: capitalize;
  color: #222;
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
.carousel-item {
  height: 300px;
}
@media (min-width: 768px) {
  .carousel-item {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .carousel-item {
    height: 400px;
  }
}
.carousel-item:hover .carousel-control {
  opacity: 0;
  visibility: hidden;
}
.carousel-item img {
  width: 100%;
  height: 100%;
}
.carousel-caption.text-center {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
.carousel-caption .btn {
  height: 35px;
  line-height: 35px;
}
.carousel-indicators li {
  max-width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: transparent;
  position: relative;
}
.carousel-indicators li.active {
  background-color: #a98600;
  border: 2px solid #a98600;
}
.carousel-indicators li.active:before {
  position: absolute;
  top: 4px;
  left: 4px;
  display: inline-block;
  content: "";
  background: #fff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.carousel:hover .carousel-control {
  opacity: 1;
  visibility: visible;
}
.testimonial-carousel .carousel-indicators {
  bottom: 0;
}
.testimonial-carousel .carousel-indicators li {
  border-color: #e5e5e5;
}
.testimonial-carousel .carousel-indicators li.active {
  background-color: #a98600;
  border: 2px solid #a98600;
}
.testimonial-carousel .carousel-item {
  height: auto;
}
.client-img {
  width: 100px;
  height: 100px;
  display: inline-block;
  overflow: hidden;
}
button.slick-arrow {
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  z-index: 55;
}
@media (min-width: 768px) {
  button.slick-arrow {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1200px) {
  button.slick-arrow {
    width: 50px;
    height: 50px;
  }
}
.slick-prev:before {
  content: "";
}
.slick-next:before {
  content: "";
}
.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 1;
  opacity: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .slick-prev {
    left: 0;
  }
}
@media (min-width: 768px) {
  .slick-next {
    right: 0;
  }
}
.arrow-shade button.slick-arrow {
  opacity: 0;
  visibility: hidden;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  z-index: 55;
  background: rgba(255, 255, 255, 0.302);
  text-align: center;
  transition: all 0.3s ease;
}
.arrow-shade button.slick-arrow .fa {
  font-size: 30px;
  color: #fff;
  line-height: 45px;
}
.arrow-shade button.slick-arrow:hover,
.arrow-shade button.slick-arrow:focus {
  background: #a98600;
  border-color: #a98600;
}
@media (min-width: 768px) {
  .arrow-shade button.slick-arrow.slick-prev {
    left: 25px;
  }
}
@media (min-width: 768px) {
  .arrow-shade button.slick-arrow.slick-next {
    right: 25px;
  }
}
.arrow-shade:hover button.slick-arrow,
.arrow-shade:focus button.slick-arrow {
  opacity: 1;
  visibility: visible;
}
.brand_carousel .slick-initialized .slick-slide {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
  .brand_carousel .carousel_row .slick-prev {
    left: 25px;
  }
}
@media (min-width: 768px) {
  .brand_carousel .carousel_row .slick-next {
    right: 25px;
  }
}
@media (min-width: 768px) {
  .brand_carousel .slick-slider {
    padding: 0 50px;
  }
}
@media (min-width: 992px) {
  .brand_carousel .slick-slider {
    padding: 0 100px;
  }
}
.product-carousel .element_row .card {
  padding: 0 15px;
  margin-bottom: 30px;
}
.product-carousel .slick-dots {
  bottom: -30px;
}
.product-carousel .slick-dots li button {
  border: 2px solid #e5e5e5;
}
.slick-dots {
  bottom: 35px;
}
.slick-dots li button {
  border: 2px solid #fff;
  opacity: 0.7;
  background: transparent;
  border-radius: 50%;
}
.slick-dots li button:before {
  color: transparent;
}
.slick-dots li.slick-active button {
  background-color: #a98600;
  border: none;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  font-size: 8px;
  line-height: 22px;
  color: #fff;
}
.form-group {
  margin-bottom: 30px;
}
select.form-control:not([size]):not([multiple]) {
  height: unset;
}
input.form-control,
textarea.form-control,
select.form-control {
  border-radius: 0;
  font-size: 14px;
  padding: 13px 20px;
  line-height: 24px;
  border: 1px solid #e5e5e5;
}
input.form-control :-moz-placeholder,
textarea.form-control :-moz-placeholder,
select.form-control :-moz-placeholder {
  color: #848484;
}
input.form-control :-ms-input-placeholder,
textarea.form-control :-ms-input-placeholder,
select.form-control :-ms-input-placeholder {
  color: #848484;
}
input.form-control.focus,
input.form-control:focus,
input.form-control.active,
input.form-control:active,
textarea.form-control.focus,
textarea.form-control:focus,
textarea.form-control.active,
textarea.form-control:active,
select.form-control.focus,
select.form-control:focus,
select.form-control.active,
select.form-control:active {
  border-color: #a98600;
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
span.or {
  font-size: 15px;
  padding: 15px 0;
  display: block;
  color: #222;
}
form.register span.or {
  position: relative;
  font-weight: 700;
}
form.register span.or:before {
  content: "";
  position: absolute;
  left: 0;
  width: 47%;
  background: #e5e5e5;
  height: 1px;
  top: 50%;
}
form.register span.or:after {
  content: "";
  position: absolute;
  right: 0;
  width: 47%;
  background: #e5e5e5;
  height: 1px;
  top: 50%;
}
form.register .btn {
  font-weight: 700;
  margin-bottom: 20px;
}
.form-inline {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form-inline .input-group {
  width: 38%;
  position: relative;
}
.form-inline .uname,
.form-inline .email,
.form-inline .password {
  position: relative;
}
.progress {
  border-radius: 0;
}
.tooltip {
  position: relative;
  float: right;
}
.tooltip > .tooltip-inner {
  background-color: transparent;
  padding: 8px 15px;
  color: #848484;
  font-size: 15px;
}
.tooltip > .tooltip-inner:before {
  display: none;
}
.circle1 span.text {
  display: block;
  color: #222;
  font-size: 16px;
  margin-top: 15px;
  text-transform: uppercase;
}
.boxed .main-slider {
  overflow: hidden;
}
@media (min-width: 768px) {
  .boxed .main-slider {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .boxed .main-slider {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .boxed .main-slider {
    margin-top: 80px;
  }
}
.main-slider.container {
  padding: 0;
}
@media (min-width: 768px) {
  .main-slider.container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.main-slider .slick-slider {
  margin-bottom: 0;
  padding: 0;
}
.main-slider .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 320px) {
  .main-slider .slide {
    height: 250px;
  }
}
@media (min-width: 768px) {
  .main-slider .slide {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .main-slider .slide {
    height: 600px;
  }
}
@media (min-width: 320px) {
  .main-slider .slide.slide1,
  .main-slider .slide.slide2,
  .main-slider .slide.slide4 {
    background-position: right center;
  }
}
@media (min-width: 992px) {
  .main-slider .slide.slide1,
  .main-slider .slide.slide2,
  .main-slider .slide.slide4 {
    background-position: center;
  }
}
@media (min-width: 320px) {
  .main-slider .slide.slide3 {
    background-position: 20% center;
  }
}
@media (min-width: 992px) {
  .main-slider .slide.slide3 {
    background-position: center;
  }
}
@media (min-width: 992px) {
  .version-3 .main-slider .slide {
    height: 690px;
  }
}
.main-slider .slide h1,
.main-slider .slide h2,
.main-slider .slide h3,
.main-slider .slide h4,
.main-slider .slide h5,
.main-slider .slide h6,
.main-slider .slide p,
.main-slider .slide .h1,
.main-slider .slide .h2,
.main-slider .slide .h3,
.main-slider .slide .h4,
.main-slider .slide .h5,
.main-slider .slide .h6 {
  display: block;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .main-slider .common-inner {
    margin-left: 30px;
  }
}
.main-slider .common-inner .h1 {
  font-family: "Playfair Display", serif;
  color: #fff;
  font-style: italic;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
}
@media (min-width: 320px) {
  .main-slider .common-inner .h1 {
    font-size: 30px;
    line-height: 34px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .main-slider .common-inner .h1 {
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 10px;
  }
}
@media (min-width: 992px) {
  .main-slider .common-inner .h1 {
    font-size: 50px;
    line-height: 55px;
    margin: 0 0 10px;
  }
}
.main-slider .common-inner .h4 {
  color: #fff;
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 13px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .main-slider .common-inner .h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.main-slider .common-inner a.btn {
  text-align: center;
  background-color: #a98600;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
}
@media (min-width: 768px) {
  .main-slider .common-inner a.btn {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
  }
}
@media (min-width: 320px) {
  .main-slider .common-inner .img-responsive {
    margin-bottom: 5px;
    width: 65px;
  }
}
@media (min-width: 768px) {
  .main-slider .common-inner .img-responsive {
    width: 95px;
    margin-bottom: 30px;
  }
}
@-webkit-keyframes drop {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes drop {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media (min-width: 768px) {
}
ul.nav .nav-item .nav-link {
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
}
ul.nav .nav-item.active .nav-link {
  color: #a98600;
}
ul.nav-tabs .nav-item .nav-link {
  border-radius: 0;
  padding: 10px 25px;
  background-color: #f5f5f5;
  margin-right: 0;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
}
ul.nav-tabs .nav-item .nav-link.active {
  border-top-color: #a98600;
  border-top-width: 2px;
  background-color: #fff;
}
@media (min-width: 768px) {
  ul.nav-tabs .nav-item .nav-link {
    margin-right: 5px;
  }
}
ul.nav-tabs .nav-item:last-child .nav-link {
  margin-right: 0;
}
ul.nav-tabs.no-bg .nav-item .nav-link {
  background-color: transparent;
  border: 1px solid transparent;
}
ul.nav-tabs.no-bg .nav-item .nav-link.active {
  border-color: #a98600;
  background-color: #a98600;
  color: #fff;
}
ul.nav-tabs.nav-pills .nav-item .nav-link.active {
  border-color: #a98600;
  background-color: #a98600;
  color: #fff;
}
header {
  background-color: #fff;
}
@media (min-width: 480px) {
  .boxed header {
    max-width: 520px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .boxed header {
    background-color: transparent;
    max-width: 768px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .boxed header {
    background-color: transparent;
    max-width: 970px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .boxed header {
    background-color: transparent;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .boxed header.header-transparent {
    background-color: transparent;
    max-width: 1260px;
    margin: 0 auto;
  }
}
.main-nav {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  z-index: 555;
}
.main-nav.header-transparent {
  box-shadow: none;
}
.main-nav.header-transparent.navbar-sticky {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}
.main-nav.navbar-sticky {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
  .main-nav {
    padding: 0 !important;
  }
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
.main-nav .navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  border-radius: 0;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0;
}
.main-nav .navbar-toggler .burger-menu {
  width: 40px;
  height: 40px;
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  background: #a98600;
  text-align: center;
  border-radius: 50%;
}
.main-nav .navbar-toggler.active,
.main-nav .navbar-toggler:focus {
  outline: none;
}
.main-nav .navbar-collapse {
  padding: 0;
  border-top: none;
  max-height: 340px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .main-nav .navbar-collapse {
    margin-top: 0;
  }
}
.main-nav .collapse.show {
  overflow-y: auto;
}
.main-nav .navbar-nav {
  position: relative;
  z-index: 555;
  background: rgba(0, 0, 0, 0.6);
}
.main-nav .navbar-nav:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .main-nav .navbar-nav {
    position: static;
    background: transparent;
  }
}
.main-nav .nav-item a {
  text-transform: capitalize;
}
.main-nav .nav-item a.nav-link {
  color: #fff;
  padding: 0;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin: 10px 15px;
}
@media (min-width: 768px) {
  .main-nav .nav-item a.nav-link {
    color: #222;
    padding: 40px 10px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .main-nav .nav-item a.nav-link {
    padding: 40px 20px;
    margin: 0;
  }
}
.main-nav .nav-item a.nav-link:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 40px;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .main-nav .nav-item a.nav-link:before {
    top: 70px;
    border-bottom: 2px solid #a98600;
  }
}
.main-nav .nav-item a.nav-link:hover,
.main-nav .nav-item a.nav-link:focus {
  color: #a98600;
}
.main-nav .nav-item a.nav-link:hover:before,
.main-nav .nav-item a.nav-link:focus:before {
  opacity: 1;
}
.main-nav .nav-item.dropdown > a.nav-link:after {
  position: absolute;
  border: none;
  top: 5px;
  opacity: 1;
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  right: 8px;
}
@media (min-width: 768px) {
  .main-nav .nav-item.dropdown > a.nav-link:after {
    opacity: 0;
  }
}
.main-nav .nav-item.dropdown > a.nav-link:hover,
.main-nav .nav-item.dropdown > a.nav-link:focus {
  color: #a98600;
}
.main-nav .nav-item.active a.nav-link {
  color: #a98600;
}
.show > a.nav-link {
  color: #a98600;
}
.show > a.nav-link:hover,
.show > a.nav-link:focus {
  color: #a98600;
}
.show > a:after {
  content: "";
}
.show > .dropdown-menu {
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s ease-in-out;
  transition: transform 0.3s, opacity 0.3s ease-in-out, -webkit-transform 0.3s;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
.dropdown-menu {
  top: 100%;
  min-width: 230px;
  margin-top: 0;
  width: auto;
  padding: 0 30px 10px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
}
.dropdown-menu a {
  padding: 10px 0;
  display: block;
  color: #fff;
}
@media (min-width: 768px) {
  .dropdown-menu a {
    color: #848484;
  }
  .dropdown-menu a:hover {
    color: #a98600;
  }
}
@media (min-width: 768px) {
  .dropdown-menu {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    background-color: #fff;
    margin-top: -25px;
    padding: 20px;
    display: block;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s ease-in-out;
    transition: transform 0.3s, opacity 0.3s ease-in-out, -webkit-transform 0.3s;
  }
}
@media (min-width: 992px) {
  .dropdown-menu {
    margin-top: -20px;
    padding: 20px 30px;
  }
}
.dropdown-menu li {
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}
.dropdown-menu li:last-child {
  border-bottom: 0;
}
.dropdown-menu li.dropdown > a:after {
  position: absolute;
  border: none;
  top: 14px;
  right: 10px;
  opacity: 1;
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
  .dropdown-menu li.dropdown > a:after {
    content: "";
  }
}
.dropdown-menu li.dropdown .dd_second {
  border: none;
  margin-top: 0;
  margin-left: 0;
  box-shadow: none;
  border-left: 0 solid transparent;
  border-top: 0 solid transparent;
  background: transparent;
}
@media (min-width: 768px) {
  .dropdown-menu li.dropdown .dd_second {
    top: 0 !important;
    left: -100% !important;
    margin-top: -23px;
    box-shadow: none;
    border-right: 0 solid transparent;
    border-top: 3px solid transparent;
    margin-left: -50px;
    background: #fff;
  }
}
@media (min-width: 992px) {
  .dropdown-menu li.dropdown .dd_second {
    top: 0 !important;
    left: -100% !important;
    margin-top: -23px;
    box-shadow: none;
    border-right: 0 solid transparent;
    border-top: 3px solid transparent;
    margin-left: -70px;
    background: #fff;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu li.dropdown .dd_second {
    top: 0 !important;
    left: 100% !important;
    margin-top: -23px;
    margin-left: -5px;
    box-shadow: none;
    border-left: 10px solid transparent;
    border-top: 3px solid transparent;
    background: #fff;
  }
}
.dropdown-menu li.dropdown.show > a:after {
  content: "";
}
@media (min-width: 768px) {
  .dropdown-menu li.dropdown.show > a:after {
    content: "";
  }
}
.dropdown-menu li.dropdown.show > .dropdown-menu {
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s ease-in-out;
  transition: transform 0.3s, opacity 0.3s ease-in-out, -webkit-transform 0.3s;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  display: block;
}
@media (min-width: 768px) {
  .megaDropMenu .dropdown-menu {
    width: 100%;
    top: 100%;
    padding: 0 10px !important;
  }
  .megaDropMenu .dropdown-menu > li {
    float: left;
    padding: 20px !important;
    border-bottom: 0;
  }
  .megaDropMenu .dropdown-menu ul li {
    border-bottom: 1px solid #e5e5e5;
  }
  .megaDropMenu .dropdown-menu ul li:last-child {
    border-bottom: none;
  }
}
.navbar-sticky {
  position: fixed;
  top: 0;
  z-index: 10999;
  width: 100%;
}
@media (min-width: 768px) {
  .boxed .navbar-sticky {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.static .navbar-sticky {
  display: none;
}
.main-nav .nav-item .btn-search {
  top: 0;
  right: 0;
}
.main-nav .nav-item .btn-search:hover:before,
.main-nav .nav-item .btn-search.active:before,
.main-nav .nav-item .btn-search:focus:before {
  border: 0 !important;
  opacity: 0 !important;
}
.main-nav .nav-item .btn-search.nav-link {
  display: none;
}
@media (min-width: 768px) {
  .main-nav .nav-item .btn-search.nav-link {
    display: block;
  }
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
.nav-cart .cart_item-box .btn {
  font-weight: 700;
}
.nav-cart .cart_item-box .media-body .btn-close {
  position: absolute;
  right: 0;
  top: 5px;
  opacity: 0.5;
}
.icon-toggle {
  display: table-cell;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
}
.icon-toggle.active > i {
  opacity: 0;
  -webkit-transform: translateY(-20px) scale(0.7);
  transform: translateY(-20px) scale(0.7);
}
.icon-toggle.active::after {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}
.icon-toggle > i {
  display: inline-block;
  font-style: normal;
  opacity: 1;
  position: relative;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  transition: opacity 0.15s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, opacity 0.15s ease 0s;
  transition: transform 0.3s ease 0s, opacity 0.15s ease 0s,
    -webkit-transform 0.3s ease 0s;
}
.icon-toggle::after {
  content: "";
  display: block;
  font-family: "FontAwesome";
  margin-top: -40px;
  opacity: 0;
  -webkit-transform: translateY(20px) scale(0.7);
  transform: translateY(20px) scale(0.7);
  transition: opacity 0.15s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, opacity 0.15s ease 0s;
  transition: transform 0.3s ease 0s, opacity 0.15s ease 0s,
    -webkit-transform 0.3s ease 0s;
}
.boxed .main-nav .nav-item a.nav-link {
  color: #fff;
  padding: 0;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin: 10px 15px;
}
@media (min-width: 768px) {
  .boxed .main-nav .nav-item a.nav-link {
    font-size: 13px;
    padding: 40px 10px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .boxed .main-nav .nav-item a.nav-link {
    font-size: 14px;
    padding: 40px 20px;
    margin: 0;
  }
}
.boxed .main-nav .nav-item a.nav-link:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 40px;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .boxed .main-nav .nav-item a.nav-link:before {
    top: 70px;
    border-bottom: 2px solid #a98600;
  }
}
.boxed .main-nav .nav-item a.nav-link:hover:before,
.boxed .main-nav .nav-item a.nav-link:focus:before {
  opacity: 1;
}
.boxed .main-nav .nav-item a.nav-link.btn-search:hover:before {
  display: none;
}
.boxed .main-nav .nav-item.dropdown > a:after {
  position: absolute;
  border: none;
  top: 5px;
  opacity: 1;
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  right: 8px;
}
@media (min-width: 768px) {
  .boxed .main-nav .nav-item.dropdown > a:after {
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .boxed .main-nav .nav-item.dropdown .dropdown-menu {
    margin-top: -20px;
  }
  .boxed .main-nav .nav-item.dropdown .dropdown-menu.dd_second {
    margin-top: -23px;
  }
}
.boxed .main-nav .nav-item.active a.nav-link {
  color: #a98600;
}
.boxed .main-nav .nav-item.show > a {
  color: #a98600;
}
.boxed .main-nav .nav-item.show > a:after {
  content: "";
}
.boxed .main-nav .nav-item.show > .dropdown-menu {
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s ease-in-out;
  transition: transform 0.3s, opacity 0.3s ease-in-out, -webkit-transform 0.3s;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
@media (min-width: 768px) {
}
@media (min-width: 768px) and (min-width: 768px) {
}
@media (min-width: 768px) {
  .header-transparent {
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.3) 0%,
      transparent 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000',endColorstr='#00000000',GradientType=0);
    position: absolute;
    z-index: 55;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
}
@media (min-width: 768px) and (min-width: 992px) {
}
@media (min-width: 768px) and (min-width: 1200px) {
}
@media (min-width: 992px) {
}
.header-transparent .navbar-nav.mlr-auto {
  margin: 0 auto;
}
.header-transparent .nav-item a.nav-link {
  color: #fff;
}
.header-transparent.navbar-sticky {
  position: fixed;
  background: transparent;
}
.header-transparent.navbar-sticky.bg-white {
  background-color: #fff;
}
@media (min-width: 768px) {
  .bg-dark a.nav-link {
    color: #fff !important;
  }
}
@media (min-width: 768px) {
  .navbar-sticky.bg-white .nav-item a.nav-link {
    color: #222;
  }
}
.display-single_element .main-nav .nav-item a.nav-link {
  color: #222;
}
@media (min-width: 768px) {
}
.display-single_element .main-nav .navbar-collapse .navbar-nav {
  background-color: #fff;
}
@media (min-width: 768px) {
  .display-single_element .main-nav .navbar-collapse .navbar-nav {
    background-color: transparent;
  }
}
.display-single_element .main-nav .dropdown-menu a {
  color: #222;
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
  .modal .modal-lg {
    max-width: 870px !important;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 15%);
  transform: translate(0, 15%);
}
@media (min-width: 992px) {
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 25%);
    transform: translate(0, 25%);
  }
}
.modal-content {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  border: none;
}
.modal-content .modal-item {
  padding: 15px;
}
@media (min-width: 992px) {
  .modal-content .modal-item {
    padding: 30px;
  }
}
button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  font-size: 16px;
  -webkit-appearance: none;
  position: absolute;
  right: 15px;
  z-index: 55;
}
button.close:hover,
button.close.active,
button.close:focus {
  outline: none;
  box-shadow: none;
}
.card_img {
  position: relative;
  overflow: hidden;
}
.page-item.active a.page-link,
.page-item:hover a.page-link {
  background-color: #a98600;
  border: 1px solid #a98600;
  color: #fff;
}
.page-item.active a.page-link,
.page-item:hover a.page-link {
  background-color: #a98600;
  border: 1px solid #a98600;
  color: #fff;
}
.pricing {
  border: 1px solid #e5e5e5;
  padding: 30px 0;
  transition: box-shadow 0.3s ease;
}
.pricing > h2 {
  line-height: 30px;
  margin-bottom: 10px;
}
.pricing > span {
  color: #848484;
  font-style: italic;
  display: inline-block;
  font-size: 14px;
}
.pricing .card-header {
  margin: 30px 0;
  border: none;
  padding: 30px 0;
}
.pricing .card-header > span.currency {
  color: #222;
  font-size: 18px;
  display: inline-block;
}
.pricing .list-group {
  padding-top: 20px;
  padding-bottom: 30px;
}
.pricing .list-group .list-group-item {
  color: #222;
}
.pricing .btn {
  font-weight: 700;
  color: #848484;
  height: 50px;
  line-height: 50px;
}
.pricing .btn:hover {
  background-color: #a98600;
  color: #fff;
  border-color: #a98600;
}
.pricing .card-block {
  position: relative;
}
.pricing .circle {
  position: relative;
  padding: 0 15px;
  height: 100px;
  width: 100px;
  background: transparent;
  left: 0;
  top: 0;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  line-height: 100px;
  box-shadow: none;
  border: 1px solid #e5e5e5;
}
.pricing .circle .price {
  font-size: 36px;
  font-weight: 700;
  color: #a98600;
}
.pricing .circle .tag {
  color: #222;
  font-size: 16px;
}
.style2 .btn {
  height: 40px;
  line-height: 40px;
}
.style2 .btn:hover {
  color: #fff !important;
}
.pricing_image-card .card_img .overlay {
  color: #fff;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pricing_image-card .card_img .overlay h2 {
  color: #fff;
  margin-bottom: 10px;
}
.pricing_image-card .card-block {
  position: relative;
  padding: 80px 20px 30px;
  border: 1px solid #e5e5e5;
  border-top: 0;
  transition: border 0.3s ease;
}
.pricing_image-card .card-block p {
  margin-bottom: 30px;
}
.pricing_image-card .circle {
  top: -50px;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 15px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
}
.pricing_image-card .circle span.price {
  color: #a98600;
  font-size: 34px;
  display: inline-block;
  font-weight: 700;
  margin-top: 30px;
}
.pricing_image-card .circle span.tag {
  color: #848484;
  font-size: 13px;
  display: block;
  font-style: italic;
  line-height: 26px;
  text-transform: capitalize;
}
.pricing_image-card .btn {
  font-weight: 700;
  color: #848484;
}
.pricing_image-card .btn:hover {
  background-color: #a98600;
  color: #fff !important;
  border-color: #a98600;
}
.pricing_image-card:hover .card-block {
  border: 0 solid transparent;
}
@media (min-width: 992px) {
}
.popover {
  border-radius: 0;
  border-color: #e5e5e5;
}
.popover.bs-tether-element-attached-left::before,
.popover.popover-right::before,
.popover.popover-left::before,
.popover.popover-top::before,
.popover.popover-bottom::before {
  border-right-color: #e5e5e5;
}
.popover-title {
  font-size: 18px;
  border-bottom: 1px solid #e5e5e5;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff !important;
  position: relative;
  text-align: center;
  background-color: #323f41 !important;
  border-radius: 0;
}
.tooltip-inner:after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000;
  border-width: 0 5px 5px;
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
.icon_tabs .nav-item {
  border: none;
  display: block;
  text-align: left !important;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .icon_tabs .nav-item {
    margin-bottom: 0;
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .icon_tabs .nav-item {
    display: inline-block;
    margin: 0 5px;
  }
}
.icon_tabs .nav-item a.nav-link {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  border: none;
  border-radius: 0;
  background: #fff;
  position: relative;
  color: #222;
  white-space: nowrap;
  padding: 25px;
}
@media (min-width: 768px) {
  .icon_tabs .nav-item a.nav-link {
    padding: 20px 0;
  }
}
@media (min-width: 992px) {
  .icon_tabs .nav-item a.nav-link {
    padding: 25px 0;
  }
}
@media (min-width: 1200px) {
  .icon_tabs .nav-item a.nav-link {
    padding: 40px 0;
  }
}
.icon_tabs .nav-item a.nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease;
  border-bottom: 4px solid #a98600;
}
.icon_tabs .nav-item a.nav-link i {
  font-size: 26px;
  color: #848484;
  float: left;
  line-height: 20px;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .icon_tabs .nav-item a.nav-link i {
    float: unset;
    font-size: 30px;
    padding-bottom: 14px;
  }
}
@media (min-width: 992px) {
  .icon_tabs .nav-item a.nav-link i {
    float: unset;
    font-size: 40px;
    padding-bottom: 20px;
  }
}
.icon_tabs .nav-item a.nav-link h3 {
  text-transform: capitalize;
  display: inline-block;
  margin-left: 15px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .icon_tabs .nav-item a.nav-link h3 {
    display: block;
    margin-left: 0;
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .icon_tabs .nav-item a.nav-link h3 {
    font-size: 18px;
  }
}
.icon_tabs .nav-item a.nav-link:hover:before,
.icon_tabs .nav-item a.nav-link.active:before {
  opacity: 1;
}
.icon_tabs .nav-item a.nav-link:hover .fa,
.icon_tabs .nav-item a.nav-link.active .fa {
  color: #a98600;
}
.nav-tabs.bar-tabs .nav-item {
  margin-bottom: 0;
}
.nav-tabs.bar-tabs .nav-link {
  border-radius: 0;
  position: relative;
  display: inline-block;
  padding: 10px 25px;
  padding-bottom: 15px !important;
  background-color: transparent !important;
  margin-right: 0;
  border: none !important;
}
.nav-tabs.bar-tabs .nav-link.active h5 {
  transition: all 0.3s ease;
  color: #a98600;
}
.nav-tabs.bar-tabs .nav-link.active:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  border-bottom: 3px solid #a98600;
  width: 100%;
}
.tab-content .active {
  padding: 25px 0;
}
@media (min-width: 768px) {
  .nav-tabs .nav-item {
    margin-bottom: -1px;
  }
}
.tab-content.tab-bordered .active {
  border: 1px solid #e5e5e5;
  border-top: 0 solid transparent;
  padding: 25px;
}
.nav-unbordered.nav-tabs .nav-item {
  padding: 10px 25px 10px 0;
}
.nav-unbordered.nav-tabs .nav-item .nav-link {
  border: 0;
  padding: 0;
  font-size: 18px;
  background-color: transparent;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
}
.nav-unbordered.nav-tabs .nav-item .nav-link.active {
  color: #a98600;
  background-color: transparent;
}
.nav-unbordered.nav-tabs .nav-item .nav-link.active:before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 2px solid #a98600;
  bottom: -8px;
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
.nav-tabs.nav-stacked .nav-item {
  margin: 0 !important;
  float: none !important;
  display: block !important;
}
.nav-tabs.nav-stacked .nav-item .nav-link {
  padding: 10px 15px;
  margin-right: 0;
  border-right: 0;
}
.nav-tabs.nav-stacked .nav-item .nav-link i {
  padding-right: 10px;
}
.nav-tabs.nav-stacked .nav-item .nav-link.active {
  border-top-color: #e5e5e5;
  border-top-width: 1px;
  bottom: 0;
}
@media (min-width: 768px) {
  .nav-tabs.nav-stacked .nav-item .nav-link.active {
    margin-right: -1px;
    border-right-color: #fff !important;
  }
}
.box-video.open .bg-video {
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s 0.8s;
}
.box-video.open .video-container {
  opacity: 1;
  transition: all 0.6s 0.8s;
}
.blockquote {
  position: relative;
  padding: 8px;
  margin-bottom: 5px;
  border: 1px solid #e5e5e5;
  border-left: 3px solid #a98600;
  font-size: 15px;
  line-height: 28px;
  font-style: italic;
}
.blockquote.text-right {
  border-right: 3px solid #a98600;
  border-left: 1px solid #e5e5e5;
}
.blockquote.quote2 {
  border-left: 1px solid #e5e5e5;
}
.blockquote-bubble {
  position: relative;
  background-color: #fff;
}
.blockquote-bubble.text-right .blockquote-bubble-content:after {
  right: 30px;
  left: auto;
}
.blockquote-footer {
  margin-bottom: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blockquote-footer img {
  width: 60px;
  height: 60px;
  background: #f5f5f5;
  float: left;
}
.blockquote-footer .info {
  display: inline-block;
  padding-left: 10px;
  float: left;
  margin-top: 8px;
}
.blockquote-footer .name {
  font-size: 15px;
  color: #222;
  display: inline-block;
}
.blockquote-footer .designation {
  font-size: 15px;
  color: #848484;
  display: inline-block;
}
.blockquote-footer:before {
  content: "— ";
  visibility: hidden;
}
.blockquote-footer.text-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.blockquote-footer.text-right img {
  float: right;
}
.blockquote-footer.text-right .info {
  float: right;
  padding-left: 0;
  padding-right: 10px;
}
.blockquote-footer.footer2 {
  margin-top: 20px;
  margin-left: 40px;
}
.arrow-down {
  border-left: 20px solid transparent;
  border-right: 0 solid transparent;
  border-top: 20px solid #e5e5e5;
  bottom: -20px;
  height: 0;
  left: 25px;
  position: absolute;
  width: 0;
}
.bg-image {
  position: relative;
  background-size: cover;
  background-position: center;
}
.bg-image .quote2 {
  border-left: 1px solid #e5e5e5;
  border-color: #fff;
}
.bg-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(31, 40, 46, 0.9);
}
.bg-image .blockquote-speech {
  color: #222;
}
.bg-image .blockquote-footer .name {
  font-size: 15px;
  color: #a98600;
  display: inline-block;
}
.bg-image .blockquote-footer .designation {
  font-size: 15px;
  color: #fff;
  font-style: italic;
  opacity: 0.7;
  display: inline-block;
}
.bg-image .arrow-down {
  border-left: 20px solid transparent;
  border-right: 0 solid transparent;
  border-top: 20px solid #fff;
  bottom: -20px;
  height: 0;
  left: 25px;
  position: absolute;
  width: 0;
}
.team-card .card_img.img-circle {
  width: 240px;
  height: 240px;
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (max-width: 768px) {
  .hide-on-sm {
    display: none;
  }
}
.map-canvas {
  height: 400px;
  width: 100%;
}
.map-canvas #map {
  height: 100%;
  width: 100%;
}
.mapArea #map-canvas {
  height: 400px;
  width: 100%;
}
footer {
  background-color: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  footer {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
  .newsletter input.focus,
  .newsletter input:focus,
  .newsletter input.active,
  .newsletter input:active,
  .newsletter input:hover {
    border: 1px solid #a98600;
  }
}
@media (min-width: 1200px) {
}
.newsletter .btn {
  font-size: 14px;
  font-weight: 700;
}
.newsletter :-moz-placeholder {
  color: #848484;
}
.newsletter :-ms-input-placeholder {
  color: #848484;
}
.footer-dark {
  background-color: #1f282e;
  padding-top: 0;
  padding-bottom: 0;
}
.footer-dark .newsletter .btn {
  color: #222;
  float: unset;
  padding: 0 40px;
}
.footer-dark .newsletter :-moz-placeholder {
  color: #fff;
}
.footer-dark .newsletter :-ms-input-placeholder {
  color: #fff;
}
@media (min-width: 768px) {
}
.footer-dark .contact h3 {
  color: #fff;
  margin-top: 35px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .footer-dark .contact h3 {
    margin-top: 15px;
    margin-bottom: 35px;
  }
}
.footer-dark .contact p {
  color: #fff;
  opacity: 0.7;
}
.footer-dark .contact .f_schedule li,
.footer-dark .contact .f_schedule a,
.footer-dark .contact .address li,
.footer-dark .contact .address a {
  color: #fff;
  opacity: 0.7;
}
.footer-dark .instagram ul {
  padding: 0 10px;
}
.footer-dark .instagram li {
  width: auto;
  overflow: hidden;
  padding: 10px 5px 0;
}
.footer-dark .instagram li img {
  width: 100%;
  height: 100%;
}
.footer-dark .copyright {
  background-color: #182127;
}
.footer-dark .copyright p {
  padding-bottom: 20px;
  color: #fff;
  opacity: 0.7;
}
@media (min-width: 992px) {
}
@media (min-width: 480px) {
}
@media (min-width: 480px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
.about_feature {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .about_feature {
    margin-bottom: 0;
  }
}
.about_feature img {
  width: 100%;
}
.about-fullwidth.about-beauty .btn {
  font-weight: 700;
}
.about-fullwidth {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .about-fullwidth {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
.about-fullwidth .card-inverse:before {
  background: rgba(31, 40, 46, 0.85);
}
.about-fullwidth .our-schedule {
  position: relative;
  z-index: 55;
  height: 100%;
}
.about-fullwidth .our-schedule h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .about-fullwidth .our-schedule h2 {
    font-size: 24px;
    margin: 0 0 15px;
  }
}
@media (min-width: 992px) {
  .about-fullwidth .our-schedule h2 {
    margin: 0 0 15px;
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .about-fullwidth .our-schedule h2 {
    margin: 30px 0;
  }
}
.about-fullwidth .our-schedule p.title {
  color: #fff;
  font-size: 17px;
  margin-top: 0;
  font-weight: 700;
}
.about-fullwidth .our-schedule p.text {
  color: #fff;
  font-size: 15px;
  opacity: 0.8;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .about-fullwidth .our-schedule p.text {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .about-fullwidth .our-schedule p.text {
    margin-bottom: 15px;
  }
}
.about-fullwidth .our-schedule .btn-default {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .about-fullwidth .our-schedule .btn-default {
    padding: 15px;
    height: 30px;
    line-height: 0;
  }
}
@media (min-width: 992px) {
  .about-fullwidth .our-schedule .btn-default {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
  }
}
.about-fullwidth .our-schedule .btn-default:hover {
  color: #fff;
}
@media (min-width: 992px) {
}
@media (min-width: 480px) {
  .boxed .services {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .boxed .services {
    padding-top: 80px;
  }
}
.home-service {
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .home-service {
    padding-bottom: 100px;
  }
}
.home-service .tab-content .active {
  padding: 0 0;
}
.tab-content .tab-content_left {
  padding: 0 0 0;
}
@media (min-width: 768px) {
  .tab-content .tab-content_left {
    padding: 35px 0 0;
  }
}
@media (min-width: 992px) {
  .tab-content .tab-content_left {
    padding: 50px 0 0;
  }
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
  .tab-content .tab-content_left p {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .tab-content .tab-content_left p {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
}
.tab-content .tab-content_left .btn {
  font-size: 14px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .tab-content .tab-content_left .btn {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .tab-content .tab-content_left .btn {
    margin-top: 40px;
  }
}
.tab-content .service_image {
  padding: 30px 0 0;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .tab-content .service_image {
    padding: 50px 0 0;
  }
}
.tab-content .service_image img {
  max-width: 100%;
}
.home-service {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .home-service {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.service_details {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  margin-top: 30px;
}
.service_details .card-block {
  padding: 30px;
}
.service_details .service_pricing li {
  font-size: 15px;
  line-height: 26px;
  display: block;
  padding: 15px 0;
  border-bottom: 1px dashed #e5e5e5;
  position: relative;
  color: #848484;
}
.service_details .service_pricing li span {
  display: inline-block;
  float: right;
}
.service_details .btn-primary {
  font-size: 14px;
  font-weight: 700;
  margin-top: 30px;
}
.testimonial-full {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .testimonial-full {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.testimonial-full .testimonial-single {
  margin-top: 25px;
}
.testimonial-full .slick-dots {
  bottom: -20px;
}
@media (min-width: 992px) {
}
@media (min-width: 992px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 480px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 480px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 768px) {
}
.product-card .card-block {
  text-align: center;
}
@media (min-width: 768px) {
  .product-card .card-block {
    padding-bottom: 0;
  }
}
.product-card .card-block span {
  font-size: 20px;
}
@media (min-width: 992px) {
}
@media (min-width: 320px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
.deal_single .media-body a.btn {
  position: absolute;
  cursor: default;
  background-color: #a98600;
  right: 0;
  color: #fff;
  top: 35px;
  font-size: 15px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .deal_single .media-body a.btn {
    top: 5px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .deal_single .media-body a.btn {
    top: 5px;
    font-size: 15px;
  }
}
.deal_single .media-body a.btn:hover {
  box-shadow: none;
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 320px) {
}
@media (min-width: 768px) {
}
.cta .container-fluid {
  padding: 0;
}
.cta .cta-left {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
}
@media (min-width: 768px) {
  .cta .cta-left {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cta .cta-left img {
    min-width: 100%;
  }
}
.cta .cta_content-box {
  background-color: #a98600;
  position: relative;
}
@media (min-width: 768px) {
  .cta .cta_content-box {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .cta .cta_content-box {
    height: 100%;
  }
}
@media (min-width: 320px) {
  .cta_desc {
    position: relative;
    padding: 80px 15px;
  }
}
@media (min-width: 480px) {
  .cta_desc {
    padding: 80px 60px;
  }
}
@media (min-width: 768px) {
  .cta_desc {
    padding: 40px;
    position: relative;
    padding-left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .cta_desc {
    padding-left: 50px;
    max-width: 550px;
  }
}
.cta_desc h2 {
  font-size: 35px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 45px;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .cta_desc h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .cta_desc h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cta_desc h2 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 40px;
  }
}
.cta_desc p {
  color: #fff;
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  .cta_desc p {
    padding-bottom: 30px;
  }
}
.cta_desc a.btn {
  font-weight: 700;
}
@media (min-width: 320px) {
  .cta_desc a.btn {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .cta_desc a.btn {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
}
@media (min-width: 992px) {
}
.card.blog-card .card-block {
  padding: 70px 30px 40px;
  position: relative;
  text-align: center;
}
.card.blog-card .card-block h3 {
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 25px;
  line-height: 32px;
  text-transform: capitalize;
  transition: color 0.3s ease;
}
.card.blog-card .card-block h3:hover {
  color: #a98600;
}
@media (min-width: 768px) {
  .card.blog-card .card-block h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .card.blog-card .card-block h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .card.blog-card .card-block h3 {
    font-size: 25px;
    line-height: 32px;
  }
}
.card.blog-card .card-block span {
  font-size: 15px;
  margin: 0;
  padding-right: 10px;
}
.card.blog-card .card-block span a.author {
  position: relative;
  display: inline-block;
  color: #a98600;
}
.card.blog-card .card-block span a.author:after {
  position: absolute;
  content: "";
  top: 4px;
  right: -15px;
  height: 14px;
  border: 1px solid #848484;
}
.card.blog-card .card-block .circle {
  padding: 20px 10px;
  line-height: 20px;
  font-size: 18px !important;
}
.circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #a98600;
  white-space: nowrap;
  position: absolute;
  padding: 0;
  top: -40px;
  left: 50%;
  box-shadow: 0 4px 10px rgba(134, 201, 212, 0.3);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
}
@media (min-width: 992px) {
}
.home_blog-full .blog-card .card-block {
  text-align: left;
  padding: 20px 0 0;
  background: #f5f5f5;
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
.contact h3 {
  text-transform: capitalize;
  margin-bottom: 20px;
  margin-top: 15px;
}
.contact li {
  font-size: 15px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .contact li {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .contact li {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
.single_item-details a.btn {
  font-weight: 700;
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
}
.error-content {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .error-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.error-content.text-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.error-content p {
  font-size: 25px;
  line-height: 50px;
  padding-bottom: 80px;
}
.error-content span {
  font-size: 110px;
  display: block;
  padding: 60px 0;
}
@media (min-width: 768px) {
  .error-content span {
    font-size: 150px;
    padding: 70px 0;
  }
}
@media (min-width: 992px) {
  .error-content span {
    font-size: 218px;
    padding: 80px 0;
  }
}
.error footer.footer {
  display: none;
}
.error .header {
  display: none;
}
@media (min-width: 992px) {
}
.gallery-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .gallery-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 992px) {
}
.profile_details > span {
  font-size: 15px;
  line-height: 26px;
}
.profile_details > p {
  padding: 35px 0 0;
}
@media (min-width: 992px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
.form_search input.form-control:focus,
.form_search input.form-control.active {
  border: 1px solid #a98600;
}
@media (min-width: 992px) {
}
@media (min-width: 768px) {
}
.price-range .progress {
  margin: 20px 0 25px 0;
  height: 4px;
  background-color: #252525;
  position: relative;
  overflow: visible;
}
.price-range .progress .progress-bar {
  background-color: #a98600 !important;
}
.price-range .progress .bulet {
  width: 16px;
  height: 16px;
  background-color: #a98600 !important;
  border: 2px solid #a98600 !important;
  border-radius: 50%;
  border-radius: 100%;
  left: 0;
  top: -5px;
  position: absolute;
}
.price-range .progress .bulet.next {
  left: 60px;
}
@media (min-width: 480px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 992px) {
}
.price-range .btn {
  margin-top: 40px;
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 992px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 992px) {
}
.single_item .single_item-details .btn.btn-default {
  font-weight: 700;
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
}
@media (min-width: 992px) {
}
.product-desc .tab-content > .active {
  display: block;
  padding-top: 25px;
  text-align: justify;
}
@media (min-width: 1200px) {
}
.cart .amount > p {
  color: #222;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 480px) {
}
@media (min-width: 992px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
.order-single .price a.close {
  position: absolute;
  right: 20px;
  top: -30px;
}
@media (min-width: 768px) {
  .order-single .price a.close {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    float: right;
  }
}
.block-title {
  text-align: center;
}
@media (min-width: 768px) {
  .block-title {
    text-align: left;
  }
}
@media (min-width: 992px) {
}
@media (min-width: 992px) {
}
@media (min-width: 992px) {
}
.confirm-details .tags.text-right {
  text-align: left !important;
}
@media (min-width: 768px) {
  .confirm-details .tags.text-right {
    text-align: right !important;
  }
}
@media (min-width: 992px) {
}
@media (min-width: 992px) {
}
.confirm-total .text-right {
  text-align: left !important;
}
@media (min-width: 768px) {
  .confirm-total .text-right {
    text-align: right !important;
  }
}
@media (min-width: 992px) {
}
@media (min-width: 992px) {
}
@media (min-width: 992px) {
}
.boxed .blog-wrapper {
  padding-top: 0;
}
@media (min-width: 768px) {
  .boxed .blog-wrapper {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .boxed .blog-wrapper {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 768px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 768px) {
  .boxed .blog .post-wrapper {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .boxed .blog .post-wrapper {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
}
@media (min-width: 992px) {
}
.post-wrapper .card.blog-card .card-block {
  padding-top: 45px;
}
.post-wrapper .card.blog-card .card-block h2 {
  line-height: 40px;
  margin-bottom: 10px;
}
.post-wrapper .card.blog-card .card-block h2:hover {
  color: #222;
}
.post-wrapper .card.blog-card .card-block p {
  padding-top: 40px;
}
@media (min-width: 992px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
.comment_title .btn,
.reply_title .btn {
  color: #a98600;
  font-size: 13px;
  padding: 0 24px;
  font-weight: 700;
}
.comment_title .btn:hover,
.reply_title .btn:hover {
  box-shadow: none;
  background-color: #a98600;
  border: 1px solid #a98600;
  color: #fff;
}
.contact-page {
  padding-bottom: 80px;
  padding-top: 80px;
}
.contact-page .map-canvas {
  width: 100%;
  height: 400px;
  margin-bottom: 100px;
}
.contact-page .map-canvas #map {
  height: 100%;
}
@media (min-width: 992px) {
  .contact-page {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.contact-page h2 {
  margin-bottom: 30px;
  line-height: 50px;
}
.contact-page .address-area {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .contact-page .address-area {
    padding: 0 20px;
  }
}
.contact-page .address-area > p {
  margin-bottom: 15px;
}
.contact-page .address-area .list-group-item {
  margin-bottom: 5px;
  border: 0;
  padding: 0;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .contact-page .address-area .list-group-item {
    margin-bottom: 0;
  }
}
.contact-page .address-area .list-group-item i.fa {
  float: left;
  position: absolute;
  top: 25px;
  font-size: 16px;
}
.contact-page .address-area .list-group-item p,
.contact-page .address-area .list-group-item a {
  padding-left: 35px;
}
footer {
  background-color: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  footer {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
  .newsletter input.focus,
  .newsletter input:focus,
  .newsletter input.active,
  .newsletter input:active,
  .newsletter input:hover {
    border: 1px solid #a98600;
  }
}
@media (min-width: 1200px) {
}
.newsletter .btn {
  font-size: 14px;
  font-weight: 700;
}
.newsletter :-moz-placeholder {
  color: #848484;
}
.newsletter :-ms-input-placeholder {
  color: #848484;
}
.footer-dark {
  background-color: #1f282e;
  padding-top: 0;
  padding-bottom: 0;
}
.footer-dark .newsletter .btn {
  color: #222;
  float: unset;
  padding: 0 40px;
}
.footer-dark .newsletter :-moz-placeholder {
  color: #fff;
}
.footer-dark .newsletter :-ms-input-placeholder {
  color: #fff;
}
@media (min-width: 768px) {
}
.footer-dark .contact h3 {
  color: #fff;
  margin-top: 35px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .footer-dark .contact h3 {
    margin-top: 15px;
    margin-bottom: 35px;
  }
}
.footer-dark .contact p {
  color: #fff;
  opacity: 0.7;
}
.footer-dark .contact .f_schedule li,
.footer-dark .contact .f_schedule a,
.footer-dark .contact .address li,
.footer-dark .contact .address a {
  color: #fff;
  opacity: 0.7;
}
.footer-dark .instagram ul {
  padding: 0 10px;
}
.footer-dark .instagram li {
  width: auto;
  overflow: hidden;
  padding: 10px 5px 0;
}
.footer-dark .instagram li img {
  width: 100%;
  height: 100%;
}
.footer-dark .copyright {
  background-color: #182127;
}
.footer-dark .copyright p {
  padding-bottom: 20px;
  color: #fff;
  opacity: 0.7;
}
body.default {
  background-image: url("../img/patterns/pattern1.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
}
a:hover,
a:focus,
.sectionTitle span,
.element-sidenav .nav-item > a.nav-link:hover,
.element-sidenav .nav-item.active > a.nav-link,
.btn-primary-outlined,
.list-group-item a:hover .badge,
.list-group-item-primary a,
.card .card-title:hover,
.countrySelect .sbOptions a:hover,
ul.nav .nav-item.active .nav-link,
.main-nav .nav-item a.nav-link:hover,
.main-nav .nav-item a.nav-link:focus,
.navbar-sticky.main-nav .nav-item.active a.nav-link,
.navbar-sticky.main-nav .nav-item.show > a,
.navbar-sticky.main-nav .nav-item a.nav-link:hover,
.navbar-sticky.main-nav .nav-item a.nav-link:focus,
.main-nav .nav-item.active a.nav-link,
.main-nav .nav-item.show > a,
.boxed ul.nav .nav-item.active .nav-link,
.boxed .main-nav .nav-item a.nav-link:hover,
.boxed .main-nav .nav-item a.nav-link:focus,
.boxed .main-nav .nav-item.active a.nav-link,
.boxed .main-nav .nav-item.show > a,
.bg-white .main-nav .nav-item a.nav-link:hover,
.bg-white .main-nav .nav-item a.nav-link:focus,
.header-transparent .main-nav .nav-item a.nav-link:hover,
.header-transparent .main-nav .nav-item a.nav-link:focus,
.bg-white .main-nav .nav-item.active a.nav-link,
.header-transparent .main-nav .nav-item.active a.nav-link,
.bg-white .main-nav .nav-item.show > a,
.header-transparent .main-nav .nav-item.show > a,
.pricing_image-card .circle span.price,
.pricing .circle .price,
.icon_tabs .nav-item a.nav-link:hover .fa,
.icon_tabs .nav-item a.nav-link.active .fa,
.nav-unbordered.nav-tabs .nav-item .nav-link.active,
.main-nav .nav-item a.nav-link:hover,
.main-nav .nav-item a.nav-link:focus,
.boxed .main-nav .nav-item.active a.nav-link,
.main-nav .nav-item.active a.nav-link,
.main-nav .nav-item.show > a,
.main-nav .nav-item.dropdown > a.nav-link:hover,
.main-nav .nav-item.dropdown > a.nav-link:focus,
.dropdown-menu a:hover,
.error-content span i.fa.fa-frown-o,
.card.blog-card .card-block h3:hover,
.about_phylosophy .about_phylosophy-desc ul.list-group li.list-group-item .fa,
.order-single .cart_product-title h5:hover,
.team-wrapper .team-card a.overlay_icon:hover .fa,
.card.blog-card .card-block span a.author,
.about-fullwidth .vid-link i,
i.overlay-icon,
.single_item .single_item-details p a,
.cart h3.bg-sand span,
.order-single .price span,
.nav-tabs.bar-tabs .nav-link.active h5,
.about-fullwidth.about-beauty .styled_list li i,
.confirm-details .tags span,
p.tag a:hover,
.comment_title .btn,
.reply_title .btn {
  color: #a98600;
}
.text-primary,
a.text-primary:focus,
a.text-primary:hover {
  color: #a98600 !important;
}
.bg-primary,
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.btn-primary-outlined:hover,
.btn-primary-outlined:focus,
.btn-primary-outlined.active,
.btn-primary-outlined:active,
.main-nav .navbar-toggler .burger-menu,
.socialLink a:focus,
.socialLink a:hover,
.socialLink a.active,
.socialLink a:active,
.dropdown.show > .btn-primary.dropdown-toggle,
.dropdown.show > .btn-primary.dropdown-toggle.focus,
.dropdown.show > .btn-primary.dropdown-toggle:focus,
.dropdown.show > .btn-primary.dropdown-toggle.active,
.dropdown.show > .btn-primary.dropdown-toggle:active,
.dropdown.show > .btn-primary.dropdown-toggle.active,
.dropdown.show > .btn-primary.dropdown-toggle:hover,
.badge-primary,
.list-group-item.active,
.carousel-indicators li.active,
::-moz-selection,
.carousel-control span.icon-prev:hover,
.carousel-control span.icon-prev:focus,
.carousel-control span.icon-next:hover,
.carousel-control span.icon-next:focus,
.arrow-shade button.slick-arrow:hover,
.arrow-shade button.slick-arrow:focus,
.checkbox-custom:checked + .checkbox-custom-label:before,
.radio-custom:checked + .radio-custom-label:before,
.nav-cart .btn-cart,
.testimonial-carousel .carousel-indicators li.active,
.slick-dots li.slick-active button,
.progress-bar-primary,
.main-slider .common-inner a.btn-primary,
ul.nav-tabs.no-bg .nav-item .nav-link.active,
ul.nav-tabs.nav-pills .nav-item .nav-link.active,
.page-item.active a.page-link,
.page-item:hover a.page-link,
.page-item.active a.page-link,
.page-item:hover a.page-link,
.pricing.delux .card-header,
.pricing_image-card .btn:hover,
.pricing .btn:hover,
.deal_single .media-body span.btn,
.cta .cta_content-box,
.card.blog-card .card-block .circle,
.price-range .progress .progress-bar,
.price-range .progress .bulet,
.price-range .price-slider-inner .ui-widget-content .ui-slider-range,
.comment_title .btn:hover,
.reply_title .btn:hover {
  background-color: #a98600 !important;
}
.bg-primary,
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.btn-primary-outlined:hover,
.btn-primary-outlined:focus,
.btn-primary-outlined.active,
.btn-primary-outlined:active,
.main-nav .navbar-toggler .burger-menu,
.socialLink a:focus,
.socialLink a:hover,
.socialLink a.active,
.socialLink a:active,
.dropdown.show > .btn-primary.dropdown-toggle,
.dropdown.show > .btn-primary.dropdown-toggle.focus,
.dropdown.show > .btn-primary.dropdown-toggle:focus,
.dropdown.show > .btn-primary.dropdown-toggle.active,
.dropdown.show > .btn-primary.dropdown-toggle:active,
.dropdown.show > .btn-primary.dropdown-toggle.active,
.dropdown.show > .btn-primary.dropdown-toggle:hover,
.badge-primary,
.list-group-item.active,
.carousel-indicators li.active,
::selection,
.carousel-control span.icon-prev:hover,
.carousel-control span.icon-prev:focus,
.carousel-control span.icon-next:hover,
.carousel-control span.icon-next:focus,
.arrow-shade button.slick-arrow:hover,
.arrow-shade button.slick-arrow:focus,
.checkbox-custom:checked + .checkbox-custom-label:before,
.radio-custom:checked + .radio-custom-label:before,
.nav-cart .btn-cart,
.testimonial-carousel .carousel-indicators li.active,
.slick-dots li.slick-active button,
.progress-bar-primary,
.main-slider .common-inner a.btn-primary,
ul.nav-tabs.no-bg .nav-item .nav-link.active,
ul.nav-tabs.nav-pills .nav-item .nav-link.active,
.page-item.active a.page-link,
.page-item:hover a.page-link,
.page-item.active a.page-link,
.page-item:hover a.page-link,
.pricing.delux .card-header,
.pricing_image-card .btn:hover,
.pricing .btn:hover,
.deal_single .media-body span.btn,
.cta .cta_content-box,
.card.blog-card .card-block .circle,
.price-range .progress .progress-bar,
.price-range .progress .bulet,
.price-range .price-slider-inner .ui-widget-content .ui-slider-range,
.comment_title .btn:hover,
.reply_title .btn:hover {
  background-color: #a98600 !important;
}
.btn-primary,
.socialLink a:focus,
.socialLink a:hover,
.socialLink a.active,
.socialLink a:active,
.dropdown.show > .btn-primary.dropdown-toggle,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.dropdown.show > .btn-primary.dropdown-toggle.focus,
.dropdown.show > .btn-primary.dropdown-toggle:focus,
.dropdown.show > .btn-primary.dropdown-toggle.active,
.dropdown.show > .btn-primary.dropdown-toggle:active,
.dropdown.show > .btn-primary.dropdown-toggle.active,
.dropdown.show > .btn-primary.dropdown-toggle:hover,
.list-group-item.active,
.carousel-indicators li.active,
.nav-tabs.bar-tabs .nav-link.active:before,
.carousel-control span.icon-prev:hover,
.carousel-control span.icon-prev:focus,
.carousel-control span.icon-next:hover,
.carousel-control span.icon-next:focus,
.testimonial-carousel .carousel-indicators li.active,
.arrow-shade button.slick-arrow:hover,
.arrow-shade button.slick-arrow:focus,
input.form-control.focus,
input.form-control:focus,
input.form-control.active,
input.form-control:active,
textarea.form-control.focus,
textarea.form-control:focus,
textarea.form-control.active,
textarea.form-control:active,
select.form-control.focus,
select.form-control:focus,
select.form-control.active,
select.form-control:active,
.checkbox-custom:checked + .checkbox-custom-label:before,
.radio-custom:checked + .radio-custom-label:before,
ul.nav-tabs.no-bg .nav-item .nav-link.active,
ul.nav-tabs.nav-pills .nav-item .nav-link.active,
.main-nav .nav-item a.nav-link:before,
.bg-white .main-nav .nav-item a.nav-link:before,
.header-transparent .main-nav .nav-item a.nav-link:before,
.page-item.active a.page-link,
.page-item:hover a.page-link,
.icon_tabs .nav-item a.nav-link:before,
.btn-primary-outlined,
.pricing .btn:hover,
.nav-unbordered.nav-tabs .nav-item .nav-link.active:before,
.seperator:before,
.seperator:after,
.price-range .progress .bulet,
.pricing_image-card .btn:hover,
.price-range .price-slider-inner .ui-widget-content .ui-slider-handle,
.comment_title .btn:hover,
.reply_title .btn:hover,
.newsletter input.focus,
.newsletter input:focus,
.newsletter input.active,
.newsletter input:active,
.newsletter input:hover {
  border-color: #a98600 !important;
}
.blockquote {
  border-left: 3px solid #a98600;
}
.blockquote.text-right {
  border-right: 3px solid #a98600;
  border-left: 1px solid #e5e5e5;
}
