@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

@font-face {
  font-family: 'DejaVu Sans';
  src: url("https://cdn.jsdelivr.net/npm/dejavu-sans@1.0.0/fonts/dejavu-sans-webfont.eot.eot");
  /* IE9 Compat Modes */
  src: url("https://cdn.jsdelivr.net/npm/dejavu-sans@1.0.0/fonts/dejavu-sans-webfont.eot?#iefix") format("embedded-opentype"), url("https://cdn.jsdelivr.net/npm/dejavu-sans@1.0.0/fonts/dejavu-sans-webfont.woff2") format("woff2"), url("https://cdn.jsdelivr.net/npm/dejavu-sans@1.0.0/fonts/dejavu-sans-webfont.woff") format("woff"), url("https://cdn.jsdelivr.net/npm/dejavu-sans@1.0.0/fonts/dejavu-sans-webfont.ttf") format("truetype"), url("https://cdn.jsdelivr.net/npm/dejavu-sans@1.0.0/fonts/dejavu-sans-webfont.svg#dejavu_sansregular") format("svg");
  /* Legacy iOS */ }
* {
  box-sizing: border-box; }

/*font*/
/*color*/
/* Hidden h1 Style */
.hidden-h1 {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  opacity: 0;
  visibility: none;
  pointer-events: none;
  position: relative;
  z-index: -1; }

