/*!
Theme Name: Charles Elena Design
Theme URI: http://underscores.me/
Author: Charles Elena Design
Author URI: http://www.charleselena.com.cu
Description: Charles Elena Design Starter Theme Boilerplate
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ced-default
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Charles Elena Design is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Raleway:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:600");
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
/* 2 */ }
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
/* 2 */ }
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
/* 2 */ }
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
/* 2 */ }
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
    font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
/* 2 */ }
/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
/* 2 */ }
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
    /* 1 */
    overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
    /* 1 */
    text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
 border-style: none;
 padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
 outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
/* 1 */ }
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
/* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
 height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
/* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
 -webkit-appearance: button;
  /* 1 */
  font: inherit;
/* 2 */ }
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
    padding: 0;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
body {
    background: #fff;
/* Fallback for when there is no custom background color defined. */ }
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul, ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
/* Adhere to container width. */ }
figure {
    margin: 1em 0;
/* Extra wide images within figure tags don't overflow the content area. */ }
table {
    margin: 0 0 1.5em;
    width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}
button:hover,  input[type="button"]:hover,  input[type="reset"]:hover,  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}
button:active, button:focus,  input[type="button"]:active,  input[type="button"]:focus,  input[type="reset"]:active,  input[type="reset"]:focus,  input[type="submit"]:active,  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}
input[type="text"]:focus,  input[type="email"]:focus,  input[type="url"]:focus,  input[type="password"]:focus,  input[type="search"]:focus,  input[type="number"]:focus,  input[type="tel"]:focus,  input[type="range"]:focus,  input[type="date"]:focus,  input[type="month"]:focus,  input[type="week"]:focus,  input[type="time"]:focus,  input[type="datetime"]:focus,  input[type="datetime-local"]:focus,  input[type="color"]:focus,  textarea:focus {
    color: #111;
}
select {
    border: 1px solid #ccc;
}
textarea {
    width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: royalblue;
}
a:visited {
    color: purple;
}
a:hover, a:focus, a:active {
    color: midnightblue;
}
a:focus {
    outline: thin dotted;
}
a:hover, a:active {
    outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul li:hover > ul,  .main-navigation ul ul li.focus > ul {
    left: 100%;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation ul li:hover > ul,  .main-navigation ul li.focus > ul {
    left: auto;
}
.main-navigation li {
    float: left;
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
.menu-toggle {
    display: none;
}
.main-navigation ul {
    display: block;
}
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
/* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
/* Above WP toolbar. */ }
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
/* Make sure select elements fit in widgets. */ }
.widget select {
    max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}
.hentry {
    margin: 0 0 1.5em;
}
.updated:not(.published) {
    display: none;
}
.page-content, .entry-content, .entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
    max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
 @-webkit-keyframes bounce {
 from,  20%,  53%,  80%,  to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 40%,  43% {
 -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
 animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
 -webkit-transform: translate3d(0, -30px, 0);
 transform: translate3d(0, -30px, 0);
}
 70% {
 -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
 animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
 -webkit-transform: translate3d(0, -15px, 0);
 transform: translate3d(0, -15px, 0);
}
 90% {
 -webkit-transform: translate3d(0, -4px, 0);
 transform: translate3d(0, -4px, 0);
}
}
 @keyframes bounce {
 from,  20%,  53%,  80%,  to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 40%,  43% {
 -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
 animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
 -webkit-transform: translate3d(0, -30px, 0);
 transform: translate3d(0, -30px, 0);
}
 70% {
 -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
 animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
 -webkit-transform: translate3d(0, -15px, 0);
 transform: translate3d(0, -15px, 0);
}
 90% {
 -webkit-transform: translate3d(0, -4px, 0);
 transform: translate3d(0, -4px, 0);
}
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-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;
    -ms-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: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 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: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes wobble {
 from {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 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: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
 @-webkit-keyframes jello {
 from,  11.1%,  to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 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.39063deg) skewY(0.39063deg);
 transform: skewX(0.39063deg) skewY(0.39063deg);
}
 88.8% {
 -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
 transform: skewX(-0.19531deg) skewY(-0.19531deg);
}
}
 @keyframes jello {
 from,  11.1%,  to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 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.39063deg) skewY(0.39063deg);
 transform: skewX(0.39063deg) skewY(0.39063deg);
}
 88.8% {
 -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
 transform: skewX(-0.19531deg) skewY(-0.19531deg);
}
}
.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    -ms-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-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
 @-webkit-keyframes bounceInDown {
 from,  60%,  75%,  90%,  to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -3000px, 0);
 transform: translate3d(0, -3000px, 0);
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(0, 25px, 0);
 transform: translate3d(0, 25px, 0);
}
 75% {
 -webkit-transform: translate3d(0, -10px, 0);
 transform: translate3d(0, -10px, 0);
}
 90% {
 -webkit-transform: translate3d(0, 5px, 0);
 transform: translate3d(0, 5px, 0);
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes bounceInDown {
 from,  60%,  75%,  90%,  to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -3000px, 0);
 transform: translate3d(0, -3000px, 0);
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(0, 25px, 0);
 transform: translate3d(0, 25px, 0);
}
 75% {
 -webkit-transform: translate3d(0, -10px, 0);
 transform: translate3d(0, -10px, 0);
}
 90% {
 -webkit-transform: translate3d(0, 5px, 0);
 transform: translate3d(0, 5px, 0);
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.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: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @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: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
 @-webkit-keyframes bounceInRight {
 from,  60%,  75%,  90%,  to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
 from {
 opacity: 0;
 -webkit-transform: translate3d(3000px, 0, 0);
 transform: translate3d(3000px, 0, 0);
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(-25px, 0, 0);
 transform: translate3d(-25px, 0, 0);
}
 75% {
 -webkit-transform: translate3d(10px, 0, 0);
 transform: translate3d(10px, 0, 0);
}
 90% {
 -webkit-transform: translate3d(-5px, 0, 0);
 transform: translate3d(-5px, 0, 0);
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes bounceInRight {
 from,  60%,  75%,  90%,  to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
 from {
 opacity: 0;
 -webkit-transform: translate3d(3000px, 0, 0);
 transform: translate3d(3000px, 0, 0);
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(-25px, 0, 0);
 transform: translate3d(-25px, 0, 0);
}
 75% {
 -webkit-transform: translate3d(10px, 0, 0);
 transform: translate3d(10px, 0, 0);
}
 90% {
 -webkit-transform: translate3d(-5px, 0, 0);
 transform: translate3d(-5px, 0, 0);
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.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-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
 @-webkit-keyframes bounceOutDown {
 20% {
 -webkit-transform: translate3d(0, 10px, 0);
 transform: translate3d(0, 10px, 0);
}
 40%,  45% {
 opacity: 1;
 -webkit-transform: translate3d(0, -20px, 0);
 transform: translate3d(0, -20px, 0);
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0);
}
}
 @keyframes bounceOutDown {
 20% {
 -webkit-transform: translate3d(0, 10px, 0);
 transform: translate3d(0, 10px, 0);
}
 40%,  45% {
 opacity: 1;
 -webkit-transform: translate3d(0, -20px, 0);
 transform: translate3d(0, -20px, 0);
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}
 @-webkit-keyframes bounceOutLeft {
 20% {
 opacity: 1;
 -webkit-transform: translate3d(20px, 0, 0);
 transform: translate3d(20px, 0, 0);
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0);
}
}
 @keyframes bounceOutLeft {
 20% {
 opacity: 1;
 -webkit-transform: translate3d(20px, 0, 0);
 transform: translate3d(20px, 0, 0);
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}
 @-webkit-keyframes bounceOutRight {
 20% {
 opacity: 1;
 -webkit-transform: translate3d(-20px, 0, 0);
 transform: translate3d(-20px, 0, 0);
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0);
}
}
 @keyframes bounceOutRight {
 20% {
 opacity: 1;
 -webkit-transform: translate3d(-20px, 0, 0);
 transform: translate3d(-20px, 0, 0);
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}
 @-webkit-keyframes bounceOutUp {
 20% {
 -webkit-transform: translate3d(0, -10px, 0);
 transform: translate3d(0, -10px, 0);
}
 40%,  45% {
 opacity: 1;
 -webkit-transform: translate3d(0, 20px, 0);
 transform: translate3d(0, 20px, 0);
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(0, -2000px, 0);
 transform: translate3d(0, -2000px, 0);
}
}
 @keyframes bounceOutUp {
 20% {
 -webkit-transform: translate3d(0, -10px, 0);
 transform: translate3d(0, -10px, 0);
}
 40%,  45% {
 opacity: 1;
 -webkit-transform: translate3d(0, 20px, 0);
 transform: translate3d(0, 20px, 0);
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(0, -2000px, 0);
 transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}
 @-webkit-keyframes fadeIn {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
 @keyframes fadeIn {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
 @-webkit-keyframes fadeInDown {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
 to {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes fadeInDown {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
 to {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.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: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes fadeInDownBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -2000px, 0);
 transform: translate3d(0, -2000px, 0);
}
 to {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
 @-webkit-keyframes fadeInLeft {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes fadeInLeft {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
 @-webkit-keyframes fadeInLeftBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes fadeInLeftBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
 @-webkit-keyframes fadeInRight {
 from {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes fadeInRight {
 from {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
 @-webkit-keyframes fadeInRightBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes fadeInRightBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
 @-webkit-keyframes fadeInUp {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
 to {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes fadeInUp {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
 to {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
 @-webkit-keyframes fadeInUpBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0);
}
 to {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes fadeInUpBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0);
}
 to {
 opacity: 1;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.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-duration: 0.75s;
    animation-duration: 0.75s;
    -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-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -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: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 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: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 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: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 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: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 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: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 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: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 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: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 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: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 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: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 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: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 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: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 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: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 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-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge;
}
 @-webkit-keyframes jackInTheBox {
 from {
 opacity: 0;
 -webkit-transform: scale(0.1) rotate(30deg);
 transform: scale(0.1) rotate(30deg);
 -webkit-transform-origin: center bottom;
 transform-origin: center bottom;
}
 50% {
 -webkit-transform: rotate(-10deg);
 transform: rotate(-10deg);
}
 70% {
 -webkit-transform: rotate(3deg);
 transform: rotate(3deg);
}
 to {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes jackInTheBox {
 from {
 opacity: 0;
 -webkit-transform: scale(0.1) rotate(30deg);
 transform: scale(0.1) rotate(30deg);
 -webkit-transform-origin: center bottom;
 transform-origin: center bottom;
}
 50% {
 -webkit-transform: rotate(-10deg);
 transform: rotate(-10deg);
}
 70% {
 -webkit-transform: rotate(3deg);
 transform: rotate(3deg);
}
 to {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}

/* 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: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @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: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
 transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
 @keyframes rollOut {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
 transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
 @-webkit-keyframes zoomIn {
 from {
 opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3);
}
 50% {
 opacity: 1;
}
}
 @keyframes zoomIn {
 from {
 opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3);
}
 50% {
 opacity: 1;
}
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
 @-webkit-keyframes zoomInDown {
 from {
 opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
 @keyframes zoomInDown {
 from {
 opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}
 @-webkit-keyframes zoomInLeft {
 from {
 opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
 @keyframes zoomInLeft {
 from {
 opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}
 @-webkit-keyframes zoomInRight {
 from {
 opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
 @keyframes zoomInRight {
 from {
 opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}
 @-webkit-keyframes zoomInUp {
 from {
 opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
 @keyframes zoomInUp {
 from {
 opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}
 @-webkit-keyframes zoomOut {
 from {
 opacity: 1;
}
 50% {
 opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3);
}
 to {
 opacity: 0;
}
}
 @keyframes zoomOut {
 from {
 opacity: 1;
}
 50% {
 opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3);
}
 to {
 opacity: 0;
}
}
.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}
 @-webkit-keyframes zoomOutDown {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 to {
 opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
 -webkit-transform-origin: center bottom;
 transform-origin: center bottom;
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
 @keyframes zoomOutDown {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 to {
 opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
 -webkit-transform-origin: center bottom;
 transform-origin: center bottom;
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}
 @-webkit-keyframes zoomOutLeft {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
 to {
 opacity: 0;
 -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
 transform: scale(0.1) translate3d(-2000px, 0, 0);
 -webkit-transform-origin: left center;
 transform-origin: left center;
}
}
 @keyframes zoomOutLeft {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
 to {
 opacity: 0;
 -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
 transform: scale(0.1) translate3d(-2000px, 0, 0);
 -webkit-transform-origin: left center;
 transform-origin: left center;
}
}
.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}
 @-webkit-keyframes zoomOutRight {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
 to {
 opacity: 0;
 -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
 transform: scale(0.1) translate3d(2000px, 0, 0);
 -webkit-transform-origin: right center;
 transform-origin: right center;
}
}
 @keyframes zoomOutRight {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
 to {
 opacity: 0;
 -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
 transform: scale(0.1) translate3d(2000px, 0, 0);
 -webkit-transform-origin: right center;
 transform-origin: right center;
}
}
.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}
 @-webkit-keyframes zoomOutUp {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 to {
 opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
 -webkit-transform-origin: center bottom;
 transform-origin: center bottom;
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
 @keyframes zoomOutUp {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 to {
 opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
 -webkit-transform-origin: center bottom;
 transform-origin: center bottom;
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}
 @-webkit-keyframes slideInDown {
 from {
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 visibility: visible;
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes slideInDown {
 from {
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 visibility: visible;
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
 @-webkit-keyframes slideInLeft {
 from {
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
 visibility: visible;
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes slideInLeft {
 from {
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
 visibility: visible;
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
 @-webkit-keyframes slideInRight {
 from {
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
 visibility: visible;
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes slideInRight {
 from {
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
 visibility: visible;
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
 @-webkit-keyframes slideInUp {
 from {
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 visibility: visible;
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes slideInUp {
 from {
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 visibility: visible;
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
 @-webkit-keyframes slideOutDown {
 from {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 to {
 visibility: hidden;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
}
 @keyframes slideOutDown {
 from {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 to {
 visibility: hidden;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}
 @-webkit-keyframes slideOutLeft {
 from {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 to {
 visibility: hidden;
 -webkit-transform: translate3d(-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;
}
/*--------------------------------------------------------------
# Main Style
--------------------------------------------------------------*/
@font-face {
    font-family: 'Eufoniem-One';
    src: url("../fonts/Eufoniem-One.ttf.woff") format("woff"), url("../fonts/Eufoniem-One.ttf.svg#Eufoniem-One") format("svg"), url("../fonts/Eufoniem-One.ttf.eot"), url("../fonts/Eufoniem-One.ttf.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}
h1, h2, h3, h4, h5 {
    font-family: 'Eufoniem-One', serif;
}
p, a, span {
    font-family: 'Raleway', sans-serif;
    color: #4d4d4d;
}
 @-webkit-keyframes slide-bottom {
 0% {
 -webkit-transform: translateY(-300);
 transform: translateY(-300);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes slide-bottom {
 0% {
 -webkit-transform: translateY(-300);
 transform: translateY(-300);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
.hidden {
    opacity: 0;
}
.visible {
    opacity: 1;
}
.has-ms .animated-item {
    -webkit-animation: none !important;
    animation: none !important;
}
#fixed-header {
    display: none;
}
/**
 * Home Page Styling
 */
.admin-bar .site-header {
    top: 30px;
}
.admin-bar .site-header.fixed {
    top: 0;
}
.admin-bar .site-header.fixed-nav {
    top: 30px;
}
.site-header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 99;
    left: 0;
}
.site-header.fixed {
    position: relative;
    background: #fff;
}
.site-header.fixed:after {
    position: unset;
    display: none;
}
.site-header.fixed .main-header {
    position: relative;
}
.site-header.fixed .main-header ul {
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}
.site-header.fixed .main-header .mobile-menu {
    display: none;
}
.site-header.fixed .main-header .main-nav .menu-item a {
    color: #6d9d31;
}
.site-header.fixed .main-header .main-nav .menu-item.current-item {
    position: relative;
}
.site-header.fixed .main-header .main-nav .menu-item.current-item a {
    color: #4e781b;
    display: block;
}
.site-header.fixed .main-header .main-nav .menu-item.current-item a:after {
    content: '';
    position: absolute;
    bottom: -51px;
    left: 0;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    background: #f389b3;
    height: 10px;
}
.site-header.fixed .main-header .main-nav .menu-item.contact-btn a i {
    color: #8a0062;
}
.site-header.fixed .main-header .main-nav .menu-item.contact-btn a p {
    color: #8a0062;
}
.site-header.fixed-nav {
    position: fixed;
    -webkit-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    transform: translateY(-300px);
    -webkit-animation: slide-bottom 0.5s ease forwards;
    animation: slide-bottom 0.5s ease forwards;
    background: #fff;
    display: block !important;
    -webkit-box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.05);
}
.site-header.fixed-nav ul {
    margin-bottom: 0 !important;
    margin-left: auto;
    margin-right: Auto;
}
.site-header.fixed-nav:after {
    content: none;
}
.site-header.fixed-nav .main-header {
    position: relative;
}
.site-header.fixed-nav .main-header ul {
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}
.site-header.fixed-nav .main-header .mobile-menu {
    display: none;
}
.site-header.fixed-nav .main-header .main-nav .menu-item a {
    color: #6d9d31;
}
.site-header.fixed-nav .main-header .main-nav .menu-item.current-item {
    position: relative;
}
.site-header.fixed-nav .main-header .main-nav .menu-item.current-item a {
    color: #4e781b;
    display: block;
}
.site-header.fixed-nav .main-header .main-nav .menu-item.current-item a:after {
    content: '';
    position: absolute;
    bottom: -51px;
    left: 0;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    background: #f389b3;
    height: 10px;
}
.site-header.fixed-nav .main-header .main-nav .menu-item.contact-btn a i {
    color: #8a0062;
}
.site-header.fixed-nav .main-header .main-nav .menu-item.contact-btn a p {
    color: #8a0062;
}
.site-header:after {
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    width: 100%;
    height: 150px;
    z-index: -1;
}
.site-header .main-header .mobile-menu {
    display: none;
}
.site-header .main-header .mobile-nav {
    display: none;
}
.site-header .main-header .main-nav {
    max-width: 1440px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
}
.site-header .main-header .main-nav .menu-item {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    text-align: center;
}
.site-header .main-header .main-nav .menu-item a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
}
.site-header .main-header .main-nav .menu-item.logo-image {
    margin-left: 30px;
    margin-right: 20px;
    text-align: center;
}
.site-header .main-header .main-nav .menu-item.logo-image a img {
    height: 120px;
}
.site-header .main-header .main-nav .menu-item.contact-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
    border: 2px solid #fff;
    border-radius: 3px;
    font-weight: 700;
}
.site-header .main-header .main-nav .menu-item.contact-btn a img {
    margin-right: 10px;
    height: 20px;
}
.site-header .main-header .main-nav .menu-item.contact-btn a p {
    font-family: 'Montserrat', 'Raleway', sans-serif;
    color: #fff;
}
.site-header .main-header .main-nav .menu-item.contact-link a {
    padding: 10px 35px;
    border: 3px solid #6d9d31;
    border-radius: 3px;
    font-weight: 700;
    font-size: 15px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.site-header .main-header .main-nav .menu-item.contact-link a:hover {
    background: #6d9d31;
    color: #fff;
}
.site-header .main-header .main-nav .menu-item.contact-link.current-item a {
    background: #4e781b;
    padding: 10px 35px;
    border: none;
    color: #fff;
    display: unset;
}
.site-header .main-header .main-nav .menu-item.contact-link.current-item a:after {
    position: unset;
    background: none;
    width: 0;
    height: 0;
}
.site-footer .main-footer {
    position: relative;
    background: #6d9d31;
    padding-top: 30px;
    padding-bottom: 30px;
}
.site-footer .main-footer h2 {
    font-family: 'Raleway', sans-serif;
}
.site-footer .main-footer .main-footer-separator {
    position: absolute;
    width: 100%;
    top: -50px;
    left: 0;
    height: 100px;
    overflow: hidden;
}
.site-footer .main-footer .main-footer-separator img {
    width: 100%;
}
.site-footer .main-footer .footer-container {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
}
.site-footer .main-footer .footer-container .footer-menu-get-intouch {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}
.site-footer .main-footer .footer-container .footer-menu-get-intouch .footer-get-in-touch h2 {
    color: #fff;
    font-weight: 700;
    font-size: 1.25em;
    margin-bottom: 15px;
}
.site-footer .main-footer .footer-container .footer-menu-get-intouch .footer-get-in-touch ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.site-footer .main-footer .footer-container .footer-menu-get-intouch .footer-get-in-touch ul li {
    margin-bottom: 10px;
}
.site-footer .main-footer .footer-container .footer-menu-get-intouch .footer-get-in-touch ul li a {
    color: #fff;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9em;
}
.site-footer .main-footer .footer-container .footer-menu-get-intouch .footer-get-in-touch ul li a i {
    color: #fff;
    font-size: 1.2em;
	line-height: 1em;
    padding: 9px 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-right: 15px;
    display: inline-block;
}
.site-footer .main-footer .footer-container .footer-menu-get-intouch .footer-get-in-touch ul li a i :before {
    margin-top: 2px;
}
.site-footer .main-footer .footer-container .footer-menu-get-intouch .footer-get-in-touch .menu-get-in-touch-social-links-container {
    margin-top: 25px;
}
.site-footer .main-footer .footer-container .footer-menu-get-intouch .footer-get-in-touch .menu-get-in-touch-social-links-container ul li {
    display: inline-block;
}
.site-footer .main-footer .footer-container .footer-menu-get-intouch .footer-get-in-touch .menu-get-in-touch-social-links-container ul li a i {
    margin-right: 10px;
    border: none;
    font-size: 1.6em;
}
.site-footer .main-footer .footer-container .footer-menu-our-story {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}
.site-footer .main-footer .footer-container .footer-menu-our-story .footer-our-story h2 {
    color: #fff;
    font-weight: 700;
    font-size: 1.25em;
    margin-bottom: 15px;
}
.site-footer .main-footer .footer-container .footer-menu-our-story .footer-our-story p {
    color: #fff;
    font-size: 0.875em;
    line-height: 1.6;
}
.site-footer .main-footer .footer-container .footer-menu-our-story .footer-our-story a {
    margin-top: 15px;
    padding: 10px 25px 12px 25px;
    border: 3px solid #fff;
    border-radius: 3px;
    font-weight: 700;
    font-size: 0.875em;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.site-footer .main-footer .footer-container .footer-menu-our-story .footer-our-story a:hover {
    background: #fff;
    color: #6d9d31;
}
.site-footer .main-footer .footer-container .footer-menu-find-stockist {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}
.site-footer .main-footer .footer-container .footer-menu-find-stockist .footer-find-stockist h2 {
    color: #fff;
    font-weight: 700;
    font-size: 1.25em;
    margin-bottom: 15px;
}
.site-footer .main-footer .footer-container .footer-menu-find-stockist .footer-find-stockist p {
    color: #fff;
    font-size: 0.875em;
    line-height: 1.6;
}
.site-footer .main-footer .footer-container .footer-menu-find-stockist .footer-find-stockist a {
    margin-top: 15px;
    padding: 10px 25px 12px 25px;
    border: 3px solid #fff;
    border-radius: 3px;
    font-weight: 700;
    display: inline-block;
    font-size: 0.875em;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.site-footer .main-footer .footer-container .footer-menu-find-stockist .footer-find-stockist a:hover {
    background: #fff;
    color: #6d9d31;
}
.site-footer .main-footer .footer-container .footer-menu-map-copyright {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}
.site-footer .main-footer .footer-container .footer-menu-map-copyright .footer-stockist-map {
    text-align: right;
}
.site-footer .main-footer .footer-container .footer-menu-map-copyright .footer-stockist-map img {
    margin-bottom: 10px;
}
.site-footer .main-footer .footer-container .footer-menu-map-copyright .footer-copyright {
    text-align: right;
}
.site-footer .main-footer .footer-container .footer-menu-map-copyright .footer-copyright p {
    color: #c5e2a1;
    font-size: 0.8em;
}
.bm-page-header {
    height: 85vh;
    position: relative;
}
.bm-page-header .bm-page-header-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.bm-page-header .bm-page-header-content h3 {
    color: #fff;
    font-weight: normal;
    font-size: 8.375em;
    width: 65%;
    margin-left: auto;
    line-height: 0.85;
    margin-right: auto;
    margin-bottom: 35px;
}
.bm-page-header .bm-page-header-content a {
    padding: 18px 35px 20px 35px;
    background: #fff;
    border-radius: 8px;
    color: #6d9d31;
    text-decoration: none;
    font-size: 1.125em;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.bm-page-header .bm-page-header-content a:hover {
    background: #6d9d31;
    color: #ffffff;
}
.bm-page-header .bm-page-header-side-image {
    position: absolute;
    bottom: -150px;
    left: 0;
}
.bm-page-header .bm-page-header-side-image img {
    width: 95%;
}
.bm-range-slider {
    padding-bottom: 50px;
}
.bm-range-slider .bm-range-slider-header-section {
    padding: 70px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.bm-range-slider .bm-range-slider-header-section h3 {
    font-size: 5.6em;
    font-weight: normal;
    color: #6d9d31;
}
.bm-range-slider .bm-range-slider-header-section p {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.125em;
    line-height: 2.1;
    margin-top: 20px;
}
.bm-range-slider .our-range-home-slider {
    position: relative;
}
.bm-range-slider .our-range-home-slider .our-range-slider-controls {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bm-range-slider .our-range-home-slider .our-range-slider-controls img {
    cursor: pointer;
}
.bm-range-slider .our-range-home-slider .our-range-home-slider-track {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.bm-range-slider .our-range-home-slider .our-range-home-slider-track .our-range-product-card {
    text-align: center;
}
.bm-range-slider .our-range-home-slider .our-range-home-slider-track .our-range-product-card.range-recipe-card .recipe-card-image {
    height: 200px;
    margin-bottom: 10px;
    overflow: hidden;
}
.bm-range-slider .our-range-home-slider .our-range-home-slider-track .our-range-product-card.range-article-card .recipe-card-image {
    height: 180px;
    margin-bottom: 10px;
    overflow: hidden;
}
.bm-range-slider .our-range-home-slider .our-range-home-slider-track .our-range-product-card img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.bm-range-slider .our-range-home-slider .our-range-home-slider-track .our-range-product-card span {
    font-weight: 600;
    font-size: 0.9em;
    color: #f389b3;
}
.bm-range-slider .our-range-home-slider .our-range-home-slider-track .our-range-product-card a {
    text-decoration: none;
    color: #6d9d31;
    font-weight: 600;
}
.bm-range-slider .our-range-home-slider .our-range-home-slider-track .our-range-product-card a p {
    color: #6d9d31;
    font-weight: 600;
}
.bm-page-content {
    position: relative;
}
.bm-page-content .vc_row {
    margin: 0;
}
.bm-page-content .bm-home-page-content-separator {
    position: absolute;
    width: 100%;
}
.bm-page-content .bm-home-page-content-separator img {
    max-width: 100%;
    width: 100%;
}
.bm-page-content .bm-home-page-content {
    background-color: #fef1f8;
}
.bm-page-content .bm-home-page-content .bm-home-column {
    text-align: center;
}
.bm-page-content .bm-home-page-content .bm-home-column .wpb_single_image img {
    height: 500px !important;
    width: auto !important;
}
.bm-page-content .bm-home-page-content .bm-home-column .bm-content-box h2 {
    color: #6d9d31;
    font-weight: normal;
    font-size: 4.3em;
}
.bm-page-content .bm-home-page-content .bm-home-column .bm-content-box p {
    font-size: 1em;
    line-height: 1.75;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.bm-page-content .bm-home-page-content .bm-home-column .wpb_button, .bm-page-content .bm-home-page-content .bm-home-column .wpb_content_element, .bm-page-content .bm-home-page-content .bm-home-column ul.wpb_thumbnails-fluid > li {
    margin-bottom: 5px;
}
.bm-page-content .bm-home-page-content .bm-home-column .bm-buttony-style-main a {
    color: #6d9d31;
    background: transparent;
    border: 2px solid #6d9d31;
    font-weight: 700;
    font-size: 15px;
    padding: 13px 25px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.bm-page-content .bm-home-page-content .bm-home-column .bm-buttony-style-main a:hover {
    background: #6d9d31;
    color: #ffffff;
}
.container {
    width: 80%;
    margin-left: auto !important;
    margin-right: auto !important;
}
.container .vc_row {
    padding: 0;
}
/*
*   Inner Page
*/
.inner-page-header .inner-page-header-container {
    height: 230px;
    text-align: center;
}
.inner-page-header .inner-page-header-container h2 {
    line-height: 230px;
    font-size: 5em;
    font-weight: normal;
    color: #6d9d31;
}
.bm-inner-page-content {
    padding: 30px;
    background: #fff;
}
.bm-inner-page-content .container {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.bm-inner-page-content .container .breadcrumbs {
    margin-top: 25px;
    margin-bottom: 30px;
}
.bm-inner-page-content .container .breadcrumbs p {
    color: #949494;
    font-size: 0.8em;
}
.bm-inner-page-content .container .breadcrumbs p span {
    margin-left: 10px;
    margin-right: 10px;
    color: #949494;
}
.bm-inner-page-content .container .breadcrumbs p a {
    text-decoration: none;
    color: #949494;
}
.bm-inner-page-content .container .bm-products-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 40px;
}
.bm-inner-page-content .container .bm-products-list .bm-product-card {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    text-align: center;
    margin-bottom: 40px;
}
.bm-inner-page-content .container .bm-products-list .bm-product-card img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.bm-inner-page-content .container .bm-products-list .bm-product-card span {
    font-weight: 600;
    font-size: 0.9em;
    color: #f389b3;
}
.bm-inner-page-content .container .bm-products-list .bm-product-card a {
    text-decoration: none;
}
.bm-inner-page-content .container .bm-products-list .bm-product-card a p {
    color: #6d9d31;
    font-weight: 600;
}
.bm-inner-page-content .container .bm-product-filter {
    margin-top: 15px;
}
.bm-inner-page-content .container .bm-product-filter form select {
    padding: 12px 45px 14px 12px;
    color: #6d9d31;
    font-weight: 700;
    border: 1px solid #949494;
    border-radius: 3px;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background: url(../imgs/dropdown-arrow.svg) no-repeat;
    background-size: 10px 15px;
    font-size: 0.983em;
    background-position: center right 10px;
}
.bm-inner-page-content .container .bm-product-filter form select option {
    font-size: 0.983em;
    font-weight: 700;
}
.bm-inner-page-content .container .bm-product-filter form select:first-child {
    margin-right: 10px;
}
.inner-product-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0px;
}
.inner-product-header .inner-product-header-container {
    height: 100%;
    padding-top: 140px;
    padding-bottom: 140px;
    text-align: center;
}
.inner-product-header .inner-product-header-container h2 {
    font-size: 5.625em;
    font-weight: normal;
    color: #6d9d31;
}
.inner-product-header .inner-product-header-container p {
    width: 35%;
    font-size: 1.125em;
    line-height: 1.75;
    margin-left: auto;
    margin-right: auto;
}
.bm-inner-page-content {
    padding-bottom: 40px;
}
.bm-inner-page-content .container .bm-product-content {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.bm-inner-page-content .container .bm-product-content .bm-product-image {
    text-align: center;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
}
.bm-inner-page-content .container .bm-product-content .bm-product-image img {
    height: 80%;
}
.bm-inner-page-content .container .bm-product-content .bm-product-details {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}
.bm-inner-page-content .container .bm-product-content .bm-product-details h2 {
    color: #6d9d31;
    font-weight: normal;
    font-size: 4em;
}
.bm-inner-page-content .container .bm-product-content .bm-product-details .bm-product-feat {
    margin-top: 20px;
}
.bm-inner-page-content .container .bm-product-content .bm-product-details .bm-product-feat ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.bm-inner-page-content .container .bm-product-content .bm-product-details .bm-product-feat ul li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 30px;
}
.bm-inner-page-content .container .bm-product-content .bm-product-details .bm-product-feat ul li:nth-child(1), .bm-inner-page-content .container .bm-product-content .bm-product-details .bm-product-feat ul li:nth-child(2), .bm-inner-page-content .container .bm-product-content .bm-product-details .bm-product-feat ul li:nth-child(3), .bm-inner-page-content .container .bm-product-content .bm-product-details .bm-product-feat ul li:nth-child(4), .bm-inner-page-content .container .bm-product-content .bm-product-details .bm-product-feat ul li:nth-child(5), .bm-inner-page-content .container .bm-product-content .bm-product-details .bm-product-feat ul li:nth-child(6) {
    display: inline-block;
    width: 48%;
}
.bm-inner-page-content .container .bm-product-content .bm-product-details .bm-product-feat ul li:before {
    content: url(../../../../wp-content/uploads/2018/05/check.png);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
.bm-inner-page-content .container .bm-product-content .bm-product-details .bm-product-fact-sheet {
    margin-top: 40px;
    margin-bottom: 40px;
}
.bm-inner-page-content .container .bm-product-content .bm-product-details .bm-product-fact-sheet a {
    padding: 12px 25px;
    border: 2px solid #6d9d31;
    font-weight: 700;
    text-decoration: none;
    color: #6d9d31;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.bm-inner-page-content .container .bm-product-content .bm-product-details .bm-product-fact-sheet a:hover {
    background: #6d9d31;
    color: #fff;
}
.bm-inner-page-content .container .bm-product-content .bm-product-details .contact-us-text a {
    color: #8a0062;
    font-family: 'Montserrat', 'Raleway', sans-serif;
    font-weight: 700;
    text-decoration: none;
}
.inner-bm-product-page {
    padding-bottom: 40px;
}
.inner-bm-product-page .bm-home-page-content-separator {
    z-index: -1;
}
.inner-bm-product-page .bm-range-slider-header-section h2 {
    color: #6d9d31;
    font-size: 3em;
    font-weight: normal;
    margin-bottom: 10px;
}
.recipes-page-list {
    padding-top: 40px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.recipes-page-list .recipes-list-card {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    margin-bottom: 40px;
}
.recipes-page-list .recipes-list-card .recipe-card-content .recipe-card-image {
    height: 230px;
    position: relative;
    overflow: hidden;
}
.recipes-page-list .recipes-list-card .recipe-card-content .recipe-card-image span {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #8a0062;
    padding: 10px;
    color: #fff;
    font-size: 0.9em;
    font-weight: 600;
}
.recipes-page-list .recipes-list-card .recipe-card-content .recipe-card-details {
    margin-top: 15px;
}
.recipes-page-list .recipes-list-card .recipe-card-content .recipe-card-details span {
    color: #f389b3;
    font-weight: 600;
    font-size: 0.8em;
}
.recipes-page-list .recipes-list-card .recipe-card-content .recipe-card-details h2 a {
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    color: #6d9d31;
    font-size: 0.8em;
}
.recipes-page-list .recipes-list-card .recipe-card-content .recipe-card-details p {
    color: #4d4d4d;
    margin-top: 5px;
    font-size: 0.8em;
}
.recipe-no-recipes {
    text-align: center;
    width: 100%;
    opacity: 0.3;
}
.recipe-no-recipes h2 {
    font-size: 4em;
    margin-top: 50px;
    margin-bottom: 50px;
}
.pagination-links {
    margin-bottom: 50px;
    margin-top: 30px;
    text-align: center;
}
.pagination-links .page-numbers {
    text-decoration: none;
    color: #8a0062;
    font-weight: 600;
    margin-left: 15px;
    margin-right: 15px;
}
.pagination-links .page-numbers.current {
    position: relative;
}
.pagination-links .page-numbers.current:after {
    content: url(../../../../wp-content/uploads/2018/05/pagination-bg.png);
    width: 45px;
    height: 45px;
    position: absolute;
    top: -10px;
    left: -18px;
}
.recipe-content {
    padding-top: 30px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.recipe-content .recipe-details {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
}
.recipe-content .recipe-details .recipe-details-header {
    margin-bottom: 20px;
}
.recipe-content .recipe-details .recipe-details-header h2 {
    color: #6d9d31;
    font-weight: normal;
    font-size: 3em;
}
.recipe-content .recipe-details .recipe-details-header p {
    font-size: 0.9em;
}
.recipe-content .recipe-details .recipe-details-header p span {
    color: #6d9d31;
    margin-right: 15px;
}
.recipe-content .recipe-details .recipe-details-content {
    font-family: 'Raleway', sans-serif;
    padding-right: 20px;
}
.recipe-content .recipe-details .recipe-details-content h3 {
    color: #6d9d31;
    font-size: 1.2em;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Raleway', sans-serif;
}
.recipe-content .recipe-details .recipe-details-content ul, .recipe-content .recipe-details .recipe-details-content ol {
    padding: 15px 30px;
    margin: 0;
    color: #8a0062;
}
.recipe-content .recipe-details .recipe-details-content ul li, .recipe-content .recipe-details .recipe-details-content ol li {
    color: #4d4d4d;
    position: relative;
    margin-bottom: 15px;
}
.recipe-content .recipe-details .recipe-details-content ul {
    list-style: none;
}
.recipe-content .recipe-details .recipe-details-content ul li:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #8a0062;
    left: -28px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.recipe-content .recipe-details .recipe-details-content ol {
    list-style: none;
    counter-reset: li;
    padding-left: 17px 30px;
}
.recipe-content .recipe-details .recipe-details-content ol li {
    position: relative;
    counter-increment: li;
}
.recipe-content .recipe-details .recipe-details-content ol li:before {
    content: counter(li) ".";
    position: absolute;
    left: -32px;
    top: 0;
    color: #8a0062;
    font-weight: bold;
}
.recipe-content .recipe-image {
    -ms-flex-preferred-size: 38%;
    flex-basis: 38%;
}
.contact-content {
    padding-top: 30px;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contact-content .contact-details {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
}
.contact-content .contact-details .contact-details-header {
    margin-bottom: 20px;
}
.contact-content .contact-details .contact-details-header h2 {
    color: #6d9d31;
    font-weight: normal;
    font-size: 3em;
}
.contact-content .contact-details .contact-details-header p {
    font-size: 0.9em;
}
.contact-content .contact-details .contact-details-header p span {
    color: #6d9d31;
    margin-right: 15px;
}
.contact-content .contact-form {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    padding: 35px;
    background: #8a0062;
    border-radius: 8px;
}
.contact-content .contact-form form ul li label.gfield_label {
    display: none;
}
.contact-content .contact-form form ul li .ginput_container input, .contact-content .contact-form form ul li .ginput_container select, .contact-content .contact-form form ul li .ginput_container textarea {
    width: 100%;
    padding: 10px !important;
    border: none;
    border-radius: 0px !important;
}
.contact-content .contact-form form .gform_footer {
    margin-top: 0;
}
.contact-content .contact-form form .gform_footer input {
    float: right;
    background: transparent;
    padding: 10px 15px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
}
.contact-content .contact-details-content {
    margin-top: 30px;
}
.contact-content .contact-details-content p {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-content .contact-details-content p i {
    color: #8a0062;
    font-size: 1.2em;
    padding: 4px 10px;
    border: 2px solid #8a0062;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 1em;
    display: inline-block;
}
.contact-content .contact-details-content p i:before {
    margin-top: 7px;
}
.contact-content .contact-details-content p span {
    font-weight: 600;
}
.about-page-btn {
    margin-top: 35px;
}
.about-page-btn a {
    color: #6d9d31;
    text-decoration: none;
    padding: 10px 20px;
    border: 2px solid #6d9d31;
    border-radius: 8px;
    font-weight: 600;
}
.bm-inner-page-content .stockist-sections {
    padding-bottom: 40px;
    padding-top: 30px;
}
.bm-inner-page-content .stockist-sections .wpsl-default-filters, .bm-inner-page-content .stockist-sections .wpsl-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.bm-inner-page-content .stockist-sections .wpsl-default-filters .wpsl-search, .bm-inner-page-content .stockist-sections .wpsl-mobile .wpsl-search {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0px !important;
    background: none;
}
.bm-inner-page-content .stockist-sections .wpsl-default-filters .wpsl-search #wpsl-search-wrap, .bm-inner-page-content .stockist-sections .wpsl-mobile .wpsl-search #wpsl-search-wrap {
    float: right;
    width: auto;
}
.bm-inner-page-content .stockist-sections .wpsl-default-filters .wpsl-search #wpsl-search-wrap form .wpsl-input label, .bm-inner-page-content .stockist-sections .wpsl-mobile .wpsl-search #wpsl-search-wrap form .wpsl-input label {
    display: none;
}
.bm-inner-page-content .stockist-sections .wpsl-default-filters .wpsl-search #wpsl-search-wrap form .wpsl-input #wpsl-search-input, .bm-inner-page-content .stockist-sections .wpsl-mobile .wpsl-search #wpsl-search-wrap form .wpsl-input #wpsl-search-input {
    padding: 12px 15px;
    width: auto;
	min-width: 250px;
    background: #FFFBFD;
    border-color: #CCCCCC;
    border-radius: 0px !important;
}
.bm-inner-page-content .stockist-sections .wpsl-default-filters .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap, .bm-inner-page-content .stockist-sections .wpsl-mobile .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap {
    margin: 0px !important;
}
.bm-inner-page-content .stockist-sections .wpsl-default-filters .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap #wpsl-search-btn, .bm-inner-page-content .stockist-sections .wpsl-mobile .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap #wpsl-search-btn {
    margin-right: 0px !important;
    padding: 12px 35px;
    background: none;
    border: 2px solid #6d9d31;
    border-radius: 8px;
    color: #6d9d31;
    font-weight: 700;
    font-family: 'Montserrat', 'Raleway', sans-serif;
    font-size: 1em;
}
.bm-inner-page-content .stockist-sections .wpsl-default-filters .wpsl-gmap-canvas, .bm-inner-page-content .stockist-sections .wpsl-mobile .wpsl-gmap-canvas {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.bm-inner-page-content .stockist-sections .wpsl-default-filters #wpsl-result-list, .bm-inner-page-content .stockist-sections .wpsl-mobile #wpsl-result-list {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 0px;
}
.bm-inner-page-content .stockist-sections .wpsl-default-filters #wpsl-result-list ul li, .bm-inner-page-content .stockist-sections .wpsl-mobile #wpsl-result-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 28px !important;
    border-bottom: none !important;
}
.bm-inner-page-content .stockist-sections .wpsl-default-filters #wpsl-result-list ul li:nth-child(odd), .bm-inner-page-content .stockist-sections .wpsl-mobile #wpsl-result-list ul li:nth-child(odd) {
    background: rgba(243, 138, 179, 0.08);
}
.bm-inner-page-content .stockist-sections .wpsl-default-filters #wpsl-result-list ul li .wpsl-store-location, .bm-inner-page-content .stockist-sections .wpsl-mobile #wpsl-result-list ul li .wpsl-store-location {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.bm-inner-page-content .stockist-sections .wpsl-default-filters #wpsl-result-list ul li .wpsl-store-location p, .bm-inner-page-content .stockist-sections .wpsl-mobile #wpsl-result-list ul li .wpsl-store-location p {
    margin-bottom: 0px;
}
.bm-inner-page-content .stockist-sections .wpsl-default-filters #wpsl-result-list ul li .wpsl-store-location p strong, .bm-inner-page-content .stockist-sections .wpsl-mobile #wpsl-result-list ul li .wpsl-store-location p strong {
    color: #6d9d31;
}
.bm-inner-page-content .stockist-sections .wpsl-default-filters #wpsl-result-list ul li .wpsl-store-location p span, .bm-inner-page-content .stockist-sections .wpsl-mobile #wpsl-result-list ul li .wpsl-store-location p span {
    display: none;
}
.bm-inner-page-content .stockist-sections .wpsl-default-filters #wpsl-result-list ul li .wpsl-contact-details, .bm-inner-page-content .stockist-sections .wpsl-mobile #wpsl-result-list ul li .wpsl-contact-details {
    margin-bottom: 0px;
}
.bm-inner-page-content .stockist-sections .wpsl-default-filters #wpsl-result-list ul li .wpsl-contact-details span, .bm-inner-page-content .stockist-sections .wpsl-mobile #wpsl-result-list ul li .wpsl-contact-details span {
    font-size: 0px;
}
.bm-inner-page-content .stockist-sections .wpsl-default-filters #wpsl-result-list ul li .wpsl-contact-details span a, .bm-inner-page-content .stockist-sections .wpsl-mobile #wpsl-result-list ul li .wpsl-contact-details span a {
    display: block;
    font-size: 16px;
    color: #8a0062;
    text-decoration: none;
    font-weight: 700;
}
.bm-inner-page-content .stockist-sections .wpsl-default-filters #wpsl-result-list ul li .wpsl-direction-wrap a, .bm-inner-page-content .stockist-sections .wpsl-mobile #wpsl-result-list ul li .wpsl-direction-wrap a {
    text-decoration: none;
    font-weight: 700;
    font-size: 0.85em;
    color: #4D4D4D;
    font-family: 'Raleway', sans-serif;
}
.bm-inner-page-content .stockist-sections {
    position: relative;
}
.bm-inner-page-content .stockist-sections h5 {
    position: absolute;
    top: 40px;
    font-size: 1.1em;
    font-family: 'Raleway', sans-serif;
}

@media only screen and (max-width: 1440px) {
.site-header .main-header .main-nav {
    width: 85%;
}
.bm-page-header .bm-page-header-side-image img {
    width: 50%;
}
.inner-product-header .inner-product-header-container p {
    width: 50%;
}
.bm-inner-page-content .container {
    width: 85%;
}
.bm-inner-page-content .bm-product-content .bm-product-image img {
    max-width: unset;
}
.inner-bm-product-page {
    background: #fef1f8;
}
.inner-bm-product-page .bm-home-page-content-separator {
    z-index: 1;
}
.inner-bm-product-page .bm-range-slider {
    position: relative;
    z-index: 5;
}
}

@media only screen and (max-width: 1024px) {
.container {
    width: 85%;
}
.bm-page-header {
    background-position: center !important;
}
.site-header.fixed .main-header .mobile-menu ul.mobile-menu-list {
    right: 0px !important;
}
.site-header.fixed .main-header .mobile-menu ul.mobile-menu-list li.menu-item a {
    color: #6d9d31;
}
.site-header.fixed .main-header .mobile-menu ul.mobile-menu-list li.menu-item.contact-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.site-header.fixed .main-header .mobile-menu ul.mobile-menu-list li.menu-item.contact-btn a p {
    color: #8a0062;
}
.site-header.fixed .main-header .mobile-menu ul.mobile-menu-list li.menu-item.contact-btn a img {
    margin-right: 10px;
}
.main-header .mobile-menu {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main-header .mobile-menu .mobile-menu-logo img {
    width: 120px;
}
#fixed-header .main-header .mobile-menu ul.mobile-menu-list {
    right: 0px !important;
}
.main-header .mobile-menu ul.mobile-menu-list {
    list-style: none;
    padding: 25px 35px 35px 15px;
    right: 39px !important;
}
.main-header .mobile-menu ul.mobile-menu-list li.menu-item {
    display: inline-block;
    margin-left: 25px;
    margin-bottom: 20px;
}
.main-header .mobile-menu ul.mobile-menu-list li.menu-item:last-child {
    margin-bottom: 0px;
}
.main-header .mobile-menu ul.mobile-menu-list li.menu-item a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.main-header .mobile-menu ul.mobile-menu-list li.menu-item.current-item {
    position: relative;
}
.main-header .mobile-menu ul.mobile-menu-list li.menu-item.current-item a {
    color: #4e781b;
    display: block;
}
.main-header .mobile-menu ul.mobile-menu-list li.menu-item.current-item a:after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    background: #f389b3;
    height: 5px;
}
.main-header .mobile-menu ul.mobile-menu-list li.menu-item.contact-btn {
    margin-top: 15px;
}
.main-header .mobile-menu ul.mobile-menu-list li.menu-item.contact-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
    border: 2px solid #fff;
    border-radius: 8px;
}
.main-header .mobile-menu ul.mobile-menu-list li.menu-item.contact-btn a p {
    color: #fff;
}
.main-header .mobile-menu ul.mobile-menu-list li.menu-item.contact-btn a img {
    margin-right: 10px;
}
.main-header ul.main-nav {
    display: none !important;
}
.bm-page-header .bm-page-header-content {
    width: 100%;
}
.bm-page-header .bm-page-header-content h3 {
    font-size: 6em;
}
.bm-page-header .bm-page-header-side-image img {
    width: 50%;
}
.bm-range-slider .bm-range-slider-header-section p {
    width: 100%;
}
.bm-range-slider .our-range-home-slider .our-range-home-slider-track {
    width: 85%;
}
.site-footer .main-footer .footer-container {
    width: 85%;
}
.bm-inner-page-content .container .bm-product-content .bm-product-image img {
    max-width: 100% !important;
    height: auto;
}
.contact-content .contact-form {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
}
.recipes-page-list .recipes-list-card .recipe-card-content .recipe-card-image {
    height: 150px;
}
.bm-inner-page-content .container {
    width: 90%;
}
.bm-inner-page-content .stockist-sections .wpsl-mobile #wpsl-gmap {
    height: 400px !important;
}
}

@media only screen and (max-width: 1024px) and (min-height: 1366px) {
.bm-page-header {
    height: 65vh;
}
.inner-product-header {
    height: 30vh;
}
.recipe-card-image {
    height: 115px !important;
}
}

@media only screen and (max-width: 768px) {
.site-header .main-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.site-header .main-header .mobile-menu-list {
    display: none !important;
    position: absolute;
}
.site-header .main-header .mobile-menu-list.active {
    background: #8a0062;
    display: block !important;
    top: 110px;
    right: 20px;
}
.site-header .main-header .mobile-menu-list.active li {
    display: block !important;
}
.site-header .main-header .mobile-menu-logo {
    margin-top: 15px;
}
.site-header .main-header .mobile-nav {
    display: block !important;
    position: relative;
    height: 60px;
    width: 60px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background: #8a0062;
}
.site-header .main-header .mobile-nav span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 35px;
    height: 3px;
    background: #fff;
}
.site-header .main-header .mobile-nav span:first-child {
    top: calc(50% - 10px);
}
.site-header .main-header .mobile-nav span:last-child {
    top: calc(50% + 10px);
}
.bm-page-header {
    height: 75vh;
}
.bm-page-header .bm-page-header-content {
    top: calc(50% - 0px);
}
.bm-page-header .bm-page-header-side-image img {
    width: 60%;
}
.container .bm-home-column {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.site-footer .main-footer .footer-container {
    width: 90%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.site-footer .main-footer .footer-container .footer-menu-get-intouch {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
}
.site-footer .main-footer .footer-container .footer-menu-our-story {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
}
.site-footer .main-footer .footer-container .footer-menu-find-stockist {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    margin-top: 40px;
}
.site-footer .main-footer .footer-container .footer-menu-map-copyright {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
}
.site-footer .main-footer .footer-container .footer-menu-map-copyright .footer-stockist-map {
    text-align: center;
}
.site-footer .main-footer .footer-container .footer-menu-map-copyright .footer-copyright {
    text-align: center;
}
.recipes-page-list .recipes-list-card {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
}
.contact-content .contact-details {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.contact-content .contact-form {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 30px;
}
.bm-inner-page-content .stockist-sections .wpsl-mobile .wpsl-gmap-canvas {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.bm-inner-page-content .stockist-sections .wpsl-mobile #wpsl-result-list {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 15px;
}
.inner-product-header .inner-product-header-container p {
    width: 80%;
}
.inner-product-header {
    height: auto;
    min-height: 45vh;
}
.bm-inner-page-content .container .bm-product-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.bm-range-slider .our-range-home-slider .our-range-slider-controls img {
    height: 80px;
}
.bm-range-slider .bm-range-slider-header-section {
    padding-bottom: 50px !important;
    padding-top: 20px;
}
.inner-bm-product-page .bm-range-slider {
    padding-bottom: 80px;
}
.recipes-page-list .recipes-list-card .recipe-card-content .recipe-card-details h2 {
    line-height: 1;
}
.recipes-page-list .recipes-list-card {
    margin-bottom: 60px;
}
.inner-page-header .inner-page-header-container h2 {
    font-size: 3em;
}
.recipe-content .recipe-details .recipe-details-content h3 {
    line-height: 1.1;
}
.recipe-content .recipe-details {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.recipe-content .recipe-image {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 40px;
}
.bm-inner-page-content .stockist-sections h5 {
    display: none;
}
}

@media only screen and (max-width: 420px) {
.our-range-slider-controls img {
    width: 50px;
    height: 40%;
}
.bm-page-header .bm-page-header-content h3 {
    font-size: 4em;
}
.bm-range-slider .bm-range-slider-header-section {
    margin-top: 50px;
    width: 100%;
}
.bm-range-slider .bm-range-slider-header-section h3 {
    font-size: 3em;
}
.bm-page-content .bm-home-page-content .bm-home-column .wpb_single_image img {
    height: auto !important;
}
.main-footer .footer-container .footer-menu-get-intouch {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
}
.main-footer .footer-container .footer-menu-our-story {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    margin-top: 30px;
}
.main-footer .footer-container .footer-menu-find-stockist {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    margin-top: 50px;
}
.main-footer .footer-container .footer-menu-map-copyright {
    margin-top: 40px;
}
.inner-page-header .inner-page-header-container {
    height: 150px;
}
.inner-page-header .inner-page-header-container h2 {
    font-size: 3em;
    line-height: 1;
}
.bm-inner-page-content .container {
    width: 100%;
}
.bm-inner-page-content .container .bm-products-list .bm-product-card {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
}
.bm-inner-page-content .container .bm-product-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bm-inner-page-content .container .bm-product-content .bm-product-image {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.bm-inner-page-content .container .bm-product-content .bm-product-details {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.bm-inner-page-content .container .bm-product-content .bm-product-details h2 {
    font-size: 3em !important;
}
.inner-product-header .inner-product-header-container h2 {
    font-size: 3em !important;
}
.inner-product-header .inner-product-header-container p {
    font-size: 0.9em;
    width: 80%;
}
.recipes-list-card {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
}
.recipe-content .recipe-details {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.recipe-content .recipe-details .recipe-details-header h2 {
    margin-top: 20px;
    font-size: 2em;
}
.recipe-content .recipe-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.bm-page-header .bm-page-header-content {
    top: 50% !important;
}
.bm-page-header .bm-page-header-content h3 {
    font-size: 2.5em;
}
.bm-page-content .bm-home-page-content .bm-home-column .bm-content-box h2 {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 10px;
}
.site-header .main-header .mobile-menu-list.active {
    right: 0px !important;
}
.inner-product-header .inner-product-header-container h2 {
    font-size: 3em !important;
}
.bm-inner-page-content .container .bm-product-content .bm-product-details .bm-product-fact-sheet a {
    display: block;
}
.bm-inner-page-content .container .bm-product-content .bm-product-details .bm-product-feat ul li:nth-child(1), .bm-inner-page-content .container .bm-product-content .bm-product-details .bm-product-feat ul li:nth-child(2), .bm-inner-page-content .container .bm-product-content .bm-product-details .bm-product-feat ul li:nth-child(3), .bm-inner-page-content .container .bm-product-content .bm-product-details .bm-product-feat ul li:nth-child(4), .bm-inner-page-content .container .bm-product-content .bm-product-details .bm-product-feat ul li:nth-child(5), .bm-inner-page-content .container .bm-product-content .bm-product-details .bm-product-feat ul li:nth-child(6) {
    width: 100%;
}
.bm-inner-page-content .container .bm-product-filter form select:last-child {
    float: right;
}
.recipes-page-list .recipes-list-card .recipe-card-content .recipe-card-details h2 a {
    line-height: 1;
}
}


/*Custom Responsive*/
@media only screen and (max-width: 1750px) {
.bm-page-header .bm-page-header-content h3 {
    width: 85%;
}
.bm-page-header .bm-page-header-side-image img {
    width: 65%;
}
}


@media only screen and (max-width: 1300px) {
.bm-page-header .bm-page-header-content h3 {
    font-size: 7.5em;
}
.bm-page-header .bm-page-header-side-image img {
    width: 65%;
}
.bm-inner-page-content .container .bm-product-content .bm-product-image {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
}
.bm-inner-page-content .container .bm-product-content .bm-product-details {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}	
}


@media only screen and (max-width: 1200px) {
.bm-page-header .bm-page-header-content h3 {
    font-size: 6.5em;
}
}


@media only screen and (max-width: 1024px) {
.bm-page-header .bm-page-header-content h3 {
    font-size: 6em;
}
.inner-product-header .inner-product-header-container h2 {
    font-size: 5em;
	line-height: 1em;
}
.inner-page-header .inner-page-header-container h2 {
    font-size: 4.5em;
}
.bm-range-slider .bm-range-slider-header-section h3 {
    font-size: 4.0em;
}
.bm-page-header .bm-page-header-side-image img {
    width: 40%;
}
.bm-page-header .bm-page-header-side-image {
    bottom: -70px;
}
}

@media only screen and (max-width: 780px) {
.bm-page-header .bm-page-header-content h3 {
    font-size: 5em;
}
.inner-page-header .inner-page-header-container h2 {
    font-size: 3em;
}
.bm-inner-page-content .container .bm-product-filter form select:last-child {
    float: none;
}
.inner-page-header .inner-page-header-container h2 {
    line-height: normal;
}
.inner-page-header .inner-page-header-container {
    height: auto;
    padding: 50px 0px;
}
.main-header .mobile-menu ul.mobile-menu-list li.menu-item.current-item a::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 0px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    background-color: transparent;
    height: 0px;
}
}


@media only screen and (max-width: 690px) {
.bm-page-header .bm-page-header-content h3 {
    font-size: 4em;
}
.inner-page-header .inner-page-header-container h2 {
    font-size: 3em;
}
.bm-inner-page-content .container .bm-product-filter form select:last-child {
    float: none;
}
.inner-page-header .inner-page-header-container h2 {
    line-height: normal;
}
.inner-page-header .inner-page-header-container {
    height: auto;
    padding: 50px 0px;
}
.bm-inner-page-content .stockist-sections .wpsl-default-filters #wpsl-result-list {
	flex-basis: 100%;
}
.bm-inner-page-content .stockist-sections .wpsl-default-filters .wpsl-gmap-canvas {
	flex-basis: 100%;
}
.bm-inner-page-content .container .bm-products-list .bm-product-card {
    flex-basis: 50%;
}
}

@media only screen and (max-width: 480px) {
.inner-page-header .inner-page-header-container h2 {
    font-size: 3em;
}
.bm-inner-page-content .container .bm-product-filter form select:last-child {
    float: none;
}
.inner-page-header .inner-page-header-container h2 {
    line-height: normal;
}
.inner-page-header .inner-page-header-container {
    height: auto;
    padding: 50px 0px;
}
.bm-range-slider .bm-range-slider-header-section {
    width: 90%;
}
.bm-range-slider .bm-range-slider-header-section h3 {
    font-size: 3.5em;
}
.bm-page-header .bm-page-header-side-image img {
    width: 40%;
}
.bm-page-header .bm-page-header-side-image {
    bottom: -40px;
}
.bm-page-header .bm-page-header-content a {
    padding: 10px 25px 10px 25px;
    background: #fff;
    border-radius: 8px;
    color: #6d9d31;
    text-decoration: none;
    font-size: 1em;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.bm-inner-page-content .container .bm-products-list .bm-product-card {
    flex-basis: 100%;
}
}


@media only screen and (max-width: 280px) {
.bm-page-header .bm-page-header-content h3 {
    font-size: 2.5em;
}
.bm-range-slider .bm-range-slider-header-section {
    width: 100%;
}
.bm-range-slider .bm-range-slider-header-section h3 {
    font-size: 2.5em;
}
.bm-page-header .bm-page-header-side-image img {
    width: 40%;
}
.bm-page-header .bm-page-header-side-image {
    bottom: -40px;
}
}


@media only screen and (max-width: 769px) {
.site-header.fixed .main-header .mobile-menu ul.mobile-menu-list li.menu-item a {
    color: #ffffff;
}
.site-header.fixed .main-header .mobile-menu ul.mobile-menu-list li.menu-item.current-item a {
	color: #4e781b;
}
.site-header.fixed .main-header .mobile-menu ul.mobile-menu-list li.menu-item.contact-btn a p {
    color: #ffffff;
}
.site-header.fixed .main-header .mobile-menu ul.mobile-menu-list li.menu-item.contact-btn a img {
	display: none;
}
.site-header.fixed .main-header .mobile-menu ul.mobile-menu-list li.menu-item.contact-btn a p:before {
	content: "";
	position: relative;
	top: 4px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("http://bitemefinefoods.com.au/wp-content/uploads/2018/05/phone-icon.png") no-repeat;
	margin-right: 10px;
}
}