.btn {
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  transition: all .3s ease-in; }
  .btn.btn-red {
    background-color: #ac1314;
    border: none;
    color: #ffffff; }
  .btn.btn-gold {
    background-color: #dcb769;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    font-size: 16px;
    color: #313131; }
  .btn:hover {
    opacity: .9; }

.wings:before {
  content: '';
  position: absolute;
  height: 5px;
  width: 30px;
  background: url(../images/wings.png);
  transform: scaleX(-1);
  margin-left: -40px;
  top: 10px; }
.wings:after {
  content: '';
  position: absolute;
  height: 5px;
  width: 30px;
  background: url(../images/wings.png);
  margin-left: 10px;
  top: 10px; }

.separator {
  position: relative;
  width: 170px;
  height: 1px;
  background: #000000;
  display: inline-block; }
  .separator:before {
    left: 0;
    top: -2px; }
  .separator:after {
    right: -45px;
    top: -2px; }

.owl-carousel .owl-dots {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0; }
  @media (max-width: 767px) {
    .owl-carousel .owl-dots {
      bottom: -30px; } }
  .owl-carousel .owl-dots .owl-dot {
    margin: 0 3px;
    width: 10px;
    height: 10px;
    background: #888888;
    border-radius: 50%;
    transition: all .4s ease-in; }
    .owl-carousel .owl-dots .owl-dot.active {
      width: 22px;
      background: #000000;
      border-radius: 10px; }

.hide-mobile {
  display: flex !important; }
  @media (max-width: 767px) {
    .hide-mobile {
      display: none !important; } }

.show-mobile {
  display: none !important; }
  @media (max-width: 767px) {
    .show-mobile {
      display: flex !important; } }

.search-results .search-con {
  margin-bottom: 30px; }
  .search-results .search-con h1 {
    font-family: "Playfair Display", serif;
    font-size: 30px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: bold; }
  .search-results .search-con p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #000000; }

.hidden-h1 {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  opacity: 0;
  visibility: none;
  pointer-events: none;
  position: relative;
  z-index: -1; }

.category-listing {
  padding: 35px 30px;
  border: 1px solid #d5d9dc;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 30px; }
  .category-listing h3 {
    font-size: 1.500em;
    margin-bottom: 30px;
    text-transform: uppercase; }
  .category-listing ul li {
    margin: 20px 0;
    line-height: 1.2em; }
    .category-listing ul li:first-child {
      margin-top: 0; }
    .category-listing ul li:last-child {
      margin-bottom: 0; }
    .category-listing ul li a {
      text-decoration: none;
      color: #000000; }
      .category-listing ul li a:hover {
        color: #5c5c5c; }

.soc-med-icons li {
  display: inline-block; }
  .soc-med-icons li span {
    display: none; }
  .soc-med-icons li a {
    color: #000;
    margin-right: 2px; }

.typography-content {
  font-family: "Nunito", sans-serif; }
  .typography-content p {
    margin-bottom: 1.2rem;
    line-height: 1.5em;
    font-size: 16px; }

.ads-container {
  text-align: center;
  margin: 20px 0; }
  .ads-container img {
    max-width: 100%; }

.title {
  font-size: 1.5rem;
  margin-bottom: 30px;
  font-weight: 400; }

/*!
 * 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: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 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, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce infinite;
  animation-name: bounce infinite;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes 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); } }
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 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, -100px, 0);
    transform: translate3d(0, -100px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 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(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInleftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInrightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-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); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.container {
  width: 100%;
  max-width: 1310px;
  margin: 0 auto; }
  @media (max-width: 1340px) {
    .container {
      padding: 0 15px; } }
  .container.border {
    border-top: 1px solid #eeeeee; }

.container-small {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto; }
  @media (max-width: 1180px) {
    .container-small {
      padding: 0 15px; } }
  .container-small.border {
    border-top: 1px solid #eeeeee; }
  @media (max-width: 767px) {
    .container-small.full-mobile {
      padding: 0; } }

.flex-con {
  display: flex;
  flex-wrap: wrap; }
  .flex-con.mt-90 {
    margin-top: 90px; }
  .flex-con.var .left {
    width: 70%; }
    @media (max-width: 767px) {
      .flex-con.var .left {
        width: 100%; } }
  .flex-con.var .right {
    width: 26%; }
    @media (max-width: 767px) {
      .flex-con.var .right {
        width: 100%; } }
  @media (max-width: 767px) {
    .flex-con.swap-mobile .left {
      order: 2; } }
  @media (max-width: 767px) {
    .flex-con.swap-mobile .right {
      order: 1; } }
  .flex-con .left {
    width: 72%;
    margin-right: 4%; }
    @media (max-width: 991px) {
      .flex-con .left {
        width: 100%;
        margin-right: 0; } }
  .flex-con .right {
    width: 24%; }
    @media (max-width: 991px) {
      .flex-con .right {
        width: 100%; } }
  .flex-con .column {
    width: 50%; }
    @media (max-width: 767px) {
      .flex-con .column {
        width: 100%; } }
    .flex-con .column:first-child {
      border-right: 1px solid #e5e5e5; }
      @media (max-width: 767px) {
        .flex-con .column:first-child {
          border-right: none; } }
  .flex-con.reverse {
    flex-direction: row-reverse; }
    .flex-con.reverse .left {
      margin-right: 0; }
    .flex-con.reverse .right {
      margin-right: 4%; }

header .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 85px; }
  @media (max-width: 991px) {
    header .menu {
      height: 65px; } }
  header .menu .column {
    display: flex;
    align-items: center; }
    header .menu .column .logo .desktop {
      max-width: 230px; }
      @media (max-width: 767px) {
        header .menu .column .logo .desktop {
          max-width: 200px; } }
    header .menu .column nav {
      margin-left: 30px; }
      @media (max-width: 991px) {
        header .menu .column nav {
          display: none; } }
      header .menu .column nav ul {
        display: flex; }
        header .menu .column nav ul li {
          padding: 0 15px; }
          header .menu .column nav ul li a {
            text-decoration: none;
            font-size: 15px;
            color: #000000;
            transition: color .3s ease;
            text-transform: uppercase;
            font-family: "Poppins", sans-serif; }
            header .menu .column nav ul li a:hover, header .menu .column nav ul li a.active {
              color: #ac1314; }
    @media (max-width: 991px) {
      header .menu .column form {
        display: none; } }
    header .menu .column form .search-field {
      border: none;
      border-bottom: 1px solid #e5e5e5;
      font-family: "Poppins", sans-serif;
      width: 300px;
      font-size: 15px;
      font-weight: 100;
      color: #000000;
      position: relative;
      right: -10px; }
    header .menu .column form .search-submit {
      background: none;
      border: none; }
    header .menu .column .search-mobile {
      margin-right: 20px;
      display: none; }
      @media (max-width: 991px) {
        header .menu .column .search-mobile {
          display: block; } }
    header .menu .column .hamburger {
      width: 30px;
      height: 15px;
      position: relative;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer;
      position: relative;
      left: 0;
      z-index: 2;
      top: 0;
      display: none; }
      @media (max-width: 991px) {
        header .menu .column .hamburger {
          display: block; } }
      header .menu .column .hamburger span {
        display: block;
        position: absolute;
        height: 1px;
        width: 30px;
        width: 100%;
        background: #000000;
        opacity: 1;
        right: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out; }
        header .menu .column .hamburger span:nth-child(1) {
          top: 0px; }
        header .menu .column .hamburger span:nth-child(2), header .menu .column .hamburger span:nth-child(3) {
          top: 7px; }
        header .menu .column .hamburger span:nth-child(4) {
          top: 14px; }
      header .menu .column .hamburger.open span:nth-child(1) {
        top: 5px;
        width: 0%;
        left: 50%; }
      header .menu .column .hamburger.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 30px; }
      header .menu .column .hamburger.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 30px; }
      header .menu .column .hamburger.open span:nth-child(4) {
        top: 5px;
        width: 0%;
        left: 50%; }
header .mobile-menu {
  background: #111111;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 10;
  top: 0;
  overflow-x: auto;
  left: -100%;
  transition: all 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035); }
  header .mobile-menu.show {
    left: 0; }
  header .mobile-menu .mobile-menu-top {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    height: 240px; }
    header .mobile-menu .mobile-menu-top .inner {
      padding: 15px;
      height: 100%;
      width: 100%;
      position: relative; }
      header .mobile-menu .mobile-menu-top .inner .btn-x {
        background: #818181;
        color: #c8c8c8;
        font-size: 21px;
        padding: 3px 10px;
        text-decoration: none;
        font-family: "Poppins", sans-serif;
        position: absolute;
        right: 10px;
        top: 10px; }
      header .mobile-menu .mobile-menu-top .inner ul {
        display: flex;
        margin-top: 20px;
        position: absolute;
        bottom: 15px;
        left: 5px; }
        header .mobile-menu .mobile-menu-top .inner ul li {
          margin-left: 10px; }
          header .mobile-menu .mobile-menu-top .inner ul li a {
            color: #ffffff; }
      header .mobile-menu .mobile-menu-top .inner .bookmark {
        color: #ffffff;
        position: absolute;
        bottom: 15px;
        right: 15px; }
        header .mobile-menu .mobile-menu-top .inner .bookmark sup {
          vertical-align: super;
          font-size: small; }
  header .mobile-menu .mobile-menu-bottom .search-con {
    padding: 15px; }
    header .mobile-menu .mobile-menu-bottom .search-con form {
      display: flex;
      width: 100%;
      height: 40px; }
      header .mobile-menu .mobile-menu-bottom .search-con form input[type="search"] {
        width: 90%;
        padding: 0 15px;
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        color: #000000; }
      header .mobile-menu .mobile-menu-bottom .search-con form .search-submit {
        width: 10%; }
        header .mobile-menu .mobile-menu-bottom .search-con form .search-submit img {
          filter: invert(1); }
  header .mobile-menu .mobile-menu-bottom .primary ul {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    header .mobile-menu .mobile-menu-bottom .primary ul li {
      padding: 15px 0; }
      header .mobile-menu .mobile-menu-bottom .primary ul li a {
        text-decoration: none;
        font-size: 15px;
        color: #ffffff;
        transition: color .3s ease;
        text-transform: uppercase;
        font-family: "Poppins", sans-serif; }
        header .mobile-menu .mobile-menu-bottom .primary ul li a:hover, header .mobile-menu .mobile-menu-bottom .primary ul li a.active {
          border-bottom: 3px solid #ac1314; }
  header .mobile-menu .mobile-menu-bottom .secondary {
    border-top: 1px solid #2a2a2a; }
    header .mobile-menu .mobile-menu-bottom .secondary ul {
      padding: 15px;
      display: flex;
      flex-direction: column;
      margin: 10px 0; }
      header .mobile-menu .mobile-menu-bottom .secondary ul li {
        padding: 5px 0; }
        header .mobile-menu .mobile-menu-bottom .secondary ul li a {
          text-decoration: none;
          font-size: 13px;
          color: #b3b3b3;
          transition: color .3s ease;
          text-transform: uppercase;
          font-family: "Poppins", sans-serif; }
          header .mobile-menu .mobile-menu-bottom .secondary ul li a:hover, header .mobile-menu .mobile-menu-bottom .secondary ul li a.active {
            border-bottom: 3px solid #ac1314; }

footer {
  background: #000000;
  display: flex; }
  footer .container-small {
    display: flex;
    flex-direction: column; }
    @media (max-width: 767px) {
      footer .container-small {
        flex-direction: column-reverse; } }
  footer .footer-con {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 60px 0 60px;
    align-items: center; }
    @media (max-width: 767px) {
      footer .footer-con {
        flex-direction: column-reverse;
        padding: 20px 0; } }
    footer .footer-con .footer-left {
      display: flex;
      align-items: center;
      margin-right: 40px; }
      @media (max-width: 767px) {
        footer .footer-con .footer-left {
          flex-direction: column-reverse;
          margin-right: 0; } }
      footer .footer-con .footer-left .inner-left {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding-right: 42px; }
        @media (max-width: 767px) {
          footer .footer-con .footer-left .inner-left {
            padding-right: 0;
            margin-top: 20px;
            align-items: center; } }
        footer .footer-con .footer-left .inner-left .footer-logo {
          width: 260px; }
          footer .footer-con .footer-left .inner-left .footer-logo img {
            filter: invert(1);
            width: 100%; }
        footer .footer-con .footer-left .inner-left p {
          font-family: "Poppins", sans-serif;
          font-size: 14px;
          color: #5c5c5c;
          margin-top: 10px; }
        footer .footer-con .footer-left .inner-left ul {
          display: flex;
          margin-top: 20px; }
          footer .footer-con .footer-left .inner-left ul li {
            margin-left: 10px; }
            footer .footer-con .footer-left .inner-left ul li a {
              color: #ffffff; }
      footer .footer-con .footer-left .footer-menu {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 40px;
        border-left: 1px solid #2c2c2c; }
        @media (max-width: 767px) {
          footer .footer-con .footer-left .footer-menu {
            justify-content: flex-start;
            padding-bottom: 20px;
            margin: 35px auto 0;
            max-width: 100%;
            width: 100%;
            border-left: none; } }
        footer .footer-con .footer-left .footer-menu ul {
          display: flex;
          flex-direction: column; }
          @media (max-width: 767px) {
            footer .footer-con .footer-left .footer-menu ul {
              flex-direction: row;
              flex-wrap: wrap;
              justify-content: center; } }
          footer .footer-con .footer-left .footer-menu ul li {
            margin-right: 25px;
            position: relative;
            margin-bottom: 20px; }
            footer .footer-con .footer-left .footer-menu ul li:last-of-type {
              margin-bottom: 0; }
            @media (max-width: 767px) {
              footer .footer-con .footer-left .footer-menu ul li {
                margin-bottom: 20px; } }
            footer .footer-con .footer-left .footer-menu ul li a {
              color: #ffffff;
              font-family: "Poppins", sans-serif;
              font-weight: 500;
              font-size: 14px;
              text-decoration: none;
              text-transform: uppercase;
              transition: color .3s ease; }
              footer .footer-con .footer-left .footer-menu ul li a:hover {
                color: #ac1314; }
    footer .footer-con .footer-right {
      max-width: 390px;
      width: 100%; }
      @media (max-width: 767px) {
        footer .footer-con .footer-right {
          max-width: 100%; } }
      footer .footer-con .footer-right .footer-title {
        font-family: "Poppins", sans-serif;
        color: #ffffff;
        font-size: 15px;
        text-transform: uppercase; }
      footer .footer-con .footer-right form {
        width: 100%;
        max-width: 390px;
        display: flex;
        padding: 20px 0;
        position: relative; }
        @media (max-width: 767px) {
          footer .footer-con .footer-right form {
            padding: 15px 0 5px;
            max-width: 100%; } }
        footer .footer-con .footer-right form .es-field-wrap {
          width: 100%;
          margin-bottom: 0; }
          footer .footer-con .footer-right form .es-field-wrap label {
            height: 100%; }
        footer .footer-con .footer-right form input[type="email"] {
          width: 100%;
          height: 100%;
          background: none;
          border: none;
          box-shadow: none;
          border-bottom: 1px solid #ffffff;
          color: #939393;
          text-transform: uppercase;
          font-size: 12px;
          font-family: "Poppins", sans-serif; }
        footer .footer-con .footer-right form input[type="submit"] {
          width: 105px !important;
          height: 42px;
          text-decoration: none;
          text-transform: uppercase;
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          font-family: "Poppins", sans-serif;
          font-size: 15px;
          transition: all .3s ease-in;
          background-color: #ac1314;
          border: none;
          color: #ffffff; }
          footer .footer-con .footer-right form input[type="submit"]:hover {
            opacity: .9; }
          @media (max-width: 767px) {
            footer .footer-con .footer-right form input[type="submit"] {
              position: absolute;
              bottom: -44px;
              right: 0; } }
      footer .footer-con .footer-right .es_subscription_message {
        display: block;
        margin: 15px 0;
        font-family: "Poppins", sans-serif;
        font-size: 14px; }
      footer .footer-con .footer-right p {
        font-family: "Poppins", sans-serif;
        color: #5c5c5c;
        font-size: 14px; }
        @media (max-width: 767px) {
          footer .footer-con .footer-right p {
            width: 53%; } }
        footer .footer-con .footer-right p a {
          text-decoration: none;
          border-bottom: 1px solid #5c5c5c;
          color: inherit; }

.subscribe-popup {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  top: 0;
  height: 100%;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
  display: flex;
  z-index: -1; }
  .subscribe-popup.show {
    opacity: 1;
    z-index: 9999;
    visibility: visible; }
  .subscribe-popup .inner {
    background: #ffffff;
    padding: 20px;
    position: relative;
    width: 540px; }
    @media (max-width: 767px) {
      .subscribe-popup .inner {
        width: 100%;
        margin: 15px; } }
    .subscribe-popup .inner .close-btn {
      position: absolute;
      right: -12px;
      top: -12px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 1px solid #ac1314;
      background: #ac1314;
      display: flex;
      justify-content: center;
      align-items: center; }
      .subscribe-popup .inner .close-btn a {
        font-family: "Poppins", sans-serif;
        color: #ffffff;
        text-transform: lowercase;
        text-decoration: none; }
    .subscribe-popup .inner .title {
      font-family: "Playfair Display", serif;
      font-size: 24px;
      color: #000000; }
    .subscribe-popup .inner form {
      width: 500px;
      max-width: 500px;
      display: flex;
      padding: 20px 0 0;
      position: relative; }
      @media (max-width: 767px) {
        .subscribe-popup .inner form {
          padding: 15px 0 0px;
          max-width: 100%;
          width: 100%; } }
      .subscribe-popup .inner form .es-field-wrap {
        width: 100%;
        margin-bottom: 0; }
        .subscribe-popup .inner form .es-field-wrap label {
          height: 100%; }
      .subscribe-popup .inner form input[type="email"] {
        width: 100%;
        height: 100%;
        background: none;
        border: none;
        box-shadow: none;
        border-bottom: 1px solid #eeeeee;
        color: #939393;
        text-transform: uppercase;
        font-size: 12px;
        font-family: "Poppins", sans-serif; }
      .subscribe-popup .inner form input[type="submit"] {
        width: 105px !important;
        height: 42px;
        text-decoration: none;
        text-transform: uppercase;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "Poppins", sans-serif;
        font-size: 15px;
        transition: all .3s ease-in;
        background-color: #ac1314;
        border: none;
        color: #ffffff; }
        .subscribe-popup .inner form input[type="submit"]:hover {
          opacity: .9; }
        @media (max-width: 767px) {
          .subscribe-popup .inner form input[type="submit"] {
            right: 0; } }
    .subscribe-popup .inner .es_subscription_message {
      display: block;
      margin: 15px 0;
      font-family: "Poppins", sans-serif;
      font-size: 14px; }

.hero {
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .hero {
      height: auto;
      padding: 35px 0; } }
  .hero:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2; }
    @media (max-width: 767px) {
      .hero:before {
        background-color: rgba(0, 0, 0, 0.6); } }
  .hero a {
    text-decoration: none; }
  .hero .title {
    font-size: 44px;
    font-family: "Playfair Display", serif;
    color: #ffffff;
    position: relative;
    z-index: 3;
    background: rgba(0, 0, 0, 0.7);
    text-transform: capitalize;
    padding: 15px 30px;
    margin: -15px 0;
    font-weight: 700; }
    @media (max-width: 767px) {
      .hero .title {
        font-size: 26px;
        text-align: center;
        line-height: 1.4; }
        .hero .title br {
          display: none; } }
    .hero .title i {
      font-weight: 900;
      font-style: italic; }
  .hero .details {
    position: relative;
    z-index: 3;
    display: flex;
    margin-top: 40px; }
    @media (max-width: 767px) {
      .hero .details {
        margin-top: 30px; } }
    .hero .details .category {
      background: #bf1315;
      font-family: "Poppins", sans-serif;
      font-size: 14px;
      color: #ffffff;
      display: flex;
      justify-content: center;
      align-items: center;
      width: auto;
      padding: 0 15px;
      height: 28px; }
      @media (max-width: 767px) {
        .hero .details .category {
          font-size: 12px;
          height: 20px;
          padding: 0 8px; } }
    .hero .details p {
      font-family: "Poppins", sans-serif;
      font-size: 14px;
      color: #ffffff;
      border-bottom: 1px solid #ffffff;
      padding: 5px 0 5px 10px; }
      @media (max-width: 767px) {
        .hero .details p {
          border-bottom: none;
          font-size: 12px; } }

.post-listing-row {
  background: #f8f8f8;
  padding: 0 20px; }
  @media (max-width: 767px) {
    .post-listing-row {
      padding: 0 15px; } }
  .post-listing-row .heading {
    text-align: center;
    padding-top: 65px; }
    .post-listing-row .heading h3 {
      font-family: "Playfair Display", serif;
      font-size: 30px;
      color: #000000;
      text-align: center;
      position: relative; }
    .post-listing-row .heading .view-all {
      text-align: center;
      text-decoration: none;
      font-family: "Playfair Display", serif;
      font-size: 13px;
      text-transform: uppercase;
      color: #9b9b9b;
      margin-top: 10px;
      display: inline-block; }
  .post-listing-row .inner {
    flex-wrap: wrap;
    padding: 35px 0; }
    @media (max-width: 767px) {
      .post-listing-row .inner {
        padding: 23px 0 0; } }
    .post-listing-row .inner .owl-nav, .post-listing-row .inner .owl-dots {
      display: none; }
    .post-listing-row .inner .owl-nav {
      display: block;
      position: absolute;
      top: calc(50% - 40px);
      width: 100%; }
      .post-listing-row .inner .owl-nav .owl-prev, .post-listing-row .inner .owl-nav .owl-next {
        background-color: #bf1315;
        padding: 5px !important; }
        .post-listing-row .inner .owl-nav .owl-prev.disabled, .post-listing-row .inner .owl-nav .owl-next.disabled {
          display: none !important; }
        .post-listing-row .inner .owl-nav .owl-prev span, .post-listing-row .inner .owl-nav .owl-next span {
          font-size: 50px;
          color: #ffffff;
          line-height: .4; }
      .post-listing-row .inner .owl-nav .owl-prev {
        position: absolute;
        left: -10px; }
      .post-listing-row .inner .owl-nav .owl-next {
        position: absolute;
        right: -10px; }
    .post-listing-row .inner .owl-stage {
      margin: 0 auto; }
    .post-listing-row .inner .items {
      /*width: calc(20% - 16px);*/
      /*margin-right:25px;*/ }
      .post-listing-row .inner .items:last-of-type {
        margin-right: 0; }
      @media (max-width: 767px) {
        .post-listing-row .inner .items {
          /*width: 100%;*/
          margin-right: 0;
          /*padding: 0 22px;*/
          margin-bottom: 20px; } }
      .post-listing-row .inner .items .img-con {
        position: relative; }
        .post-listing-row .inner .items .img-con a {
          position: relative;
          z-index: 1;
          display: block; }
          .post-listing-row .inner .items .img-con a img {
            width: 100%;
            height: 178px;
            object-fit: cover; }
            @media (max-width: 767px) {
              .post-listing-row .inner .items .img-con a img {
                height: 250px; } }
        .post-listing-row .inner .items .img-con .category {
          position: absolute;
          z-index: 2;
          bottom: 0;
          left: 0;
          background: #bf1315;
          font-family: "Poppins", sans-serif;
          text-decoration: none;
          color: #ffffff;
          text-transform: uppercase;
          padding: 5px 10px; }
      .post-listing-row .inner .items .title {
        display: flex;
        text-decoration: none;
        margin: 20px 0 10px; }
        .post-listing-row .inner .items .title span {
          font-family: "Poppins", sans-serif;
          font-size: 31px;
          font-style: normal;
          color: #bf1315;
          margin-right: 5px;
          line-height: .7; }
        .post-listing-row .inner .items .title p {
          font-family: "Poppins", sans-serif;
          font-size: 15px;
          color: #000000; }
          .post-listing-row .inner .items .title p i {
            font-style: normal; }
          .post-listing-row .inner .items .title p strong {
            font-weight: normal; }
        .post-listing-row .inner .items .title h2 {
          font-family: "Poppins", sans-serif;
          font-size: 15px;
          color: #000000; }

/*Post listing*/
.post-listing {
  text-align: center;
  margin: 90px 0 20px; }
  .post-listing.mt-0 {
    margin-top: 0; }
  .post-listing.mb-60 {
    margin-bottom: 60px; }
  @media (max-width: 767px) {
    .post-listing {
      margin: 35px 0; } }
  .post-listing h3 {
    font-family: "Playfair Display", serif;
    font-size: 30px;
    color: #000000;
    text-align: center;
    position: relative; }
    @media (max-width: 767px) {
      .post-listing h3:before, .post-listing h3:after {
        display: none; } }
  .post-listing .view-all {
    text-align: center;
    text-decoration: none;
    font-family: "Playfair Display", serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #9b9b9b;
    margin-top: 10px;
    display: inline-block; }
  .post-listing .default-listing {
    display: flex;
    margin: 70px 0 0;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .post-listing .default-listing {
        margin: 35px 0 0; } }
    .post-listing .default-listing#carousel-trending {
      margin: 70px 0; }
      @media (max-width: 767px) {
        .post-listing .default-listing#carousel-trending {
          margin: 35px 0 60px; } }
      .post-listing .default-listing#carousel-trending .items {
        width: auto;
        margin-right: 0;
        margin-bottom: 0; }
      .post-listing .default-listing#carousel-trending .owl-item:nth-child(2n) .items {
        display: flex;
        flex-direction: column; }
        .post-listing .default-listing#carousel-trending .owl-item:nth-child(2n) .items .img-con {
          order: 2; }
          @media (max-width: 767px) {
            .post-listing .default-listing#carousel-trending .owl-item:nth-child(2n) .items .img-con {
              order: 1 !important; } }
        .post-listing .default-listing#carousel-trending .owl-item:nth-child(2n) .items .title {
          margin-top: 0;
          margin-bottom: 20px; }
          @media (max-width: 767px) {
            .post-listing .default-listing#carousel-trending .owl-item:nth-child(2n) .items .title {
              margin-top: 20px !important;
              order: 2 !important; } }
    .post-listing .default-listing.two-col {
      justify-content: flex-start; }
      .post-listing .default-listing.two-col .items {
        width: 47%;
        margin-right: 0; }
        @media (max-width: 767px) {
          .post-listing .default-listing.two-col .items {
            width: 100%; } }
        .post-listing .default-listing.two-col .items:first-child {
          margin-right: 10px; }
          @media (max-width: 767px) {
            .post-listing .default-listing.two-col .items:first-child {
              margin-right: 0; } }
    .post-listing .default-listing.align-end {
      justify-content: flex-end; }
    .post-listing .default-listing .items {
      width: calc(25% - 18px);
      margin-right: 24px; }
      @media (max-width: 1024px) {
        .post-listing .default-listing .items {
          width: calc(25% - 8px);
          margin-right: 10px; } }
      @media (max-width: 767px) {
        .post-listing .default-listing .items {
          width: 100%;
          margin-right: 0;
          margin-bottom: 5px; } }
      .post-listing .default-listing .items:nth-child(4n) {
        margin-right: 0; }
      .post-listing .default-listing .items .img-con {
        position: relative; }
        .post-listing .default-listing .items .img-con a {
          display: block;
          position: relative;
          z-index: 1; }
          .post-listing .default-listing .items .img-con a img {
            width: 100%;
            object-fit: cover;
            height: 370px; }
        .post-listing .default-listing .items .img-con .category {
          position: absolute;
          z-index: 2;
          bottom: 0;
          left: 0;
          background: #bf1315;
          font-family: "Poppins", sans-serif;
          text-decoration: none;
          color: #ffffff;
          text-transform: uppercase;
          padding: 5px 10px; }
      .post-listing .default-listing .items .title {
        text-decoration: none;
        font-family: "Poppins", sans-serif;
        font-size: 22px;
        color: #000000;
        margin: 20px 0 15px;
        display: block;
        line-height: 1.3; }
        .post-listing .default-listing .items .title i {
          font-weight: normal;
          font-style: normal; }
      .post-listing .default-listing .items .read {
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
        color: #9b9b9b;
        font-size: 14px;
        font-weight: 100;
        margin-bottom: 20px; }
  .post-listing .btn-con {
    display: flex;
    justify-content: center;
    margin: 0 auto; }
    .post-listing .btn-con.mb-60 {
      margin-bottom: 60px; }
    .post-listing .btn-con .btn-load-more {
      height: 55px;
      padding: 0 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 2px solid #000000;
      border-radius: 30px;
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      font-size: 16px;
      color: #000000;
      text-transform: uppercase;
      text-decoration: none;
      margin-top: 27px; }

.sidebar-listing {
  margin: 90px 0 50px; }
  @media (max-width: 767px) {
    .sidebar-listing {
      margin: 0 0 35px;
      border-top: 1px solid #eeeeee;
      padding-top: 30px; } }
  .sidebar-listing.spacer {
    margin: 40px 0 30px; }
    @media (max-width: 767px) {
      .sidebar-listing.spacer {
        margin: 35px 0 35px; } }
  @media (max-width: 767px) {
    .sidebar-listing.no-mobile-border {
      border-top: none;
      margin-top: 0;
      padding-top: 0; } }
  .sidebar-listing h3 {
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    color: #313131;
    text-align: center; }
    @media (max-width: 767px) {
      .sidebar-listing h3 {
        font-size: 32px; } }
  .sidebar-listing .item-con {
    margin-top: 30px; }
    .sidebar-listing .item-con .items {
      display: flex;
      margin-bottom: 17px; }
      .sidebar-listing .item-con .items .img-con {
        text-decoration: none;
        width: 44%;
        margin-right: 5%; }
        @media (max-width: 767px) {
          .sidebar-listing .item-con .items .img-con {
            width: 25%;
            margin-right: 5%; } }
        @media (max-width: 480px) {
          .sidebar-listing .item-con .items .img-con {
            width: 50%; } }
        .sidebar-listing .item-con .items .img-con img {
          width: 100%;
          object-fit: cover;
          height: 115px; }
      .sidebar-listing .item-con .items .post-title {
        width: 56%; }
        @media (max-width: 767px) {
          .sidebar-listing .item-con .items .post-title {
            width: 70%; } }
        @media (max-width: 480px) {
          .sidebar-listing .item-con .items .post-title {
            width: 50%; } }
        .sidebar-listing .item-con .items .post-title .category {
          text-transform: uppercase;
          font-family: "Poppins", sans-serif;
          font-size: 12px;
          color: #bf1315;
          text-decoration: none;
          font-weight: 500; }
        .sidebar-listing .item-con .items .post-title .title {
          font-family: "Poppins", sans-serif;
          font-size: 15px;
          text-decoration: none;
          color: #000000;
          display: block;
          margin-top: 10px; }
          .sidebar-listing .item-con .items .post-title .title i {
            font-style: normal;
            font-weight: normal; }

.shop-item {
  margin-bottom: 58px; }
  .shop-item .img-con {
    display: block; }
    .shop-item .img-con img {
      width: 100%; }
  .shop-item .title {
    font-family: "Playfair Display", serif;
    font-size: 38px;
    color: #000000;
    text-decoration: none;
    margin: 30px 0;
    width: 80%;
    display: block; }
    @media (max-width: 767px) {
      .shop-item .title {
        padding: 0 15px; } }
    .shop-item .title i {
      font-weight: bold;
      font-style: italic; }
  .shop-item .cta-con {
    display: flex;
    justify-content: space-between;
    display: none; }
    @media (max-width: 767px) {
      .shop-item .cta-con {
        padding: 0 15px; } }
    .shop-item .cta-con .col {
      padding-top: 25px; }
      .shop-item .cta-con .col:first-of-type {
        border-top: 3px solid #000000; }
      .shop-item .cta-con .col:last-of-type a span {
        margin-right: 10px; }
      .shop-item .cta-con .col a {
        font-family: "Poppins", sans-serif;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        color: #000000;
        text-decoration: none;
        display: flex;
        align-items: center;
        height: 32px; }
        .shop-item .cta-con .col a span {
          margin-left: 10px; }

.subscribe-con {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #dcb769; }
  .subscribe-con .subscribe-title {
    text-align: center;
    width: 192px;
    background: #ffffff;
    position: relative;
    z-index: 4;
    margin-top: -24px;
    margin-bottom: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .subscribe-con .subscribe-title:before {
      content: '';
      width: 2px;
      height: 5px;
      background: #dcb769;
      position: absolute;
      left: 0; }
    .subscribe-con .subscribe-title:after {
      content: '';
      width: 2px;
      height: 5px;
      background: #dcb769;
      position: absolute;
      right: 0; }
    .subscribe-con .subscribe-title p {
      font-family: "Raleway", sans-serif;
      font-weight: 500;
      font-size: 13px;
      text-transform: uppercase;
      color: #313131; }
    .subscribe-con .subscribe-title span {
      font-family: "Raleway", sans-serif;
      font-weight: 500;
      font-size: 36px;
      text-transform: uppercase;
      color: #313131; }
  .subscribe-con .img-cta {
    max-width: 192px;
    display: block; }
    .subscribe-con .img-cta img {
      width: 100%;
      height: 200px;
      object-fit: cover; }
    .subscribe-con .img-cta .btn {
      height: 35px;
      margin-top: 9px; }
  .subscribe-con ul {
    width: 100%;
    padding: 0 33px;
    margin: 25px 0 15px; }
    .subscribe-con ul li {
      border-bottom: 1px solid #e5e5e5;
      text-align: center;
      padding: 15px 0; }
      .subscribe-con ul li:last-of-type {
        border-bottom: none; }
      .subscribe-con ul li a {
        text-decoration: none;
        font-family: "Playfair Display", serif;
        text-transform: uppercase;
        font-size: 14px;
        color: #313131; }

#ig-masonry {
  height: auto; }
  #ig-masonry .sb_instagram_header, #ig-masonry #sbi_load {
    display: none; }
  #ig-masonry #sb_instagram {
    padding-bottom: 0 !important; }
  #ig-masonry .sbi_photo img {
    height: 100%; }

.hero-article {
  background: #f8f8f8;
  padding: 50px 0;
  margin-bottom: 30px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover; }
  .hero-article:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1; }
  @media (max-width: 767px) {
    .hero-article {
      padding: 20px 0 25px;
      margin-bottom: 30px; } }
  .hero-article .breadcrumbs {
    margin-top: 15px;
    position: relative;
    z-index: 2; }
    @media (max-width: 767px) {
      .hero-article .breadcrumbs {
        text-align: center; } }
    .hero-article .breadcrumbs a {
      font-family: "Poppins", sans-serif;
      font-size: 12px;
      color: #ac1314;
      text-transform: uppercase;
      text-decoration: none; }
      .hero-article .breadcrumbs a.red {
        color: #ac1314;
        font-style: normal; }
    .hero-article .breadcrumbs span {
      font-family: "Poppins", sans-serif;
      font-size: 12px;
      font-weight: 500;
      margin: 0 3px;
      text-transform: uppercase; }
  .hero-article .inner {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 2; }
    .hero-article .inner h1 {
      font-size: 30px;
      font-family: "Playfair Display", serif;
      position: relative;
      z-index: 3;
      background: rgba(0, 0, 0, 0.7);
      text-transform: capitalize;
      padding: 10px 20px;
      font-weight: 900;
      color: #ffffff;
      max-width: 600px;
      line-height: 1.3; }
      @media (max-width: 767px) {
        .hero-article .inner h1 {
          font-size: 26px;
          background: none;
          text-align: center;
          line-height: 1.4; }
          .hero-article .inner h1 br {
            display: none; } }
      .hero-article .inner h1 i {
        font-weight: 900;
        font-style: italic; }
    .hero-article .inner p {
      max-width: 630px;
      width: 100%;
      color: #ffffff;
      line-height: 1.6;
      font-family: "Playfair Display", serif;
      padding: 30px 0; }
    .hero-article .inner .bottom {
      display: flex;
      align-items: baseline; }
      @media (max-width: 767px) {
        .hero-article .inner .bottom {
          margin-top: 20px; } }
      .hero-article .inner .bottom .details {
        position: relative;
        z-index: 3;
        display: flex;
        flex-wrap: wrap; }
        .hero-article .inner .bottom .details .category {
          background: #bf1315;
          font-family: "Poppins", sans-serif;
          font-size: 14px;
          color: #ffffff;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 28px;
          text-decoration: none;
          padding: 0 20px; }
          @media (max-width: 767px) {
            .hero-article .inner .bottom .details .category {
              font-size: 12px;
              height: 21px;
              padding: 0 10px; } }
        .hero-article .inner .bottom .details p {
          font-family: "Poppins", sans-serif;
          font-size: 14px;
          color: #ffffff;
          border-bottom: 1px solid #ffffff;
          padding: 0 0 0 15px;
          width: auto; }
          @media (max-width: 767px) {
            .hero-article .inner .bottom .details p {
              border-bottom: none;
              font-size: 12px; } }
    .hero-article .inner ul {
      display: flex;
      margin-left: 20px; }
      @media (max-width: 767px) {
        .hero-article .inner ul {
          display: none; } }
      .hero-article .inner ul li {
        margin-left: 10px; }
        .hero-article .inner ul li a {
          text-decoration: none;
          color: #ffffff; }
    .hero-article .inner.left-aligned {
      align-items: baseline; }
      .hero-article .inner.left-aligned h1 {
        text-align: left;
        position: relative; }
        .hero-article .inner.left-aligned h1:after {
          content: '';
          width: 70px;
          height: 2px;
          background-color: #ac1314;
          position: absolute;
          bottom: 0;
          left: 0; }
    .hero-article .inner .breadcrumbs a, .hero-article .inner .breadcrumbs span {
      color: #ffffff; }
    .hero-article .inner .breadcrumbs a {
      transition: all .3s; }
      .hero-article .inner .breadcrumbs a:hover {
        border-bottom: 2px solid #bf1315; }

.breadcrumbs {
  margin-bottom: 30px;
  position: relative;
  z-index: 2; }
  .breadcrumbs.mt-30 {
    margin-top: 30px; }
  @media (max-width: 767px) {
    .breadcrumbs {
      text-align: center;
      margin-top: 0; } }
  .breadcrumbs a {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    font-style: normal;
    color: #000000;
    transition: all .2s;
    font-weight: 500; }
    .breadcrumbs a:hover {
      border-bottom: 2px solid #bf1315; }
    .breadcrumbs a.red {
      color: #ac1314;
      font-style: normal; }
  .breadcrumbs span {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #000000;
    margin: 0 3px;
    text-transform: uppercase;
    font-weight: 500; }
    .breadcrumbs span:first-child {
      margin-left: 0; }

.hero-article-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .hero-article-img .breadcrumbs span {
    color: #ffffff; }
  .hero-article-img .inner {
    margin-top: 50px; }
    .hero-article-img .inner h1 {
      line-height: 1.3em;
      font-weight: 300;
      margin-bottom: 15px;
      color: #ffffff; }
    .hero-article-img .inner .article-detail p {
      color: #ffffff;
      font-family: "Nunito", sans-serif;
      text-transform: uppercase;
      font-size: 0.875rem; }
    .hero-article-img .inner .bottom {
      margin-top: 50px; }
    .hero-article-img .inner ul {
      margin-left: 0; }
      .hero-article-img .inner ul li a {
        color: #ffffff; }
      .hero-article-img .inner ul li:first-child {
        margin-left: 0; }

/*article content*/
.article-content h2 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: #000000;
  margin-bottom: 15px; }
.article-content h3 {
  font-family: "Playfair Display", serif;
  font-size: 21px;
  color: #000000;
  margin-bottom: 15px; }
.article-content h4 {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #000000;
  margin-bottom: 15px; }
.article-content h5, .article-content h6 {
  font-family: "Playfair Display", serif;
  font-size: 15px;
  color: #000000;
  margin-bottom: 15px; }
.article-content img {
  display: block;
  max-width: 100%;
  margin: 40px 0;
  height: auto; }
  @media (max-width: 767px) {
    .article-content img {
      margin: 30px 0; } }
.article-content div {
  width: 100% !important; }
.article-content p {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  color: #000000;
  margin-bottom: 25px;
  line-height: 28px; }
  @media (max-width: 767px) {
    .article-content p {
      font-size: 18px; } }
  .article-content p a {
    color: #bf1315;
    text-decoration: none;
    border-bottom: 1px solid #bf1315; }
.article-content strong {
  font-weight: bold; }
.article-content blockquote {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #000000;
  margin-bottom: 25px;
  line-height: 28px;
  font-style: italic;
  color: #909090;
  padding-left: 25px;
  border-left: 3px solid #ac1314; }
  @media (max-width: 767px) {
    .article-content blockquote {
      font-size: 18px; } }
.article-content ul, .article-content ol {
  padding-left: 15px;
  margin-bottom: 15px;
  line-height: 1.8;
  font-size: 16px;
  font-family: "Playfair Display", serif; }
.article-content ul {
  list-style-type: disc; }
.article-content ol {
  list-style-type: decimal; }
.article-content > img {
  max-width: 100%; }

.cat-bot-post.single-post {
  margin: 0;
  margin-bottom: 50px; }

.article-author {
  background: #f8f8f8;
  border-top: 2px solid #000000;
  display: flex;
  padding: 32px 0;
  margin-top: 60px; }
  @media (max-width: 767px) {
    .article-author {
      flex-wrap: wrap;
      padding: 15px 15px 20px; } }
  .article-author .author-left {
    min-width: 190px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (max-width: 767px) {
      .article-author .author-left {
        width: 50%;
        margin-bottom: 20px;
        min-width: 50%; } }
    .article-author .author-left .m {
      max-width: 120px;
      max-height: 120px;
      border-radius: 50%;
      overflow: hidden; }
      .article-author .author-left .m img {
        margin: 0;
        width: 100%;
        height: 100%;
        background-size: cover; }
    .article-author .author-left ul {
      display: flex;
      margin-top: 20px; }
      .article-author .author-left ul li {
        margin: 0 5px; }
        .article-author .author-left ul li a {
          text-decoration: none;
          color: #000000; }
  .article-author .author-right {
    width: 100%;
    padding: 0 35px 0 0; }
    @media (max-width: 767px) {
      .article-author .author-right {
        width: 50%;
        margin-bottom: 20px;
        padding: 0; } }
    .article-author .author-right .author-title {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      @media (max-width: 767px) {
        .article-author .author-right .author-title {
          flex-direction: column;
          justify-content: center;
          align-items: center;
          height: 100%; } }
      .article-author .author-right .author-title ul {
        display: flex;
        margin-top: 20px; }
        @media (max-width: 767px) {
          .article-author .author-right .author-title ul {
            margin-top: 0; } }
        .article-author .author-right .author-title ul li {
          margin: 0 5px; }
          .article-author .author-right .author-title ul li a {
            text-decoration: none;
            color: #000000; }
      .article-author .author-right .author-title p {
        font-family: "Playfair Display", serif;
        font-weight: bold;
        font-size: 20px !important;
        color: #ac1314 !important;
        text-transform: capitalize;
        line-height: 1;
        margin-bottom: 30px; }
        @media (max-width: 767px) {
          .article-author .author-right .author-title p {
            margin-bottom: 5px; } }
      .article-author .author-right .author-title a {
        text-decoration: none;
        font-family: "Poppins", sans-serif;
        font-size: 13px;
        color: #9b9b9b;
        text-transform: uppercase; }
    .article-author .author-right p {
      line-height: 1.6;
      margin-bottom: 0; }
  .article-author p {
    line-height: 1.6;
    margin-bottom: 0; }

.topics {
  display: flex;
  margin-top: 30px;
  align-items: center; }
  .topics p {
    font-family: "Poppins", sans-serif;
    margin-right: 10px; }
  .topics .tags {
    display: flex;
    flex-wrap: wrap; }
    .topics .tags li {
      margin-right: 5px;
      background: #ac1314;
      color: #ffffff;
      font-family: "Poppins", sans-serif;
      padding: 3px 8px;
      text-transform: capitalize; }
      .topics .tags li a {
        text-decoration: none;
        color: #ffffff;
        font-family: "Poppins", sans-serif; }
  .topics .social {
    display: flex; }
    .topics .social li {
      padding: 0 8px; }
      .topics .social li a {
        color: #000000; }

.article-pagination {
  display: flex;
  margin: 40px 0;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .article-pagination {
      margin: 30px 0; } }
  @media (max-width: 550px) {
    .article-pagination {
      flex-direction: column; } }
  .article-pagination .prev, .article-pagination .next {
    text-decoration: none;
    width: 40%;
    display: flex;
    flex-direction: column; }
    @media (max-width: 767px) {
      .article-pagination .prev, .article-pagination .next {
        width: 48%; } }
    @media (max-width: 550px) {
      .article-pagination .prev, .article-pagination .next {
        width: 100%; } }
    .article-pagination .prev span, .article-pagination .next span {
      font-family: "Poppins", sans-serif;
      font-size: 13px;
      color: #9b9b9b;
      text-transform: uppercase; }
    .article-pagination .prev .bottom, .article-pagination .next .bottom {
      display: flex;
      align-items: center;
      margin-top: 30px; }
      @media (max-width: 550px) {
        .article-pagination .prev .bottom, .article-pagination .next .bottom {
          margin-top: 15px; } }
      .article-pagination .prev .bottom .img-con, .article-pagination .next .bottom .img-con {
        min-width: 70px;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 20px; }
        .article-pagination .prev .bottom .img-con img, .article-pagination .next .bottom .img-con img {
          margin: 0;
          height: 100%;
          object-fit: cover; }
      .article-pagination .prev .bottom p, .article-pagination .next .bottom p {
        margin: 0;
        font-family: "Playfair Display", serif;
        font-size: 15px;
        color: #000000;
        line-height: 1.2; }
        .article-pagination .prev .bottom p i, .article-pagination .next .bottom p i {
          font-weight: bold;
          font-style: italic; }
  .article-pagination .next {
    align-items: flex-end; }
    @media (max-width: 550px) {
      .article-pagination .next {
        margin-top: 20px; } }
    .article-pagination .next span {
      text-align: right; }
    @media (max-width: 550px) {
      .article-pagination .next .bottom {
        justify-content: flex-end; } }
    .article-pagination .next .bottom p {
      order: 1;
      text-align: right; }
    .article-pagination .next .bottom .img-con {
      order: 2;
      margin-left: 20px;
      margin-right: 0; }

.post-listing-two {
  margin-bottom: 40px;
  border-top: 1px solid #ebebeb; }
  .post-listing-two.spacer {
    border-top: none; }
    .post-listing-two.spacer .items-con {
      margin-top: 0; }
  .post-listing-two .heading {
    text-align: center;
    padding-top: 65px; }
    @media (max-width: 767px) {
      .post-listing-two .heading {
        padding-top: 30px; } }
    .post-listing-two .heading h3 {
      font-family: "Playfair Display", serif;
      font-size: 30px;
      color: #000000;
      text-align: center;
      position: relative; }
      @media (max-width: 767px) {
        .post-listing-two .heading h3:after, .post-listing-two .heading h3:before {
          display: none; } }
    .post-listing-two .heading .view-all {
      text-align: center;
      text-decoration: none;
      font-family: "Playfair Display", serif;
      font-size: 13px;
      text-transform: uppercase;
      color: #9b9b9b;
      margin-top: 10px;
      display: inline-block; }
  .post-listing-two .items-con {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px; }
    .post-listing-two .items-con .items {
      width: calc(50% - 22px);
      margin-right: 44px;
      margin-bottom: 60px; }
      .post-listing-two .items-con .items:nth-child(2n) {
        margin-right: 0; }
      @media (max-width: 767px) {
        .post-listing-two .items-con .items {
          width: 100%;
          margin-right: 0;
          margin-bottom: 30px; } }
      .post-listing-two .items-con .items .img-con {
        height: 220px;
        display: block; }
        .post-listing-two .items-con .items .img-con img {
          max-width: 100%;
          height: 100%;
          object-fit: cover;
          width: 100%; }
      .post-listing-two .items-con .items .title {
        font-family: "Playfair Display", serif;
        font-size: 22px;
        color: #000000;
        text-decoration: none;
        margin-top: 20px;
        text-transform: capitalize;
        display: block;
        height: 50px; }
        .post-listing-two .items-con .items .title i {
          font-weight: bold;
          font-style: italic; }
      .post-listing-two .items-con .items .excerpt {
        font-family: "Playfair Display", serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        color: #666666;
        height: 50px;
        margin-top: 15px; }
      .post-listing-two .items-con .items .line {
        width: 60px;
        height: 3px;
        background: #000000;
        margin: 20px 0; }
      .post-listing-two .items-con .items ul {
        display: flex; }
        .post-listing-two .items-con .items ul li {
          margin-right: 23px;
          position: relative;
          display: flex; }
          .post-listing-two .items-con .items ul li:after {
            content: '|';
            position: absolute;
            right: -13px;
            font-size: 12px;
            color: #9b9b9b;
            font-family: "Poppins", sans-serif; }
          .post-listing-two .items-con .items ul li:last-of-type {
            margin-right: 0; }
            .post-listing-two .items-con .items ul li:last-of-type:after {
              display: none; }
          @media (max-width: 767px) {
            .post-listing-two .items-con .items ul li:nth-child(2):after {
              display: none; } }
          .post-listing-two .items-con .items ul li a, .post-listing-two .items-con .items ul li span {
            text-decoration: none;
            text-transform: uppercase;
            font-size: 12px;
            color: #000000;
            font-family: "Poppins", sans-serif;
            font-weight: 500; }
            .post-listing-two .items-con .items ul li a.category, .post-listing-two .items-con .items ul li span.category {
              color: #ac1314; }
            .post-listing-two .items-con .items ul li a i, .post-listing-two .items-con .items ul li span i {
              margin-right: 5px; }
  .post-listing-two .btn-con {
    max-width: 550px;
    border-top: 1px solid #eeeeee;
    display: flex;
    justify-content: center;
    margin: 0 auto; }
    .post-listing-two .btn-con .btn-load-more {
      height: 55px;
      width: 192px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 2px solid #000000;
      border-radius: 30px;
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      font-size: 16px;
      color: #000000;
      text-transform: uppercase;
      text-decoration: none;
      margin-top: 27px; }

.flex-article-con {
  font-family: "Source Sans Pro", sans-serif; }
  @media (min-width: 768px) {
    .flex-article-con {
      flex-direction: row-reverse; }
      .flex-article-con .left {
        margin-left: 4%;
        margin-right: 0; } }
  .flex-article-con blockquote p {
    color: #9b9b9b; }
  .flex-article-con p {
    font-family: "Source Sans Pro", sans-serif;
    margin-bottom: 1.2rem;
    line-height: 1.5em; }
  .flex-article-con img {
    margin: 0; }

@media (min-width: 768px) {
  .two-col-img {
    display: flex;
    max-width: 90%;
    margin: auto;
    justify-content: space-around; }
    .two-col-img .two-col-img-item {
      flex-basis: 48%; }
      .two-col-img .two-col-img-item img {
        margin: 20px 0; } }

.archive-description strong {
  font-weight: bold; }
.archive-description ol {
  list-style-type: decimal; }
.archive-description ul {
  list-style-type: disc; }
.archive-description ol, .archive-description ul {
  margin-left: 50px;
  margin-bottom: 20px; }
  .archive-description ol ol, .archive-description ol ul, .archive-description ul ol, .archive-description ul ul {
    margin-bottom: 0; }
  .archive-description ol li, .archive-description ul li {
    line-height: 1.5em; }
.archive-description .su-heading-style-default {
  border: none;
  padding: 0;
  margin: 60px 0 0 !important; }
  .archive-description .su-heading-style-default .su-heading-inner {
    padding: 0 !important;
    border: none;
    font-size: 1.5rem;
    position: relative;
    margin-bottom: 50px; }
    .archive-description .su-heading-style-default .su-heading-inner:after {
      content: '';
      width: 100px;
      height: 2px;
      background: #000;
      position: absolute;
      left: 0;
      bottom: -24px; }
.archive-description blockquote p {
  font-size: 1.25rem;
  line-height: 1.3em;
  font-style: italic;
  color: #9b9b9b;
  font-weight: 100;
  margin: 50px 0; }
  .archive-description blockquote p:first-letter {
    font-size: 2.313em;
    font-weight: bold; }
.archive-description a {
  color: #ac1314;
  text-decoration: none; }
  .archive-description a:hover {
    text-decoration: underline; }

.hero-plain {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover; }
  .hero-plain:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1; }
  @media (max-width: 767px) {
    .hero-plain {
      padding: 20px 0 25px;
      margin-bottom: 20px; } }
  .hero-plain .breadcrumbs {
    margin-top: 15px;
    position: relative;
    z-index: 2; }
    @media (max-width: 767px) {
      .hero-plain .breadcrumbs {
        text-align: center;
        margin-top: 0; } }
    .hero-plain .breadcrumbs a {
      font-family: "Poppins", sans-serif;
      font-size: 12px;
      font-style: italic;
      color: #9b9b9b;
      text-transform: uppercase;
      text-decoration: none;
      font-style: normal;
      color: #ffffff;
      transition: all .3s; }
      .hero-plain .breadcrumbs a:hover {
        border-bottom: 2px solid #bf1315; }
      .hero-plain .breadcrumbs a.red {
        color: #ac1314;
        font-style: normal; }
    .hero-plain .breadcrumbs span {
      font-family: "Poppins", sans-serif;
      font-size: 12px;
      color: #ffffff;
      margin: 0 3px;
      text-transform: uppercase; }
  .hero-plain .inner {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 50px 0 80px; }
    .hero-plain .inner.red-con {
      flex-direction: column;
      align-items: flex-start; }
    .hero-plain .inner h1 {
      font-size: 44px;
      font-family: "Playfair Display", serif;
      position: relative;
      z-index: 3;
      background: rgba(0, 0, 0, 0.7);
      text-transform: capitalize;
      padding: 10px 20px;
      font-weight: 700;
      color: #ffffff; }
      .hero-plain .inner h1.red {
        color: #bf1315; }
      @media (max-width: 767px) {
        .hero-plain .inner h1 {
          font-size: 26px;
          text-align: center;
          line-height: 1.4; }
          .hero-plain .inner h1 br {
            display: none; } }
      .hero-plain .inner h1 i {
        font-weight: 900;
        font-style: italic; }
    .hero-plain .inner p {
      max-width: 630px;
      width: 100%;
      color: #ffffff;
      line-height: 1.6;
      font-family: "Playfair Display", serif;
      padding: 30px 0; }
    .hero-plain .inner .btn-con {
      display: flex; }
      .hero-plain .inner .btn-con.mb-60 {
        margin-bottom: 60px; }
      .hero-plain .inner .btn-con .btn-load-more {
        height: 55px;
        padding: 0 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid #ffffff;
        border-radius: 30px;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 16px;
        color: #ffffff;
        text-transform: uppercase;
        text-decoration: none; }

.cat-menu {
  background: #353a3e; }
  .cat-menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .cat-menu ul {
        flex-wrap: wrap; } }
    .cat-menu ul li {
      padding: 20px 0;
      position: relative;
      flex-grow: 1;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .cat-menu ul li {
          padding: 20px 15px; } }
      .cat-menu ul li:after {
        content: '|';
        position: absolute;
        right: 0;
        color: #5e6367; }
        @media screen and (max-width: 767px) {
          .cat-menu ul li:after {
            display: none; } }
      .cat-menu ul li:last-of-type:after {
        display: none; }
      .cat-menu ul li a {
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-size: 15px;
        color: #ffffff;
        text-transform: uppercase;
        text-decoration: none; }

.sidebar-menu-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #dcb769;
  margin-bottom: 30px; }
  .sidebar-menu-container .title {
    text-align: center;
    width: auto;
    padding: 0 15px;
    background: #ffffff;
    position: relative;
    z-index: 4;
    margin-top: -6px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .sidebar-menu-container .title:before {
      content: '';
      width: 3px;
      height: 5px;
      background: #dcb769;
      position: absolute;
      left: 0; }
    .sidebar-menu-container .title:after {
      content: '';
      width: 2px;
      height: 5px;
      background: #dcb769;
      position: absolute;
      right: 0; }
    .sidebar-menu-container .title h3 {
      font-family: "Raleway", sans-serif;
      font-weight: 300;
      font-size: 15px;
      text-transform: uppercase;
      color: #000000;
      font-family: "Poppins", sans-serif; }
  .sidebar-menu-container h3 {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 15px;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    background: #ffffff;
    text-align: center;
    width: auto;
    padding: 0 15px;
    background: #ffffff;
    z-index: 4;
    margin-top: -7px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .sidebar-menu-container h3:before {
      content: '';
      width: 2px;
      height: 5px;
      background: #dcb769;
      position: absolute;
      left: 0; }
    .sidebar-menu-container h3:after {
      content: '';
      width: 2.5px;
      height: 5px;
      background: #dcb769;
      position: absolute;
      right: 0; }
  .sidebar-menu-container .sidebar-menu-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }
  .sidebar-menu-container ul {
    width: 100%;
    padding: 0 10px;
    margin: 20px 0 15px; }
    .sidebar-menu-container ul li {
      padding: 15px 0; }
      .sidebar-menu-container ul li a {
        font-family: "Raleway", sans-serif;
        font-weight: 300;
        font-size: 14px;
        text-transform: uppercase;
        color: #000000;
        font-family: "Poppins", sans-serif;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        align-items: center; }
        .sidebar-menu-container ul li a img {
          width: 75px;
          height: 75px;
          object-fit: scale-down;
          margin-right: 10px; }

.cat-bot-post {
  border-top: 1px solid #dbdbdb;
  padding-top: 60px; }

/*Start of Pillar Template*/
.two-col {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
  position: relative; }
  @media (max-width: 767px) {
    .two-col {
      flex-wrap: wrap; } }
  .two-col .item {
    width: 49%; }
    @media (max-width: 767px) {
      .two-col .item {
        width: 100%; } }
    .two-col .item img {
      width: 100%;
      max-height: 280px;
      height: 100%;
      object-fit: scale-down; }
    .two-col .item div {
      font-family: "Poppins", sans-serif !important;
      line-height: 1.6;
      margin-bottom: 15px;
      font-weight: 500 !important;
      font-size: 15px;
      color: #000000;
      text-align: center;
      margin-top: 10px; }
      .two-col .item div p {
        font-family: "Poppins", sans-serif !important;
        line-height: 1.6;
        font-weight: 500 !important;
        font-size: 15px;
        color: #000000;
        text-align: center; }

.three-col {
  display: flex;
  margin: 40px 0;
  position: relative;
  flex-wrap: wrap; }
  .three-col .item {
    width: calc(33.33% - 17px);
    margin-right: 25px; }
    @media (max-width: 767px) {
      .three-col .item {
        width: 100%;
        margin-right: 0; } }
    .three-col .item:last-of-type {
      margin-right: 0; }
    .three-col .item img {
      width: 100%;
      max-height: 280px;
      height: 250px !important;
      object-fit: scale-down; }
    .three-col .item div {
      font-family: "Poppins", sans-serif !important;
      line-height: 1.6;
      margin-bottom: 15px;
      font-weight: 500 !important;
      font-size: 15px;
      color: #000000;
      text-align: center;
      margin-top: 10px; }
      .three-col .item div a {
        font-family: "Poppins", sans-serif !important;
        text-decoration: none;
        font-weight: 500 !important;
        color: #000000; }
    .three-col .item .cta {
      background: #000000;
      color: #ffffff;
      padding: 5px 20px;
      font-family: "Poppins", sans-serif !important;
      text-decoration: none;
      margin: 5px 0 5px;
      display: inline-block;
      font-size: 15px;
      width: auto; }
      .three-col .item .cta img {
        width: 21px;
        filter: invert(1);
        margin-right: 7px;
        height: auto !important; }

/*Top Pics*/
.three-picks-con {
  margin: 40px 0; }
  .three-picks-con .three-picks {
    display: flex;
    width: 100%;
    flex-wrap: wrap; }
    .three-picks-con .three-picks .owl-dots {
      display: none; }
    .three-picks-con .three-picks .owl-nav {
      top: calc(50% - 30px);
      bottom: auto;
      z-index: 2;
      height: 0;
      position: absolute;
      width: 100%; }
      .three-picks-con .three-picks .owl-nav .owl-prev, .three-picks-con .three-picks .owl-nav .owl-next {
        border: 1px solid #eee !important;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: #fff !important;
        font-size: 30px !important; }
      .three-picks-con .three-picks .owl-nav .owl-prev {
        left: -10px;
        position: absolute; }
      .three-picks-con .three-picks .owl-nav .owl-next {
        right: -20px;
        margin-right: 10px !important;
        position: absolute; }
    .three-picks-con .three-picks .item {
      border: 1px solid #e8e8e8;
      position: relative;
      z-index: 1;
      transition: all .3s;
      width: calc(33.33% - 27px);
      margin-right: 40px;
      padding: 25px 20px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .three-picks-con .three-picks .item:last-of-type {
        margin-right: 0; }
      @media screen and (max-width: 991px) {
        .three-picks-con .three-picks .item {
          width: 100%;
          margin-right: 0; } }
      .three-picks-con .three-picks .item .img-con {
        max-width: 230px;
        height: 230px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .three-picks-con .three-picks .item .img-con img {
          width: 100%;
          height: 100% !important;
          object-fit: scale-down; }
      .three-picks-con .three-picks .item .title-con {
        margin: 15px 0; }
        .three-picks-con .three-picks .item .title-con a {
          font-family: "Poppins", sans-serif;
          line-height: 1.3;
          margin-bottom: 15px;
          font-weight: 500;
          font-size: 18px;
          color: #000000;
          text-align: center;
          text-decoration: none;
          text-align: center;
          display: block; }
      .three-picks-con .three-picks .item .btn-con {
        width: 100%;
        text-align: center;
        max-width: 290px; }
        .three-picks-con .three-picks .item .btn-con a {
          text-decoration: none;
          background-color: #ac1314;
          color: #ffffff;
          width: 100%;
          padding: 4px 5px;
          font-family: "Poppins", sans-serif;
          text-transform: uppercase;
          display: flex;
          justify-content: center;
          align-items: center;
          transition: background-color .2s ease; }
          .three-picks-con .three-picks .item .btn-con a:hover {
            background-color: #bf1315; }
          .three-picks-con .three-picks .item .btn-con a img {
            filter: invert(1);
            width: 34px;
            margin-right: 15px; }

/*Commonly Asked Question*/
.caq {
  width: 100%;
  border: 2px solid #dcb769;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 40px 0; }
  .caq h3 {
    font-size: 20px !important;
    font-weight: bold;
    background: #ffffff;
    text-align: center;
    margin: -20px auto;
    padding: 0 20px; }
  .caq .table-con {
    padding: 30px 40px 50px; }
    .caq .table-con table {
      width: 100% !important; }
      .caq .table-con table tr:nth-child(odd) td {
        font-family: "Poppins", sans-serif !important;
        font-size: 18px !important;
        font-weight: 500 !important; }
      .caq .table-con table tr:nth-child(even) td {
        font-family: "Playfair Display", serif !important;
        padding-bottom: 30px; }
      .caq .table-con table tr:last-of-type td {
        padding-bottom: 0; }
      .caq .table-con table tr td {
        width: 100% !important;
        padding-bottom: 10px;
        font-size: 16px !important;
        line-height: 1.3;
        display: flex; }
        .caq .table-con table tr td .gold {
          color: #dcb769;
          font-family: "Poppins", sans-serif !important;
          font-size: 18px !important;
          font-weight: 500 !important;
          margin-right: 6px; }

/* Listing */
.cat-listing {
  margin: 10px 0 30px; }
  .cat-listing ul {
    list-style-type: none; }
    .cat-listing ul li {
      position: relative;
      padding-left: 15px;
      font-family: "Poppins", sans-serif !important;
      line-height: 1.6;
      margin-bottom: 15px;
      font-weight: 500 !important;
      font-size: 15px;
      color: #000000; }
      .cat-listing ul li:before {
        content: '•';
        position: absolute;
        left: 0;
        color: #ac1314;
        font-size: 24px;
        line-height: 1; }

/* 4 grid image vertical*/
.img-vertical {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0; }

/* 4 grid image horizontal*/
.img-horizontal {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0; }

/* Product table */
.product-table {
  margin: 30px 0; }
  .product-table table {
    width: 100%;
    border: 1px solid #e5e5e5; }
    .product-table table tr {
      border-bottom: 1px solid #e5e5e5; }
      .product-table table tr:nth-child(odd) {
        background: #f8f8f8; }
      .product-table table tr:last-of-type {
        border-bottom: none; }
      .product-table table tr th {
        background-color: #bf1315;
        color: #ffffff;
        padding: 15px 10px;
        font-family: "Poppins", sans-serif;
        font-size: 15px;
        text-align: left; }
      .product-table table tr td {
        padding: 15px 10px;
        font-size: 15px;
        font-family: "Poppins", sans-serif;
        color: #000; }
        .product-table table tr td .buy-btn {
          background: #ac1314;
          text-transform: uppercase;
          font-size: 15px;
          font-family: "Poppins", sans-serif;
          text-decoration: none;
          color: #ffffff;
          padding: 8px 10px; }
        .product-table table tr td .prime {
          background: #E0FFFF;
          border-radius: 3px;
          padding: 5px;
          display: flex;
          flex-direction: column;
          align-items: center;
          position: relative;
          top: -7px; }
          .product-table table tr td .prime .blue {
            text-transform: uppercase;
            font-size: 17px;
            font-style: italic;
            font-weight: 500;
            color: #05E9FF; }

/* Table view review */
.table-view-review {
  border: 1px solid #e5e5e5;
  display: flex;
  width: 100%;
  margin: 10px 0 10px;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  margin: 30px 0; }
  .table-view-review:first-of-type {
    margin-top: 30px; }
  .table-view-review:last-of-type {
    margin-bottom: 30px; }
  @media (max-width: 767px) {
    .table-view-review {
      flex-direction: column;
      text-align: center; } }
  .table-view-review .image-con {
    width: 20%; }
    @media (max-width: 767px) {
      .table-view-review .image-con {
        width: 100%; } }
  .table-view-review .text-con {
    width: 56%;
    font-family: "Poppins", sans-serif; }
    @media (max-width: 767px) {
      .table-view-review .text-con {
        width: 100%; } }
    .table-view-review .text-con h2, .table-view-review .text-con h3, .table-view-review .text-con h4, .table-view-review .text-con h5, .table-view-review .text-con h6 {
      font-family: "Poppins", sans-serif; }
    .table-view-review .text-con p {
      font-family: "Poppins", sans-serif; }
  .table-view-review .btn-con {
    width: 20%; }
    @media (max-width: 767px) {
      .table-view-review .btn-con {
        width: 100%; } }
    .table-view-review .btn-con .view-review {
      background: #ac1314;
      text-transform: uppercase;
      font-size: 15px;
      font-family: "Poppins", sans-serif;
      text-decoration: none;
      color: #ffffff;
      padding: 8px 10px;
      width: 100%;
      padding: 12px 40px;
      display: flex;
      text-align: center; }
      @media (max-width: 767px) {
        .table-view-review .btn-con .view-review {
          width: auto;
          display: inline-block; } }

/*table-three-col*/
.table-three-col {
  display: flex;
  flex-direction: column;
  margin: 30px 0; }
  .table-three-col .top {
    text-align: center;
    background: #000000;
    color: #ffffff;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    padding: 15px 0; }
  .table-three-col .bottom {
    display: flex; }
    @media (max-width: 767px) {
      .table-three-col .bottom {
        flex-wrap: wrap; } }
    .table-three-col .bottom .col {
      display: flex;
      align-items: center;
      flex-direction: column;
      border: 1px solid #e5e5e5;
      border-right: none;
      padding: 20px 5%;
      text-align: center;
      font-size: 17px;
      line-height: 1.6;
      width: 33.33%; }
      @media (max-width: 767px) {
        .table-three-col .bottom .col {
          width: 100%;
          border: 1px solid #e5e5e5;
          border-top: none; } }
      .table-three-col .bottom .col .img-con {
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px; }
        .table-three-col .bottom .col .img-con a {
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center; }
      .table-three-col .bottom .col img {
        object-fit: scale-down;
        height: 100% !important; }
      .table-three-col .bottom .col:last-of-type {
        border-right: 1px solid #e5e5e5; }
      .table-three-col .bottom .col p a {
        font-family: "Poppins", sans-serif !important;
        text-decoration: none;
        font-weight: 500 !important;
        color: #000000;
        text-align: center;
        font-size: 15px;
        line-height: 1.6; }
      .table-three-col .bottom .col .cta {
        background: #000000;
        color: #ffffff;
        padding: 5px 20px;
        font-family: "Poppins", sans-serif !important;
        text-decoration: none;
        margin: 20px 0 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px; }
        .table-three-col .bottom .col .cta img {
          width: 21px;
          filter: invert(1);
          margin-right: 7px; }

/* Image, text and CTA */
.img-text-cta {
  display: flex;
  justify-content: space-between;
  margin: 30px 0; }
  @media (max-width: 767px) {
    .img-text-cta {
      flex-direction: column; } }
  .img-text-cta .col {
    width: 47%; }
    @media (max-width: 767px) {
      .img-text-cta .col {
        width: 100%; } }
    .img-text-cta .col img {
      width: 100%;
      object-fit: cover; }
    .img-text-cta .col h2, .img-text-cta .col h3, .img-text-cta .col h4, .img-text-cta .col h5, .img-text-cta .col h6 {
      font-family: "Poppins", sans-serif; }
      @media (max-width: 767px) {
        .img-text-cta .col h2, .img-text-cta .col h3, .img-text-cta .col h4, .img-text-cta .col h5, .img-text-cta .col h6 {
          margin-top: 20px; } }
    .img-text-cta .col p {
      font-family: "Poppins", sans-serif;
      font-size: 15px;
      line-height: 1.6; }
    .img-text-cta .col .btn-watch {
      background: #ac1314;
      text-transform: uppercase;
      font-size: 15px;
      font-family: "Poppins", sans-serif;
      text-decoration: none;
      color: #ffffff;
      padding: 8px 10px;
      padding: 12px 40px;
      display: inline-block;
      text-align: center; }

/*End of Pillar Template*/
.pillar-body {
  padding: 20px 0 40px; }
  .pillar-body a[rel~="noopener"] {
    color: #ac1314; }
  .pillar-body #pillar-core h2, .pillar-body #pillar-core h3, .pillar-body #pillar-core h4, .pillar-body #pillar-core h5, .pillar-body #pillar-core h6 {
    font-family: "Playfair Display", serif;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #000000;
    position: relative; }
  .pillar-body #pillar-core h2 {
    font-size: 32px; }
  .pillar-body #pillar-core h3 {
    font-size: 28px; }
  .pillar-body #pillar-core h4 {
    font-size: 24px; }
  .pillar-body #pillar-core h5 {
    font-size: 18px; }
  .pillar-body #pillar-core h6 {
    font-size: 16px; }
  .pillar-body #pillar-core strong {
    font-weight: bold; }
  .pillar-body #pillar-core p {
    font-family: "Playfair Display", serif;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 15px;
    color: #000000; }
  .pillar-body #pillar-core .wings {
    line-height: 1;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px; }
  .pillar-body #pillar-core blockquote {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    color: #000000;
    margin-bottom: 25px;
    line-height: 28px;
    font-style: italic;
    color: #909090;
    padding-left: 25px;
    border-left: 3px solid #ac1314; }
    @media (max-width: 767px) {
      .pillar-body #pillar-core blockquote {
        font-size: 18px; } }
  .pillar-body #pillar-core img {
    max-width: 100%;
    height: auto; }
  .pillar-body #pillar-core ul, .pillar-body #pillar-core ol {
    padding-left: 15px;
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 16px;
    font-family: "Playfair Display", serif; }
  .pillar-body #pillar-core ul {
    list-style-type: disc; }
  .pillar-body #pillar-core ol {
    list-style-type: decimal; }

/*Pyramid Style Post Listing*/
.category-listing .first-level {
  display: flex;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .category-listing .first-level {
      flex-direction: column;
      margin-bottom: 20px; } }
  .category-listing .first-level .image-con {
    flex-basis: 67%;
    max-height: 450px; }
    @media (max-width: 767px) {
      .category-listing .first-level .image-con {
        max-height: 250px; } }
    .category-listing .first-level .image-con img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .category-listing .first-level .text-con {
    flex-basis: 33%;
    padding: 25px;
    background: #f8f8f8; }
    .category-listing .first-level .text-con .date {
      font-family: "Poppins", sans-serif;
      font-size: 14px;
      color: #9b9b9b;
      text-transform: uppercase;
      margin-bottom: 10px; }
    .category-listing .first-level .text-con .title {
      font-family: "Playfair Display", serif;
      font-size: 32px;
      color: #ac1314;
      font-weight: 900;
      text-transform: capitalize;
      margin-bottom: 25px;
      text-decoration: none; }
    .category-listing .first-level .text-con p {
      font-family: "Poppins", sans-serif;
      font-size: 14px;
      color: #000000;
      margin-bottom: 25px;
      line-height: 20px; }
    .category-listing .first-level .text-con .btn {
      max-width: 120px;
      height: 40px;
      text-transform: capitalize;
      font-weight: normal; }
.category-listing .second-level {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .category-listing .second-level {
      margin-bottom: 20px; } }
  @media (max-width: 650px) {
    .category-listing .second-level {
      margin-bottom: 0; } }
  .category-listing .second-level .items {
    width: calc(50% - 20px);
    margin-right: 40px;
    max-height: 340px;
    position: relative; }
    .category-listing .second-level .items:last-of-type {
      margin-right: 0; }
    @media (max-width: 767px) {
      .category-listing .second-level .items {
        width: calc(50% - 10px);
        margin-right: 20px; } }
    @media (max-width: 650px) {
      .category-listing .second-level .items {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
    .category-listing .second-level .items img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .category-listing .second-level .items .text-con {
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(0, 0, 0, 0.8);
      height: 125px;
      width: 100%;
      position: absolute;
      bottom: 0; }
      .category-listing .second-level .items .text-con .title {
        font-family: "Playfair Display", serif;
        color: #ffffff;
        font-size: 24px;
        text-align: center;
        max-width: 80%;
        text-decoration: none; }
.category-listing .third-level {
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .category-listing .third-level {
      margin-bottom: 0; } }
  .category-listing .third-level .items {
    width: calc(33.33% - 18px);
    margin-right: 26px;
    margin-bottom: 26px;
    overflow: hidden; }
    @media (max-width: 991px) {
      .category-listing .third-level .items {
        width: calc(50% - 20px);
        margin-right: 40px; } }
    @media (max-width: 767px) {
      .category-listing .third-level .items {
        margin-bottom: 20px;
        margin-right: 20px;
        width: calc(50% - 10px); } }
    @media (max-width: 650px) {
      .category-listing .third-level .items {
        width: 100%;
        margin-right: 0; } }
    .category-listing .third-level .items:nth-child(3n) {
      margin-right: 0; }
      @media (max-width: 991px) {
        .category-listing .third-level .items:nth-child(3n) {
          margin-right: 40px; } }
      @media (max-width: 767px) {
        .category-listing .third-level .items:nth-child(3n) {
          margin-right: 20px; } }
      @media (max-width: 650px) {
        .category-listing .third-level .items:nth-child(3n) {
          margin-right: 0; } }
    @media (max-width: 991px) {
      .category-listing .third-level .items:nth-child(2n) {
        margin-right: 0; } }
    .category-listing .third-level .items .img-con {
      width: 100%;
      position: relative;
      display: block; }
      .category-listing .third-level .items .img-con:after {
        content: '';
        position: absolute;
        background: #f8f8f8;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 16px;
        clip-path: polygon(50% 10%, 0% 100%, 100% 100%); }
      .category-listing .third-level .items .img-con img {
        width: 100%;
        height: 230px;
        object-fit: cover; }
    .category-listing .third-level .items .text-con {
      background: #f8f8f8;
      padding: 20px 20px 30px; }
      .category-listing .third-level .items .text-con .title {
        font-family: "Playfair Display", serif;
        color: #000000;
        font-size: 20px;
        line-height: 29px;
        text-transform: capitalize;
        text-decoration: none;
        display: block; }
      .category-listing .third-level .items .text-con .detail {
        display: flex;
        border-bottom: 1px solid #9b9b9b;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-bottom: 20px; }
        .category-listing .third-level .items .text-con .detail p {
          margin-right: 20px; }
          .category-listing .third-level .items .text-con .detail p i {
            font-size: 10px;
            color: #9b9b9b;
            margin-right: 5px; }
          .category-listing .third-level .items .text-con .detail p span {
            font-family: "Poppins", sans-serif;
            color: #9b9b9b;
            font-size: 12px;
            text-transform: uppercase; }
      .category-listing .third-level .items .text-con .excerpt {
        font-family: "Poppins", sans-serif;
        color: #000000;
        font-size: 16px;
        line-height: 24px; }
      .category-listing .third-level .items .text-con .read-more {
        border: 1px solid #9b9b9b;
        font-family: "Poppins", sans-serif;
        color: #000000;
        font-size: 12px;
        text-transform: uppercase;
        text-decoration: none;
        width: 114px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffffff;
        margin-top: 20px;
        position: relative; }
.category-listing .btn-view-more {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  .category-listing .btn-view-more .btn {
    width: 150px;
    height: 40px;
    cursor: pointer;
    display: flex;
    flex-direction: column; }
  .category-listing .btn-view-more #view-more-loading-text {
    color: #ffffff;
    display: flex; }
    .category-listing .btn-view-more #view-more-loading-text.show {
      visibility: visible;
      opacity: 1;
      position: relative;
      z-index: 1; }
    .category-listing .btn-view-more #view-more-loading-text i {
      margin-right: 10px; }
.category-listing .elm-wrapper .elm-button {
  border: none;
  color: #ffffff;
  background-color: #ac1314;
  padding: 15px 20px; }

.category-sidebar h3 {
  margin-bottom: 30px;
  text-transform: uppercase;
  border-bottom: 1px solid #000000;
  font-size: 1.5em;
  padding-bottom: 10px;
  font-family: "Source Sans Pro", sans-serif; }
.category-sidebar li {
  line-height: 1.2em;
  margin-bottom: 25px; }
  .category-sidebar li img {
    max-width: 100%;
    margin-bottom: 10px;
    height: auto; }
  .category-sidebar li a {
    text-decoration: none;
    color: #000000;
    cursor: pointer; }

.wp-caption {
  max-width: 100% !important; }
  .wp-caption img {
    max-width: 100%;
    height: auto;
    margin-bottom: 0; }
  .wp-caption .wp-caption-text {
    color: #9b9b9b;
    font-size: 0.875em;
    margin-top: 10px;
    padding-bottom: 10px; }

span.su-dropcap.su-dropcap-style-flat {
  background: none;
  color: #000000;
  font-size: 37px !important;
  float: none;
  margin: 0 3px 0 0;
  line-height: 33px;
  width: initial;
  height: 28px;
  font-weight: bold;
  font-style: italic; }

.category-heading {
  text-align: center;
  margin: 50px 0 0; }
  @media (min-width: 576px) {
    .category-heading {
      margin: 50px 0 70px; } }
  .category-heading h1 {
    font-size: 1.5rem; }
  .category-heading .subtitle {
    color: #9b9b9b;
    margin: 30px 0; }
  .category-heading .photographer {
    font-size: .875em;
    margin-top: 10px;
    color: #9b9b9b; }
  .category-heading .cat-hero-img img {
    max-width: 100%; }

.pillar-box {
  border: none !important;
  padding: 25px;
  box-shadow: 0px 1px 2px 1px #9b9b9b6b;
  margin-bottom: 20px; }
  .pillar-box .su-box-title {
    background: transparent !important;
    color: #000000 !important;
    padding: 0;
    font-weight: 600; }
  .pillar-box .su-box-content {
    padding: 0;
    margin-top: 15px;
    line-height: 1.5em; }

.pillar-item h2 {
  border: none;
  font-size: 1.5rem;
  position: relative;
  margin-bottom: 50px; }
  .pillar-item h2:after {
    content: '';
    width: 100px;
    height: 2px;
    background: #000000;
    position: absolute;
    left: 0;
    bottom: -24px; }
.pillar-item strong {
  font-weight: bold; }
.pillar-item ol {
  list-style-type: decimal; }
.pillar-item ul {
  list-style-type: disc; }
.pillar-item ol, .pillar-item ul {
  margin-left: 50px;
  margin-bottom: 20px; }
  .pillar-item ol ol, .pillar-item ol ul, .pillar-item ul ol, .pillar-item ul ul {
    margin-bottom: 0; }
  .pillar-item ol li, .pillar-item ul li {
    line-height: 1.5em; }
.pillar-item a {
  color: #ac1314;
  text-decoration: none; }
  .pillar-item a:hover {
    text-decoration: underline; }
.pillar-item .pillar-caption img {
  max-width: 100%; }
.pillar-item .pillar-caption figcaption {
  color: #9b9b9b;
  font-size: 0.875em;
  margin-top: 10px;
  border-bottom: 1px solid #9b9b9b;
  padding-bottom: 10px;
  margin-bottom: 1.2rem; }

/*Table of content*/
.toc {
  margin-bottom: 30px;
  width: 100%; }
  .toc .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #bf1315;
    padding: 7px 20px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
    color: #000000; }
    .toc .title p {
      font-family: "Poppins", sans-serif !important;
      font-size: 20px;
      color: #000000;
      margin-bottom: 0 !important; }
    .toc .title a {
      color: #ac1314;
      font-size: 24px; }
  .toc .toc-body {
    border: 1px solid #bf1315;
    border-top: none;
    padding: 15px 20px 7px;
    display: none; }
    .toc .toc-body ol {
      counter-reset: tablelist;
      font-family: "Poppins", sans-serif;
      font-size: 14px;
      list-style-type: none !important;
      padding-left: 0 !important; }
      .toc .toc-body ol li {
        counter-increment: tablelist;
        margin-bottom: 10px;
        font-family: "Poppins", sans-serif;
        font-size: 14px; }
        .toc .toc-body ol li:before {
          content: counter(tablelist) ". ";
          font-family: "Poppins", sans-serif;
          font-size: 14px;
          color: #000000; }
        .toc .toc-body ol li a {
          text-decoration: none;
          font-family: "Poppins", sans-serif;
          font-size: 14px;
          color: #000000;
          text-align: left;
          width: auto;
          display: inline-block; }
        .toc .toc-body ol li ol {
          padding-left: 20px !important;
          margin-top: 5px; }
          .toc .toc-body ol li ol li:before {
            content: counters(tablelist,".") " ";
            font-family: "Poppins", sans-serif;
            font-size: 14px;
            color: #000000; }

.error-page {
  display: flex;
  text-align: center;
  width: 100%;
  padding: 150px 0;
  flex-direction: column; }
  .error-page p {
    font-family: "Playfair Display", serif;
    color: #000000;
    font-size: 40px;
    margin-bottom: 20px; }
  .error-page a {
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    color: #000000;
    font-size: 20px; }

.page-template-default .hero-plain {
  margin-bottom: 30px; }
  .page-template-default .hero-plain .inner {
    padding: 70px 0 70px; }

.default-page {
  margin-bottom: 30px; }
  .default-page h1 {
    display: none; }
  .default-page h2 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    margin-bottom: 10px; }
  .default-page h3 {
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    margin-bottom: 10px; }
  .default-page h4 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    margin-bottom: 10px; }
  .default-page h5 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    margin-bottom: 10px; }
  .default-page p {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: #000000;
    line-height: 20px;
    margin-bottom: 20px; }
  .default-page a {
    color: #ac1314; }
  .default-page img {
    width: 100%; }
  .default-page figure {
    margin-bottom: 20px;
    max-width: 600px; }
    .default-page figure figcaption {
      margin-top: 5px; }
  .default-page form {
    margin-top: 40px;
    display: block; }
    .default-page form input[type="text"], .default-page form input[type="email"] {
      border: none;
      border-bottom: 1px solid #9b9b9b; }
    .default-page form textarea {
      border: none;
      border-bottom: 1px solid #9b9b9b; }
    .default-page form input[type="submit"] {
      text-decoration: none;
      text-transform: uppercase;
      width: 120px;
      padding: 15px 0;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: "Poppins", sans-serif;
      font-size: 15px;
      transition: all .3s ease-in;
      background-color: #ac1314;
      border: none;
      color: #ffffff; }
      .default-page form input[type="submit"]:hover {
        opacity: .9; }
  .default-page figcaption {
    font-family: "Playfair Display", serif;
    font-size: 15px;
    color: #000000;
    line-height: 20px;
    margin-bottom: 20px; }

/*# sourceMappingURL=style.css.map */
