@charset "UTF-8";
/*@import "normalize";*/
/* 
	RESET - ADAPTED FROM MEYER RESET
	URL - http://meyerweb.com/eric/tools/css/reset/
	LICENSE - PUBLIC DOMAIN
*/
/* RESET
----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio,
b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed,
fieldset, figcaption, figure, form, footer,
header, hgroup, h1, h2, h3, h4, h5, h6, html,
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, output, p, pre, q, ruby,
s, samp, section, main, small, span, strike, strong, sub, summary, sup,
tt, table, tbody, tfoot, thead, time, tr, th, td,
u, ul, var, video {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, main {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input {
  outline: none; }

/* BACKGROUND GRADIENT */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/* OPACITY */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSITION */
/* TRIPLE BORDERS */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 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; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, 100% {
    -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%, 100% {
    -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;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  from, 50%, 100% {
    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); }
  100% {
    -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); }
  100% {
    -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); }
  100% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, 100% {
    -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, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -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); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, 100% {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.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%, 100% {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.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;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, 100% {
    -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); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, 100% {
    -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); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -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); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -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); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, 100% {
    -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); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, 100% {
    -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); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, 100% {
    -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); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  from, 60%, 75%, 90%, 100% {
    -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); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, 100% {
    -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); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from, 60%, 75%, 90%, 100% {
    -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); }
  100% {
    -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); }
  100% {
    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); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  100% {
    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); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  100% {
    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; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  100% {
    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; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  100% {
    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; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  100% {
    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; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  100% {
    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; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  100% {
    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; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  100% {
    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; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  100% {
    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; }
  100% {
    -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; }
  100% {
    -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); }
  100% {
    -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); }
  100% {
    -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); }
  100% {
    -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); }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -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; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  100% {
    -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; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  100% {
    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; }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * www.lofbergs.se
 * www.lofbergs.fi
 * www.lofbergs.no
 * en.lofbergs.se
 * www.lofbergs.ee
 * www.lofbergs.lt
 * www.lofbergs.lv
 * www.lofbergs.co.uk
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2017
 */
@font-face {
  font-family: "Brown-Pro-Bold";
  src: url("fonts/lineto-brown-pro-bold.eot");
  src: url("fonts/lineto-brown-pro-bold.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-brown-pro-bold.woff2") format("woff2"), url("fonts/lineto-brown-pro-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Brown-Pro-Boldalt";
  src: url("fonts/lineto-brown-pro-boldalt.eot");
  src: url("fonts/lineto-brown-pro-boldalt.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-brown-pro-boldalt.woff2") format("woff2"), url("fonts/lineto-brown-pro-boldalt.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Brown-Pro-Reclinbold";
  src: url("fonts/lineto-brown-pro-reclinbold.eot");
  src: url("fonts/lineto-brown-pro-reclinbold.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-brown-pro-reclinbold.woff2") format("woff2"), url("fonts/lineto-brown-pro-reclinbold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Brown-Pro-Reclinboldalt";
  src: url("fonts/lineto-brown-pro-reclinboldalt.eot");
  src: url("fonts/lineto-brown-pro-reclinboldalt.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-brown-pro-reclinboldalt.woff2") format("woff2"), url("fonts/lineto-brown-pro-reclinboldalt.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Brown-Pro-Regular";
  src: url("fonts/lineto-brown-pro-regular.eot");
  src: url("fonts/lineto-brown-pro-regular.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-brown-pro-regular.woff2") format("woff2"), url("fonts/lineto-brown-pro-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Brown-Pro-Reclinregular";
  src: url("fonts/lineto-brown-pro-reclinregular.eot");
  src: url("fonts/lineto-brown-pro-reclinregular.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-brown-pro-reclinregular.woff2") format("woff2"), url("fonts/lineto-brown-pro-reclinregular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Brown-Pro-Reclinregularalt";
  src: url("fonts/lineto-brown-pro-reclinregularalt.eot");
  src: url("fonts/lineto-brown-pro-reclinregularalt.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-brown-pro-reclinregularalt.woff2") format("woff2"), url("fonts/lineto-brown-pro-reclinregularalt.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Brown-Pro-Regularalt";
  src: url("fonts/lineto-brown-pro-regularalt.eot");
  src: url("fonts/lineto-brown-pro-regularalt.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-brown-pro-regularalt.woff2") format("woff2"), url("fonts/lineto-brown-pro-regularalt.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'themify';
  src: url("fonts/themify.eot?-fvbane");
  src: url("fonts/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("fonts/themify.woff?-fvbane") format("woff"), url("fonts/themify.ttf?-fvbane") format("truetype"), url("fonts/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="ti-"], [class*=" ti-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ti-wand:before {
  content: "\e600"; }

.ti-volume:before {
  content: "\e601"; }

.ti-user:before {
  content: "\e602"; }

.ti-unlock:before {
  content: "\e603"; }

.ti-unlink:before {
  content: "\e604"; }

.ti-trash:before {
  content: "\e605"; }

.ti-thought:before {
  content: "\e606"; }

.ti-target:before {
  content: "\e607"; }

.ti-tag:before {
  content: "\e608"; }

.ti-tablet:before {
  content: "\e609"; }

.ti-star:before {
  content: "\e60a"; }

.ti-spray:before {
  content: "\e60b"; }

.ti-signal:before {
  content: "\e60c"; }

.ti-shopping-cart:before {
  content: "\e60d"; }

.ti-shopping-cart-full:before {
  content: "\e60e"; }

.ti-settings:before {
  content: "\e60f"; }

.ti-search:before {
  content: "\e610"; }

.ti-zoom-in:before {
  content: "\e611"; }

.ti-zoom-out:before {
  content: "\e612"; }

.ti-cut:before {
  content: "\e613"; }

.ti-ruler:before {
  content: "\e614"; }

.ti-ruler-pencil:before {
  content: "\e615"; }

.ti-ruler-alt:before {
  content: "\e616"; }

.ti-bookmark:before {
  content: "\e617"; }

.ti-bookmark-alt:before {
  content: "\e618"; }

.ti-reload:before {
  content: "\e619"; }

.ti-plus:before {
  content: "\e61a"; }

.ti-pin:before {
  content: "\e61b"; }

.ti-pencil:before {
  content: "\e61c"; }

.ti-pencil-alt:before {
  content: "\e61d"; }

.ti-paint-roller:before {
  content: "\e61e"; }

.ti-paint-bucket:before {
  content: "\e61f"; }

.ti-na:before {
  content: "\e620"; }

.ti-mobile:before {
  content: "\e621"; }

.ti-minus:before {
  content: "\e622"; }

.ti-medall:before {
  content: "\e623"; }

.ti-medall-alt:before {
  content: "\e624"; }

.ti-marker:before {
  content: "\e625"; }

.ti-marker-alt:before {
  content: "\e626"; }

.ti-arrow-up:before {
  content: "\e627"; }

.ti-arrow-right:before {
  content: "\e628"; }

.ti-arrow-left:before {
  content: "\e629"; }

.ti-arrow-down:before {
  content: "\e62a"; }

.ti-lock:before {
  content: "\e62b"; }

.ti-location-arrow:before {
  content: "\e62c"; }

.ti-link:before {
  content: "\e62d"; }

.ti-layout:before {
  content: "\e62e"; }

.ti-layers:before {
  content: "\e62f"; }

.ti-layers-alt:before {
  content: "\e630"; }

.ti-key:before {
  content: "\e631"; }

.ti-import:before {
  content: "\e632"; }

.ti-image:before {
  content: "\e633"; }

.ti-heart:before {
  content: "\e634"; }

.ti-heart-broken:before {
  content: "\e635"; }

.ti-hand-stop:before {
  content: "\e636"; }

.ti-hand-open:before {
  content: "\e637"; }

.ti-hand-drag:before {
  content: "\e638"; }

.ti-folder:before {
  content: "\e639"; }

.ti-flag:before {
  content: "\e63a"; }

.ti-flag-alt:before {
  content: "\e63b"; }

.ti-flag-alt-2:before {
  content: "\e63c"; }

.ti-eye:before {
  content: "\e63d"; }

.ti-export:before {
  content: "\e63e"; }

.ti-exchange-vertical:before {
  content: "\e63f"; }

.ti-desktop:before {
  content: "\e640"; }

.ti-cup:before {
  content: "\e641"; }

.ti-crown:before {
  content: "\e642"; }

.ti-comments:before {
  content: "\e643"; }

.ti-comment:before {
  content: "\e644"; }

.ti-comment-alt:before {
  content: "\e645"; }

.ti-close:before {
  content: "\e646"; }

.ti-clip:before {
  content: "\e647"; }

.ti-angle-up:before {
  content: "\e648"; }

.ti-angle-right:before {
  content: "\e649"; }

.ti-angle-left:before {
  content: "\e64a"; }

.ti-angle-down:before {
  content: "\e64b"; }

.ti-check:before {
  content: "\e64c"; }

.ti-check-box:before {
  content: "\e64d"; }

.ti-camera:before {
  content: "\e64e"; }

.ti-announcement:before {
  content: "\e64f"; }

.ti-brush:before {
  content: "\e650"; }

.ti-briefcase:before {
  content: "\e651"; }

.ti-bolt:before {
  content: "\e652"; }

.ti-bolt-alt:before {
  content: "\e653"; }

.ti-blackboard:before {
  content: "\e654"; }

.ti-bag:before {
  content: "\e655"; }

.ti-move:before {
  content: "\e656"; }

.ti-arrows-vertical:before {
  content: "\e657"; }

.ti-arrows-horizontal:before {
  content: "\e658"; }

.ti-fullscreen:before {
  content: "\e659"; }

.ti-arrow-top-right:before {
  content: "\e65a"; }

.ti-arrow-top-left:before {
  content: "\e65b"; }

.ti-arrow-circle-up:before {
  content: "\e65c"; }

.ti-arrow-circle-right:before {
  content: "\e65d"; }

.ti-arrow-circle-left:before {
  content: "\e65e"; }

.ti-arrow-circle-down:before {
  content: "\e65f"; }

.ti-angle-double-up:before {
  content: "\e660"; }

.ti-angle-double-right:before {
  content: "\e661"; }

.ti-angle-double-left:before {
  content: "\e662"; }

.ti-angle-double-down:before {
  content: "\e663"; }

.ti-zip:before {
  content: "\e664"; }

.ti-world:before {
  content: "\e665"; }

.ti-wheelchair:before {
  content: "\e666"; }

.ti-view-list:before {
  content: "\e667"; }

.ti-view-list-alt:before {
  content: "\e668"; }

.ti-view-grid:before {
  content: "\e669"; }

.ti-uppercase:before {
  content: "\e66a"; }

.ti-upload:before {
  content: "\e66b"; }

.ti-underline:before {
  content: "\e66c"; }

.ti-truck:before {
  content: "\e66d"; }

.ti-timer:before {
  content: "\e66e"; }

.ti-ticket:before {
  content: "\e66f"; }

.ti-thumb-up:before {
  content: "\e670"; }

.ti-thumb-down:before {
  content: "\e671"; }

.ti-text:before {
  content: "\e672"; }

.ti-stats-up:before {
  content: "\e673"; }

.ti-stats-down:before {
  content: "\e674"; }

.ti-split-v:before {
  content: "\e675"; }

.ti-split-h:before {
  content: "\e676"; }

.ti-smallcap:before {
  content: "\e677"; }

.ti-shine:before {
  content: "\e678"; }

.ti-shift-right:before {
  content: "\e679"; }

.ti-shift-left:before {
  content: "\e67a"; }

.ti-shield:before {
  content: "\e67b"; }

.ti-notepad:before {
  content: "\e67c"; }

.ti-server:before {
  content: "\e67d"; }

.ti-quote-right:before {
  content: "\e67e"; }

.ti-quote-left:before {
  content: "\e67f"; }

.ti-pulse:before {
  content: "\e680"; }

.ti-printer:before {
  content: "\e681"; }

.ti-power-off:before {
  content: "\e682"; }

.ti-plug:before {
  content: "\e683"; }

.ti-pie-chart:before {
  content: "\e684"; }

.ti-paragraph:before {
  content: "\e685"; }

.ti-panel:before {
  content: "\e686"; }

.ti-package:before {
  content: "\e687"; }

.ti-music:before {
  content: "\e688"; }

.ti-music-alt:before {
  content: "\e689"; }

.ti-mouse:before {
  content: "\e68a"; }

.ti-mouse-alt:before {
  content: "\e68b"; }

.ti-money:before {
  content: "\e68c"; }

.ti-microphone:before {
  content: "\e68d"; }

.ti-menu:before {
  content: "\e68e"; }

.ti-menu-alt:before {
  content: "\e68f"; }

.ti-map:before {
  content: "\e690"; }

.ti-map-alt:before {
  content: "\e691"; }

.ti-loop:before {
  content: "\e692"; }

.ti-location-pin:before {
  content: "\e693"; }

.ti-list:before {
  content: "\e694"; }

.ti-light-bulb:before {
  content: "\e695"; }

.ti-Italic:before {
  content: "\e696"; }

.ti-info:before {
  content: "\e697"; }

.ti-infinite:before {
  content: "\e698"; }

.ti-id-badge:before {
  content: "\e699"; }

.ti-hummer:before {
  content: "\e69a"; }

.ti-home:before {
  content: "\e69b"; }

.ti-help:before {
  content: "\e69c"; }

.ti-headphone:before {
  content: "\e69d"; }

.ti-harddrives:before {
  content: "\e69e"; }

.ti-harddrive:before {
  content: "\e69f"; }

.ti-gift:before {
  content: "\e6a0"; }

.ti-game:before {
  content: "\e6a1"; }

.ti-filter:before {
  content: "\e6a2"; }

.ti-files:before {
  content: "\e6a3"; }

.ti-file:before {
  content: "\e6a4"; }

.ti-eraser:before {
  content: "\e6a5"; }

.ti-envelope:before {
  content: "\e6a6"; }

.ti-download:before {
  content: "\e6a7"; }

.ti-direction:before {
  content: "\e6a8"; }

.ti-direction-alt:before {
  content: "\e6a9"; }

.ti-dashboard:before {
  content: "\e6aa"; }

.ti-control-stop:before {
  content: "\e6ab"; }

.ti-control-shuffle:before {
  content: "\e6ac"; }

.ti-control-play:before {
  content: "\e6ad"; }

.ti-control-pause:before {
  content: "\e6ae"; }

.ti-control-forward:before {
  content: "\e6af"; }

.ti-control-backward:before {
  content: "\e6b0"; }

.ti-cloud:before {
  content: "\e6b1"; }

.ti-cloud-up:before {
  content: "\e6b2"; }

.ti-cloud-down:before {
  content: "\e6b3"; }

.ti-clipboard:before {
  content: "\e6b4"; }

.ti-car:before {
  content: "\e6b5"; }

.ti-calendar:before {
  content: "\e6b6"; }

.ti-book:before {
  content: "\e6b7"; }

.ti-bell:before {
  content: "\e6b8"; }

.ti-basketball:before {
  content: "\e6b9"; }

.ti-bar-chart:before {
  content: "\e6ba"; }

.ti-bar-chart-alt:before {
  content: "\e6bb"; }

.ti-back-right:before {
  content: "\e6bc"; }

.ti-back-left:before {
  content: "\e6bd"; }

.ti-arrows-corner:before {
  content: "\e6be"; }

.ti-archive:before {
  content: "\e6bf"; }

.ti-anchor:before {
  content: "\e6c0"; }

.ti-align-right:before {
  content: "\e6c1"; }

.ti-align-left:before {
  content: "\e6c2"; }

.ti-align-justify:before {
  content: "\e6c3"; }

.ti-align-center:before {
  content: "\e6c4"; }

.ti-alert:before {
  content: "\e6c5"; }

.ti-alarm-clock:before {
  content: "\e6c6"; }

.ti-agenda:before {
  content: "\e6c7"; }

.ti-write:before {
  content: "\e6c8"; }

.ti-window:before {
  content: "\e6c9"; }

.ti-widgetized:before {
  content: "\e6ca"; }

.ti-widget:before {
  content: "\e6cb"; }

.ti-widget-alt:before {
  content: "\e6cc"; }

.ti-wallet:before {
  content: "\e6cd"; }

.ti-video-clapper:before {
  content: "\e6ce"; }

.ti-video-camera:before {
  content: "\e6cf"; }

.ti-vector:before {
  content: "\e6d0"; }

.ti-themify-logo:before {
  content: "\e6d1"; }

.ti-themify-favicon:before {
  content: "\e6d2"; }

.ti-themify-favicon-alt:before {
  content: "\e6d3"; }

.ti-support:before {
  content: "\e6d4"; }

.ti-stamp:before {
  content: "\e6d5"; }

.ti-split-v-alt:before {
  content: "\e6d6"; }

.ti-slice:before {
  content: "\e6d7"; }

.ti-shortcode:before {
  content: "\e6d8"; }

.ti-shift-right-alt:before {
  content: "\e6d9"; }

.ti-shift-left-alt:before {
  content: "\e6da"; }

.ti-ruler-alt-2:before {
  content: "\e6db"; }

.ti-receipt:before {
  content: "\e6dc"; }

.ti-pin2:before {
  content: "\e6dd"; }

.ti-pin-alt:before {
  content: "\e6de"; }

.ti-pencil-alt2:before {
  content: "\e6df"; }

.ti-palette:before {
  content: "\e6e0"; }

.ti-more:before {
  content: "\e6e1"; }

.ti-more-alt:before {
  content: "\e6e2"; }

.ti-microphone-alt:before {
  content: "\e6e3"; }

.ti-magnet:before {
  content: "\e6e4"; }

.ti-line-double:before {
  content: "\e6e5"; }

.ti-line-dotted:before {
  content: "\e6e6"; }

.ti-line-dashed:before {
  content: "\e6e7"; }

.ti-layout-width-full:before {
  content: "\e6e8"; }

.ti-layout-width-default:before {
  content: "\e6e9"; }

.ti-layout-width-default-alt:before {
  content: "\e6ea"; }

.ti-layout-tab:before {
  content: "\e6eb"; }

.ti-layout-tab-window:before {
  content: "\e6ec"; }

.ti-layout-tab-v:before {
  content: "\e6ed"; }

.ti-layout-tab-min:before {
  content: "\e6ee"; }

.ti-layout-slider:before {
  content: "\e6ef"; }

.ti-layout-slider-alt:before {
  content: "\e6f0"; }

.ti-layout-sidebar-right:before {
  content: "\e6f1"; }

.ti-layout-sidebar-none:before {
  content: "\e6f2"; }

.ti-layout-sidebar-left:before {
  content: "\e6f3"; }

.ti-layout-placeholder:before {
  content: "\e6f4"; }

.ti-layout-menu:before {
  content: "\e6f5"; }

.ti-layout-menu-v:before {
  content: "\e6f6"; }

.ti-layout-menu-separated:before {
  content: "\e6f7"; }

.ti-layout-menu-full:before {
  content: "\e6f8"; }

.ti-layout-media-right-alt:before {
  content: "\e6f9"; }

.ti-layout-media-right:before {
  content: "\e6fa"; }

.ti-layout-media-overlay:before {
  content: "\e6fb"; }

.ti-layout-media-overlay-alt:before {
  content: "\e6fc"; }

.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd"; }

.ti-layout-media-left-alt:before {
  content: "\e6fe"; }

.ti-layout-media-left:before {
  content: "\e6ff"; }

.ti-layout-media-center-alt:before {
  content: "\e700"; }

.ti-layout-media-center:before {
  content: "\e701"; }

.ti-layout-list-thumb:before {
  content: "\e702"; }

.ti-layout-list-thumb-alt:before {
  content: "\e703"; }

.ti-layout-list-post:before {
  content: "\e704"; }

.ti-layout-list-large-image:before {
  content: "\e705"; }

.ti-layout-line-solid:before {
  content: "\e706"; }

.ti-layout-grid4:before {
  content: "\e707"; }

.ti-layout-grid3:before {
  content: "\e708"; }

.ti-layout-grid2:before {
  content: "\e709"; }

.ti-layout-grid2-thumb:before {
  content: "\e70a"; }

.ti-layout-cta-right:before {
  content: "\e70b"; }

.ti-layout-cta-left:before {
  content: "\e70c"; }

.ti-layout-cta-center:before {
  content: "\e70d"; }

.ti-layout-cta-btn-right:before {
  content: "\e70e"; }

.ti-layout-cta-btn-left:before {
  content: "\e70f"; }

.ti-layout-column4:before {
  content: "\e710"; }

.ti-layout-column3:before {
  content: "\e711"; }

.ti-layout-column2:before {
  content: "\e712"; }

.ti-layout-accordion-separated:before {
  content: "\e713"; }

.ti-layout-accordion-merged:before {
  content: "\e714"; }

.ti-layout-accordion-list:before {
  content: "\e715"; }

.ti-ink-pen:before {
  content: "\e716"; }

.ti-info-alt:before {
  content: "\e717"; }

.ti-help-alt:before {
  content: "\e718"; }

.ti-headphone-alt:before {
  content: "\e719"; }

.ti-hand-point-up:before {
  content: "\e71a"; }

.ti-hand-point-right:before {
  content: "\e71b"; }

.ti-hand-point-left:before {
  content: "\e71c"; }

.ti-hand-point-down:before {
  content: "\e71d"; }

.ti-gallery:before {
  content: "\e71e"; }

.ti-face-smile:before {
  content: "\e71f"; }

.ti-face-sad:before {
  content: "\e720"; }

.ti-credit-card:before {
  content: "\e721"; }

.ti-control-skip-forward:before {
  content: "\e722"; }

.ti-control-skip-backward:before {
  content: "\e723"; }

.ti-control-record:before {
  content: "\e724"; }

.ti-control-eject:before {
  content: "\e725"; }

.ti-comments-smiley:before {
  content: "\e726"; }

.ti-brush-alt:before {
  content: "\e727"; }

.ti-youtube:before {
  content: "\e728"; }

.ti-vimeo:before {
  content: "\e729"; }

.ti-twitter:before {
  content: "\e72a"; }

.ti-time:before {
  content: "\e72b"; }

.ti-tumblr:before {
  content: "\e72c"; }

.ti-skype:before {
  content: "\e72d"; }

.ti-share:before {
  content: "\e72e"; }

.ti-share-alt:before {
  content: "\e72f"; }

.ti-rocket:before {
  content: "\e730"; }

.ti-pinterest:before {
  content: "\e731"; }

.ti-new-window:before {
  content: "\e732"; }

.ti-microsoft:before {
  content: "\e733"; }

.ti-list-ol:before {
  content: "\e734"; }

.ti-linkedin:before {
  content: "\e735"; }

.ti-layout-sidebar-2:before {
  content: "\e736"; }

.ti-layout-grid4-alt:before {
  content: "\e737"; }

.ti-layout-grid3-alt:before {
  content: "\e738"; }

.ti-layout-grid2-alt:before {
  content: "\e739"; }

.ti-layout-column4-alt:before {
  content: "\e73a"; }

.ti-layout-column3-alt:before {
  content: "\e73b"; }

.ti-layout-column2-alt:before {
  content: "\e73c"; }

.ti-instagram:before,
.ti-instagramhashtag:before,
.ti-instagramusername:before,
.ti-instagramlocation:before,
.ti-instagramarea:before {
  content: "\e73d"; }

.ti-google:before,
.ti-googlenews:before {
  content: "\e73e"; }

.ti-github:before {
  content: "\e73f"; }

.ti-flickr:before {
  content: "\e740"; }

.ti-facebook:before,
.ti-facebookpagefeed:before,
.ti-facebookpagetagged:before,
.ti-facebookpageposts:before {
  content: "\e741"; }

.ti-wide:before {
  content: "\e74b"; }

.ti-dropbox:before {
  content: "\e742"; }

.ti-dribbble:before {
  content: "\e743"; }

.ti-apple:before {
  content: "\e744"; }

.ti-android:before {
  content: "\e745"; }

.ti-save:before {
  content: "\e746"; }

.ti-save-alt:before {
  content: "\e747"; }

.ti-yahoo:before {
  content: "\e748"; }

.ti-wordpress:before {
  content: "\e749"; }

.ti-vimeo-alt:before {
  content: "\e74a"; }

.ti-twitter-alt:before {
  content: "\e74b"; }

.ti-tumblr-alt:before {
  content: "\e74c"; }

.ti-trello:before {
  content: "\e74d"; }

.ti-stack-overflow:before {
  content: "\e74e"; }

.ti-soundcloud:before {
  content: "\e74f"; }

.ti-sharethis:before {
  content: "\e750"; }

.ti-sharethis-alt:before {
  content: "\e751"; }

.ti-reddit:before {
  content: "\e752"; }

.ti-pinterest-alt:before {
  content: "\e753"; }

.ti-microsoft-alt:before {
  content: "\e754"; }

.ti-linux:before {
  content: "\e755"; }

.ti-jsfiddle:before {
  content: "\e756"; }

.ti-joomla:before {
  content: "\e757"; }

.ti-html5:before {
  content: "\e758"; }

.ti-flickr-alt:before {
  content: "\e759"; }

.ti-email:before {
  content: "\e75a"; }

.ti-drupal:before {
  content: "\e75b"; }

.ti-dropbox-alt:before {
  content: "\e75c"; }

.ti-css3:before {
  content: "\e75d"; }

.ti-rss:before {
  content: "\e75e"; }

.ti-rss-alt:before {
  content: "\e75f"; }

/* Breakpoints */
/* Fonts */
/* Colors */
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/* @include border-radius(10px); */
input[type=checkbox] {
  color: blue !important; }

.gform_wrapper .gform_heading {
  margin-bottom: 1em; }
.gform_wrapper ul {
  margin-left: 0 !important; }
  .gform_wrapper ul li {
    margin-bottom: 2em;
    list-style: none !important; }
    .gform_wrapper ul li label {
      font-family: Brown-Pro-Bold; }
    .gform_wrapper ul li input, .gform_wrapper ul li textarea {
      width: 100%; }
    .gform_wrapper ul li input[type="checkbox"], .gform_wrapper ul li input[type="radio"] {
      width: auto; }
    .gform_wrapper ul li .ginput_container_checkbox {
      padding: 1em 0 0; }
    .gform_wrapper ul li .ginput_quantity_label {
      display: block;
      font-weight: bold;
      margin-top: .5em; }
    .gform_wrapper ul li.full {
      clear: both; }
    @media only screen and (min-width: 768px) {
      .gform_wrapper ul li.half input, .gform_wrapper ul li.half textarea, .gform_wrapper ul li.half select {
        width: 50%; } }
    @media only screen and (min-width: 768px) {
      .gform_wrapper ul li.half-left {
        width: 48%;
        float: left;
        clear: left; } }
    @media only screen and (min-width: 768px) {
      .gform_wrapper ul li.half-right {
        width: 48%;
        float: right;
        margin-left: 4%; } }
    @media only screen and (min-width: 768px) {
      .gform_wrapper ul li.fourth-first {
        width: 22%;
        float: left; } }
    @media only screen and (min-width: 768px) {
      .gform_wrapper ul li.fourth {
        width: 22%;
        float: left;
        margin-left: 4%; } }
    .gform_wrapper ul li.gfield_price {
      background-color: #e9e8dc;
      padding-top: 15px;
      padding-bottom: 15px;
      overflow: hidden;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .gform_wrapper ul li.gfield_price {
          padding-left: 15px;
          padding-right: 15px;
          min-height: 200px; } }
      @media only screen and (min-width: 768px) {
        .gform_wrapper ul li.gfield_price {
          min-height: 195px; } }
      @media only screen and (min-width: 970px) {
        .gform_wrapper ul li.gfield_price {
          min-height: 220px; } }
      .gform_wrapper ul li.gfield_price .gfield_label {
        display: block;
        margin-top: 10px; }
        @media only screen and (min-width: 768px) {
          .gform_wrapper ul li.gfield_price .gfield_label {
            margin-top: 0;
            margin-left: 20px; } }
        @media only screen and (min-width: 970px) {
          .gform_wrapper ul li.gfield_price .gfield_label {
            width: 50%;
            float: left; } }
      .gform_wrapper ul li.gfield_price .gfield_description {
        float: right;
        padding: 15px 20px 0;
        width: 100%;
        margin-top: 30px; }
        @media only screen and (max-width: 767px) {
          .gform_wrapper ul li.gfield_price .gfield_description {
            max-width: 70%;
            margin-right: 30%;
            float: left;
            padding-left: 0; } }
        @media only screen and (min-width: 970px) {
          .gform_wrapper ul li.gfield_price .gfield_description {
            margin-top: 0; } }
        .gform_wrapper ul li.gfield_price .gfield_description img {
          position: absolute;
          right: 0;
          top: 15px;
          max-width: 40%;
          margin-top: 45px;
          max-height: calc(100% - 75px); }
          @media only screen and (max-width: 767px) {
            .gform_wrapper ul li.gfield_price .gfield_description img {
              max-height: calc(100% - 70px);
              max-width: 35%;
              top: auto;
              bottom: 15px; } }
          @media only screen and (min-width: 970px) {
            .gform_wrapper ul li.gfield_price .gfield_description img {
              max-height: calc(100% - 30px);
              margin-top: 15px; } }
        .gform_wrapper ul li.gfield_price .gfield_description .form-bottom-desc {
          font-weight: bold;
          font-size: .8em; }
          @media only screen and (min-width: 768px) {
            .gform_wrapper ul li.gfield_price .gfield_description .form-bottom-desc {
              font-size: .9em; } }
          @media only screen and (min-width: 1260px) {
            .gform_wrapper ul li.gfield_price .gfield_description .form-bottom-desc {
              font-size: 1em; } }
        .gform_wrapper ul li.gfield_price .gfield_description .form-quantity-desc {
          font-size: 0.9em; }
        .gform_wrapper ul li.gfield_price .gfield_description .form-quantity-list {
          list-style: disc !important;
          margin-bottom: 0;
          margin-left: 15px !important; }
          .gform_wrapper ul li.gfield_price .gfield_description .form-quantity-list li {
            font-size: 0.85em;
            line-height: 1.1em;
            list-style: disc !important;
            margin: 2px 0; }
      @media only screen and (min-width: 768px) {
        .gform_wrapper ul li.gfield_price .ginput_container_singleproduct {
          width: 40%;
          margin-left: 20px;
          font-size: .9em; } }
      .gform_wrapper ul li.gfield_price .ginput_container_singleproduct input {
        background-color: #FFF;
        width: 70px; }
        @media only screen and (min-width: 768px) {
          .gform_wrapper ul li.gfield_price .ginput_container_singleproduct input {
            text-align: center; } }
    .gform_wrapper ul li.gfield_html {
      clear: both; }
    .gform_wrapper ul li.price-total {
      background: none;
      border-bottom: 1px solid #EEE;
      border-left: 0;
      border-right: 0;
      border-top: 0;
      font-size: 1.6em;
      padding-bottom: 1.2em;
      padding-top: 0;
      overflow: hidden;
      min-height: auto !important; }
      .gform_wrapper ul li.price-total .gfield_label {
        font-family: Brown-Pro-Bold;
        margin-left: 0;
        margin-top: 0;
        float: left;
        margin-right: 10px; }
      .gform_wrapper ul li.price-total .ginput_total {
        float: right; }
    .gform_wrapper ul li.radios-beside ul {
      overflow: hidden;
      width: 250px; }
      .gform_wrapper ul li.radios-beside ul li {
        width: 50%;
        float: left;
        margin-bottom: 0; }
        .gform_wrapper ul li.radios-beside ul li label {
          font-family: MuseoSans-300;
          margin-left: 10px; }
    .gform_wrapper ul li .gfield_radio {
      margin-top: 1em; }
      .gform_wrapper ul li .gfield_radio li {
        margin: 0 0 5px 0; }
        .gform_wrapper ul li .gfield_radio li label {
          margin-left: 10px; }
.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  padding: 25px;
  border: 2px dashed #ddd;
  text-align: center;
  color: #aaa;
  margin-bottom: 10px; }
.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  padding: 24px;
  border: 1px dashed #CCC;
  text-align: center;
  color: #AAA;
  margin-bottom: 16px;
  background: rgba(0, 0, 0, 0.02);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
.gform_wrapper span.gform_drop_instructions {
  display: block;
  margin-bottom: 8px;
  text-align: center; }
.gform_wrapper .gform_delete {
  vertical-align: middle;
  cursor: pointer; }

.product-summery > table > tbody > tr > td > table > tbody > tr > td {
  padding: 0; }
  .product-summery > table > tbody > tr > td > table > tbody > tr > td[width="20"] {
    display: none; }
  .product-summery > table > tbody > tr > td > table > tbody > tr > td[colspan="2"] {
    padding-top: 1em; }
  .product-summery > table > tbody > tr > td > table > tbody > tr > td font {
    font-family: Brown-Pro-Regular !important;
    font-size: 16px !important; }
  .product-summery > table > tbody > tr > td > table > tbody > tr > td table {
    margin-top: 1em; }

.consent-box ul li {
  display: flex; }

.gf_progressbar_wrapper {
  display: none; }

.contest-form .gform_button {
  padding: 1em 0;
  width: 100%; }
.contest-form .gfield_checkbox label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.contest-form .gform_ajax_spinner {
  margin: 0 auto;
  display: block;
  padding: 1em; }

.gform_wrapper .campaign-idol-form .gfield_label, .gform_wrapper .campaign-idol-form .ginput_container_name label {
  display: none; }
.gform_wrapper .campaign-idol-form ul li.half-left, .gform_wrapper .campaign-idol-form ul li.half-right {
  margin-bottom: 1em; }
  @media only screen and (min-width: 768px) {
    .gform_wrapper .campaign-idol-form ul li.half-left, .gform_wrapper .campaign-idol-form ul li.half-right {
      width: 49%; } }
@media only screen and (min-width: 768px) {
  .gform_wrapper .campaign-idol-form ul li.half-right {
    margin-left: 2%; } }
.gform_wrapper .campaign-idol-form input[type=text] {
  background-color: #ffe885;
  padding: 20px; }
.gform_wrapper .campaign-idol-form #gform_submit_button_14 {
  float: right; }
.gform_wrapper .campaign-idol-form .gfield_checkbox {
  margin-bottom: 0.5em; }
  .gform_wrapper .campaign-idol-form .gfield_checkbox li {
    margin-bottom: 0; }
.gform_wrapper .campaign-idol-form .campaign-checkbox {
  width: 70%;
  float: left; }
  .gform_wrapper .campaign-idol-form .campaign-checkbox .ginput_container_checkbox {
    padding-top: 0; }
  .gform_wrapper .campaign-idol-form .campaign-checkbox .gfield_description {
    font-size: 14px; }
.gform_wrapper .campaign-idol-form #terms_popup {
  background-color: #FFF;
  border: 1px solid #3c1053;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.7);
  display: none;
  left: 0;
  max-width: 500px;
  padding: 20px 20px 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10; }
  @media only screen and (min-width: 768px) {
    .gform_wrapper .campaign-idol-form #terms_popup {
      margin: 1em auto;
      width: 90%; } }
  .gform_wrapper .campaign-idol-form #terms_popup #terms_exit {
    position: absolute;
    right: -12px;
    top: -12px; }
    .gform_wrapper .campaign-idol-form #terms_popup #terms_exit span {
      font-size: 25px;
      color: #000; }
  .gform_wrapper .campaign-idol-form #terms_popup ol {
    margin: 0; }
    .gform_wrapper .campaign-idol-form #terms_popup ol li {
      margin-bottom: 0.5em; }
.gform_wrapper .campaign-idol-form #terms_open {
  text-decoration: underline; }

.gform_validation_container, .gform_wrapper .gform_validation_container, body .gform_wrapper li.gform_validation_container, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px; }

input[type=text], input[type=email], input[type=tel], input[type=search], input[type=url], input[type=number], input[type=password], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime-local], input[type=color], input[type=range] {
  background: #FFF;
  color: #3c1053;
  font-family: Brown-Pro-Regular;
  font-size: 16px;
  border: 1px solid #e0e0e0;
  padding: 10px 10px; }

textarea {
  background: #FFF;
  color: #3c1053;
  font-family: Brown-Pro-Regular;
  font-size: 16px;
  border: 1px solid #e0e0e0;
  padding: 10px 10px;
  -webkit-appearance: none;
  outline: none; }

input[type="reset"], input[type="submit"] {
  border: none;
  -webkit-appearance: none; }

.policy-link {
  color: #e7ba02; }
  .policy-link:hover {
    color: #FEE684; }

/* Buttons */
.button, .button:visited {
  background-color: #3c1053;
  border: none;
  font-family: Brown-Pro-Bold;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  line-height: 21px;
  padding: 8px 20px;
  display: inline-block; }
  @media only screen and (min-width: 768px) {
    .button, .button:visited {
      padding: 8px 12px;
      font-size: 14px; } }
  @media only screen and (min-width: 970px) {
    .button, .button:visited {
      padding: 12px 25px;
      font-size: 18px; } }
  .button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
    background-color: #300d42;
    color: #FFF;
    outline: none; }
  .button:active, .button:visited:active {
    background-color: #481364; }
  .button.is-checked, .button:visited.is-checked {
    background-color: #9370b1; }
  .loading .button[data-type="cart-submit"], .loading .button:visited[data-type="cart-submit"] {
    background-color: whitesmoke;
    color: #3c1053; }
  .button[data-type="cart-submit"] i.loader, .button:visited[data-type="cart-submit"] i.loader {
    display: none;
    margin-left: 5px;
    margin-right: -13px; }
    .loading .button[data-type="cart-submit"] i.loader, .loading .button:visited[data-type="cart-submit"] i.loader {
      display: inline-block; }

.secondary-button, .secondary-button:visited {
  background-color: #FFF;
  color: #3c1053; }
  .secondary-button:hover, .secondary-button:focus, .secondary-button:visited:hover, .secondary-button:visited:focus {
    background-color: #3c1053;
    color: #FFF; }
  .secondary-button:active, .secondary-button:visited:active {
    background-color: #481364;
    color: #FFF; }

.hollow-button, .hollow-button:visited {
  background-color: transparent;
  border: 1px solid #FFF;
  color: #FFF; }
  .hollow-button:hover, .hollow-button:focus, .hollow-button:visited:hover, .hollow-button:visited:focus {
    background-color: #3c1053;
    border: 1px solid #3c1053;
    color: #FFF; }
  .hollow-button:active, .hollow-button:visited:active {
    background-color: #481364;
    border: 1px solid #481364;
    color: #FFF; }

.hollow-primary-button, .hollow-primary-button:visited {
  background-color: transparent;
  border: 1px solid #3c1053;
  color: #3c1053; }
  .hollow-primary-button:hover, .hollow-primary-button:focus, .hollow-primary-button:visited:hover, .hollow-primary-button:visited:focus {
    background-color: #3c1053;
    border: 1px solid #3c1053;
    color: #FFF; }
  .hollow-primary-button:active, .hollow-primary-button:visited:active {
    background-color: #481364;
    border: 1px solid #481364;
    color: #FFF; }

.inactive-button, .inactive-button:visited {
  background-color: #FFF !important;
  color: #3c1053 !important;
  cursor: default !important; }

.button-small {
  padding: 10px 20px; }

.button-big {
  font-size: 18px;
  padding: 14px 20px; }
  @media only screen and (min-width: 768px) {
    .button-big {
      padding: 13px 20px; } }
  @media only screen and (min-width: 1260px) {
    .button-big {
      font-size: 22px;
      padding: 20px 35px; } }

.button-group .button {
  margin: 2.5px; }

.block-button {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center; }

.indicator {
  color: #3c1053;
  border: none;
  display: inline-block;
  font-family: Brown-Pro-Bold;
  font-size: 16px;
  line-height: 1.2;
  padding: 0.4em 0.8em;
  text-align: center;
  text-transform: uppercase; }
  .indicator.indicator--inprogress {
    color: #3c1053; }
  .indicator.indicator--done {
    color: #007744; }

.selectlist select option {
  background: #fff; }

.selectlist select::-ms-expand {
  display: none;
  /* hide default arrow in IE10 */ }

.selectlist select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #3c1053;
  border: none;
  height: auto;
  font-family: Brown-Pro-Regular;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.2em;
  padding: 11px;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: "";
  width: 100%;
  background: url(../img/select-arrow.png) right 10px center no-repeat #FFF;
  /* add your own arrow image */
  *background-image: none;
  /* turn bg image for IE7 */
  background: url(../img/select-arrow.png) right 10px center no-repeat #FFF;
  /* fallback bg image*/
  background: url(../img/select-arrow.png) right 10px center no-repeat #FFF;
  background: url(../img/select-arrow.png) right 10px center no-repeat #FFF;
  background: url(../img/select-arrow.png) right 10px center no-repeat #FFF;
  background: url(../img/select-arrow.png) right 10px center no-repeat #FFF;
  background: url(../img/select-arrow.png) right 10px center no-repeat #FFF;
  background-size: 18px 11px;
  -webkit-appearance: none;
  /* gets rid of default appearance in Webkit browsers*/
  -moz-appearance: none;
  /* Get rid of default appearance for older Firefox browsers */
  -ms-appearance: none;
  /* get rid of default appearance for IE8, 9 and 10*/
  appearance: none;
  outline: none; }

.selectlist select option {
  background: #fff; }

#gform_wrapper_9 {
  display: block !important; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }

.content-wrap section:first-of-type {
  padding-top: 2em !important; }
  @media only screen and (min-width: 970px) {
    .content-wrap section:first-of-type {
      padding-top: 2.5em !important; } }
.content-wrap section:last-of-type {
  padding-bottom: 2em !important; }
  @media only screen and (min-width: 970px) {
    .content-wrap section:last-of-type {
      padding-bottom: 4em !important; } }

section {
  display: block;
  padding: 1em 0; }
  @media only screen and (min-width: 970px) {
    section {
      padding: 2em 0; } }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1260px; }
  .container--wide {
    max-width: 1480px; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }

.row {
  margin-left: -10px;
  margin-right: -10px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left; }

.col-xs-24 {
  width: 100%; }

.col-xs-23 {
  width: 95.83333333%; }

.col-xs-22 {
  width: 91.66666667%; }

.col-xs-21 {
  width: 87.5%; }

.col-xs-20 {
  width: 83.33333333%; }

.col-xs-19 {
  width: 79.16666667%; }

.col-xs-18 {
  width: 75%; }

.col-xs-17 {
  width: 70.83333333%; }

.col-xs-16 {
  width: 66.66666667%; }

.col-xs-15 {
  width: 62.5%; }

.col-xs-14 {
  width: 58.33333333%; }

.col-xs-13 {
  width: 54.16666667%; }

.col-xs-12 {
  width: 50%; }

.col-xs-11 {
  width: 45.83333333%; }

.col-xs-10 {
  width: 41.66666667%; }

.col-xs-9 {
  width: 37.5%; }

.col-xs-8 {
  width: 33.33333333%; }

.col-xs-7 {
  width: 29.16666667%; }

.col-xs-6 {
  width: 25%; }

.col-xs-5 {
  width: 20.83333333%; }

.col-xs-4 {
  width: 16.66666667%; }

.col-xs-3 {
  width: 12.5%; }

.col-xs-2 {
  width: 8.33333333%; }

.col-xs-1 {
  width: 4.16666667%; }

.col-xs-pull-24 {
  right: 100%; }

.col-xs-pull-23 {
  right: 95.83333333%; }

.col-xs-pull-22 {
  right: 91.66666667%; }

.col-xs-pull-21 {
  right: 87.5%; }

.col-xs-pull-20 {
  right: 83.33333333%; }

.col-xs-pull-19 {
  right: 79.16666667%; }

.col-xs-pull-18 {
  right: 75%; }

.col-xs-pull-17 {
  right: 70.83333333%; }

.col-xs-pull-16 {
  right: 66.66666667%; }

.col-xs-pull-15 {
  right: 62.5%; }

.col-xs-pull-14 {
  right: 58.33333333%; }

.col-xs-pull-13 {
  right: 54.16666667%; }

.col-xs-pull-12 {
  right: 50%; }

.col-xs-pull-11 {
  right: 45.83333333%; }

.col-xs-pull-10 {
  right: 41.66666667%; }

.col-xs-pull-9 {
  right: 37.5%; }

.col-xs-pull-8 {
  right: 33.33333333%; }

.col-xs-pull-7 {
  right: 29.16666667%; }

.col-xs-pull-6 {
  right: 25%; }

.col-xs-pull-5 {
  right: 20.83333333%; }

.col-xs-pull-4 {
  right: 16.66666667%; }

.col-xs-pull-3 {
  right: 12.5%; }

.col-xs-pull-2 {
  right: 8.33333333%; }

.col-xs-pull-1 {
  right: 4.16666667%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-24 {
  left: 100%; }

.col-xs-push-23 {
  left: 95.83333333%; }

.col-xs-push-22 {
  left: 91.66666667%; }

.col-xs-push-21 {
  left: 87.5%; }

.col-xs-push-20 {
  left: 83.33333333%; }

.col-xs-push-19 {
  left: 79.16666667%; }

.col-xs-push-18 {
  left: 75%; }

.col-xs-push-17 {
  left: 70.83333333%; }

.col-xs-push-16 {
  left: 66.66666667%; }

.col-xs-push-15 {
  left: 62.5%; }

.col-xs-push-14 {
  left: 58.33333333%; }

.col-xs-push-13 {
  left: 54.16666667%; }

.col-xs-push-12 {
  left: 50%; }

.col-xs-push-11 {
  left: 45.83333333%; }

.col-xs-push-10 {
  left: 41.66666667%; }

.col-xs-push-9 {
  left: 37.5%; }

.col-xs-push-8 {
  left: 33.33333333%; }

.col-xs-push-7 {
  left: 29.16666667%; }

.col-xs-push-6 {
  left: 25%; }

.col-xs-push-5 {
  left: 20.83333333%; }

.col-xs-push-4 {
  left: 16.66666667%; }

.col-xs-push-3 {
  left: 12.5%; }

.col-xs-push-2 {
  left: 8.33333333%; }

.col-xs-push-1 {
  left: 4.16666667%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-24 {
  margin-left: 100%; }

.col-xs-offset-23 {
  margin-left: 95.83333333%; }

.col-xs-offset-22 {
  margin-left: 91.66666667%; }

.col-xs-offset-21 {
  margin-left: 87.5%; }

.col-xs-offset-20 {
  margin-left: 83.33333333%; }

.col-xs-offset-19 {
  margin-left: 79.16666667%; }

.col-xs-offset-18 {
  margin-left: 75%; }

.col-xs-offset-17 {
  margin-left: 70.83333333%; }

.col-xs-offset-16 {
  margin-left: 66.66666667%; }

.col-xs-offset-15 {
  margin-left: 62.5%; }

.col-xs-offset-14 {
  margin-left: 58.33333333%; }

.col-xs-offset-13 {
  margin-left: 54.16666667%; }

.col-xs-offset-12 {
  margin-left: 50%; }

.col-xs-offset-11 {
  margin-left: 45.83333333%; }

.col-xs-offset-10 {
  margin-left: 41.66666667%; }

.col-xs-offset-9 {
  margin-left: 37.5%; }

.col-xs-offset-8 {
  margin-left: 33.33333333%; }

.col-xs-offset-7 {
  margin-left: 29.16666667%; }

.col-xs-offset-6 {
  margin-left: 25%; }

.col-xs-offset-5 {
  margin-left: 20.83333333%; }

.col-xs-offset-4 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 12.5%; }

.col-xs-offset-2 {
  margin-left: 8.33333333%; }

.col-xs-offset-1 {
  margin-left: 4.16666667%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media only screen and (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left; }

  .col-sm-24 {
    width: 100%; }

  .col-sm-23 {
    width: 95.83333333%; }

  .col-sm-22 {
    width: 91.66666667%; }

  .col-sm-21 {
    width: 87.5%; }

  .col-sm-20 {
    width: 83.33333333%; }

  .col-sm-19 {
    width: 79.16666667%; }

  .col-sm-18 {
    width: 75%; }

  .col-sm-17 {
    width: 70.83333333%; }

  .col-sm-16 {
    width: 66.66666667%; }

  .col-sm-15 {
    width: 62.5%; }

  .col-sm-14 {
    width: 58.33333333%; }

  .col-sm-13 {
    width: 54.16666667%; }

  .col-sm-12 {
    width: 50%; }

  .col-sm-11 {
    width: 45.83333333%; }

  .col-sm-10 {
    width: 41.66666667%; }

  .col-sm-9 {
    width: 37.5%; }

  .col-sm-8 {
    width: 33.33333333%; }

  .col-sm-7 {
    width: 29.16666667%; }

  .col-sm-6 {
    width: 25%; }

  .col-sm-5 {
    width: 20.83333333%; }

  .col-sm-4 {
    width: 16.66666667%; }

  .col-sm-3 {
    width: 12.5%; }

  .col-sm-2 {
    width: 8.33333333%; }

  .col-sm-1 {
    width: 4.16666667%; }

  .col-sm-pull-24 {
    right: 100%; }

  .col-sm-pull-23 {
    right: 95.83333333%; }

  .col-sm-pull-22 {
    right: 91.66666667%; }

  .col-sm-pull-21 {
    right: 87.5%; }

  .col-sm-pull-20 {
    right: 83.33333333%; }

  .col-sm-pull-19 {
    right: 79.16666667%; }

  .col-sm-pull-18 {
    right: 75%; }

  .col-sm-pull-17 {
    right: 70.83333333%; }

  .col-sm-pull-16 {
    right: 66.66666667%; }

  .col-sm-pull-15 {
    right: 62.5%; }

  .col-sm-pull-14 {
    right: 58.33333333%; }

  .col-sm-pull-13 {
    right: 54.16666667%; }

  .col-sm-pull-12 {
    right: 50%; }

  .col-sm-pull-11 {
    right: 45.83333333%; }

  .col-sm-pull-10 {
    right: 41.66666667%; }

  .col-sm-pull-9 {
    right: 37.5%; }

  .col-sm-pull-8 {
    right: 33.33333333%; }

  .col-sm-pull-7 {
    right: 29.16666667%; }

  .col-sm-pull-6 {
    right: 25%; }

  .col-sm-pull-5 {
    right: 20.83333333%; }

  .col-sm-pull-4 {
    right: 16.66666667%; }

  .col-sm-pull-3 {
    right: 12.5%; }

  .col-sm-pull-2 {
    right: 8.33333333%; }

  .col-sm-pull-1 {
    right: 4.16666667%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-24 {
    left: 100%; }

  .col-sm-push-23 {
    left: 95.83333333%; }

  .col-sm-push-22 {
    left: 91.66666667%; }

  .col-sm-push-21 {
    left: 87.5%; }

  .col-sm-push-20 {
    left: 83.33333333%; }

  .col-sm-push-19 {
    left: 79.16666667%; }

  .col-sm-push-18 {
    left: 75%; }

  .col-sm-push-17 {
    left: 70.83333333%; }

  .col-sm-push-16 {
    left: 66.66666667%; }

  .col-sm-push-15 {
    left: 62.5%; }

  .col-sm-push-14 {
    left: 58.33333333%; }

  .col-sm-push-13 {
    left: 54.16666667%; }

  .col-sm-push-12 {
    left: 50%; }

  .col-sm-push-11 {
    left: 45.83333333%; }

  .col-sm-push-10 {
    left: 41.66666667%; }

  .col-sm-push-9 {
    left: 37.5%; }

  .col-sm-push-8 {
    left: 33.33333333%; }

  .col-sm-push-7 {
    left: 29.16666667%; }

  .col-sm-push-6 {
    left: 25%; }

  .col-sm-push-5 {
    left: 20.83333333%; }

  .col-sm-push-4 {
    left: 16.66666667%; }

  .col-sm-push-3 {
    left: 12.5%; }

  .col-sm-push-2 {
    left: 8.33333333%; }

  .col-sm-push-1 {
    left: 4.16666667%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-24 {
    margin-left: 100%; }

  .col-sm-offset-23 {
    margin-left: 95.83333333%; }

  .col-sm-offset-22 {
    margin-left: 91.66666667%; }

  .col-sm-offset-21 {
    margin-left: 87.5%; }

  .col-sm-offset-20 {
    margin-left: 83.33333333%; }

  .col-sm-offset-19 {
    margin-left: 79.16666667%; }

  .col-sm-offset-18 {
    margin-left: 75%; }

  .col-sm-offset-17 {
    margin-left: 70.83333333%; }

  .col-sm-offset-16 {
    margin-left: 66.66666667%; }

  .col-sm-offset-15 {
    margin-left: 62.5%; }

  .col-sm-offset-14 {
    margin-left: 58.33333333%; }

  .col-sm-offset-13 {
    margin-left: 54.16666667%; }

  .col-sm-offset-12 {
    margin-left: 50%; }

  .col-sm-offset-11 {
    margin-left: 45.83333333%; }

  .col-sm-offset-10 {
    margin-left: 41.66666667%; }

  .col-sm-offset-9 {
    margin-left: 37.5%; }

  .col-sm-offset-8 {
    margin-left: 33.33333333%; }

  .col-sm-offset-7 {
    margin-left: 29.16666667%; }

  .col-sm-offset-6 {
    margin-left: 25%; }

  .col-sm-offset-5 {
    margin-left: 20.83333333%; }

  .col-sm-offset-4 {
    margin-left: 16.66666667%; }

  .col-sm-offset-3 {
    margin-left: 12.5%; }

  .col-sm-offset-2 {
    margin-left: 8.33333333%; }

  .col-sm-offset-1 {
    margin-left: 4.16666667%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media only screen and (min-width: 970px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left; }

  .col-md-24 {
    width: 100%; }

  .col-md-23 {
    width: 95.83333333%; }

  .col-md-22 {
    width: 91.66666667%; }

  .col-md-21 {
    width: 87.5%; }

  .col-md-20 {
    width: 83.33333333%; }

  .col-md-19 {
    width: 79.16666667%; }

  .col-md-18 {
    width: 75%; }

  .col-md-17 {
    width: 70.83333333%; }

  .col-md-16 {
    width: 66.66666667%; }

  .col-md-15 {
    width: 62.5%; }

  .col-md-14 {
    width: 58.33333333%; }

  .col-md-13 {
    width: 54.16666667%; }

  .col-md-12 {
    width: 50%; }

  .col-md-11 {
    width: 45.83333333%; }

  .col-md-10 {
    width: 41.66666667%; }

  .col-md-9 {
    width: 37.5%; }

  .col-md-8 {
    width: 33.33333333%; }

  .col-md-7 {
    width: 29.16666667%; }

  .col-md-6 {
    width: 25%; }

  .col-md-5 {
    width: 20.83333333%; }

  .col-md-4 {
    width: 16.66666667%; }

  .col-md-3 {
    width: 12.5%; }

  .col-md-2 {
    width: 8.33333333%; }

  .col-md-1 {
    width: 4.16666667%; }

  .col-md-pull-24 {
    right: 100%; }

  .col-md-pull-23 {
    right: 95.83333333%; }

  .col-md-pull-22 {
    right: 91.66666667%; }

  .col-md-pull-21 {
    right: 87.5%; }

  .col-md-pull-20 {
    right: 83.33333333%; }

  .col-md-pull-19 {
    right: 79.16666667%; }

  .col-md-pull-18 {
    right: 75%; }

  .col-md-pull-17 {
    right: 70.83333333%; }

  .col-md-pull-16 {
    right: 66.66666667%; }

  .col-md-pull-15 {
    right: 62.5%; }

  .col-md-pull-14 {
    right: 58.33333333%; }

  .col-md-pull-13 {
    right: 54.16666667%; }

  .col-md-pull-12 {
    right: 50%; }

  .col-md-pull-11 {
    right: 45.83333333%; }

  .col-md-pull-10 {
    right: 41.66666667%; }

  .col-md-pull-9 {
    right: 37.5%; }

  .col-md-pull-8 {
    right: 33.33333333%; }

  .col-md-pull-7 {
    right: 29.16666667%; }

  .col-md-pull-6 {
    right: 25%; }

  .col-md-pull-5 {
    right: 20.83333333%; }

  .col-md-pull-4 {
    right: 16.66666667%; }

  .col-md-pull-3 {
    right: 12.5%; }

  .col-md-pull-2 {
    right: 8.33333333%; }

  .col-md-pull-1 {
    right: 4.16666667%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-24 {
    left: 100%; }

  .col-md-push-23 {
    left: 95.83333333%; }

  .col-md-push-22 {
    left: 91.66666667%; }

  .col-md-push-21 {
    left: 87.5%; }

  .col-md-push-20 {
    left: 83.33333333%; }

  .col-md-push-19 {
    left: 79.16666667%; }

  .col-md-push-18 {
    left: 75%; }

  .col-md-push-17 {
    left: 70.83333333%; }

  .col-md-push-16 {
    left: 66.66666667%; }

  .col-md-push-15 {
    left: 62.5%; }

  .col-md-push-14 {
    left: 58.33333333%; }

  .col-md-push-13 {
    left: 54.16666667%; }

  .col-md-push-12 {
    left: 50%; }

  .col-md-push-11 {
    left: 45.83333333%; }

  .col-md-push-10 {
    left: 41.66666667%; }

  .col-md-push-9 {
    left: 37.5%; }

  .col-md-push-8 {
    left: 33.33333333%; }

  .col-md-push-7 {
    left: 29.16666667%; }

  .col-md-push-6 {
    left: 25%; }

  .col-md-push-5 {
    left: 20.83333333%; }

  .col-md-push-4 {
    left: 16.66666667%; }

  .col-md-push-3 {
    left: 12.5%; }

  .col-md-push-2 {
    left: 8.33333333%; }

  .col-md-push-1 {
    left: 4.16666667%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-24 {
    margin-left: 100%; }

  .col-md-offset-23 {
    margin-left: 95.83333333%; }

  .col-md-offset-22 {
    margin-left: 91.66666667%; }

  .col-md-offset-21 {
    margin-left: 87.5%; }

  .col-md-offset-20 {
    margin-left: 83.33333333%; }

  .col-md-offset-19 {
    margin-left: 79.16666667%; }

  .col-md-offset-18 {
    margin-left: 75%; }

  .col-md-offset-17 {
    margin-left: 70.83333333%; }

  .col-md-offset-16 {
    margin-left: 66.66666667%; }

  .col-md-offset-15 {
    margin-left: 62.5%; }

  .col-md-offset-14 {
    margin-left: 58.33333333%; }

  .col-md-offset-13 {
    margin-left: 54.16666667%; }

  .col-md-offset-12 {
    margin-left: 50%; }

  .col-md-offset-11 {
    margin-left: 45.83333333%; }

  .col-md-offset-10 {
    margin-left: 41.66666667%; }

  .col-md-offset-9 {
    margin-left: 37.5%; }

  .col-md-offset-8 {
    margin-left: 33.33333333%; }

  .col-md-offset-7 {
    margin-left: 29.16666667%; }

  .col-md-offset-6 {
    margin-left: 25%; }

  .col-md-offset-5 {
    margin-left: 20.83333333%; }

  .col-md-offset-4 {
    margin-left: 16.66666667%; }

  .col-md-offset-3 {
    margin-left: 12.5%; }

  .col-md-offset-2 {
    margin-left: 8.33333333%; }

  .col-md-offset-1 {
    margin-left: 4.16666667%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media only screen and (min-width: 1260px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left; }

  .col-lg-24 {
    width: 100%; }

  .col-lg-23 {
    width: 95.83333333%; }

  .col-lg-22 {
    width: 91.66666667%; }

  .col-lg-21 {
    width: 87.5%; }

  .col-lg-20 {
    width: 83.33333333%; }

  .col-lg-19 {
    width: 79.16666667%; }

  .col-lg-18 {
    width: 75%; }

  .col-lg-17 {
    width: 70.83333333%; }

  .col-lg-16 {
    width: 66.66666667%; }

  .col-lg-15 {
    width: 62.5%; }

  .col-lg-14 {
    width: 58.33333333%; }

  .col-lg-13 {
    width: 54.16666667%; }

  .col-lg-12 {
    width: 50%; }

  .col-lg-11 {
    width: 45.83333333%; }

  .col-lg-10 {
    width: 41.66666667%; }

  .col-lg-9 {
    width: 37.5%; }

  .col-lg-8 {
    width: 33.33333333%; }

  .col-lg-7 {
    width: 29.16666667%; }

  .col-lg-6 {
    width: 25%; }

  .col-lg-5 {
    width: 20.83333333%; }

  .col-lg-4 {
    width: 16.66666667%; }

  .col-lg-3 {
    width: 12.5%; }

  .col-lg-2 {
    width: 8.33333333%; }

  .col-lg-1 {
    width: 4.16666667%; }

  .col-lg-pull-24 {
    right: 100%; }

  .col-lg-pull-23 {
    right: 95.83333333%; }

  .col-lg-pull-22 {
    right: 91.66666667%; }

  .col-lg-pull-21 {
    right: 87.5%; }

  .col-lg-pull-20 {
    right: 83.33333333%; }

  .col-lg-pull-19 {
    right: 79.16666667%; }

  .col-lg-pull-18 {
    right: 75%; }

  .col-lg-pull-17 {
    right: 70.83333333%; }

  .col-lg-pull-16 {
    right: 66.66666667%; }

  .col-lg-pull-15 {
    right: 62.5%; }

  .col-lg-pull-14 {
    right: 58.33333333%; }

  .col-lg-pull-13 {
    right: 54.16666667%; }

  .col-lg-pull-12 {
    right: 50%; }

  .col-lg-pull-11 {
    right: 45.83333333%; }

  .col-lg-pull-10 {
    right: 41.66666667%; }

  .col-lg-pull-9 {
    right: 37.5%; }

  .col-lg-pull-8 {
    right: 33.33333333%; }

  .col-lg-pull-7 {
    right: 29.16666667%; }

  .col-lg-pull-6 {
    right: 25%; }

  .col-lg-pull-5 {
    right: 20.83333333%; }

  .col-lg-pull-4 {
    right: 16.66666667%; }

  .col-lg-pull-3 {
    right: 12.5%; }

  .col-lg-pull-2 {
    right: 8.33333333%; }

  .col-lg-pull-1 {
    right: 4.16666667%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-24 {
    left: 100%; }

  .col-lg-push-23 {
    left: 95.83333333%; }

  .col-lg-push-22 {
    left: 91.66666667%; }

  .col-lg-push-21 {
    left: 87.5%; }

  .col-lg-push-20 {
    left: 83.33333333%; }

  .col-lg-push-19 {
    left: 79.16666667%; }

  .col-lg-push-18 {
    left: 75%; }

  .col-lg-push-17 {
    left: 70.83333333%; }

  .col-lg-push-16 {
    left: 66.66666667%; }

  .col-lg-push-15 {
    left: 62.5%; }

  .col-lg-push-14 {
    left: 58.33333333%; }

  .col-lg-push-13 {
    left: 54.16666667%; }

  .col-lg-push-12 {
    left: 50%; }

  .col-lg-push-11 {
    left: 45.83333333%; }

  .col-lg-push-10 {
    left: 41.66666667%; }

  .col-lg-push-9 {
    left: 37.5%; }

  .col-lg-push-8 {
    left: 33.33333333%; }

  .col-lg-push-7 {
    left: 29.16666667%; }

  .col-lg-push-6 {
    left: 25%; }

  .col-lg-push-5 {
    left: 20.83333333%; }

  .col-lg-push-4 {
    left: 16.66666667%; }

  .col-lg-push-3 {
    left: 12.5%; }

  .col-lg-push-2 {
    left: 8.33333333%; }

  .col-lg-push-1 {
    left: 4.16666667%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-24 {
    margin-left: 100%; }

  .col-lg-offset-23 {
    margin-left: 95.83333333%; }

  .col-lg-offset-22 {
    margin-left: 91.66666667%; }

  .col-lg-offset-21 {
    margin-left: 87.5%; }

  .col-lg-offset-20 {
    margin-left: 83.33333333%; }

  .col-lg-offset-19 {
    margin-left: 79.16666667%; }

  .col-lg-offset-18 {
    margin-left: 75%; }

  .col-lg-offset-17 {
    margin-left: 70.83333333%; }

  .col-lg-offset-16 {
    margin-left: 66.66666667%; }

  .col-lg-offset-15 {
    margin-left: 62.5%; }

  .col-lg-offset-14 {
    margin-left: 58.33333333%; }

  .col-lg-offset-13 {
    margin-left: 54.16666667%; }

  .col-lg-offset-12 {
    margin-left: 50%; }

  .col-lg-offset-11 {
    margin-left: 45.83333333%; }

  .col-lg-offset-10 {
    margin-left: 41.66666667%; }

  .col-lg-offset-9 {
    margin-left: 37.5%; }

  .col-lg-offset-8 {
    margin-left: 33.33333333%; }

  .col-lg-offset-7 {
    margin-left: 29.16666667%; }

  .col-lg-offset-6 {
    margin-left: 25%; }

  .col-lg-offset-5 {
    margin-left: 20.83333333%; }

  .col-lg-offset-4 {
    margin-left: 16.66666667%; }

  .col-lg-offset-3 {
    margin-left: 12.5%; }

  .col-lg-offset-2 {
    margin-left: 8.33333333%; }

  .col-lg-offset-1 {
    margin-left: 4.16666667%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

body {
  background-color: #3c1053;
  font-family: Brown-Pro-Regular;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  color: #3c1053;
  line-height: 1.4; }
  body.mce-content-body {
    background-color: #f1f0e3; }
    body.mce-content-body a {
      font-weight: 600; }

h1, h2, h3, h4, h5, h6 {
  font-family: Brown-Pro-Bold;
  line-height: 1.2em; }

h1 {
  font-size: 32px;
  margin-bottom: .2em; }
  @media only screen and (min-width: 768px) {
    h1 {
      font-size: 46px; } }

h2 {
  font-size: 26px; }
  @media only screen and (min-width: 768px) {
    h2 {
      font-size: 28px; } }

h3 {
  font-size: 22px; }
  @media only screen and (min-width: 768px) {
    h3 {
      font-size: 24px; } }

h4 {
  font-size: 18px; }
  @media only screen and (min-width: 768px) {
    h4 {
      font-size: 20px; } }

h5 {
  font-size: 14px; }
  @media only screen and (min-width: 768px) {
    h5 {
      font-size: 16px; } }

h6 {
  font-size: 12px; }
  @media only screen and (min-width: 768px) {
    h6 {
      font-size: 14px; } }

p {
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: normal; }
  @media only screen and (min-width: 768px) {
    p {
      font-size: 17px; } }

hr {
  border-top: 1px solid #d8d5b0;
  border-right: none;
  border-bottom: none;
  border-left: none;
  display: block;
  margin: 2em 0; }

blockquote {
  background-color: #f1f1f1;
  color: #000;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: .6rem;
  padding: 1rem 1.5rem;
  position: relative;
  transform: skew(-8deg);
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg); }
  blockquote p {
    font-size: 24px;
    font-weight: bold;
    margin: 0; }

em {
  font-style: italic; }

sup {
  vertical-align: super;
  font-size: smaller; }

sub {
  vertical-align: sub;
  font-size: smaller; }

pre {
  white-space: pre; }

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
  white-space: normal; }

cite {
  font-style: italic; }

li {
  font-size: 16px; }
  @media only screen and (min-width: 768px) {
    li {
      font-size: 16px; } }

ul {
  margin-bottom: 1em;
  margin-left: 2em; }
  @media only screen and (min-width: 970px) {
    ul {
      margin-left: 3em; } }
  ul li {
    list-style: square; }

ol {
  margin-bottom: 1em;
  margin-left: 2em; }
  @media only screen and (min-width: 970px) {
    ol {
      margin-left: 3em; } }
  ol li {
    list-style-type: decimal; }

table tr th {
  padding: .5em; }
table tr td {
  padding: .5em; }
table.framed tr th {
  padding: .5em;
  font-weight: bold; }
table.framed tr td {
  border: 1px solid #000;
  padding: .5em; }

.important-pages {
  margin-left: 18px !important;
  margin-top: 30px;
  text-align: center; }
  .important-pages li {
    list-style: none;
    display: inline-block; }
    .important-pages li a {
      margin: 5px;
      background-color: #3c1053;
      border: none;
      font-family: Brown-Pro-Bold;
      color: #FFF;
      font-size: 18px;
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      line-height: 21px;
      padding: 8px 20px;
      display: inline-block;
      -webkit-transition: background-color 0.2s ease-in-out;
      -moz-transition: background-color 0.2s ease-in-out;
      -ms-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out;
      -webkit-transition: color 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out;
      -ms-transition: color 0.2s ease-in-out;
      -o-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
      @media only screen and (min-width: 768px) {
        .important-pages li a {
          padding: 12px 25px; } }
      .important-pages li a:hover, .important-pages li a:focus {
        background-color: #300d42;
        outline: none; }
      .important-pages li a:active {
        background-color: #481364; }

a {
  text-decoration: none;
  color: #3c1053; }

a h1, a h2, a h3, a h4 {
  color: #000; }

strong {
  font-weight: 600; }

.page-content a {
  font-weight: 600; }

.widget-container {
  margin-bottom: 4em; }
  @media only screen and (min-width: 768px) {
    .widget-container {
      font-size: 16px; } }

a:hover, a:visited:hover {
  color: #9370b1; }

.ingress {
  font-size: 19px;
  display: block; }
  @media only screen and (min-width: 768px) {
    .ingress {
      font-size: 22px; } }
  .ingress a {
    font-weight: 600; }

.yellow-marker, .purple-marker, .purple-negative-marker {
  color: #000;
  padding: 0 .3rem; }

.yellow-marker {
  background-color: #ffe885; }

.purple-marker {
  background-color: #bba5ce; }

.purple-negative-marker {
  background-color: #3c1053;
  color: #FFF; }

#breadcrumbs {
  font-size: 12px;
  margin: 0 0 1em 0; }
  @media only screen and (min-width: 768px) {
    #breadcrumbs {
      font-size: 14px;
      margin: 0 0 1.5em 0; } }
  #breadcrumbs a {
    font-weight: bold; }

.chromeframe {
  background: #f09c9c;
  color: #860000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: none;
  font-size: .9em;
  z-index: 1000;
  position: fixed;
  bottom: 20px;
  left: 20px;
  padding: 1em;
  width: 300px;
  text-align: center;
  z-index: 99999999; }
  @media only screen and (min-width: 768px) {
    .chromeframe {
      display: block; } }
  .chromeframe a {
    color: #860000;
    font-weight: bold; }
    .chromeframe a:hover {
      color: #6b0b0b; }

.right {
  text-align: right; }

.left-block {
  float: left; }

.right-block {
  float: right;
  text-align: right; }

.purple {
  color: #3c1053; }

.beige {
  color: #f1f0e3; }

.wp-caption {
  max-width: 100%; }

.video-container {
  height: 0;
  margin: 2em 0;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px; }

.video-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

a img.alignright {
  float: right;
  margin: 0 0 2em 2em; }
a img.alignleft {
  float: left;
  margin: 0 2em 2em 0; }
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.alignright, div.alignright {
  float: right;
  margin: 0 0 2em 2em; }
img.alignleft, div.alignleft {
  float: left;
  margin: 0 2em 2em 0; }
img.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.play-button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #3c1053;
  color: #FFF;
  height: 80px;
  margin: 0 auto;
  padding-left: 5px;
  text-align: center;
  width: 80px; }
  .play-button--extra-margin {
    margin-top: 2em; }
  .play-button i {
    display: block;
    font-size: 2em;
    margin: 0 auto;
    text-shadow: none; }
  .play-button:hover {
    background-color: #FFF;
    color: #3c1053; }

/*
----------------------------------------------------------------

readyclass.css
Gravity Forms Ready Class Pre-Set Helper Styles
http://www.gravityforms.com
updated: August 21, 2015 11:57 AM

Gravity Forms is a Rocketgenius project
copyright 2008-2015 Rocketgenius Inc.
http: //www.rocketgenius.com
this may not be redistributed without the
express written permission of the author.

NOTE: DO NOT EDIT THIS FILE! MAKE ANY MODIFICATIONS IN YOUR
THEME STYLESHEET. THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

If you need to make extensive customizations,
copy the contents of this file to your theme
style sheet for editing. Then, go to the form
settings page & set the 'output CSS' option
to no.

----------------------------------------------------------------
*/
.gform_wrapper .top_label li.gfield.gf_inline {
  vertical-align: top;
  width: auto !important;
  margin-right: 0.875em;
  float: none !important;
  display: -moz-inline-stack;
  display: inline-block; }

.gform_wrapper .top_label li.gfield.gf_inline input[type=text].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=url].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=email].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=number].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=password].large {
  width: 25.4em !important; }

.gform_wrapper .top_label li.gfield.gf_inline input[type=text].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=url].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=email].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=number].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=password].medium {
  width: 18.7em !important; }

.gform_wrapper .top_label li.gfield.gf_inline input[type=text].datepicker.medium {
  width: 6em !important; }

.gform_wrapper .top_label li.gfield.gf_inline input[type=text].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=url].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=email].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=number].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=password].small {
  width: 5em !important; }

.gform_wrapper .top_label li.gfield.gf_inline select {
  width: auto !important; }

.gform_wrapper .top_label li.gfield.gf_inline textarea {
  width: 95% !important; }

.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour input[type=text], .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute input[type=text] {
  width: 70% !important; }

.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_month, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_day, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_year {
  width: 3.125em; }

.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_ampm {
  width: auto; }

.gform_wrapper li.gf_inline div.ginput_container {
  white-space: nowrap !important; }

.gform_wrapper .top_label li.gfield.gf_left_half {
  margin: 0 0 0.50em 0;
  width: 49%; }

.gform_wrapper .top_label li.gfield.gf_right_half {
  margin: 0 0 0.50em 0;
  width: 48.5%; }

.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top; }

.gform_wrapper .top_label li.gfield.gf_left_half {
  clear: left !important;
  margin-right: 1.6%; }

.gform_wrapper .top_label li.gfield.gf_right_half {
  clear: right !important; }

.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
  width: 47.5% !important; }

.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
  margin-right: 1.2%; }

.gform_wrapper .top_label li.gfield.gf_left_half textarea, .gform_wrapper .top_label li.gfield.gf_right_half textarea {
  width: 98%; }

.gform_wrapper .top_label li.gfield.gf_left_half input.small, .gform_wrapper .top_label li.gfield.gf_right_half input.small {
  width: 35%; }

.gform_wrapper .top_label li.gfield.gf_left_half + li.gsection, .gform_wrapper .top_label li.gfield.gf_right_half + li.gsection {
  padding: 1em 0 0.5em 0; }

.gform_wrapper .top_label li.gfield.gf_left_half + li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield.gsection.gf_right_half, .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield.gsection.gf_right_half, .gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_right_half {
  padding: 1em 0 0.5em 0; }

.gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half {
  padding: 0 0 0.5em 0; }

.gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half {
  padding: 1em 0 0.5em 0; }

.gform_wrapper .top_label li.gfield.gf_left_half + li.gfield, .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield, .gform_wrapper .top_label li.gfield.gf_left_half + .gform_footer, .gform_wrapper .top_label li.gfield.gf_right_half + .gform_footer {
  clear: both; }

.gform_wrapper .top_label li.gfield.gf_left_third, .gform_wrapper .top_label li.gfield.gf_middle_third, .gform_wrapper .top_label li.gfield.gf_right_third {
  width: 31.9%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top; }

.gform_wrapper .top_label li.gfield.gf_left_third {
  margin: 0 0 0.5em 0; }

.gform_wrapper .top_label li.gfield.gf_middle_third, .gform_wrapper .top_label li.gfield.gf_right_third {
  margin-bottom: .5em;
  margin-left: 1.3% !important; }

.gform_wrapper .top_label li.gfield.gfield_error.gf_left_third, .gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third, .gform_wrapper .top_label li.gfield.gfield_error.gf_right_third {
  width: 31.5%; }

.gform_wrapper .top_label li.gfield.gf_left_third {
  clear: left !important; }

.gform_wrapper .top_label li.gfield.gf_middle_third {
  clear: none !important; }

.gform_wrapper .top_label li.gfield.gf_right_third {
  clear: right !important; }

.gform_wrapper .top_label li.gfield.gf_left_third input.medium, .gform_wrapper .top_label li.gfield.gf_left_third input.large, .gform_wrapper .top_label li.gfield.gf_left_third select.medium, .gform_wrapper .top_label li.gfield.gf_left_third select.large, .gform_wrapper .top_label li.gfield.gf_middle_third input.medium, .gform_wrapper .top_label li.gfield.gf_middle_third input.large, .gform_wrapper .top_label li.gfield.gf_middle_third select.medium, .gform_wrapper .top_label li.gfield.gf_middle_third select.large, .gform_wrapper .top_label li.gfield.gf_right_third input.medium, .gform_wrapper .top_label li.gfield.gf_right_third input.large, .gform_wrapper .top_label li.gfield.gf_right_third select.medium, .gform_wrapper .top_label li.gfield.gf_right_third select.large {
  width: 97.5%; }

.gform_wrapper .top_label li.gfield.gf_left_third + li.gsection, .gform_wrapper .top_label li.gfield.gf_right_third + li.gsection {
  padding: 1em 0 0.5em 0; }

.gform_wrapper .top_label li.gfield.gf_left_third + li.gfield, .gform_wrapper .top_label li.gfield.gf_middle_third + li.gfield, .gform_wrapper .top_label li.gfield.gf_right_third + li.gfield, .gform_wrapper .top_label li.gfield.gf_left_third + .gform_footer, .gform_wrapper .top_label li.gfield.gf_middle_third + .gform_footer, .gform_wrapper .top_label li.gfield.gf_right_third + .gform_footer {
  clear: both; }

.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li, .gform_wrapper li.gfield.gf_2col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_2col ul.gfield_radio li {
  width: 50%;
  display: -moz-inline-stack;
  display: inline-block;
  margin: 0 0 0.50em 0;
  min-height: 1.8em;
  vertical-align: top; }

.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li, .gform_wrapper li.gfield.gf_3col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_3col ul.gfield_radio li {
  width: 33%;
  display: -moz-inline-stack;
  display: inline-block;
  margin: 0 0 0.50em 0;
  min-height: 1.8em;
  vertical-align: top; }

.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li {
  width: 25%;
  display: -moz-inline-stack;
  display: inline-block;
  margin: 0 0 0.5em 0;
  min-height: 1.8em;
  vertical-align: top; }

.gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio li {
  width: 20%;
  display: -moz-inline-stack;
  display: inline-block;
  margin: 0 0 0.50em 0;
  min-height: 1.8em;
  vertical-align: top; }

.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio, .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio, .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio, .gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio, .gform_wrapper li.gfield.gf_2col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_2col ul.gfield_radio, .gform_wrapper li.gfield.gf_3col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_3col ul.gfield_radio {
  overflow: hidden; }

.gform_wrapper li.gfield.gf_list_2col label.gfield_label, .gform_wrapper li.gfield.gf_list_3col label.gfield_label, .gform_wrapper li.gfield.gf_list_4col label.gfield_label, .gform_wrapper li.gfield.gf_list_5col label.gfield_label, .gform_wrapper li.gfield.gf_list_inline label.gfield_label {
  margin: 0.625em 0 0.625em 0; }

.gform_wrapper li.gfield.gf_list_height_25 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_25 ul.gfield_radio li {
  height: 25px; }

.gform_wrapper li.gfield.gf_list_height_50 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_50 ul.gfield_radio li {
  height: 50px; }

.gform_wrapper li.gfield.gf_list_height_75 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_75 ul.gfield_radio li {
  height: 75px; }

.gform_wrapper li.gfield.gf_list_height_100 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_100 ul.gfield_radio li {
  height: 100px; }

.gform_wrapper li.gfield.gf_list_height_125 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_125 ul.gfield_radio li {
  height: 125px; }

.gform_wrapper li.gfield.gf_list_height_150 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_150 ul.gfield_radio li {
  height: 150px; }

.gform_wrapper li.gf_list_inline ul.gfield_checkbox li, .gform_wrapper li.gf_list_inline ul.gfield_radio li {
  width: auto !important;
  float: none !important;
  margin: 0 0.625em 0.625em 0;
  display: -moz-inline-stack;
  display: inline-block; }

body.gform_wrapper .top_label li.gsection.gf_scroll_text {
  width: 92.5% !important; }

.gform_wrapper li.gf_hide_ampm div.gfield_time_ampm {
  display: none !important; }

.gform_wrapper .top_label li.gsection.gf_scroll_text {
  height: 11.250em;
  width: 97.5% !important;
  background-color: #fff;
  overflow: auto;
  border: 1px solid #CCC;
  border-bottom: 1px solid #CCC !important; }

.gform_wrapper .top_label li.gsection.gf_scroll_text h2.gsection_title {
  margin: 0.625em 0.625em 0 0.5em !important; }

.gform_wrapper.gf_browser_gecko .top_label li.gsection.gf_scroll_text h2.gsection_title, .gform_wrapper.gf_browser_chrome .top_label li.gsection.gf_scroll_text h2.gsection_title {
  margin: 0 0.625em 0 0.5em !important; }

.gform_wrapper .top_label li.gsection.gf_scroll_text .gsection_description {
  margin: 0.625em;
  font-size: 0.8em; }

.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li {
  list-style-type: disc !important;
  margin: 0 0 0.5em;
  overflow: visible;
  padding-left: 0; }

.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul {
  list-style-type: disc !important;
  margin: 1em 0 1em 1.5em;
  padding-left: 0; }

.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li {
  list-style-type: decimal !important;
  overflow: visible;
  margin: 0 0 0.5em;
  padding-left: 0; }

.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol {
  list-style-type: decimal !important;
  margin: 1em 0 1.5em 2.0em;
  padding-left: 0; }

.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
  list-style-type: disc !important;
  padding-left: 0; }

.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul {
  margin: 1em 0 1em 1.5em; }

.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
  margin: 0 0 0.5em; }

.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl {
  margin: 0 0 1.5em 0;
  padding-left: 0; }

.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dt {
  font-weight: bold; }

.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dd {
  margin: 0 0 1em 1.5em; }

.gform_wrapper li.gfield.gfield_html.gf_alert_green, .gform_wrapper li.gfield.gfield_html.gf_alert_red, .gform_wrapper li.gfield.gfield_html.gf_alert_yellow, .gform_wrapper li.gfield.gfield_html.gf_alert_gray, .gform_wrapper li.gfield.gfield_html.gf_alert_blue {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 1.250em 0 !important;
  padding: 1.250em !important; }

.gform_wrapper li.gfield.gfield_html.gf_alert_green {
  border: 1px solid #97B48A;
  background-color: #CBECA0;
  text-shadow: #DFB 1px 1px;
  color: #030; }

.gform_wrapper li.gfield.gfield_html.gf_alert_red {
  border: 1px solid #CFADB3;
  background-color: #FAF2F5;
  text-shadow: #FFF 1px 1px;
  color: #832525; }

.gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
  border: 1px solid #E6DB55;
  background-color: #FFFBCC;
  text-shadow: #FCFAEA 1px 1px;
  color: #222; }

.gform_wrapper li.gfield.gfield_html.gf_alert_gray {
  border: 1px solid #CCC;
  background-color: #EEE;
  text-shadow: #FFF 1px 1px;
  color: #424242; }

.gform_wrapper li.gfield.gfield_html.gf_alert_blue {
  border: 1px solid #a7c2e7;
  background-color: #D1E4F3;
  text-shadow: #E0F1FF 1px 1px;
  color: #314475; }

div.gform_confirmation_wrapper.gf_confirmation_simple_yellow {
  margin: 1.875em 0;
  max-width: 99%;
  border-top: 1px solid #E6DB55;
  border-bottom: 1px solid #E6DB55;
  padding: 2em;
  background-color: #FFFBCC;
  color: #424242;
  font-size: 1.6em; }

div.gform_confirmation_wrapper.gf_confirmation_simple_gray {
  margin: 1.875em 0;
  max-width: 99%;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 2em;
  background-color: #EAEAEA;
  color: #424242;
  font-size: 1.6em; }

div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient {
  position: relative;
  background-color: #FFFBD2;
  margin: 1.875em 0;
  border: 1px solid #E6DB55;
  -webkit-box-shadow: 0px 0px 5px rgba(221, 215, 131, 0.75);
  -moz-box-shadow: 0px 0px 5px rgba(221, 215, 131, 0.75);
  box-shadow: 0px 0px 5px rgba(221, 215, 131, 0.75); }

div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div.gforms_confirmation_message {
  margin: 0;
  padding: 2.50em;
  max-width: 99%;
  font-size: 1.8em;
  border-top: 2px solid #FFF;
  border-bottom: 1px solid #E6DB55;
  background-color: #FFFBCC;
  color: #424242;
  background: #fffce5;
  background: -moz-linear-gradient(top, #fffce5 0%, #fff9bf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffce5), color-stop(100%, #fff9bf));
  background: -webkit-linear-gradient(top, #fffce5 0%, #fff9bf 100%);
  background: -o-linear-gradient(top, #fffce5 0%, #fff9bf 100%);
  background: -ms-linear-gradient(top, #fffce5 0%, #fff9bf 100%);
  background: linear-gradient(to bottom, #fffce5 0%, #fff9bf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffce5', endColorstr='#fff9bf',GradientType=0 ); }

div.gform_confirmation_wrapper.gf_confirmation_green_gradient {
  position: relative;
  background-color: #f1fcdf;
  margin: 1.875em 0;
  border: 1px solid #a7c37c;
  -webkit-box-shadow: 0px 0px 5px rgba(86, 122, 86, 0.4);
  -moz-box-shadow: 0px 0px 5px rgba(86, 122, 86, 0.4);
  box-shadow: 0px 0px 5px rgba(86, 122, 86, 0.4); }

div.gform_confirmation_wrapper.gf_confirmation_green_gradient div.gforms_confirmation_message {
  margin: 0;
  padding: 2.50em;
  max-width: 99%;
  font-size: 1.8em;
  border-top: 2px solid #effade;
  border-bottom: 1px solid #a7c37c;
  background-color: #FFFBCC;
  text-shadow: #DFB 1px 1px;
  color: #030;
  background: #dbf2b7;
  background: -moz-linear-gradient(top, #dbf2b7 0%, #b4d088 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbf2b7), color-stop(100%, #b4d088));
  background: -webkit-linear-gradient(top, #dbf2b7 0%, #b4d088 100%);
  background: -o-linear-gradient(top, #dbf2b7 0%, #b4d088 100%);
  background: -ms-linear-gradient(top, #dbf2b7 0%, #b4d088 100%);
  background: linear-gradient(to bottom, #dbf2b7 0%, #b4d088 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbf2b7', endColorstr='#b4d088',GradientType=0 ); }

div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:before, div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after, div.gform_confirmation_wrapper.gf_confirmation_green_gradient:before, div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 40%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg); }

div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after, div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto; }

div.gf_simple_horizontal_wrapper {
  max-width: 97.5%; }

div.gf_simple_horizontal_wrapper div.gform_body, div.gf_simple_horizontal div.gform_body, div.gf_simple_horizontal_wrapper div.gform_footer, div.gf_simple_horizontal div.gform_footer {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top; }

div.gf_simple_horizontal_wrapper div.gform_body, div.gf_simple_horizontal div.gform_body {
  width: 74%;
  margin: 0 !important;
  padding: 0 !important; }

div.gf_simple_horizontal_wrapper div.gform_footer, div.gf_simple_horizontal div.gform_footer {
  width: 24%;
  margin: 0 !important;
  padding: 0 !important; }

div.gf_simple_horizontal_wrapper div.gform_body ul li.gfield input.small, div.gf_simple_horizontal_wrapper div.gform_body ul li.gfield input.medium, div.gf_simple_horizontal_wrapper div.gform_body ul li.gfield input.large, div.gf_simple_horizontal div.gform_body ul li.gfield input.small, div.gf_simple_horizontal div.gform_body ul li.gfield input.medium, div.gf_simple_horizontal div.gform_body ul li.gfield input.large {
  width: 97.5%; }

div.gf_simple_horizontal_wrapper div.gform_body ul li.gfield label.gfield_label, div.gf_simple_horizontal div.gform_body ul li.gfield label.gfield_label {
  position: absolute;
  left: -9000px; }

.gform_wrapper .left_label li.gfield.gsection.gf_section_right, .gform_wrapper .right_label li.gfield.gsection.gf_section_right {
  margin-left: 30% !important;
  width: 64%; }

body {
  background: #FFF;
  height: 100% !important; }
  body.pageload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important; }

/*.top-filler{
	background: $purple;
	display: none;
	height: 0;
	@include transition(all, .5s, ease-in-out);
	@include breakpoint(medium) {
		display: block;
		height: 110px;
		width: 100%;
	}
}

.admin-bar{
	.top-filler{
		@include breakpoint(medium) {
			height: 80px;
		}
	}
	#header{
		top: 31px;
	}
}

.sv #header .container .search-wrap, .fi #header .container .search-wrap, .en #header .container .search-wrap {
  right: 20px;
}

#product-slider{
	.products{
		position: relative;
		margin: 0;
		.slide{
			width: 100%;
			height: 260px;
			background-size: cover !important;
			&.imgleft{
				background-position: right center !important;
			}
			&.imgright{
				background-position: left center !important;
			}
			@include breakpoint(small) {
				background-position: center center !important;
				height: 400px;
			}
			@include breakpoint(large) {
				height: 450px;
			}
			.container{
				padding: 0 5%;
				height: 100%;
				@include breakpoint(xsmall) {
					background: rgba($purple, .6);
				}
				.slider-content{
					width: 100%;
					float: left;
					margin-top: 10%;
					&.alignright{
						float: right;
					}
					@include breakpoint(xsmall) {
						text-align: center;
					}
					@include breakpoint(small) {
						width: 50%;
					}
					h3{
						font-size: 28px;
						margin-bottom: .3em;
						@include breakpoint(xsmall) {
							text-align: center;
						}
						@include breakpoint(small) {
							font-size: 38px;
						}
						@include breakpoint(large) {
							font-size: 48px;
						}
					}
					.button{
						font-size: 18px;
						padding: 14px 26px;
						@include breakpoint(small) {
							font-size: 20px;
							padding: 16px 30px;
						}
					}
					br{
						@include breakpoint(xsmall) {
							display: none;
						}
					}
				}
			}
		}
	}
	.bx-controls{
		position: absolute;
		bottom: 50px;
		width: 500px;
		right: 20px;
		@include breakpoint(xsmall) {
			display: none;
		}
		.bx-pager{
			text-align: right;
			&.bx-default-pager a {
				background: url(../img/slider-pag.svg) no-repeat;
				width: 24px;
				height: 24px;
				-moz-border-radius: 0;
				-webkit-border-radius: 0;
				border-radius: 0;
				&.active{
					background: url(../img/slider-pag-active.svg) no-repeat;
				}
			}
		}
	}
}*/
.home-content-centered {
  padding: 1em 0; }
  @media only screen and (min-width: 1260px) {
    .home-content-centered {
      padding: 4em 0; } }
  .home-content-centered h1, .home-content-centered p, .home-content-centered a {
    text-align: center;
    color: #3c1053; }
  .home-content-centered img {
    margin-top: 1em; }

#page, #home, #home-content, #head {
  background: #FFF;
  color: #3c1053; }
  #page .intro h1, #page .intro p, #home .intro h1, #home .intro p, #home-content .intro h1, #home-content .intro p, #head .intro h1, #head .intro p {
    text-align: center; }
  #page .blockquote, #home .blockquote, #home-content .blockquote, #head .blockquote {
    margin-top: 2em; }
    #page .blockquote blockquote, #home .blockquote blockquote, #home-content .blockquote blockquote, #head .blockquote blockquote {
      background: none;
      color: #3c1053;
      display: inline;
      padding: 0;
      transform: skew(0deg);
      -webkit-transform: skew(0deg);
      -moz-transform: skew(0deg);
      margin-bottom: 0rem;
      font-size: 20px;
      font-weight: normal; }
      @media only screen and (min-width: 768px) {
        #page .blockquote blockquote, #home .blockquote blockquote, #home-content .blockquote blockquote, #head .blockquote blockquote {
          text-align: center;
          font-size: 30px; } }
  #page.campaign-suomi, #home.campaign-suomi, #home-content.campaign-suomi, #head.campaign-suomi {
    background: #FFF; }

#home .intro {
  margin-top: .5em;
  margin-bottom: 0; }
@media only screen and (min-width: 970px) {
  #home h1 {
    font-size: 50px; } }
@media only screen and (min-width: 970px) {
  #home .ingress {
    font-size: 1.6em; } }
#home .social-links {
  text-align: center; }
#home .social-link {
  background-color: #3c1053;
  color: #FFF;
  font-size: 16px;
  line-height: 14px;
  display: inline-block;
  width: 38px;
  padding: 10px 0;
  margin: 0 1px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    #home .social-link {
      font-size: 24px;
      line-height: 20px;
      width: 52px;
      padding: 14px 0;
      margin: 0 3px; } }
  #home .social-link:hover {
    background-color: #FFF;
    color: #3c1053; }

.home-feature {
  background-color: #333;
  background-size: cover;
  padding: 0; }
  .home-feature__content {
    background-color: #3c1053;
    color: #FFF;
    padding: 2em;
    width: 100%; }
    @media only screen and (min-width: 970px) {
      .home-feature__content {
        float: right;
        width: 50%;
        padding: 5em 3em; } }
    @media only screen and (min-width: 1260px) {
      .home-feature__content {
        width: 37%; } }
    @media only screen and (min-width: 768px) {
      .home-feature__content * {
        text-align: center; } }
    .home-feature__content a {
      color: #FFF; }
  .home-feature .home-heading {
    font-size: 26px; }
    @media only screen and (min-width: 970px) {
      .home-feature .home-heading {
        font-size: 34px; } }
    @media only screen and (min-width: 1260px) {
      .home-feature .home-heading {
        font-size: 40px; } }
  @media only screen and (min-width: 970px) {
    .home-feature p {
      font-size: 18px; } }
  .home-feature .button:hover {
    background-color: #FFF;
    border-color: #FFF;
    color: #3c1053; }

.textsection {
  background: #FFF;
  background-size: cover !important; }
  @media only screen and (max-width: 767px) {
    .textsection {
      background-image: none !important; } }

/*.productsection{
	background: $darkerbeige;
	h2{
		text-align: center;
		margin-bottom: 2em;
	}
	.slider{
		overflow: visible;
		position: relative;
		.bx-wrapper{
			margin: 0 auto 1em;
			.slide{
				width: 280px;
				height: 295px;
				position: relative;
				@include breakpoint(small) {
					width: 182px;
				}
				@include breakpoint(large) {
					width: 200px;
				}
				img{
					margin: 0 auto;
					@include transition(all, .5s, ease-in-out);
					&:hover{
						opacity: .8;
					}
				}
				.slide-content{
					text-align: center;
					width: 100%;
					position: absolute;
					bottom: 0;
					h4{
						text-align: center;
						margin-bottom: 0.3em;
						font-size: 16px;
					}
					.amount{
						text-align: center;
					}
				}
				.price{
					display: block;
					color: $black;
					font-family: Museo-700;
					font-size: 16px;
					margin-bottom: 0.3em;
					text-align: center;
				}
			}
		}
		#slider-prev{
			position: absolute;
			top: 175px;
			left: -70px;
			@include transition(all, .05s, ease-in-out);
			&:hover{
				left: -73px;
			}
		}
		#slider-next{
			position: absolute;
			top: 175px;
			right: -70px;
			@include transition(all, .05s, ease-in-out);
			&:hover{
				right: -73px;
			}
		}
		.bx-prev, .bx-next{
			width: 58px;
			height: 58px;
			display: block;
		}
		.bx-prev{
			background: url(../img/slider-prev.png) no-repeat;
		}
		.bx-next{
			background: url(../img/slider-next.png) no-repeat;
		}
		@media only screen and (max-width: 1400px) {
			#slider-prev, #slider-next{
				display: none;
			}
		}
		@media only screen and (min-width: 1400px) {
			.bx-controls{
				display: none;
			}
		}
		.bx-controls{
			padding-top: 30px;
			@include breakpoint(small) {
				padding-top: 50px;
			}
			@include breakpoint(large) {
				padding-top: 80px;
			}
		}
	}
}

.instagramsection{
	background: #3e3733;
	h2{
		color: $white;
		text-align: center;
	}
	p{
		text-align: center;
		color: $white;
	}
	.instafeed{
		margin-top: 3em;
  		a{
  		  div{
  		  	background-size: cover;
  		  	background-postion: center;
  		    margin-bottom: 2%;
  		    position: relative;
  		    &:before {
    			content: "";
    			display: block;
    			padding-top: 100%;
			}
  		    &:hover{
  		      opacity: 0.7;
  		    }
  		  }
  		  @include breakpoint(xsmall) {
  		    div{
  		        @include col_8;
  		    }
  		    &:nth-of-type(3n+1) {
  		      div{
  		          margin-left: 0;
  		      }
  		    }
  		  }
  		  @include breakpoint(small) {
  		    div{
  		        @include col_4;
  		    }
  		    &:nth-of-type(6n+1) {
  		      div{
  		          margin-left: 0;
  		      }
  		    }
  		  }
  		}
	}
}*/
#head {
  background: #FFF; }
  #head .container .row {
    margin: 0; }
  #head .container h1 {
    text-align: center; }
  #head .container span {
    text-align: center; }
  #head .container .button-wrap {
    text-align: center;
    margin-top: 3em; }
    #head .container .button-wrap .button {
      margin-right: 2.5px; }
    #head .container .button-wrap br {
      display: none; }
    #head .container .button-wrap ul {
      display: inline; }
      #head .container .button-wrap ul li {
        list-style: none;
        display: inline-block; }
        #head .container .button-wrap ul li a {
          margin: 0 2.5px 10px 0;
          background-color: #FFF;
          border: none;
          font-family: Brown-Pro-Bold;
          color: #3c1053;
          font-size: 18px;
          text-decoration: none;
          cursor: pointer;
          line-height: 21px;
          padding: 8px 20px;
          display: inline-block;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          border-radius: 4px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          @media only screen and (min-width: 768px) {
            #head .container .button-wrap ul li a {
              padding: 12px 25px; } }
          #head .container .button-wrap ul li a:hover {
            background-color: #3c1053;
            color: #FFF; }
        #head .container .button-wrap ul li.current-cat a {
          background-color: #3c1053;
          color: #FFF; }

/*.page-template-template-tastes #head{
	h1{
		text-align: left;
	}
	span{
		text-align: left;
	}
}*/
#entries {
  background: #FFF;
  padding: 0 0 2em 0; }
  @media only screen and (min-width: 768px) {
    #entries {
      padding: 2em 0 5em 0; } }

.entry {
  display: block;
  overflow: hidden;
  padding: 2em 0; }
  .entry .date {
    font-family: Brown-Pro-Bold; }
  .entry .header-thumb {
    display: block;
    margin-bottom: 1em; }
    @media only screen and (min-width: 768px) {
      .entry .header-thumb {
        display: none; } }
  .entry .thumb {
    display: none; }
    @media only screen and (min-width: 768px) {
      .entry .thumb {
        display: block;
        margin: 0;
        max-height: 350px; } }
    .entry .thumb img {
      width: 100%; }
  .entry .fill {
    display: none; }
    @media only screen and (min-width: 768px) {
      .entry .fill {
        display: block; } }
  .entry .content {
    margin: 0; }
  .entry h2 {
    font-size: 32px;
    color: #3c1053; }
    @media only screen and (min-width: 768px) {
      .entry h2 {
        font-size: 36px; } }

.entry-small {
  border-bottom: 1px solid #e9e8dc;
  display: block;
  overflow: hidden;
  padding: 2em 0; }
  .entry-small .content {
    margin: 0; }
    .entry-small .content h2 {
      color: #3c1053; }
    .entry-small .content p {
      margin-bottom: 0; }

.author {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 2em 0;
  overflow: hidden;
  margin: 2em 0; }
  .author img {
    width: 100%;
    margin-bottom: 2em; }
    @media only screen and (min-width: 768px) {
      .author img {
        float: left;
        width: 150px;
        margin-right: 1.5em;
        margin-bottom: 0; } }

.block {
  background-color: #eee9e5;
  margin-bottom: 2em;
  padding: 2em; }
  .block.block--purple-text-block {
    background-color: #4d0f70;
    color: #fff; }
  .block h1,
  .block h2,
  .block h3,
  .block h4,
  .block h5,
  .block h6 {
    font-size: 1.25em;
    margin-bottom: 0.5em; }
  .block p {
    font-size: 0.9em; }
    .block p:last-child {
      margin-bottom: 0; }

/*#story-slider{
	padding: 0;
	overflow: hidden;
	position: relative;
	.bx-wrapper{
		position: relative;
		margin: 0;
	}
	
	.slide{
		background-size: cover !important;
		width: 100%;
		min-height: 450px;
		position: relative;
		@include breakpoint(medium) {
			min-height: 500px;
		}
		@include breakpoint(large) {
			min-height: 550px;
		}
		@include breakpoint(large) {
			min-height: 650px;
		}
		.container{
			@include flex-box(center);
      		position: absolute;
      		top: 0;
      		left: 0;
      		right: 0;
      		bottom: 0;
		}
		.slider-content{
      		width: 100%;
			.slide-wrap{
				@include breakpoint(small) {
				width: 75%;
				}
				@include breakpoint(large) {
					width: 60%;
				}
				&.align-right{
					@include breakpoint(large) {
						float: right;
					}
				}
			}
			h3{
				color: $yellow;
				font-size: 18px;
				margin-bottom: .3em;
				text-shadow: 2px 2px 10px rgba($black, .5);
				@include breakpoint(small) {
					font-size: 24px;
				}
				@include breakpoint(large) {
					font-size: 28px;
				}
				&.big-heading{
					font-size: 30px;
					@include breakpoint(small) {
						font-size: 36px;
					}
					@include breakpoint(large) {
						font-size: 40px;
					}
				}
			}
			p{
				color: $white;
				font-size: 12px;
				margin-bottom: 1em;
				text-shadow: 2px 2px 10px rgba($black, .5);
				@include breakpoint(small) {
					font-size: 16px;
				}
				@include breakpoint(large) {
					font-size: 18px;
				}
			}
		}
	}
	.bx-prev, .bx-next{
		display: none;
		width: 58px;
		height: 58px;
		margin-top: -29px;
		@include breakpoint(large) {
			display: block;
		}
	}
	.bx-prev{
		background: url(../img/story-slider-prev.png) no-repeat;
	}
	.bx-next{
		background: url(../img/story-slider-next.png) no-repeat;
	}
	#bx-pager{
		display: none;
		width: 135px;
    	position: absolute;
    	background: rgba($purple, 0.8);
    	bottom: 20px;
    	right: 0;
    	padding: 1em;
    	@include breakpoint(small) {
    		display: block;
    	}
    	a{
    		color: $white;
    		font-family: $headingfont;
    		font-size: 0.9em;
    		display: block;
    		text-align: right;
    		&:after{
    			color: rgba($white, .5);
    			font-family: "FontAwesome";
    			content: "\f10c";
    			margin-left: 10px;
    		}
    		&.active{
    			color: $yellow;
    			&:after{
    				content: "\f111";
    			}
    		}
    	}
	}
}*/
*,
*:after,
*::before {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body,
.st-container,
.st-pusher,
.st-content {
  height: 100% !important; }

.st-content,
.st-content-inner {
  position: relative; }

.st-container {
  position: relative;
  overflow: hidden; }

.st-pusher {
  position: relative;
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }

.st-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; }

.st-menu-open .st-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.st-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: 300px;
  height: 100%;
  background: #48a770;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.st-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.st-menu-open .st-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; }

/* content style */
.st-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.st-menu h2 {
  margin: 0;
  padding: 1em;
  color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-weight: 300;
  font-size: 2em; }

/*
.st-menu ul li {
	border-bottom: 1px solid darken($purple, 5%);
	padding: 1em;
	display: block;
}

.st-menu ul li:first-child {
	border-top: 1px solid darken($purple, 5%);
}

.st-menu ul li a {
	display: block;
	padding: 1em 1em 1em 1.2em;
	outline: none;
	color: $white;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
}

.st-menu ul li:first-child a {
}
*/
/* Individual effects */
/* Effect 1: Slide in on top */
.st-effect-1.st-menu {
  visibility: visible;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.st-effect-1.st-menu-open .st-effect-1.st-menu {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.st-effect-1.st-menu::after {
  display: none; }

/* Effect 2: Reveal */
.st-effect-2.st-menu-open .st-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }

.st-effect-2.st-menu {
  z-index: 1; }

.st-effect-2.st-menu-open .st-effect-2.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }

.st-effect-2.st-menu::after {
  display: none; }

/* Effect 3: Push*/
.st-effect-3.st-menu-open .st-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }

.st-effect-3.st-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.st-effect-3.st-menu-open .st-effect-3.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }

.st-effect-3.st-menu::after {
  display: none; }

/* Effect 4: Slide along */
.st-effect-4.st-menu-open .st-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }

.st-effect-4.st-menu {
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0); }

.st-effect-4.st-menu-open .st-effect-4.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.st-effect-4.st-menu::after {
  display: none; }

/* Effect 5: Reverse slide out */
.st-effect-5.st-menu-open .st-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }

.st-effect-5.st-menu {
  z-index: 1;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0); }

.st-effect-5.st-menu-open .st-effect-5.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Effect 6: Rotate pusher */
.st-effect-6.st-container {
  -webkit-perspective: 1500px;
  perspective: 1500px; }

.st-effect-6 .st-pusher {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.st-effect-6.st-menu-open .st-pusher {
  -webkit-transform: translate3d(300px, 0, 0) rotateY(-15deg);
  transform: translate3d(300px, 0, 0) rotateY(-15deg); }

.st-effect-6.st-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.st-effect-6.st-menu-open .st-effect-6.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(15deg);
  transform: translate3d(-100%, 0, 0) rotateY(15deg); }

.st-effect-6.st-menu::after {
  display: none; }

/* Effect 7: 3D rotate in */
.st-effect-7.st-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%; }

.st-effect-7 .st-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.st-effect-7.st-menu-open .st-pusher {
  -webkit-transform: translate3d(270px, 0, 0);
  transform: translate3d(270px, 0, 0); }

.st-effect-7.st-menu {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.st-effect-7.st-menu-open .st-effect-7.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg); }

/* Effect 8: 3D rotate out */
.st-effect-8.st-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%; }

.st-effect-8 .st-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.st-effect-8.st-menu-open .st-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }

.st-effect-8.st-menu {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.st-effect-8.st-menu-open .st-effect-8.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg); }

.st-effect-8.st-menu::after {
  display: none; }

/* Effect 9: Scale down pusher */
.st-effect-9.st-container {
  -webkit-perspective: 1500px;
  perspective: 1500px; }

.st-effect-9 .st-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.st-effect-9.st-menu-open .st-pusher {
  -webkit-transform: translate3d(0, 0, -300px);
  transform: translate3d(0, 0, -300px); }

.st-effect-9.st-menu {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.st-effect-9.st-menu-open .st-effect-9.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.st-effect-9.st-menu::after {
  display: none; }

/* Effect 10: Scale up */
.st-effect-10.st-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%; }

.st-effect-10.st-menu-open .st-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }

.st-effect-10.st-menu {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, -300px);
  transform: translate3d(0, 0, -300px); }

.st-effect-10.st-menu-open .st-effect-10.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Effect 11: Scale and rotate pusher */
.st-effect-11.st-container {
  -webkit-perspective: 1500px;
  perspective: 1500px; }

.st-effect-11 .st-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.st-effect-11.st-menu-open .st-pusher {
  -webkit-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
  transform: translate3d(100px, 0, -600px) rotateY(-20deg); }

.st-effect-11.st-menu {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.st-effect-11.st-menu-open .st-effect-11.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.st-effect-11.st-menu::after {
  display: none; }

/* Effect 12: Open door */
.st-effect-12.st-container {
  -webkit-perspective: 1500px;
  perspective: 1500px; }

.st-effect-12 .st-pusher {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.st-effect-12.st-menu-open .st-pusher {
  -webkit-transform: rotateY(-10deg);
  transform: rotateY(-10deg); }

.st-effect-12.st-menu {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.st-effect-12.st-menu-open .st-effect-12.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.st-effect-12.st-menu::after {
  display: none; }

/* Effect 13: Fall down */
.st-effect-13.st-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%; }

.st-effect-13.st-menu-open .st-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }

.st-effect-13.st-menu {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.st-effect-13.st-menu-open .st-effect-13.st-menu {
  visibility: visible;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-speed: 0.2s;
  transition-speed: 0.2s; }

/* Effect 14: Delayed 3D rotate */
.st-effect-14.st-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%; }

.st-effect-14 .st-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.st-effect-14.st-menu-open .st-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }

.st-effect-14.st-menu {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.st-effect-14.st-menu-open .st-effect-14.st-menu {
  visibility: visible;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg); }

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
  padding-left: 300px; }

#sidebar {
  display: none; }
  @media only screen and (min-width: 768px) {
    #sidebar {
      display: block;
      margin-top: 0em; } }
  #sidebar .dynamicSubpageWidget, #sidebar .widget_nav_menu {
    display: none; }
    @media only screen and (min-width: 768px) {
      #sidebar .dynamicSubpageWidget, #sidebar .widget_nav_menu {
        display: block; } }
    #sidebar .dynamicSubpageWidget h3, #sidebar .widget_nav_menu h3 {
      margin-bottom: 0;
      padding-bottom: .3em;
      border-bottom: 2px solid rgba(0, 0, 0, 0.05); }
  #sidebar .menu, #sidebar ul {
    margin: 0; }
    #sidebar .menu li, #sidebar ul li {
      list-style: none; }
      #sidebar .menu li a, #sidebar ul li a {
        color: #3c1053;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        font-size: 16px;
        display: block;
        padding: .7em 0; }
        #sidebar .menu li a:hover, #sidebar ul li a:hover {
          color: #3c1053; }
      #sidebar .menu li > .sub-menu, #sidebar ul li > .sub-menu {
        display: none; }
        #sidebar .menu li > .sub-menu > li > a, #sidebar ul li > .sub-menu > li > a {
          color: #3c1053 !important;
          padding-left: 10px; }
          #sidebar .menu li > .sub-menu > li > a::before, #sidebar ul li > .sub-menu > li > a::before {
            content: "- "; }
          #sidebar .menu li > .sub-menu > li > a:hover, #sidebar ul li > .sub-menu > li > a:hover {
            color: #3c1053 !important; }
        #sidebar .menu li > .sub-menu > li > .sub-menu, #sidebar ul li > .sub-menu > li > .sub-menu {
          display: none; }
          #sidebar .menu li > .sub-menu > li > .sub-menu > li > a, #sidebar ul li > .sub-menu > li > .sub-menu > li > a {
            color: #3c1053 !important;
            padding-left: 20px; }
            #sidebar .menu li > .sub-menu > li > .sub-menu > li > a::before, #sidebar ul li > .sub-menu > li > .sub-menu > li > a::before {
              content: "- "; }
            #sidebar .menu li > .sub-menu > li > .sub-menu > li > a:hover, #sidebar ul li > .sub-menu > li > .sub-menu > li > a:hover {
              color: #3c1053 !important; }
          #sidebar .menu li > .sub-menu > li > .sub-menu > li.current-menu-item .sub-menu, #sidebar .menu li > .sub-menu > li > .sub-menu > li.current-menu-ancestor .sub-menu, #sidebar ul li > .sub-menu > li > .sub-menu > li.current-menu-item .sub-menu, #sidebar ul li > .sub-menu > li > .sub-menu > li.current-menu-ancestor .sub-menu {
            display: block; }
          #sidebar .menu li > .sub-menu > li > .sub-menu > li.current-menu-item > a, #sidebar .menu li > .sub-menu > li > .sub-menu > li.current-menu-ancestor > a, #sidebar ul li > .sub-menu > li > .sub-menu > li.current-menu-item > a, #sidebar ul li > .sub-menu > li > .sub-menu > li.current-menu-ancestor > a {
            color: #3c1053 !important;
            font-weight: bold; }
        #sidebar .menu li > .sub-menu > li.current-menu-item .sub-menu, #sidebar .menu li > .sub-menu > li.current-menu-ancestor .sub-menu, #sidebar ul li > .sub-menu > li.current-menu-item .sub-menu, #sidebar ul li > .sub-menu > li.current-menu-ancestor .sub-menu {
          display: block; }
        #sidebar .menu li > .sub-menu > li.current-menu-item > a, #sidebar .menu li > .sub-menu > li.current-menu-ancestor > a, #sidebar ul li > .sub-menu > li.current-menu-item > a, #sidebar ul li > .sub-menu > li.current-menu-ancestor > a {
          color: #3c1053 !important;
          font-weight: bold; }
      #sidebar .menu li.current-menu-item .sub-menu, #sidebar .menu li.current-menu-ancestor .sub-menu, #sidebar ul li.current-menu-item .sub-menu, #sidebar ul li.current-menu-ancestor .sub-menu {
        display: block; }
      #sidebar .menu li.current-menu-item > a, #sidebar .menu li.current-menu-ancestor > a, #sidebar ul li.current-menu-item > a, #sidebar ul li.current-menu-ancestor > a {
        color: #3c1053;
        font-weight: bold; }

html, body, .st-container, .st-pusher, .st-content {
  height: inherit !important; }

.st-container {
  background: #3c1053; }
  .st-container .st-menu {
    background: #230931;
    width: 270px;
    overflow: scroll;
    -webkit-box-shadow: inset 0px 0px 10px black;
    -moz-box-shadow: inset 0px 0px 10px black;
    box-shadow: inset 0px 0px 10px black; }
    .st-container .st-menu .search-wrap {
      padding: 1em 1em 1em 1em;
      display: block; }
      .st-container .st-menu .search-wrap .searchform {
        background: #FFF;
        padding: 1px 8px 1px 8px;
        position: relative;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px; }
        .st-container .st-menu .search-wrap .searchform input {
          background-color: transparent;
          color: #3c1053;
          font-size: 14px;
          border: none;
          width: 180px;
          padding: 6px; }
          .st-container .st-menu .search-wrap .searchform input.searchsubmit {
            position: absolute;
            right: 0;
            height: 32px;
            width: 36px;
            text-indent: -99999px;
            cursor: pointer;
            padding: 2px 0; }
        .st-container .st-menu .search-wrap .searchform i {
          color: #3c1053;
          font-size: 19px;
          margin-top: 6px;
          float: right; }

/*---- HIDE SUBPAGES FOR RECEPT AND FRÅGOR OCH SVAR ---*/
li.page-item-22 ul, li.page-item-23 ul {
  display: none !important; }

.mobile-menu {
  border-bottom: 1px solid #521671; }
  .mobile-menu li {
    border-top: 1px solid #521671;
    margin: 0;
    list-style: none; }
    .mobile-menu li.current-menu-item > a, .mobile-menu li.current_page_item > a {
      color: #ffe885; }
    .mobile-menu li.current-page-ancestor > a, .mobile-menu li.current_page_ancestor > a {
      color: #ffe885; }
    .mobile-menu li.current-menu-item ul, .mobile-menu li.current_page_item ul {
      display: block; }
    .mobile-menu li.current-page-ancestor ul, .mobile-menu li.current_page_ancestor ul {
      display: block; }
    .mobile-menu li a {
      background: #360e4a;
      color: #FFF;
      display: block;
      position: relative;
      padding: 10px; }
      .mobile-menu li a .expand {
        color: rgba(255, 255, 255, 0.2);
        font-size: 28px;
        display: block;
        position: absolute;
        text-align: center;
        top: 0;
        right: 6px;
        width: 30px;
        height: 30px; }
        .mobile-menu li a .expand::before {
          font-family: 'FontAwesome';
          content: "\f055"; }
        .mobile-menu li a .expand.expanded::before {
          content: "\f056" !important; }
    .mobile-menu li .children {
      display: none; }
      .mobile-menu li .children li {
        border-top: 1px solid #3c1053;
        margin: 0;
        list-style: none; }
        .mobile-menu li .children li.current_page_item > a {
          color: #ffe885; }
        .mobile-menu li .children li.current_page_ancestor > a {
          color: #ffe885; }
        .mobile-menu li .children li.current_page_item ul {
          display: block; }
        .mobile-menu li .children li.current_page_ancestor ul {
          display: block; }
        .mobile-menu li .children li a {
          background: #2d0c3e;
          font-family: Brown-Pro-Regular;
          display: block;
          position: relative; }
          .mobile-menu li .children li a::before {
            color: rgba(255, 255, 255, 0.3);
            font-family: 'FontAwesome';
            content: "\f0c8";
            font-size: 6px;
            margin-right: 10px; }
        .mobile-menu li .children li .children {
          display: none; }
          .mobile-menu li .children li .children li {
            border-top: 1px solid #330e46;
            margin: 0;
            list-style: none; }
            .mobile-menu li .children li .children li.current_page_item > a {
              color: #ffe885; }
            .mobile-menu li .children li .children li.current_page_item ul {
              display: block; }
            .mobile-menu li .children li .children li.current_page_ancestor ul {
              display: block; }
            .mobile-menu li .children li .children li a {
              background: #170620;
              font-family: Brown-Pro-Regular;
              display: block;
              position: relative; }
              .mobile-menu li .children li .children li a::before {
                color: rgba(255, 255, 255, 0.3);
                font-family: 'FontAwesome';
                content: "\f0c8";
                font-size: 6px;
                margin-right: 10px; }
            .mobile-menu li .children li .children li .children {
              display: none; }
              .mobile-menu li .children li .children li .children li {
                border-top: 1px solid #2d0c3e;
                margin: 0;
                list-style: none; }
                .mobile-menu li .children li .children li .children li.current_page_item > a {
                  color: #ffe885; }
                .mobile-menu li .children li .children li .children li.current_page_item ul {
                  display: block; }
                .mobile-menu li .children li .children li .children li.current_page_ancestor ul {
                  display: block; }
                .mobile-menu li .children li .children li .children li a {
                  background: rgba(0, 0, 0, 0.4);
                  font-family: Brown-Pro-Regular;
                  display: block;
                  position: relative; }
                  .mobile-menu li .children li .children li .children li a::before {
                    color: rgba(255, 255, 255, 0.3);
                    font-family: 'FontAwesome';
                    content: "\f0c8";
                    font-size: 6px;
                    margin-right: 10px; }

li.page-item-22 .expand, li.menu-item-4869 .expand {
  display: none !important; }

.horizontal-subnav {
  background-color: #e9e8dc;
  overflow: hidden;
  display: none; }
  @media only screen and (min-width: 768px) {
    .horizontal-subnav {
      display: block; } }
  .horizontal-subnav .widget-container {
    margin: 0;
    text-align: center; }
    .horizontal-subnav .widget-container h5, .horizontal-subnav .widget-container h3 {
      display: none; }
    .horizontal-subnav .widget-container ul {
      margin: 0 auto; }
    .horizontal-subnav .widget-container > ul {
      text-align: center; }
      .horizontal-subnav .widget-container > ul > li {
        display: none; }
        .horizontal-subnav .widget-container > ul > li > ul {
          margin: 0 auto;
          text-align: center; }
          .horizontal-subnav .widget-container > ul > li > ul > li {
            display: inline-block;
            margin: 1.5em 1em; }
            .horizontal-subnav .widget-container > ul > li > ul > li > ul {
              display: none; }
        .horizontal-subnav .widget-container > ul > li.current_page_item > a {
          font-weight: bold; }
        .horizontal-subnav .widget-container > ul > li a {
          color: #3c1053;
          font-size: 18px;
          display: block;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .horizontal-subnav .widget-container > ul > li a:hover {
            opacity: .6; }
        .horizontal-subnav .widget-container > ul > li > a {
          display: none; }
    .horizontal-subnav .widget-container .current_page_item.page_item_has_children, .horizontal-subnav .widget-container .current_page_ancestor.page_item_has_children {
      display: inline-block; }
    .horizontal-subnav .widget-container .current_page_item > a, .horizontal-subnav .widget-container .current_page_ancestor > a {
      font-weight: bold; }

@media only screen and (max-width: 767px) {
  .contest-sidebar {
    margin-top: 2em; } }

.collapse-trigger, #message-overlay, .qty-and-price, label.item-edit, .update {
  display: none; }

.cart-area i.loader {
  display: none; }
.cart-area.loading i.loader {
  display: inline-block; }
.cart-area.loading [data-content] {
  display: none; }
.cart-area:hover > .cart-popup-container.loaded {
  display: block; }
.cart-area:hover .cart-btn {
  background: white;
  color: #000; }
.cart-area .cart-btn {
  background: rgba(255, 255, 255, 0.2);
  color: #FFF;
  font-family: Brown-Pro-Bold;
  padding: .5em 1em;
  display: block;
  position: absolute;
  right: 68px;
  top: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  @media only screen and (min-width: 970px) {
    .cart-area .cart-btn {
      right: 20px; } }
  .cart-area .cart-btn i.fa-shopping-cart {
    margin-right: 5px; }
.cart-area > .cart-popup-container {
  background-image: url(../img/arrow-up.svg);
  background-repeat: no-repeat;
  background-position: right 25px top;
  display: none;
  color: #000;
  font-family: Brown-Pro-Bold;
  width: 300px;
  padding-top: 13px;
  position: absolute;
  right: 20px;
  top: 40px;
  z-index: 100; }
  @media only screen and (max-width: 767px) {
    .cart-area > .cart-popup-container {
      background-position: right 64px top; } }
  @media only screen and (max-width: 767px) {
    .cart-area > .cart-popup-container {
      background-position: right 82px top;
      width: 100%;
      left: 0; } }
  @media only screen and (min-width: 1260px) {
    .cart-area > .cart-popup-container {
      background-position: center top;
      right: -85px; } }
  .cart-area > .cart-popup-container .content {
    background: #FFF;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3); }
    .cart-area > .cart-popup-container .content:hover {
      display: block; }
    .cart-area > .cart-popup-container .content #cart-sidebar {
      margin: 0;
      padding: 0; }
      .cart-area > .cart-popup-container .content #cart-sidebar li {
        border-bottom: 1px solid #EEE;
        list-style: none;
        padding: .5em;
        overflow: hidden; }
        .cart-area > .cart-popup-container .content #cart-sidebar li .product-name {
          width: 150px;
          padding-top: 5px;
          float: left; }
        .cart-area > .cart-popup-container .content #cart-sidebar li .edit-and-remove {
          width: 100px;
          float: right; }
          .cart-area > .cart-popup-container .content #cart-sidebar li .edit-and-remove input {
            padding: 8px;
            float: right; }
          .cart-area > .cart-popup-container .content #cart-sidebar li .edit-and-remove .update {
            background: red; }
            .cart-area > .cart-popup-container .content #cart-sidebar li .edit-and-remove .update button {
              background-color: #3c1053;
              border: none;
              font-family: Brown-Pro-Bold;
              color: #FFF;
              font-size: 14px;
              text-decoration: none;
              cursor: pointer;
              line-height: 21px;
              padding: 6px 8px;
              margin-top: 5px;
              display: inline-block;
              float: right;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px;
              -ms-border-radius: 4px;
              border-radius: 4px;
              -webkit-transition: all 0.2s ease-in-out;
              -moz-transition: all 0.2s ease-in-out;
              -ms-transition: all 0.2s ease-in-out;
              -o-transition: all 0.2s ease-in-out;
              transition: all 0.2s ease-in-out; }
              @media only screen and (min-width: 768px) {
                .cart-area > .cart-popup-container .content #cart-sidebar li .edit-and-remove .update button {
                  padding: 6px 8px !important; } }
              .cart-area > .cart-popup-container .content #cart-sidebar li .edit-and-remove .update button:hover, .cart-area > .cart-popup-container .content #cart-sidebar li .edit-and-remove .update button:focus {
                background-color: #300d42;
                outline: none; }
              .cart-area > .cart-popup-container .content #cart-sidebar li .edit-and-remove .update button:active {
                background-color: #481364; }
        .cart-area > .cart-popup-container .content #cart-sidebar li .edit-and-remove input {
          width: 60px; }
        .cart-area > .cart-popup-container .content #cart-sidebar li .edit-and-remove .item-remove {
          background: url(../img/remove.png) center no-repeat;
          float: right;
          width: 26px;
          height: 34px;
          text-indent: -99999px;
          cursor: pointer; }
        .cart-area > .cart-popup-container .content #cart-sidebar li .edit-and-remove .loading {
          position: relative;
          background: transparent;
          float: right;
          width: 26px;
          height: 34px;
          cursor: normal; }
          .cart-area > .cart-popup-container .content #cart-sidebar li .edit-and-remove .loading button {
            display: none; }
          .cart-area > .cart-popup-container .content #cart-sidebar li .edit-and-remove .loading:before {
            content: "\f021";
            position: absolute;
            left: 7px;
            top: 2px;
            text-indent: 0;
            color: #4a186e;
            font-family: FontAwesome;
            font-size: 20px;
            /*line-height: 1;*/
            animation: fa-spin 2s infinite linear;
            -webkit-animation: fa-spin 2s infinite linear;
            /*width: 20px;
            height: 20px;*/
            display: block;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased; }
  .cart-area > .cart-popup-container .cart-total {
    border-bottom: 1px solid #EEE;
    padding: .8em .5em; }
    .cart-area > .cart-popup-container .cart-total label {
      float: left; }
    .cart-area > .cart-popup-container .cart-total .price {
      float: right; }
  .cart-area > .cart-popup-container .actions {
    padding: .5em; }
    .cart-area > .cart-popup-container .actions button {
      width: 100%; }

.content-img.mynewsdesk {
  float: right;
  width: 40%;
  margin: 0 0 3% 3%; }

.header-img {
  margin-bottom: 2em; }
  .header-img img {
    width: 100%; }

.page-head {
  overflow: hidden; }

.page-date {
  margin-top: 2em; }

.page-pagination {
  padding-top: 2em; }
  .page-pagination .page-numbers {
    background: #FFF;
    padding: 8px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    min-width: 40px;
    text-align: center; }
    .page-pagination .page-numbers.current {
      background: #3c1053;
      color: #FFF; }

.moviegroup {
  padding-top: 2em;
  margin-top: 2em; }
  .moviegroup .movie {
    margin-bottom: 2em; }
    .moviegroup .movie .movieimg {
      background: #3c1053;
      position: relative; }
      .moviegroup .movie .movieimg img {
        width: 100%;
        -webkit-backface-visibility: hidden;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .moviegroup .movie .movieimg .play-btn {
        background: url(../img/play.png) no-repeat;
        position: absolute;
        width: 58px;
        height: 58px;
        top: 50%;
        left: 50%;
        margin-left: -29px;
        margin-top: -29px;
        z-index: 10;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .moviegroup .movie .movieimg:hover img {
        opacity: .3; }
      .moviegroup .movie .movieimg:hover .play-btn {
        background: url(../img/play-active.png) no-repeat; }
    .moviegroup .movie .moviecontent {
      background: #3c1053;
      padding: .5em;
      min-height: 58px;
      line-height: 58px;
      text-align: center; }
      .moviegroup .movie .moviecontent span {
        color: #FFF;
        font-family: Brown-Pro-Bold;
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
        text-align: center; }

.edu-wrap {
  font-size: 16px;
  border-bottom: 1px solid #e9e8dc;
  padding: .7em 0;
  overflow: hidden; }
  .edu-wrap h2 {
    margin-bottom: 0; }
  @media only screen and (min-width: 1260px) {
    .edu-wrap {
      font-size: 18px;
      padding: .8em 0; } }
  @media only screen and (min-width: 768px) {
    .edu-wrap .edu-content {
      margin-top: 6px;
      float: left; } }
  .edu-wrap .edu-content h3 {
    margin: 0; }
  .edu-wrap .button, .edu-wrap .book-status {
    margin-top: 10px; }
    @media only screen and (min-width: 768px) {
      .edu-wrap .button, .edu-wrap .book-status {
        float: right;
        margin-top: 20px; } }

[data-bookable="loading"] [data-education], [data-bookable="inactive"] [data-education] {
  display: none; }

[data-bookable="loading"] [data-education-inactive], [data-bookable="active"] [data-education-inactive] {
  display: none; }

.subgroup {
  border-top: 5px solid #EEE;
  padding-top: 2em;
  margin-top: 2em; }
  .subgroup .sub {
    border: 1px solid #EEE; }
    .subgroup .sub .subimg {
      height: 188px;
      background-color: #EEE;
      background-position: center;
      background-size: cover; }
  .subgroup .subcontent {
    background: #3c1053;
    position: absolute;
    bottom: -1px;
    left: 0;
    padding: .5em; }
    .subgroup .subcontent h4 {
      color: #FFF; }

.questiongroup {
  margin-top: 2em;
  padding-bottom: 1em; }

.questionsearch {
  background-color: #EEE;
  width: 100%;
  margin: 1.5em 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  @media only screen and (min-width: 768px) {
    .questionsearch {
      width: 350px; } }
  .questionsearch #quicksearch {
    background: none !important;
    width: 80%;
    padding: 1em; }
  .questionsearch i {
    color: #d5d5d5;
    float: right;
    margin-top: 10px;
    margin-right: 10px; }

.widget_sp_image a img:hover {
  opacity: 0.8; }
.widget_sp_image h3 {
  display: none !important; }
.widget_sp_image .widget_sp_image-description {
  background: #3c1053;
  color: #FFF;
  padding: 1em; }
  .widget_sp_image .widget_sp_image-description a {
    color: #FFF;
    display: block;
    text-align: center; }
    .widget_sp_image .widget_sp_image-description a:hover {
      color: rgba(255, 255, 255, 0.8); }
  .widget_sp_image .widget_sp_image-description p {
    font-family: Brown-Pro-Bold;
    font-size: 18px;
    text-align: center;
    margin: 0; }
    @media only screen and (min-width: 1260px) {
      .widget_sp_image .widget_sp_image-description p {
        font-size: 20px; } }

/* ---- isotope ---- */
.isotope-box {
  margin: 0 -10px; }

.isotope:after {
  content: '';
  display: block;
  clear: both; }

.element-item {
  position: relative;
  float: left;
  width: 250px;
  height: 189px;
  margin: 10px; }

.element-item > * {
  margin: 0;
  padding: 0; }

.isotope-row {
  margin: 0 !important; }
  .isotope-row li {
    width: 100%;
    padding: .7em 0;
    list-style: none !important; }
    .isotope-row li a {
      font-size: 1.1em;
      font-family: Brown-Pro-Bold; }
    .isotope-row li i {
      margin-right: 2px; }
      @media only screen and (min-width: 768px) {
        .isotope-row li i {
          margin-right: 10px; } }

.page-template-template-tastes #filters {
  text-align: center;
  margin: 1.5em 0; }
  @media only screen and (min-width: 768px) {
    .page-template-template-tastes #filters {
      margin: 3.5em 0; } }
.page-template-template-tastes .filter-intro {
  width: 100%;
  margin: 0 auto; }
  .page-template-template-tastes .filter-intro span {
    text-align: center; }

@media only screen and (max-width: 767px) {
  .tastegroup .isotope-box {
    width: 305px; } }
.tastegroup .element-item {
  background-color: #f1f0e3;
  position: relative;
  float: left;
  width: 285px;
  height: 285px;
  margin: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: background-color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out;
  -ms-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out; }
  .tastegroup .element-item:hover {
    background-color: #f6f5ed; }
    .tastegroup .element-item:hover .subimg {
      padding: 1em 0; }
  .tastegroup .element-item .subimg {
    text-align: center;
    padding: 1.5em 0;
    height: 230px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    .tastegroup .element-item .subimg img {
      margin: 0 auto;
      width: auto !important;
      height: 100%; }
  .tastegroup .element-item .subcontent a h4 {
    text-align: center; }

.popup-wrap {
  background: #f1f0e3;
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  padding: 30px;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .popup-wrap {
      padding: 70px; } }
  .popup-wrap h3 {
    font-size: 1.8em !important;
    margin: 0 0 1em 0 !important; }
    @media only screen and (min-width: 768px) {
      .popup-wrap h3 {
        font-size: 2.5em !important; } }
  .popup-wrap p {
    font-size: 1.1em; }
  .popup-wrap .utbildning, .popup-wrap .datum, .popup-wrap .stad, .popup-wrap .id_education, .popup-wrap .id_education_unique, .popup-wrap .time_education, .popup-wrap .place_education {
    display: none; }

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transform: scale(0.8); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
    background: #000; }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

#cookie-notice {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.6); }
  #cookie-notice .cookie-notice-container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    padding: 20px 10px !important; }
    @media only screen and (max-width: 767px) {
      #cookie-notice .cookie-notice-container h3 {
        text-align: center; } }
    @media only screen and (min-width: 970px) {
      #cookie-notice .cookie-notice-container {
        text-align: left; } }
    @media only screen and (min-width: 1260px) {
      #cookie-notice .cookie-notice-container {
        width: 1160px; } }
    #cookie-notice .cookie-notice-container .cookie-message {
      color: #EEE;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        #cookie-notice .cookie-notice-container .cookie-message {
          width: 70%;
          float: left;
          text-align: left; } }
      #cookie-notice .cookie-notice-container .cookie-message a {
        font-weight: bold;
        color: #FFF; }
    #cookie-notice .cookie-notice-container .button {
      background-color: #FFF;
      color: #3c1053;
      margin-top: 10px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      #cookie-notice .cookie-notice-container .button:hover {
        background-color: #e6e6e6;
        color: #3c1053; }
      @media only screen and (min-width: 768px) {
        #cookie-notice .cookie-notice-container .button {
          float: right;
          margin-top: 0; } }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: none !important; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  border-right: none !important; }

@media only screen and (max-width: 767px) {
  .full_width,
  .one_half,
  .one_third,
  .two_third,
  .one_fourth,
  .three_fourth,
  .one_fifth,
  .two_fifth,
  .three_fifth,
  .four_fifth,
  .one_sixth,
  .five_sixth {
    clear: both;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important; } }
.idea-container {
  border-top: 5px solid #eee;
  margin-bottom: 2em; }

.idea-wrap {
  font-size: 16px;
  border-bottom: 1px solid #EEE;
  padding: .7em 0;
  overflow: hidden; }
  .idea-wrap h2 {
    color: #000;
    margin-bottom: 0; }
  @media only screen and (min-width: 1260px) {
    .idea-wrap {
      font-size: 18px;
      padding: .8em 0; } }
  @media only screen and (min-width: 768px) {
    .idea-wrap .idea-content {
      margin-top: 6px; } }
  .idea-wrap .idea-content h3 {
    margin: 0; }
  @media only screen and (min-width: 768px) {
    .idea-wrap .indicator {
      float: right; } }
  .idea-wrap:hover {
    background-color: #FEFEFE; }
  .idea-wrap .idea-more-info {
    background: #eee;
    margin: 0.5em 0;
    padding: 1em; }
    .idea-wrap .idea-more-info p:last-child {
      margin-bottom: 0; }
  .idea-wrap .idea-more-info-header {
    color: #3c1053;
    margin-bottom: 0.2em; }

/*
==========================================================================
Recipe Styles
==========================================================================
*/
.recipe-header p, .recipe-header h1 {
  text-align: center; }
.recipe-header h1 {
  margin: 40px 0 60px; }

.recipe-description ul {
  list-style-type: circle;
  margin-left: 1.3em; }
  .recipe-description ul li {
    line-height: 1.9;
    list-style: circle; }

body.page-template-template-recipe #page {
  background: #fff; }
body.page-template-template-recipe .page-content h2 {
  font-size: 26px;
  color: #000; }
  @media only screen and (min-width: 768px) {
    body.page-template-template-recipe .page-content h2 {
      font-size: 38px; } }

.recipe-image {
  margin-top: 50px; }
  @media only screen and (min-width: 970px) {
    .recipe-image {
      margin-top: 0; } }

.recipe-description,
.recipe-ingredients {
  margin-top: 50px; }
  .recipe-description h2,
  .recipe-ingredients h2 {
    margin-bottom: 12px; }

.ingredient {
  display: block;
  padding: 12px 25px; }
  .ingredient:nth-child(even) {
    background: #F1F0E4; }

body.page-template-template-recipe #page {
  background: #fff; }
body.page-template-template-recipe .page-content h2 {
  font-size: 26px;
  color: #000; }
  @media only screen and (min-width: 768px) {
    body.page-template-template-recipe .page-content h2 {
      font-size: 38px; } }

/*
==========================================================================
Recipe Filter Styles
==========================================================================
*/
body.page-template-template-recipe-filter #page {
  background: #fff; }
body.page-template-template-recipe-filter .page-content h2 {
  font-size: 26px;
  color: #000; }
  @media only screen and (min-width: 768px) {
    body.page-template-template-recipe-filter .page-content h2 {
      font-size: 38px; } }

.recipe-filter-header p, .recipe-filter-header h1 {
  text-align: center; }
.recipe-filter-header h1 {
  margin: 40px 0 60px; }

.filter-button-group {
  margin-bottom: 30px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .filter-button-group {
      text-align: left; } }
  .filter-button-group button {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #efefef;
    border: none;
    color: #000;
    font-family: Brown-Pro-Regular;
    font-size: 1rem;
    font-weight: 600;
    margin: 5px;
    padding: 1rem 2rem;
    outline: none; }
    @media only screen and (min-width: 768px) {
      .filter-button-group button {
        background: transparent;
        font-size: 1.5rem;
        margin: 0; } }
    .filter-button-group button:hover {
      cursor: pointer;
      color: #666666; }
    .filter-button-group button.is-checked {
      background: #3c1053;
      color: #fff; }

.filter-recipe-title {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 1px;
  margin-top: 10px; }
  @media only screen and (min-width: 768px) {
    .filter-recipe-title {
      font-size: 1rem;
      min-height: 55px; } }
  @media only screen and (min-width: 970px) {
    .filter-recipe-title {
      font-size: 1.2rem; } }

.grid-item {
  margin-bottom: 30px; }

.grid-item img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .grid-item img:hover {
    opacity: 0.8; }
.grid-item span {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*left: -5px;*/
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px; }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-panel.mm-opened {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-panel.mm-highest {
  z-index: 1; }

.mm-menu > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px; }

.mm-menu > .mm-panel.mm-hasnavbar {
  padding-top: 40px; }

.mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
  content: '';
  display: block;
  height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }

.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto; }

.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto; }

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.mm-navbar > * {
  display: block;
  padding: 10px 0; }

.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none; }

.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.mm-navbar .mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1; }

.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0; }

.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0; }

.mm-panel .mm-navbar {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }

.mm-listview a,
.mm-listview a:hover {
  text-decoration: none; }

.mm-listview > li {
  position: relative; }

.mm-listview > li, .mm-listview > li:after,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before {
  border-color: inherit; }

.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0; }

.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
  padding-right: 50px; }

.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.mm-listview > li:not(.mm-divider):after {
  left: 20px; }

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }

.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; }

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px; }

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%; }

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none; }

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0; }

.mm-menu > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-menu > .mm-panel > .mm-listview:first-child,
.mm-menu > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0; }

.mm-listview .mm-inset > li {
  padding: 5px 0; }

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }

.mm-listview .mm-spacer > .mm-next {
  top: 40px; }

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px; }

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px; }

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 20px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7); }

.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5); }

.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }

html.mm-opened body {
  overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999990 !important; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }

.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }
/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-top.mm-autoheight, .mm-menu.mm-bottom.mm-autoheight {
  max-height: 80%; }

.mm-menu.mm-top.mm-autoheight.mm-fullscreen, .mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
  max-height: 100%; }

.mm-menu.mm-measureheight > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%; }

em.mm-counter + a.mm-next {
  width: 90px; }

em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
  margin-right: 90px; }

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0; }

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px; }

.mm-nosubresults > .mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }

.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-collapsed:not(.mm-uncollapsed) {
  display: none; }

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-fixeddivider:after {
  content: none !important;
  display: none !important; }

.mm-hasdividers .mm-fixeddivider {
  display: block; }

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*
	jQuery.mmenu iconpanels addon CSS
*/
.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform, left, right;
  -moz-transition-property: -moz-transform, left, right;
  -ms-transition-property: -ms-transform, left, right;
  -o-transition-property: -o-transform, left, right;
  transition-property: transform, left, right; }

.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit; }

.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0px; }

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px; }

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px; }

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px; }

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px; }

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px; }

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px; }

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3; }

/*
	jQuery.mmenu navbars addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  top: auto;
  bottom: 0; }

.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none; }

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none; }

.mm-navbar.mm-hasbtns {
  padding: 0 40px; }

.mm-close:after {
  content: 'x'; }

.mm-navbar[class*="mm-navbar-content-"] > * {
  box-sizing: border-box;
  display: block;
  float: left; }

.mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px; }

.mm-navbar > .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px; }

.mm-navbar > .mm-breadcrumbs > a {
  text-decoration: underline; }

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px; }

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-navbar-top-1 {
  top: 0px; }

.mm-hasnavbar-top-1 .mm-panel {
  top: 40px; }

.mm-hasnavbar-top-1 .mm-indexer {
  top: 50px; }

.mm-hasnavbar-top-1 .mm-fixeddivider {
  top: 40px; }

.mm-navbar-top-2 {
  top: 40px; }

.mm-hasnavbar-top-2 .mm-panel {
  top: 80px; }

.mm-hasnavbar-top-2 .mm-indexer {
  top: 90px; }

.mm-hasnavbar-top-2 .mm-fixeddivider {
  top: 80px; }

.mm-navbar-top-3 {
  top: 80px; }

.mm-hasnavbar-top-3 .mm-panel {
  top: 120px; }

.mm-hasnavbar-top-3 .mm-indexer {
  top: 130px; }

.mm-hasnavbar-top-3 .mm-fixeddivider {
  top: 120px; }

.mm-navbar-top-4 {
  top: 120px; }

.mm-hasnavbar-top-4 .mm-panel {
  top: 160px; }

.mm-hasnavbar-top-4 .mm-indexer {
  top: 170px; }

.mm-hasnavbar-top-4 .mm-fixeddivider {
  top: 160px; }

.mm-navbar-bottom-1 {
  bottom: 0px; }

.mm-hasnavbar-bottom-1 .mm-panel {
  bottom: 40px; }

.mm-hasnavbar-bottom-1 .mm-indexer {
  bottom: 50px; }

.mm-navbar-bottom-2 {
  bottom: 40px; }

.mm-hasnavbar-bottom-2 .mm-panel {
  bottom: 80px; }

.mm-hasnavbar-bottom-2 .mm-indexer {
  bottom: 90px; }

.mm-navbar-bottom-3 {
  bottom: 80px; }

.mm-hasnavbar-bottom-3 .mm-panel {
  bottom: 120px; }

.mm-hasnavbar-bottom-3 .mm-indexer {
  bottom: 130px; }

.mm-navbar-bottom-4 {
  bottom: 120px; }

.mm-hasnavbar-bottom-4 .mm-panel {
  bottom: 160px; }

.mm-hasnavbar-bottom-4 .mm-indexer {
  bottom: 170px; }

.mm-navbar-size-2 {
  height: 80px; }

.mm-navbar-size-3 {
  height: 120px; }

.mm-navbar-size-4 {
  height: 160px; }

.mm-navbar-content-2 > * {
  width: 50%; }

.mm-navbar-content-3 > * {
  width: 33.33%; }

.mm-navbar-content-4 > * {
  width: 25%; }

.mm-navbar-content-5 > * {
  width: 20%; }

.mm-navbar-content-6 > * {
  width: 16.67%; }

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box; }

.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px; }

.mm-search input {
  border: none;
  border-radius: 26px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  outline: none;
  display: block;
  width: 100%;
  height: 26px;
  margin: 0;
  padding: 0 10px; }

.mm-search input::-ms-clear {
  display: none; }

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.mm-panel.mm-hassearch {
  padding-top: 40px; }

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px; }

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px; }

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0; }

.mm-noresults .mm-noresultsmsg {
  display: block; }

.mm-noresults .mm-indexer {
  display: none !important; }

li.mm-nosubresults > a.mm-next {
  display: none; }

li.mm-nosubresults > a.mm-next + a,
li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px; }

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7); }

.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%; }

.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px; }

.mm-hasindexer .mm-indexer {
  right: 0; }

.mm-hasindexer .mm-fixeddivider {
  right: 20px; }

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px; }

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2; }

label.mm-toggle:before,
label.mm-check:before {
  content: '';
  display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px; }

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px; }

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

li.mm-vertical label.mm-toggle, li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0; }

li.mm-vertical label.mm-toggle {
  top: 5px; }

li.mm-vertical label.mm-check {
  top: 5px; }

label.mm-toggle, label.mm-check {
  right: 20px; }

label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px; }

label.mm-check + a,
label.mm-check + span {
  padding-right: 60px; }

a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
  right: 60px; }

a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  margin-right: 50px; }

a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px; }

a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
  right: 100px; }

em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span {
  margin-right: 90px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu label.mm-toggle:before {
  background: #f3f3f3; }

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7); }

/*
	jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none; }

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important; }

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }

html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }

html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }

html.mm-effect-slide-menu .mm-menu.mm-effect-slide-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-effect-slide-menu.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

html.mm-effect-slide-menu.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }

html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

html.mm-effect-fade-menu .mm-menu.mm-effect-fade-menu {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

html.mm-effect-fade-menu.mm-opening .mm-menu.mm-effect-fade-menu {
  opacity: 1; }

.mm-menu.mm-effect-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }

.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms; }

html.mm-effect-slide-listitems.mm-opening .mm-menu.mm-effect-slide-listitems .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0); } }
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0); } }
.mm-menu.mm-fullscreen.mm-top, .mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
	jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal; }

/*
	jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99; }

.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%; }

.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none; }

.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-navbar > *,
.mm-menu.mm-theme-dark .mm-navbar a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before, .mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark .mm-divider {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333333; }

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-navbar > *,
.mm-menu.mm-theme-white .mm-navbar a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-navbar .mm-btn:before, .mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white .mm-divider {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white label.mm-toggle:before {
  background: white; }

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: black;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-navbar > *,
.mm-menu.mm-theme-black .mm-navbar a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-navbar .mm-btn:before, .mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black .mm-divider {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-toggle:before {
  background: black; }

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/*
	jQuery.mmenu tileview extension CSS
*/
.mm-menu.mm-tileview .mm-listview:after,
.mm-menu .mm-tileview.mm-listview:after {
  content: '';
  display: block;
  clear: both; }

.mm-menu.mm-tileview .mm-listview > li,
.mm-menu .mm-tileview.mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative; }

.mm-menu.mm-tileview .mm-listview > li:after,
.mm-menu .mm-tileview.mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1; }

.mm-menu.mm-tileview .mm-listview > li.mm-tile-xs,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%; }

.mm-menu.mm-tileview .mm-listview > li.mm-tile-s,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%; }

.mm-menu.mm-tileview .mm-listview > li.mm-tile-l,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%; }

.mm-menu.mm-tileview .mm-listview > li.mm-tile-xl,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%; }

.mm-menu.mm-tileview .mm-listview > li > a,
.mm-menu.mm-tileview .mm-listview > li > span,
.mm-menu .mm-tileview.mm-listview > li > a,
.mm-menu .mm-tileview.mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0; }

.mm-menu.mm-tileview .mm-listview > li > .mm-next,
.mm-menu .mm-tileview.mm-listview > li > .mm-next {
  width: auto; }

.mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:after {
  content: none;
  display: none; }

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0; }

.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none; }

.mm-menu.mm-tileview .mm-listview {
  margin: 0; }

#mm-mmenu {
  background-color: #360e4a;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5); }

#mm-mmenu .mobile-menu a, #mm-mmenu .mm-menu a {
  color: rgba(255, 255, 255, 0.7) !important;
  font-weight: normal; }
#mm-mmenu .mobile-menu .mini-item a, #mm-mmenu .mm-menu .mini-item a {
  color: #FFF !important;
  font-weight: normal;
  font-size: 1em; }
#mm-mmenu .mobile-menu .primary-item a, #mm-mmenu .mm-menu .primary-item a {
  color: #FFF !important;
  font-size: 20px;
  padding-bottom: 20px;
  padding-top: 20px; }
#mm-mmenu .mobile-menu .primary-item.last-child, #mm-mmenu .mm-menu .primary-item.last-child {
  margin-bottom: 30px; }
#mm-mmenu .mobile-menu .primary-item-last, #mm-mmenu .mm-menu .primary-item-last {
  margin-bottom: 30px; }
#mm-mmenu .children a,
#mm-mmenu .sub-menu a {
  color: #FFF !important;
  text-transform: none;
  font-weight: normal;
  font-size: 1em; }

#mm-mmenu .mobile-menu li.lang-selector, #mm-mmenu .mm-menu li.lang-selector {
  background-color: #290b39;
  padding: 4px 6px 6px 6px; }
  #mm-mmenu .mobile-menu li.lang-selector a, #mm-mmenu .mm-menu li.lang-selector a {
    background-color: transparent;
    font-weight: 300 !important; }
    #mm-mmenu .mobile-menu li.lang-selector a:not(.mm-next), #mm-mmenu .mm-menu li.lang-selector a:not(.mm-next) {
      background-color: #330e46;
      width: 100%;
      padding-left: 10px; }
    #mm-mmenu .mobile-menu li.lang-selector a.mm-next, #mm-mmenu .mm-menu li.lang-selector a.mm-next {
      background-repeat: no-repeat;
      background-position: center right 16px;
      width: 100%; }
      #mm-mmenu .mobile-menu li.lang-selector a.mm-next:before, #mm-mmenu .mobile-menu li.lang-selector a.mm-next:after, #mm-mmenu .mm-menu li.lang-selector a.mm-next:before, #mm-mmenu .mm-menu li.lang-selector a.mm-next:after {
        display: none; }

li.lang {
  background-position: 20px center;
  background-repeat: no-repeat;
  padding-left: 30px; }

li.lang-sv {
  background-image: url(../img/sv-flag.png); }

li.lang-no {
  background-image: url(../img/no-flag.png); }

li.lang-en {
  background-image: url(../img/en-flag.png); }

li.lang-fi {
  background-image: url(../img/fi-flag.png); }

li.lang-et {
  background-image: url(../img/et-flag.png); }

li.lang-lt {
  background-image: url(../img/lt-flag.png); }

li.lang-lv {
  background-image: url(../img/lv-flag.png); }

li.lang-ca {
  background-image: url(../img/ca-flag.png); }

li.lang-selector.lang-selector-sv a.mm-next {
  background-image: url(../img/sv-flag.png); }

li.lang-selector.lang-selector-no a.mm-next {
  background-image: url(../img/no-flag.png); }

li.lang-selector.lang-selector-en a.mm-next {
  background-image: url(../img/en-flag.png); }

li.lang-selector.lang-selector-fi a.mm-next {
  background-image: url(../img/fi-flag.png); }

li.lang-selector.lang-selector-et a.mm-next {
  background-image: url(../img/et-flag.png); }

li.lang-selector.lang-selector-lt a.mm-next {
  background-image: url(../img/lt-flag.png); }

li.lang-selector.lang-selector-lv a.mm-next {
  background-image: url(../img/lv-flag.png); }

li.lang-selector.lang-selector-ca a.mm-next {
  background-image: url(../img/ca-flag.png); }

#mm-mmenu form {
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #290b39; }
  #mm-mmenu form input.searchsubmit {
    position: absolute !important;
    right: 0 !important;
    text-indent: -99999px;
    height: 67px;
    width: 50px;
    background-color: transparent;
    cursor: pointer;
    z-index: 100; }
    #mm-mmenu form input.searchsubmit:hover {
      background: transparent !important; }
    #mm-mmenu form input.searchsubmit:focus {
      background: transparent !important; }
  #mm-mmenu form input[type="text"] {
    color: #FFF;
    height: 67px;
    width: 100%;
    background-color: #330e46;
    padding-left: 16px; }
    #mm-mmenu form input[type="text"]::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.5); }
    #mm-mmenu form input[type="text"]:-moz-placeholder {
      color: rgba(255, 255, 255, 0.5); }
    #mm-mmenu form input[type="text"]::-moz-placeholder {
      color: rgba(255, 255, 255, 0.5); }
    #mm-mmenu form input[type="text"]:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.5); }
  #mm-mmenu form span {
    position: absolute;
    right: 14px;
    top: 22px;
    color: #FFF;
    font-size: 22px; }
#mm-mmenu .mm-panel {
  margin-top: 68px; }

.mm-title {
  color: #FFF !important; }

.mm-menu .mm-listview > li .mm-next:after, .mm-menu .mm-listview > li .mm-arrow:after, .mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
  border-color: #FFF; }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background-color: #360e4a; }

.header .mm-menu-btn {
  position: relative;
  display: inline-block;
  height: 42px;
  width: 30px;
  margin-top: 10px;
  margin-right: 15px;
  float: right;
  display: block; }
  @media only screen and (min-width: 768px) {
    .header .mm-menu-btn {
      display: none; } }
.header .mm-menu-btn span {
  margin: 0 auto;
  position: relative;
  top: 12px; }
.header .mm-menu-btn span:before, .header .mm-menu-btn span:after {
  position: absolute;
  content: ''; }
.header .mm-menu-btn span, .header .mm-menu-btn span:before, .header .mm-menu-btn span:after {
  width: 25px;
  height: 2px;
  background-color: #FFF;
  display: block; }
.header .mm-menu-btn:hover {
  opacity: .7; }
.header .mm-menu-btn span:before {
  margin-top: -8px; }
.header .mm-menu-btn span:after {
  margin-top: 8px; }

.n-header .search-btn {
  display: inline-block;
  height: 28px;
  margin-top: -14px;
  right: 68px;
  top: 50%;
  position: absolute;
  width: 30px; }
  @media only screen and (max-width: 767px) {
    .n-header .search-btn {
      display: none; } }
  .n-header .search-btn span {
    color: #FFF;
    font-size: 26px; }
.n-header .mm-menu-btn {
  display: inline-block;
  height: 28px;
  margin-top: -14px;
  right: 20px;
  top: 50%;
  position: absolute;
  width: 30px; }
.n-header .mm-menu-btn span {
  margin: 0 auto;
  position: relative;
  top: 12px; }
.n-header .mm-menu-btn span:before, .n-header .mm-menu-btn span:after {
  position: absolute;
  content: ''; }
.n-header .mm-menu-btn span, .n-header .mm-menu-btn span:before, .n-header .mm-menu-btn span:after {
  width: 25px;
  height: 2px;
  background-color: #FFF;
  display: block; }
  @media only screen and (min-width: 768px) {
    .n-header .mm-menu-btn span, .n-header .mm-menu-btn span:before, .n-header .mm-menu-btn span:after {
      height: 2px;
      width: 30px; } }
.n-header .search-btn:hover, .n-header .mm-menu-btn:hover {
  opacity: .7; }
.n-header .mm-menu-btn span:before {
  margin-top: -8px; }
  @media only screen and (min-width: 768px) {
    .n-header .mm-menu-btn span:before {
      margin-top: -10px; } }
.n-header .mm-menu-btn span:after {
  margin-top: 8px; }
  @media only screen and (min-width: 768px) {
    .n-header .mm-menu-btn span:after {
      margin-top: 10px; } }

/* --- btn --- */
/* examples */
/* example 5 */
.mm-menu-btn span {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.mm-opened .mm-menu-btn span {
  background-color: transparent;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.mm-menu-btn span:before {
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s; }

.mm-opened .mm-menu-btn span:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s; }

.mm-menu-btn span:after {
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s; }

.mm-opened .mm-menu-btn span:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s; }

#page.background-template {
  background-color: #FFF;
  position: relative; }
  #page.background-template .background-template__bg {
    background-size: cover;
    background-position: center;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }
    #page.background-template .background-template__bg--fade {
      opacity: 0; }
      @media only screen and (min-width: 970px) {
        #page.background-template .background-template__bg--fade {
          opacity: 1; } }
  #page.background-template .container {
    position: relative;
    z-index: 10; }
  #page.background-template #breadcrumbs a {
    color: inherit; }
  @media only screen and (min-width: 970px) {
    #page.background-template {
      padding: 4em 0 !important; } }
  @media only screen and (min-width: 1260px) {
    #page.background-template {
      padding: 6em 0 !important; } }
  @media only screen and (min-width: 970px) {
    #page.background-template .intro {
      margin: 4em 0 6em 0; } }
  @media only screen and (min-width: 1260px) {
    #page.background-template .intro {
      margin: 4em 0 8em 0; } }
  @media only screen and (min-width: 970px) {
    #page.background-template .intro h1 {
      font-size: 52px; } }
  @media only screen and (min-width: 1260px) {
    #page.background-template .intro h1 {
      font-size: 62px; } }
  @media only screen and (min-width: 970px) {
    #page.background-template .intro .ingress {
      font-size: 26px; } }
  @media only screen and (min-width: 1260px) {
    #page.background-template .intro .ingress {
      font-size: 30px; } }
  @media only screen and (min-width: 970px) {
    #page.background-template .page-content p {
      font-size: 19px; } }
  @media only screen and (min-width: 1260px) {
    #page.background-template .page-content p {
      font-size: 21px; } }
  #page.background-template .scroll-below {
    display: none;
    text-align: center; }
    @media only screen and (min-width: 970px) {
      #page.background-template .scroll-below {
        display: block; } }
    #page.background-template .scroll-below span {
      cursor: pointer; }
      #page.background-template .scroll-below span i {
        color: #ffe885; }
        #page.background-template .scroll-below span i:hover {
          color: #ffd51f; }

.section {
  background-color: #f1f0e3;
  background-size: cover;
  position: relative; }
  .section.text-black {
    color: #000 !important; }
    .section.text-black h1, .section.text-black h2, .section.text-black h3, .section.text-black h4, .section.text-black h5, .section.text-black h6, .section.text-black span, .section.text-black div, .section.text-black label {
      color: #000 !important; }
  .section.text-purple {
    color: #3c1053 !important; }
    .section.text-purple h1, .section.text-purple h2, .section.text-purple h3, .section.text-purple h4, .section.text-purple h5, .section.text-purple h6, .section.text-purple span, .section.text-purple div, .section.text-purple label {
      color: #3c1053 !important; }
  .section .section-heading {
    text-align: center;
    margin-bottom: 1em;
    font-size: 24px; }
    @media only screen and (min-width: 768px) {
      .section .section-heading {
        font-size: 36px; } }
  .section .post-edit-link {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #3c1053;
    color: #3c1053;
    padding: 4px 6px 2px 6px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 10px;
    z-index: 100; }
    .section .post-edit-link:hover, .section .post-edit-link:active {
      background-color: #3c1053; }
      .section .post-edit-link:hover span, .section .post-edit-link:active span {
        color: #FFF !important; }
  .section p {
    margin: 0; }
  .section.extra-padding {
    padding: 4em 0; }
    @media only screen and (min-width: 768px) {
      .section.extra-padding {
        padding: 8em 0; } }
  .section--text {
    text-align: center;
    color: #FFF; }
    .section--text h1, .section--text h2, .section--text h3, .section--text h4, .section--text h5, .section--text h6, .section--text li {
      color: #FFF;
      margin-bottom: 1em; }
    .section--text .myt-btn {
      text-decoration: none; }
    @media only screen and (max-width: 767px) {
      .section--text .row > div {
        margin-bottom: 1em;
        margin-top: 1em; } }
  .section--image {
    padding: 0;
    overflow: hidden; }
    .section--image img {
      width: 100%; }
  .section--film .play-yt-video {
    position: relative;
    transition: opacity 400ms;
    display: none; }
    @media only screen and (min-width: 768px) {
      .section--film .play-yt-video {
        display: block; } }
    .section--film .play-yt-video:hover {
      opacity: .9; }
  .section--film .play-yt-img {
    width: 100%; }
  .section--film .play-yt-btn {
    width: 60px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    @media only screen and (min-width: 768px) {
      .section--film .play-yt-btn {
        width: 100px; } }
  .section--film .video-container-wrap.poster {
    display: block; }
    @media only screen and (min-width: 768px) {
      .section--film .video-container-wrap.poster {
        display: none; } }
  .section--film .video-container-wrap .video-container {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */ }
    .section--film .video-container-wrap .video-container iframe {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
  .section--icon {
    background-color: red; }
    .section--icon .icon-feature {
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .section--icon .icon-feature {
          margin-bottom: 2em; } }
      .section--icon .icon-feature span {
        font-size: 56px;
        font-weight: bold; }
        @media only screen and (min-width: 970px) {
          .section--icon .icon-feature span {
            font-size: 72px; } }
      .section--icon .icon-feature h4 {
        color: #3c1053;
        text-align: center; }
        @media only screen and (min-width: 768px) {
          .section--icon .icon-feature h4 {
            font-size: 18px; } }
        @media only screen and (min-width: 970px) {
          .section--icon .icon-feature h4 {
            font-size: 20px; } }
        @media only screen and (max-width: 767px) {
          .section--icon .icon-feature h4 br {
            display: none; } }
      .section--icon .icon-feature img {
        height: 100px;
        margin-bottom: .5em; }
        @media only screen and (min-width: 768px) {
          .section--icon .icon-feature img {
            margin-bottom: 1em; } }
        @media only screen and (min-width: 970px) {
          .section--icon .icon-feature img {
            height: 140px; } }
      .section--icon .icon-feature a:hover img, .section--icon .icon-feature a:hover h4, .section--icon .icon-feature a:hover span {
        opacity: .7; }
  .section--campaign {
    background-color: #f1f0e3; }
    .section--campaign .campaign-feature {
      margin-top: 2em; }
      @media only screen and (min-width: 768px) {
        .section--campaign .campaign-feature:first-child {
          margin: 0; } }
    .section--campaign .campaign-info {
      background-color: #e9e8dc;
      padding: 2em;
      text-align: center; }
      @media only screen and (min-width: 970px) {
        .section--campaign .campaign-info {
          padding: 4em; } }
      @media only screen and (min-width: 1260px) {
        .section--campaign .campaign-info {
          padding: 6em; } }
  .section--image-campaign {
    padding-bottom: 0;
    padding-top: 2.5em !important; }
    .section--image-campaign h2 {
      font-size: 3.7em; }
  .section.active {
    background-image: url(../img/edit-bg.png) !important;
    background-size: 15px 15px !important;
    background-repeat: repeat !important; }

.content-wrap .section--image-campaign {
  padding-top: 2.5em !important; }

@media only screen and (min-width: 768px) {
  .section--notices {
    padding: 4em 0; } }

@media only screen and (max-width: 767px) {
  .notice-feature:first-child {
    margin-bottom: 1em; } }
.notice-feature__content {
  margin-top: 1em;
  text-align: center;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .notice-feature__content {
      margin-top: 2em; } }
  .notice-feature__content h3 {
    margin-bottom: .2em;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .notice-feature__content h3 {
        font-size: 30px; } }
  .notice-feature__content p {
    text-align: center; }
  .notice-feature__content .button {
    width: 80%;
    margin-top: 1em; }

.hero-section {
  padding: 0 !important;
  overflow: hidden;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .hero-section {
      background-size: cover;
      min-height: 400px; } }
  .hero-section .bx-wrapper {
    position: relative;
    margin: 0; }
  .hero-section video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    overflow: hidden; }
  .hero-section .slide {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    background-size: cover !important;
    background-position: center;
    height: 400px;
    justify-content: center; }
    .hero-section .slide .button {
      float: none;
      margin: 0 auto; }
    @media only screen and (min-width: 768px) {
      .hero-section .slide {
        height: 500px; } }
    @media only screen and (min-width: 1260px) {
      .hero-section .slide {
        height: 700px; } }
    @media only screen and (min-width: 1480px) {
      .hero-section .slide {
        height: 900px; } }
    .hero-section .slide--vert-top {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: flex-start;
      -webkit-flex-align: flex-start;
      -ms-flex-align: flex-start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      padding-top: 20px; }
      @media only screen and (min-width: 768px) {
        .hero-section .slide--vert-top {
          padding-top: 50px; } }
      @media only screen and (min-width: 1260px) {
        .hero-section .slide--vert-top {
          padding-top: 100px; } }
    .hero-section .slide--vert-bottom {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: flex-end;
      -webkit-flex-align: flex-end;
      -ms-flex-align: flex-end;
      -webkit-align-items: flex-end;
      align-items: flex-end;
      padding-bottom: 20px; }
      @media only screen and (min-width: 768px) {
        .hero-section .slide--vert-bottom {
          padding-bottom: 50px; } }
      @media only screen and (min-width: 1260px) {
        .hero-section .slide--vert-bottom {
          padding-bottom: 100px; } }
    .hero-section .slide--horiz-left {
      justify-content: flex-start;
      padding-left: 20px; }
      @media only screen and (min-width: 768px) {
        .hero-section .slide--horiz-left {
          padding-left: 50px; } }
      @media only screen and (min-width: 1260px) {
        .hero-section .slide--horiz-left {
          padding-left: 100px; } }
    .hero-section .slide--horiz-right {
      justify-content: flex-end;
      padding-right: 20px; }
      @media only screen and (min-width: 768px) {
        .hero-section .slide--horiz-right {
          padding-right: 50px; } }
      @media only screen and (min-width: 1260px) {
        .hero-section .slide--horiz-right {
          padding-right: 100px; } }
    .hero-section .slide .slider-content {
      color: #FFF;
      position: relative;
      text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
      text-align: center;
      max-width: 560px; }
      .hero-section .slide .slider-content h3 {
        font-size: 30px;
        margin-bottom: .4em;
        text-align: center; }
        @media only screen and (min-width: 768px) {
          .hero-section .slide .slider-content h3 {
            font-size: 46px; } }
        @media only screen and (min-width: 1260px) {
          .hero-section .slide .slider-content h3 {
            font-size: 52px; } }
      .hero-section .slide .slider-content p {
        font-size: 16px;
        margin-bottom: 1em;
        text-align: center; }
        @media only screen and (min-width: 768px) {
          .hero-section .slide .slider-content p {
            font-size: 20px; } }
        @media only screen and (min-width: 1260px) {
          .hero-section .slide .slider-content p {
            font-size: 24px; } }
      .hero-section .slide .slider-content .button {
        text-shadow: none; }
        @media only screen and (min-width: 768px) {
          .hero-section .slide .slider-content .button {
            min-width: 120px; } }
        .hero-section .slide .slider-content .button-bigger {
          padding: 20px 36px; }
          @media only screen and (min-width: 768px) {
            .hero-section .slide .slider-content .button-bigger {
              padding: 24px 45px; } }
    .hero-section .slide--align-left .slider-content {
      text-align: left; }
      .hero-section .slide--align-left .slider-content h3, .hero-section .slide--align-left .slider-content p {
        text-align: left; }
      .hero-section .slide--align-left .slider-content .button {
        float: left; }
    .hero-section .slide--align-right .slider-content {
      text-align: right; }
      .hero-section .slide--align-right .slider-content h3, .hero-section .slide--align-right .slider-content p {
        text-align: right; }
      .hero-section .slide--align-right .slider-content .button {
        float: right; }

.content-wrap section:first-of-type.hero-section {
  padding-top: 0 !important; }

@media only screen and (min-width: 768px) {
  .section--highlights {
    padding: 4em 0; } }
.section--highlights h2 {
  background-color: #f1f0e3;
  display: inline-block;
  margin-bottom: 0;
  padding: 0 1em;
  position: relative;
  text-align: center;
  z-index: 10; }
.section--highlights__heading {
  margin-bottom: 1em;
  position: relative;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .section--highlights__heading {
      margin-bottom: 2em; } }
.section--highlights__divider {
  display: none; }
  @media only screen and (min-width: 768px) {
    .section--highlights__divider {
      border-bottom: 1px solid #DDD;
      display: block;
      height: 50%;
      left: 0;
      margin: 0px 1%;
      position: absolute;
      top: 0;
      width: 98%; } }

@media only screen and (max-width: 767px) {
  .highlight {
    margin-bottom: 2em; } }
.highlight img {
  margin-bottom: 1em; }
.highlight h4 {
  margin-bottom: 0;
  text-align: center; }

.inspiration-section {
  background-color: #FFF; }
  .inspiration-section h2 {
    background-color: #FFF;
    display: inline-block;
    margin-bottom: 0;
    padding: 0 1em;
    position: relative;
    text-align: center;
    z-index: 10; }
  .inspiration-section__heading {
    margin-bottom: 1em;
    position: relative;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .inspiration-section__heading {
        margin-bottom: 2em; } }
  .inspiration-section__divider {
    display: none; }
    @media only screen and (min-width: 768px) {
      .inspiration-section__divider {
        border-bottom: 1px solid #DDD;
        display: block;
        height: 50%;
        left: 0;
        margin: 0px 1%;
        position: absolute;
        top: 0;
        width: 98%; } }
  .inspiration-section .inspiration-load-more {
    background-color: #EEE;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem auto 0 auto;
    height: 54px;
    width: 220px; }
    .inspiration-section .inspiration-load-more:hover {
      opacity: .6; }
    .inspiration-section .inspiration-load-more__text {
      font-size: 1.2rem; }
    .inspiration-section .inspiration-load-more__loader {
      display: none; }
    .inspiration-section .inspiration-load-more--loading {
      background-color: #e7e7e7; }
      .inspiration-section .inspiration-load-more--loading:hover {
        opacity: 1; }
      .inspiration-section .inspiration-load-more--loading .inspiration-load-more__text {
        display: none; }
      .inspiration-section .inspiration-load-more--loading .inspiration-load-more__loader {
        display: block; }
  .inspiration-section .hidden {
    visibility: hidden;
    width: 0px !important;
    height: 0px !important;
    margin: 0px !important;
    padding: 0px !important; }
  .inspiration-section .inspiration-container {
    margin: 0 -.5rem; }
  .inspiration-section .inspiration-element-item {
    height: auto;
    margin: 0;
    transition: none !important;
    transition-property: opacity !important;
    transition-duration: 1s !important;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .inspiration-section .inspiration-element-item {
        width: 50%; } }
    @media only screen and (min-width: 970px) {
      .inspiration-section .inspiration-element-item {
        width: 33.33333333%; } }
  .inspiration-section .inspiration-entry {
    padding: .5rem;
    position: relative;
    width: 100%; }
    .inspiration-section .inspiration-entry__content {
      background-size: cover;
      padding: 1rem;
      z-index: 2;
      position: relative; }
      .inspiration-section .inspiration-entry__content h3 {
        margin-bottom: .5rem; }
      .inspiration-section .inspiration-entry__content p {
        color: #000; }
    .inspiration-section .inspiration-entry__inner {
      -webkit-transition: opacity 0.2s ease-in-out;
      -moz-transition: opacity 0.2s ease-in-out;
      -ms-transition: opacity 0.2s ease-in-out;
      -o-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      background-color: #FFF;
      background-size: cover;
      box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
      overflow: hidden;
      position: relative; }
      .inspiration-section .inspiration-entry__inner:hover {
        opacity: .9; }
      .inspiration-section .inspiration-entry__inner img {
        width: 100%; }
      .inspiration-section .inspiration-entry__inner video {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: 100%;
        overflow: hidden;
        z-index: 0; }
    .inspiration-section .inspiration-entry--image {
      position: relative; }
      .inspiration-section .inspiration-entry--image .inspiration-entry__content {
        bottom: 0;
        position: absolute; }
        .inspiration-section .inspiration-entry--image .inspiration-entry__content h3, .inspiration-section .inspiration-entry--image .inspiration-entry__content p {
          color: #FFF; }
    .inspiration-section .inspiration-entry .feature-product {
      padding: 1rem; }
      .inspiration-section .inspiration-entry .feature-product .inspiration-entry__content {
        margin-bottom: -1rem;
        margin-left: -1rem;
        margin-right: -1rem; }
      .inspiration-section .inspiration-entry .feature-product .button {
        margin-top: .5rem;
        padding: 15px 0;
        width: 100%; }
    .inspiration-section .inspiration-entry .feature-video {
      background-color: #000;
      min-height: 300px;
      position: relative; }
      @media only screen and (min-width: 768px) {
        .inspiration-section .inspiration-entry .feature-video {
          min-height: 400px; } }
      .inspiration-section .inspiration-entry .feature-video .inspiration-entry__content {
        bottom: 0;
        position: absolute; }
        .inspiration-section .inspiration-entry .feature-video .inspiration-entry__content h3, .inspiration-section .inspiration-entry .feature-video .inspiration-entry__content p {
          color: #FFF; }
      .inspiration-section .inspiration-entry .feature-video .fa {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        color: #FFF;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 20;
        font-size: 70px;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
      .inspiration-section .inspiration-entry .feature-video:hover .fa {
        font-size: 0px;
        opacity: 0; }
  .inspiration-section--selected-posts .inspiration-load-more {
    display: none !important; }

#page + .inspiration-section--filter {
  margin-top: -1rem; }
  @media only screen and (min-width: 970px) {
    #page + .inspiration-section--filter {
      margin-top: -3rem; } }

.section + .inspiration-section {
  padding-top: 4rem; }

.inspiration-filters {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media only screen and (min-width: 768px) {
    .inspiration-filters {
      flex-direction: row; } }
  .inspiration-filters > div {
    display: flex;
    justify-content: center;
    margin-top: 10px; }
    @media only screen and (min-width: 768px) {
      .inspiration-filters > div {
        margin-top: 0; } }

.inspiration-filters-current {
  padding: 6px 0;
  justify-content: center; }
  @media only screen and (min-width: 768px) {
    .inspiration-filters-current {
      padding: 10px 0; } }

.inspiration-filter {
  background-color: #e7e7e7;
  position: relative;
  width: 50%; }
  @media only screen and (min-width: 768px) {
    .inspiration-filter {
      background: none;
      width: auto; } }
  .inspiration-filter__btn {
    cursor: pointer;
    font-size: .9rem;
    display: block;
    padding: 10px; }
    .inspiration-filter__btn:hover {
      background-color: #e7e7e7; }
    .inspiration-filter__btn.is-checked {
      background-color: #e7e7e7;
      font-weight: bold; }
  .inspiration-filter__label {
    cursor: pointer;
    padding: 6px;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .inspiration-filter__label {
        padding: 10px;
        text-align: left; } }
  .inspiration-filter:first-of-type .inspiration-filter__label {
    background-color: #efefef; }
    @media only screen and (min-width: 768px) {
      .inspiration-filter:first-of-type .inspiration-filter__label {
        background: none; } }
  .inspiration-filter ul {
    background-color: #f1f1f1;
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 10;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .inspiration-filter ul {
        top: 42px; } }
    @media only screen and (min-width: 768px) {
      .inspiration-filter ul {
        left: inherit;
        right: 0;
        min-width: 200px; } }
    .inspiration-filter ul:after {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: transparent;
      border-bottom-color: #f1f1f1;
      border-width: 8px;
      margin-left: -8px; }
      @media only screen and (min-width: 768px) {
        .inspiration-filter ul:after {
          left: 87%; } }
    .inspiration-filter ul li {
      list-style: none; }
  .inspiration-filter--active {
    background-color: #f1f1f1; }
    @media only screen and (min-width: 768px) {
      .inspiration-filter--active {
        background-color: #FFF; } }
    .inspiration-filter--active ul {
      display: block; }

.inspiration-to-archive {
  background-color: #EEE;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  margin: 2rem auto 0 auto;
  padding: 14px 20px;
  text-align: center; }
  .inspiration-to-archive:hover {
    opacity: .6; }

.page-template-template-inspiration-archive .inspiration-section {
  padding-top: 0; }
.page-template-template-inspiration-archive .inspiration-archive-pagination .row {
  text-align: center; }
.page-template-template-inspiration-archive .page-pagination {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  text-align: center;
  float: none; }

.inspiration-entry-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+39,0.65+100 */
  background: -moz-linear-gradient(top, transparent 0%, transparent 39%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, transparent 39%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, transparent 39%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */ }

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 54px;
  margin: 0 20px; }

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #3c1053;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite; }

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(19px, 0); } }
.popular-inspiration {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  text-align: center;
  max-width: 100%;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .popular-inspiration {
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: 90%;
      padding: 3rem; } }
  @media only screen and (min-width: 970px) {
    .popular-inspiration {
      max-width: 85%; } }
  @media only screen and (min-width: 1260px) {
    .popular-inspiration {
      max-width: 80%; } }
  .popular-inspiration__image {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem; }
    @media only screen and (min-width: 768px) {
      .popular-inspiration__image {
        margin-bottom: 0;
        padding-right: 5%;
        width: 35%; } }
    .popular-inspiration__image img {
      width: 100%;
      max-width: 260px; }
  .popular-inspiration__posts {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .popular-inspiration__posts {
        width: 60%; } }
    .popular-inspiration__posts h3 {
      color: #000; }
    .popular-inspiration__posts .wpp-list {
      margin: 1rem 0 0 0;
      padding: 0; }
      .popular-inspiration__posts .wpp-list li {
        border-bottom: 1px solid #eaeaea;
        padding: .7rem 0; }
        .popular-inspiration__posts .wpp-list li:first-child {
          border-top: 1px solid #eaeaea; }
        .popular-inspiration__posts .wpp-list li a {
          color: #000; }
          .popular-inspiration__posts .wpp-list li a:hover {
            color: #4d4d4d; }

@media only screen and (min-width: 768px) {
  .section--news {
    padding: 4em 0; } }
.section--news h3 {
  margin: 0; }
.section--news hr {
  border-color: #DDD;
  margin: 1em 0; }
.section--news__entry {
  margin-top: 1em; }
  @media only screen and (min-width: 768px) {
    .section--news__entry {
      font-size: 1.2em; } }
@media only screen and (max-width: 767px) {
  .section--news__title {
    font-weight: bold; } }
@media only screen and (min-width: 768px) {
  .section--news__date {
    float: right;
    text-align: right; } }

@media only screen and (min-width: 768px) {
  .section--recipes {
    padding: 4em 0; } }
.section--recipes h2 {
  background-color: #f1f0e3;
  display: inline-block;
  margin-bottom: 0;
  padding: 0 1em;
  position: relative;
  text-align: center;
  z-index: 10; }
.section--recipes__heading {
  margin-bottom: 1em;
  position: relative;
  text-align: center; }
.section--recipes__more {
  text-align: center;
  margin-bottom: 1em; }
  @media only screen and (min-width: 768px) {
    .section--recipes__more {
      margin-bottom: 2em; } }
  .section--recipes__more a {
    font-weight: bold; }
.section--recipes__divider {
  display: none; }
  @media only screen and (min-width: 768px) {
    .section--recipes__divider {
      border-bottom: 1px solid #DDD;
      display: block;
      height: 50%;
      left: 0;
      margin: 0px 1%;
      position: absolute;
      top: 0;
      width: 98%; } }

.recipe-feat {
  margin-bottom: 2em; }
  .recipe-feat img {
    margin-bottom: 1em; }

.image-slide {
  background-size: cover;
  background-position: center;
  height: 220px; }
  @media only screen and (min-width: 768px) {
    .image-slide {
      height: 400px; } }
  @media only screen and (min-width: 970px) {
    .image-slide {
      height: 520px; } }
  @media only screen and (min-width: 1260px) {
    .image-slide {
      height: 600px; } }

.bx-wrapper .product-slide {
  background-size: cover;
  background-position: center;
  height: 460px;
  position: relative;
  text-align: center;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .bx-wrapper .product-slide {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-flex-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      height: 600px; } }
  .bx-wrapper .product-slide__caption {
    color: #FFF;
    text-align: center;
    width: 100%;
    padding: 0 30px; }
    @media only screen and (min-width: 768px) {
      .bx-wrapper .product-slide__caption {
        width: 65%; } }
    @media only screen and (min-width: 970px) {
      .bx-wrapper .product-slide__caption {
        width: 50%; } }
    .bx-wrapper .product-slide__caption h2 {
      text-align: center;
      margin-bottom: .5em;
      font-size: 30px;
      text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4); }
      @media only screen and (min-width: 768px) {
        .bx-wrapper .product-slide__caption h2 {
          font-size: 40px;
          margin-bottom: .2em; } }
    .bx-wrapper .product-slide__caption p {
      text-align: center;
      margin-bottom: 1em;
      text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4); }
      @media only screen and (max-width: 767px) {
        .bx-wrapper .product-slide__caption p {
          display: none; } }
      @media only screen and (min-width: 970px) {
        .bx-wrapper .product-slide__caption p {
          font-size: 18px; } }
  .bx-wrapper .product-slide__image {
    z-index: 100;
    max-height: 250px;
    max-width: 260px; }
    @media only screen and (max-width: 767px) {
      .bx-wrapper .product-slide__image {
        margin: 2em auto 1em auto; } }
    @media only screen and (min-width: 768px) {
      .bx-wrapper .product-slide__image {
        position: absolute;
        top: 50%;
        right: 20%;
        max-width: 240px;
        max-height: 450px;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%); } }
    @media only screen and (min-width: 970px) {
      .bx-wrapper .product-slide__image {
        right: 33%; } }
  .bx-wrapper .product-slide__bg-break {
    background-size: cover;
    background-position: center;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 20%; }
    @media only screen and (min-width: 768px) {
      .bx-wrapper .product-slide__bg-break {
        display: block; } }
    @media only screen and (min-width: 970px) {
      .bx-wrapper .product-slide__bg-break {
        width: 33%; } }
  .bx-wrapper .product-slide .product-tastes {
    margin: 0 0 .5em 0; }
    @media only screen and (max-width: 767px) {
      .bx-wrapper .product-slide .product-tastes {
        display: none; } }
  .bx-wrapper .product-slide .product-taste {
    color: rgba(255, 255, 255, 0.5);
    font-size: .8em;
    text-transform: uppercase; }
    .bx-wrapper .product-slide .product-taste__grade {
      border: 1px solid rgba(255, 255, 255, 0.5); }

.section--slider .bx-controls {
  width: 100%;
  position: absolute;
  bottom: 50%; }
  @media only screen and (max-width: 767px) {
    .section--slider .bx-controls {
      margin-bottom: -20px; } }
  @media only screen and (min-width: 768px) {
    .section--slider .bx-controls {
      width: auto;
      bottom: 20px;
      right: 20px; } }
  .section--slider .bx-controls .bx-controls-direction a {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    background-image: none !important;
    border: 1px solid #FFF;
    color: #FFF;
    text-indent: 0;
    display: inline-block;
    text-align: center;
    position: static;
    width: 40px;
    height: 40px; }
    @media only screen and (min-width: 768px) {
      .section--slider .bx-controls .bx-controls-direction a {
        opacity: 0; } }
    .section--slider .bx-controls .bx-controls-direction a.bx-prev {
      float: left; }
      @media only screen and (max-width: 767px) {
        .section--slider .bx-controls .bx-controls-direction a.bx-prev {
          margin-left: 10px; } }
      @media only screen and (min-width: 768px) {
        .section--slider .bx-controls .bx-controls-direction a.bx-prev {
          margin-left: 10px;
          float: none; } }
    .section--slider .bx-controls .bx-controls-direction a.bx-next {
      float: right; }
      @media only screen and (max-width: 767px) {
        .section--slider .bx-controls .bx-controls-direction a.bx-next {
          margin-right: 10px; } }
      @media only screen and (min-width: 768px) {
        .section--slider .bx-controls .bx-controls-direction a.bx-next {
          margin-left: 10px;
          float: none; } }
    .section--slider .bx-controls .bx-controls-direction a span {
      display: block;
      text-align: center;
      margin-top: 10px; }
    .section--slider .bx-controls .bx-controls-direction a:hover {
      background-color: #FFF; }
      .section--slider .bx-controls .bx-controls-direction a:hover span {
        color: #3c1053; }
@media only screen and (min-width: 768px) {
  .section--slider .bx-wrapper:hover .bx-controls-direction a {
    opacity: 1; } }

@media only screen and (min-width: 768px) {
  .section--stores {
    padding: 4em 0; } }
.section--stores h2 {
  background-color: #f1f0e3;
  display: inline-block;
  margin-bottom: 0;
  padding: 0 1em;
  position: relative;
  text-align: center;
  z-index: 10; }
.section--stores__heading {
  margin-bottom: 1em;
  position: relative;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .section--stores__heading {
      margin-bottom: 2em; } }
.section--stores__divider {
  display: none; }
  @media only screen and (min-width: 768px) {
    .section--stores__divider {
      border-bottom: 1px solid #DDD;
      display: block;
      height: 50%;
      left: 0;
      margin: 0px 1%;
      position: absolute;
      top: 0;
      width: 98%; } }

.store {
  margin-bottom: 2.5em;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .store {
      margin-bottom: 2em; } }
  @media only screen and (min-width: 768px) {
    .store {
      min-height: 160px; } }
  .store img {
    display: block;
    margin: 0 auto 2em auto;
    max-width: 70%;
    max-height: 70px; }
  .store .button {
    font-size: 16px;
    min-width: 60%; }

.section--nutriants .birdie {
  display: block;
  padding-left: 10px; }

.cluster {
  padding-bottom: 10px; }

.nutriant-header {
  border: none !important; }

.nutriant-container {
  border-left: 2px solid #6a1c93;
  border-right: 2px solid #6a1c93;
  border-bottom: 2px solid #6a1c93; }

.nutriant {
  display: flex;
  border-top: 2px solid #6a1c93; }
  .nutriant div {
    box-sizing: border-box;
    width: 50%;
    padding: 10px; }

.nutriant-sub {
  border-top: none; }
  .nutriant-sub div {
    padding: 0 10px; }

.movieplayer-section {
  padding: 0 !important;
  overflow: hidden;
  position: relative; }
  .movieplayer-section:before {
    content: '';
    display: block;
    padding-top: 56%; }
  @media only screen and (min-width: 768px) {
    .movieplayer-section {
      background-size: cover; } }
  .movieplayer-section video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    overflow: hidden; }
  .movieplayer-section .timeline-wrap {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 15; }
  .movieplayer-section .play-control {
    color: #FFF;
    margin-right: 10px;
    height: 20px;
    width: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .movieplayer-section .play-control .fa-pause {
      display: none; }
    .movieplayer-section .play-control:hover {
      cursor: pointer;
      opacity: .8; }
    .movieplayer-section .play-control.paused .fa-pause {
      display: block; }
    .movieplayer-section .play-control.paused .fa-play {
      display: none; }
  .movieplayer-section .time-control {
    color: #FFF;
    text-align: right;
    width: 120px; }
  .movieplayer-section .timeline {
    height: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%; }
    .movieplayer-section .timeline__drag {
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px;
      width: 20px;
      height: 20px;
      top: -5px;
      left: -5px;
      background-color: white;
      position: absolute;
      z-index: 2;
      transform-origin: 0 0; }
    .movieplayer-section .timeline__progress {
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.6);
      transform: scaleX(0);
      transform-origin: 0 0;
      position: relative;
      z-index: 1; }
  .movieplayer-section .movieplayer-area {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }
  .movieplayer-section button {
    margin-top: 2em;
    position: absolute;
    top: 40px;
    left: 40px; }
  .movieplayer-section .play-icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #3c1053;
    color: #FFF;
    height: 50px;
    margin-right: -25px;
    margin-bottom: -25px;
    text-align: center;
    width: 50px;
    position: absolute;
    bottom: 50%;
    right: 50%;
    z-index: 10;
    opacity: 1;
    pointer-events: none; }
    @media only screen and (min-width: 768px) {
      .movieplayer-section .play-icon {
        height: 80px;
        width: 80px;
        margin-right: -40px;
        margin-bottom: -40px; } }
    .movieplayer-section .play-icon i {
      display: block;
      font-size: 1.6em;
      margin: 0 auto;
      text-shadow: none; }
      @media only screen and (min-width: 768px) {
        .movieplayer-section .play-icon i {
          font-size: 2em; } }
    .movieplayer-section .play-icon .fa-play {
      padding-left: 7px; }
  .movieplayer-section.paused .play-icon {
    opacity: 0; }
  .movieplayer-section.showcontrols .timeline-wrap {
    opacity: 1; }

.content-wrap section:first-of-type.movieplayer-section {
  padding-top: 0 !important; }

#search-header {
  background-color: #330e46;
  display: none;
  padding: 1em 0; }
  @media only screen and (min-width: 1260px) {
    #search-header .container {
      padding: 0; } }
  #search-header .searchform {
    overflow: hidden;
    padding: 4px 0;
    position: relative;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      #search-header .searchform {
        padding: 8px 0; } }
    #search-header .searchform input[type="text"] {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      border: none;
      background: none;
      color: #FFF;
      font-family: Brown-Pro-Regular;
      font-size: 18px;
      width: 75%;
      padding-left: 0px;
      float: left;
      margin-left: 35px; }
      @media only screen and (min-width: 768px) {
        #search-header .searchform input[type="text"] {
          font-size: 24px;
          margin-left: 50px;
          padding-left: 20px;
          width: 90%; } }
      #search-header .searchform input[type="text"]::-webkit-input-placeholder {
        color: #FFF; }
      #search-header .searchform input[type="text"]:-moz-placeholder {
        color: #FFF; }
      #search-header .searchform input[type="text"]::-moz-placeholder {
        color: #FFF; }
      #search-header .searchform input[type="text"]:-ms-input-placeholder {
        color: #FFF; }
    #search-header .searchform input[type="submit"] {
      background: none;
      color: #FFF;
      width: 40px;
      height: 45px;
      position: absolute;
      text-indent: -999999px;
      z-index: 1;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
      @media only screen and (min-width: 768px) {
        #search-header .searchform input[type="submit"] {
          font-size: 20px;
          width: 65px; } }
    #search-header .searchform .ti-search {
      color: #FFF;
      position: absolute;
      left: 10px;
      bottom: 20px; }
      @media only screen and (max-width: 767px) {
        #search-header .searchform .ti-search {
          bottom: 15px;
          left: 0; } }
      #search-header .searchform .ti-search:before {
        font-size: 1.6em; }
    #search-header .searchform .ti-close {
      color: #FFF;
      position: absolute;
      right: 15px;
      bottom: 20px;
      cursor: pointer; }
      @media only screen and (max-width: 767px) {
        #search-header .searchform .ti-close {
          bottom: 15px;
          font-size: 2em;
          right: 0; } }
      #search-header .searchform .ti-close:before {
        font-size: 1.6em; }

.n-site-wrap #search-header {
  position: absolute;
  top: 85px;
  z-index: 100;
  width: 100%; }
  .n-site-wrap #search-header.fix {
    position: fixed;
    top: 65px; }

.single-hero {
  background-size: cover;
  display: flex;
  align-items: flex-end;
  height: 300px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .single-hero {
      height: 400px; } }
  @media only screen and (min-width: 970px) {
    .single-hero {
      height: 500px; } }
  @media only screen and (min-width: 1260px) {
    .single-hero {
      height: 600px; } }
  .single-hero .container {
    width: 100%;
    z-index: 10; }
    @media only screen and (min-width: 970px) {
      .single-hero .container {
        margin-bottom: -2rem; } }
  .single-hero h1 {
    color: #FFF;
    font-size: 28px;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .single-hero h1 {
        font-size: 40px; } }
  .single-hero .page-date {
    color: #FFF;
    margin-bottom: 1rem; }
  .single-hero__shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    z-index: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+39,0.65+100 */
    background: -moz-linear-gradient(top, transparent 0%, transparent 39%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 0%, transparent 39%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%, transparent 39%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    /* IE6-9 */ }

.section--sparkle [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden; }

.sparkle-column {
  background-color: #000; }

.sparkle {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  background-size: cover;
  background-position: center;
  background-color: #e9e8dc;
  position: relative;
  padding: 0 !important; }
  .sparkle:before {
    content: "";
    display: block; }
  .sparkle--small:hover, .sparkle--big:hover {
    opacity: .8; }
  .sparkle--small {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 33.33333333%; }
    .sparkle--small:before {
      padding-top: 100%; }
  .sparkle--big {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 50%; }
    .sparkle--big:before {
      padding-top: 100%; }
  .sparkle--two {
    background-size: cover; }
    @media only screen and (max-width: 767px) {
      .sparkle--two {
        clear: both;
        padding: 20px 0 !important; } }
    @media only screen and (min-width: 768px) {
      .sparkle--two .sparkle__feature {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-flex-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%; } }
    .sparkle--two .sparkle__feature__inner {
      text-align: center;
      width: 80%;
      margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .sparkle--two:before {
        display: none;
        content: none; } }
    @media only screen and (min-width: 768px) {
      .sparkle--two:before {
        padding-top: 50%;
        content: "";
        display: block; } }
    @media only screen and (min-width: 768px) {
      .sparkle--two {
        position: relative;
        float: left;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
  @media only screen and (max-width: 767px) {
    .sparkle--wide {
      clear: both;
      padding: 20px 0 !important; } }
  @media only screen and (min-width: 768px) {
    .sparkle--wide {
      position: relative;
      float: left;
      min-height: 1px;
      padding-left: 10px;
      padding-right: 10px;
      width: 100%;
      display: inherit; } }
  .sparkle--wide--custom h2, .sparkle--wide--custom p, .sparkle--wide--custom span {
    color: #FFF; }
  .sparkle--wide--custom span {
    display: inline-block;
    margin-top: .4em; }
  .sparkle--wide--custom .ti-angle-right {
    font-size: .8em; }
  .sparkle--wide--custom:hover {
    opacity: .9; }
    .sparkle--wide--custom:hover h2, .sparkle--wide--custom:hover p, .sparkle--wide--custom:hover span {
      opacity: .8; }
  @media only screen and (min-width: 768px) {
    .sparkle--wide .sparkle__inner {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-flex-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      position: absolute;
      top: 0;
      height: 100%;
      width: 100%; } }
  .sparkle--wide .sparkle__inner__inner {
    width: 80%;
    margin: 0 auto; }
    @media only screen and (min-width: 768px) {
      .sparkle--wide .sparkle__inner__inner {
        width: 90%; } }
    @media only screen and (min-width: 1260px) {
      .sparkle--wide .sparkle__inner__inner {
        width: 80%; } }
  @media only screen and (max-width: 767px) {
    .sparkle--wide:before {
      display: none;
      content: none; } }
  @media only screen and (min-width: 768px) {
    .sparkle--wide:before {
      padding-top: 33.3333333%;
      content: "";
      display: block !important; } }
  .sparkle__tweet {
    color: #FFF;
    font-size: 18px;
    word-wrap: break-word; }
    @media only screen and (max-width: 767px) {
      .sparkle__tweet {
        display: block; } }
    @media only screen and (min-width: 768px) {
      .sparkle__tweet {
        font-size: 18px; } }
    @media only screen and (min-width: 970px) {
      .sparkle__tweet {
        font-size: 20px; } }
    @media only screen and (min-width: 1260px) {
      .sparkle__tweet {
        font-size: 26px; } }
  .sparkle__feature {
    color: #FFF;
    margin: 0 auto;
    text-align: center; }
    .sparkle__feature h3, .sparkle__feature p {
      text-align: center;
      text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4); }
    .sparkle__feature h3 {
      font-size: 26px; }
      @media only screen and (min-width: 1260px) {
        .sparkle__feature h3 {
          font-size: 40px; } }
    .sparkle__feature p {
      margin-bottom: 1em; }
      @media only screen and (min-width: 970px) {
        .sparkle__feature p {
          font-size: 15px; } }
      @media only screen and (min-width: 1260px) {
        .sparkle__feature p {
          font-size: 16px; } }
  .sparkle__author {
    color: #FFF;
    position: absolute;
    bottom: 5px;
    right: 5px;
    text-transform: uppercase;
    font-size: 12px;
    z-index: 100; }
    .sparkle__author_name {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      text-align: right; }
      @media only screen and (max-width: 767px) {
        .sparkle__author_name {
          display: none; } }
      @media only screen and (min-width: 768px) {
        .sparkle__author_name {
          width: 200px; } }
      @media only screen and (min-width: 970px) {
        .sparkle__author_name {
          width: 120px; } }
      @media only screen and (min-width: 1260px) {
        .sparkle__author_name {
          width: 180px; } }
    .sparkle__author__icon {
      font-size: 18px; }
  .sparkle__shadow {
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    /* IE6-9 */
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0; }

.popup-wrap-sparkle {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  max-width: 600px; }
  .popup-wrap-sparkle .mfp-close {
    color: #FFF !important;
    opacity: 1 !important; }
    .popup-wrap-sparkle .mfp-close.hover {
      opacity: .8 !important; }
  .popup-wrap-sparkle img {
    width: 100%; }
  .popup-wrap-sparkle__shadow {
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    /* IE6-9 */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%; }
  .popup-wrap-sparkle__caption {
    color: #FFF;
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;
    word-wrap: break-word;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4); }
    .popup-wrap-sparkle__caption__author {
      text-transform: uppercase;
      margin-bottom: .5em; }
    .popup-wrap-sparkle__caption__date {
      color: #CCC;
      font-size: 14px;
      text-transform: uppercase; }

@media only screen and (max-width: 767px) {
  .header-fill {
    height: 68px; } }
@media only screen and (min-width: 768px) {
  .header-fill {
    display: none; } }

.fixed-menu {
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  position: fixed;
  top: -100px;
  width: 100%;
  z-index: 999999999999; }
  @media only screen and (max-width: 767px) {
    .fixed-menu {
      display: none; } }
  .fixed-menu.active {
    top: 0; }
  .fixed-menu .main-menu {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }

.header {
  color: #FFF;
  padding: .5em 0;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .header {
      -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
      background-color: #3c1053;
      z-index: 10;
      position: fixed;
      top: 0; } }
  @media only screen and (min-width: 768px) {
    .header {
      padding: 0; } }
  .header .logo-frame {
    -webkit-transition: top 0.2s ease-in-out;
    -moz-transition: top 0.2s ease-in-out;
    -ms-transition: top 0.2s ease-in-out;
    -o-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
    width: 120px;
    display: block;
    margin: 0 auto;
    z-index: 1000; }
    @media only screen and (min-width: 768px) {
      .header .logo-frame {
        position: absolute;
        top: 0;
        left: 50%;
        text-align: center;
        width: 206px;
        margin-left: -103px;
        padding: 12px 40px; } }
    @media only screen and (min-width: 970px) {
      .header .logo-frame {
        margin-left: -130px;
        width: 260px; } }
    .header .logo-frame.search-active {
      top: 97px; }
    .header .logo-frame .logo {
      display: none; }
      @media only screen and (min-width: 768px) {
        .header .logo-frame .logo {
          display: block;
          width: 185px; } }
      .header .logo-frame .logo--mobile {
        display: block; }
        @media only screen and (min-width: 768px) {
          .header .logo-frame .logo--mobile {
            display: none; } }

@media only screen and (max-width: 767px) {
  .main-menu--fill {
    display: none; } }
@media only screen and (min-width: 768px) {
  .main-menu--fill {
    height: 74px; } }

.main-menu {
  background-color: #3c1053;
  overflow: hidden;
  display: none;
  width: 100%;
  position: absolute;
  /*&.fixed{
  	position: fixed;
  	top: 0;
  	left: 0;
  }*/ }
  @media only screen and (min-width: 768px) {
    .main-menu {
      display: block; } }
  .main-menu ul {
    text-align: center;
    margin: 0; }
    .main-menu ul li {
      list-style: none;
      display: inline-block;
      margin: 1.5em 1em; }
      .main-menu ul li.mobile-only {
        display: none; }
      .main-menu ul li a {
        color: #FFF;
        font-size: 1.1em; }
        .main-menu ul li a:hover {
          color: #ffe885; }
      .main-menu ul li.current-menu-item a, .main-menu ul li.current-page-ancestor a {
        color: #ffe885; }

.top-menu {
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  position: absolute;
  top: 20px;
  right: 12px;
  z-index: 1000;
  display: none; }
  @media only screen and (min-width: 970px) {
    .top-menu {
      right: 20px; } }
  .top-menu.search-active {
    top: 117px; }
  @media only screen and (min-width: 768px) {
    .top-menu {
      display: block; } }
  .top-menu ul {
    float: right; }
    .top-menu ul li {
      list-style: none;
      float: left;
      position: relative;
      margin-left: .7em; }
      @media only screen and (min-width: 970px) {
        .top-menu ul li {
          margin-left: 2em; } }
      .top-menu ul li.mobile-only {
        display: none; }
      .top-menu ul li.search-btn span {
        font-size: 1em; }
        @media only screen and (min-width: 970px) {
          .top-menu ul li.search-btn span {
            font-size: 1.5em; } }
      .top-menu ul li a {
        color: #FFF;
        font-family: Brown-Pro-Regular; }
        .top-menu ul li a:hover {
          color: rgba(255, 255, 255, 0.8); }
        .top-menu ul li a .ti-angle-down {
          font-size: .7em; }
      .top-menu ul li ul.sub-menu {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        margin: 0;
        overflow: hidden;
        display: none;
        position: absolute;
        top: 24px;
        float: none; }
        .top-menu ul li ul.sub-menu:hover {
          display: block; }
        .top-menu ul li ul.sub-menu li {
          display: block;
          float: none;
          margin: 0;
          border-top: 1px solid rgba(255, 255, 255, 0.8); }
          .top-menu ul li ul.sub-menu li:first-child {
            border: none; }
          .top-menu ul li ul.sub-menu li a {
            background: rgba(255, 255, 255, 0.7);
            color: #000;
            padding: .5em 3em .5em 1em;
            display: block; }
            .top-menu ul li ul.sub-menu li a:hover {
              background: rgba(255, 255, 255, 0.8);
              color: #000; }
      .top-menu ul li:hover ul {
        display: block; }

.n-header-fill {
  height: 68px; }
  @media only screen and (min-width: 768px) {
    .n-header-fill {
      height: 85px; } }

.n-logo {
  height: 40px;
  width: 104.98px; }
  @media only screen and (min-width: 768px) {
    .n-logo {
      height: 50px;
      width: 131.22px; } }
  .n-logo--white {
    display: none; }
  .n-logo--fixed {
    display: none;
    height: 30px;
    width: 131.22px; }

.n-header {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #3c1053;
  color: #FFF;
  height: 68px;
  justify-content: center;
  padding: .5em 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10; }
  @media only screen and (min-width: 768px) {
    .n-header {
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      height: 85px;
      padding: 0; } }
  @media only screen and (max-width: 767px) {
    .n-header {
      -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
      background-color: #3c1053;
      z-index: 10;
      position: fixed;
      top: 0; } }
  @media only screen and (min-width: 768px) {
    .n-header.isolated {
      background-color: transparent; } }
  @media only screen and (min-width: 768px) {
    .n-header.isolated.fix {
      background-color: #3c1053; } }
  @media only screen and (min-width: 768px) {
    .n-header.isolated .n-logo--yellow {
      display: none; } }
  @media only screen and (min-width: 768px) {
    .n-header.isolated .n-logo--white {
      display: block; } }
  @media only screen and (min-width: 768px) {
    .n-header.fix-hidden {
      height: 65px;
      top: -70px; } }
  @media only screen and (min-width: 768px) {
    .n-header.fix {
      position: fixed;
      top: 0; } }
  @media only screen and (min-width: 768px) {
    .n-header.fix .n-logo--yellow, .n-header.fix .n-logo--white {
      display: none; } }
  @media only screen and (min-width: 768px) {
    .n-header.fix .n-logo--fixed {
      display: block; } }

body.admin-bar {
  margin-top: -46px; }
  @media only screen and (min-width: 768px) {
    body.admin-bar {
      margin-top: -32px; } }

@media only screen and (max-width: 767px) {
  .main-menu--fill {
    display: none; } }
@media only screen and (min-width: 768px) {
  .main-menu--fill {
    height: 74px; } }

@media only screen and (min-width: 768px) {
  .isolate-head .n-header-fill {
    display: none; } }

.footer {
  background: #3c1053;
  padding: 3em 0;
  color: #FFF; }
  .footer--above {
    border-bottom: 1px solid #290b39;
    padding: 2em 0 1.5em 0; }
    @media only screen and (min-width: 768px) {
      .footer--above {
        padding: 3.5em 0 1.5em 0; } }
    @media only screen and (min-width: 970px) {
      .footer--above {
        padding: 4em 0 2em 0; } }
    .footer--above ul {
      margin: 0 auto; }
      .footer--above ul li {
        float: left;
        margin: 0 1em; }
        .footer--above ul li a span {
          font-size: 1.3em; }
        .footer--above ul li.logo {
          width: 200px;
          margin: -25px 80px 0 80px; }
          @media only screen and (max-width: 767px) {
            .footer--above ul li.logo {
              display: none; } }
    .footer--above .widget-container {
      text-align: center;
      margin-bottom: 0; }
      .footer--above .widget-container div {
        display: inline-block; }
  .footer a {
    color: #FFF; }
    .footer a .logo {
      width: 300px;
      display: inline; }
    .footer a:hover {
      color: #9370b1; }
  @media only screen and (min-width: 970px) {
    .footer .widget-container {
      margin-bottom: 0; } }
  .footer .widget-container .textwidget {
    text-align: center; }
    @media only screen and (min-width: 970px) {
      .footer .widget-container .textwidget {
        text-align: left; } }
    .footer .widget-container .textwidget p {
      text-align: center; }
      @media only screen and (min-width: 970px) {
        .footer .widget-container .textwidget p {
          text-align: left; } }
  .footer .widget-container h3 {
    margin-bottom: .5em;
    text-align: center; }
    @media only screen and (min-width: 970px) {
      .footer .widget-container h3 {
        text-align: left; } }
  .footer .widget-container ul {
    margin: 0;
    list-style-type: square; }
    .footer .widget-container ul li {
      list-style: none; }
      .footer .widget-container ul li a {
        padding: .5em 0;
        display: block;
        text-align: center; }
        @media only screen and (min-width: 970px) {
          .footer .widget-container ul li a {
            padding: 0;
            display: initial;
            text-align: left; } }
  @media only screen and (min-width: 970px) {
    .footer .col-md-8 .widget-container {
      padding-right: 2em; } }

.feature {
  width: 100%;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .feature {
      margin-bottom: 2em; } }
  .feature:last-of-type {
    margin-bottom: 0 !important; }
  .feature .video-container {
    margin-top: 0; }
    @media only screen and (min-width: 768px) {
      .feature .video-container {
        display: none; } }
  .feature--full {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .feature--full .feature__content:before, .feature--full .feature__image:before {
        padding-top: 100%; } }
    @media only screen and (min-width: 1260px) {
      .feature--full .feature__content:before, .feature--full .feature__image:before {
        padding-top: 50%; } }
  .feature--half {
    width: 100%;
    float: left; }
    @media only screen and (min-width: 970px) {
      .feature--half {
        width: 50%; } }
    @media only screen and (min-width: 768px) {
      .feature--half .feature__content:before, .feature--half .feature__image:before {
        padding-top: 100%; } }
    @media only screen and (min-width: 970px) {
      .feature--half .feature__content:before, .feature--half .feature__image:before {
        padding-top: 130%; } }
    @media only screen and (min-width: 1260px) {
      .feature--half .feature__content:before, .feature--half .feature__image:before {
        padding-top: 100%; } }
    @media only screen and (max-width: 767px) {
      .feature--half .feature__image-content__inner {
        min-height: 200px; } }
  @media only screen and (min-width: 768px) {
    .feature--banner {
      padding: 4em 0; } }
  .feature--banner .feature_banner {
    background-size: cover;
    overflow: hidden; }
  .feature--banner .feature__content {
    background-color: transparent !important; }
    .feature--banner .feature__content.content-right {
      float: right; }
    .feature--banner .feature__content.content-center {
      float: none;
      margin: 0 auto; }
    .feature--banner .feature__content h3 {
      font-size: 24px; }
      @media only screen and (min-width: 970px) {
        .feature--banner .feature__content h3 {
          font-size: 34px; } }
      @media only screen and (min-width: 1260px) {
        .feature--banner .feature__content h3 {
          font-size: 40px; } }
  .feature__content:before, .feature__image:before {
    content: "";
    display: block; }
    @media only screen and (min-width: 768px) {
      .feature__content:before, .feature__image:before {
        padding-top: 100%;
        /* ratio of 1:1*/ } }
  .feature__content {
    background-color: #3c1053;
    width: 100%;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .feature__content {
        float: left;
        width: 50%; } }
    .feature__content__inner {
      margin: 0 auto; }
      @media only screen and (min-width: 768px) {
        .feature__content__inner {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -webkit-flex-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          position: absolute;
          top: 0;
          height: 100%;
          width: 100%; } }
      .feature__content__inner__inner {
        text-align: center;
        padding: 2em;
        margin: 0 auto;
        width: 100%; }
        @media only screen and (min-width: 768px) {
          .feature__content__inner__inner {
            padding: 0 1em; } }
        @media only screen and (min-width: 1260px) {
          .feature__content__inner__inner {
            padding: 0 2em; } }
        .feature__content__inner__inner h3, .feature__content__inner__inner p {
          text-align: center; }
        .feature__content__inner__inner h3 {
          font-size: 24px;
          margin-bottom: .1em; }
          @media only screen and (min-width: 768px) {
            .feature__content__inner__inner h3 {
              font-size: 28px; } }
          @media only screen and (min-width: 970px) {
            .feature__content__inner__inner h3 {
              font-size: 28px; } }
          @media only screen and (min-width: 1260px) {
            .feature__content__inner__inner h3 {
              font-size: 30px; } }
        .feature__content__inner__inner p {
          font-size: 16px;
          margin-bottom: 1em; }
          @media only screen and (min-width: 768px) {
            .feature__content__inner__inner p {
              margin-bottom: .5em; } }
          @media only screen and (min-width: 1260px) {
            .feature__content__inner__inner p {
              font-size: 18px; } }
  .feature__image {
    background-color: #f1f0e3;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .feature__image {
        float: right;
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .feature__image--youtube {
        display: none; } }
    .feature__image img {
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .feature__image img {
          display: none; } }
    .feature__image__overlay {
      -webkit-transition: background-color 0.2s ease-in-out;
      -moz-transition: background-color 0.2s ease-in-out;
      -ms-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out;
      background-color: rgba(0, 0, 0, 0.1);
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
      .feature__image__overlay:hover {
        background-color: rgba(0, 0, 0, 0.3); }
    .feature__image .fa-play {
      -webkit-transition: text-shadow 0.2s ease-in-out;
      -moz-transition: text-shadow 0.2s ease-in-out;
      -ms-transition: text-shadow 0.2s ease-in-out;
      -o-transition: text-shadow 0.2s ease-in-out;
      transition: text-shadow 0.2s ease-in-out;
      color: #FFF;
      font-size: 3em;
      margin-left: -19px;
      margin-top: -24px;
      position: absolute;
      text-shadow: 1px 1px 55px rgba(0, 0, 0, 0.7);
      top: 50%;
      left: 50%;
      z-index: 2; }
      @media only screen and (min-width: 970px) {
        .feature__image .fa-play {
          font-size: 5em;
          margin-left: -31px;
          margin-top: -40px; } }
    .feature__image:hover .fa-play {
      text-shadow: 1px 1px 75px rgba(0, 0, 0, 0.7); }
    .feature__image.product-img {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-flex-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      background-image: none !important; }
      .feature__image.product-img img {
        max-height: 220px;
        max-width: 220px;
        width: auto;
        height: auto;
        margin: 30px auto;
        object-fit: initial;
        position: static; }
        @media only screen and (min-width: 768px) {
          .feature__image.product-img img {
            display: block;
            max-height: 170px;
            max-width: 170px;
            margin: 0 auto; } }
        @media only screen and (min-width: 970px) {
          .feature__image.product-img img {
            max-height: 230px;
            max-width: 230px; } }
        @media only screen and (min-width: 1260px) {
          .feature__image.product-img img {
            max-height: 280px;
            max-width: 280px; } }
  .feature__image-content {
    background-size: cover;
    background-position: center;
    position: relative; }
    .feature__image-content:before {
      content: "";
      display: block; }
      @media only screen and (min-width: 768px) {
        .feature__image-content:before {
          padding-top: 50%; } }
      @media only screen and (min-width: 970px) {
        .feature__image-content:before {
          padding-top: 65%; } }
      @media only screen and (min-width: 1260px) {
        .feature__image-content:before {
          padding-top: 50%; } }
    .feature__image-content__inner {
      text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4); }
      @media only screen and (max-width: 767px) {
        .feature__image-content__inner {
          padding: 2em; } }
      @media only screen and (min-width: 768px) {
        .feature__image-content__inner {
          position: absolute;
          bottom: 30px;
          left: 30px; } }
      .feature__image-content__inner h3 {
        font-size: 24px;
        margin-bottom: .3em;
        width: 100%; }
        @media only screen and (min-width: 768px) {
          .feature__image-content__inner h3 {
            font-size: 28px;
            width: 90%; } }
        @media only screen and (min-width: 970px) {
          .feature__image-content__inner h3 {
            font-size: 32px;
            width: 80%; } }
        @media only screen and (min-width: 1260px) {
          .feature__image-content__inner h3 {
            font-size: 38px;
            width: 60%; } }
      .feature__image-content__inner .feature-link {
        color: #FFF;
        font-weight: bold; }
      .feature__image-content__inner .ti-angle-right {
        font-size: 12px; }
  .feature a .feature__image-content {
    -webkit-transition: background-size 0.5s ease-in-out;
    -moz-transition: background-size 0.5s ease-in-out;
    -ms-transition: background-size 0.5s ease-in-out;
    -o-transition: background-size 0.5s ease-in-out;
    transition: background-size 0.5s ease-in-out;
    background-size: cover;
    background-position: center;
    position: relative; }
  .feature h3, .feature p {
    color: #FFF; }
  .feature .button:not(:hover) {
    color: #FFF !important; }
  .feature .button:hover {
    background-color: #FFF;
    border-color: #FFF;
    color: #3c1053; }
  .feature--banner .button:hover {
    background-color: #FFF;
    border-color: #FFF;
    color: #3c1053; }
  .feature--positive .feature__content {
    background-color: #f5f5ee; }
  .feature--positive h3, .feature--positive p {
    color: #3c1053; }
  .feature--positive .button {
    border-color: #3c1053;
    color: #3c1053 !important; }
    .feature--positive .button:not(:hover) {
      color: #3c1053 !important; }
    .feature--positive .button:hover {
      background-color: #3c1053;
      color: #FFF !important; }
    .feature--positive .button:active, .feature--positive .button:focus {
      background-color: transparent; }

.productgroup {
  background-color: #FFF; }
  .productgroup .feature {
    margin-bottom: 2em; }

.page-template-template-productpage .feature__image-content {
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    .page-template-template-productpage .feature__image-content {
      min-height: 200px; } }

.product-section {
  background-color: #e9e8dc; }

.product-gallery {
  background-color: #f1f0e3; }

.product-banner {
  margin: 0 0 2em 0; }
  @media only screen and (min-width: 768px) {
    .product-banner {
      margin: 2em 0 3em 0; } }

.product-banner-wrap {
  background-color: #e9e8dc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 0 2em 0;
  position: relative; }
  .product-banner-wrap:before {
    padding-top: 45%;
    /* ratio of 1:1*/
    content: "";
    display: block; }
  @media only screen and (min-width: 768px) {
    .product-banner-wrap {
      margin: 2em 0 3em 0; } }
  .product-banner-wrap .product-banner {
    margin: 0;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%; }

.product-tastes {
  text-align: center;
  margin: 2em 0 3em 0; }

.product-taste {
  display: inline-block;
  font-weight: bold;
  font-size: .8em;
  text-align: center;
  margin: 0 .3em; }
  @media only screen and (min-width: 768px) {
    .product-taste {
      font-size: 1.4em;
      margin: 0 .7em; } }
  .product-taste__grade {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #3c1053;
    display: inline-block;
    padding: .095em 0;
    min-width: 25.41px;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .product-taste__grade {
        min-width: 41.28px; } }
  .product-taste__digit {
    margin: 0 5px; }
  .product-taste__title {
    margin-right: 20px; }

.product-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .product-content__inner {
    width: 100%; }
  .product-content__image {
    background-color: #f1f0e3;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100%; }
    @media only screen and (max-width: 767px) {
      .product-content__image {
        height: 300px;
        margin-bottom: 2em; } }

.product-heading {
  font-size: 28px;
  margin-bottom: .2em; }
  @media only screen and (min-width: 768px) {
    .product-heading {
      font-size: 38px; } }

.product-certs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 2em 0; }
  .product-certs .product-cert {
    max-width: 60px;
    max-height: 60px;
    margin-right: 10px; }

.product-slide {
  height: 460px;
  position: relative;
  text-align: center;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .product-slide {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-flex-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      height: 600px; } }
  .product-slide__caption {
    color: #FFF;
    text-align: center;
    width: 100%;
    padding: 0 30px; }
    @media only screen and (min-width: 768px) {
      .product-slide__caption {
        width: 65%; } }
    @media only screen and (min-width: 970px) {
      .product-slide__caption {
        width: 50%; } }
    .product-slide__caption h2 {
      text-align: center;
      margin-bottom: .5em;
      font-size: 30px; }
      @media only screen and (min-width: 768px) {
        .product-slide__caption h2 {
          font-size: 40px;
          margin-bottom: .2em; } }
    .product-slide__caption p {
      text-align: center;
      margin-bottom: 1em; }
      @media only screen and (max-width: 767px) {
        .product-slide__caption p {
          display: none; } }
  .product-slide__image {
    z-index: 100;
    max-height: 250px;
    max-width: 260px; }
    @media only screen and (max-width: 767px) {
      .product-slide__image {
        margin: 2em auto 1em auto; } }
    @media only screen and (min-width: 768px) {
      .product-slide__image {
        position: absolute;
        top: 50%;
        right: 20%;
        max-width: 280px;
        max-height: 450px;
        transform: translate(50%, -50%); } }
    @media only screen and (min-width: 970px) {
      .product-slide__image {
        right: 33%; } }
  .product-slide__bg-break {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 20%; }
    @media only screen and (min-width: 768px) {
      .product-slide__bg-break {
        display: block; } }
    @media only screen and (min-width: 970px) {
      .product-slide__bg-break {
        width: 33%; } }
  .product-slide .product-tastes {
    margin: 0 0 .5em 0; }
    @media only screen and (max-width: 767px) {
      .product-slide .product-tastes {
        display: none; } }
  .product-slide .product-taste {
    color: rgba(255, 255, 255, 0.5);
    font-size: .8em;
    text-transform: uppercase; }
    .product-slide .product-taste__grade {
      border: 1px solid rgba(255, 255, 255, 0.5); }

.contactgroup {
  margin-top: 3em; }
  .contactgroup .contact {
    margin-bottom: 1em; }
    .contactgroup .contact .contactcontent {
      background: #e9e8dc;
      padding: 1.5em 1em;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-flex-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      @media only screen and (min-width: 970px) {
        .contactgroup .contact .contactcontent {
          min-height: 250px;
          padding: 1em; } }
      .contactgroup .contact .contactcontent .contactcontent-inner {
        text-align: center;
        width: 100%; }
        .contactgroup .contact .contactcontent .contactcontent-inner .title-box {
          margin-bottom: .6em; }
          .contactgroup .contact .contactcontent .contactcontent-inner .title-box h4, .contactgroup .contact .contactcontent .contactcontent-inner .title-box h5 {
            text-align: center; }

#full-slider,
.top-image {
  background-color: #FFF;
  padding: 0;
  overflow: hidden;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    #full-slider,
    .top-image {
      background-size: cover;
      min-height: 400px; } }
  #full-slider ul,
  .top-image ul {
    margin: 0; }
  #full-slider .bx-wrapper,
  .top-image .bx-wrapper {
    position: relative;
    margin: 0; }
  #full-slider .slide,
  .top-image .slide {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    background-size: cover !important;
    height: 400px; }
    @media only screen and (min-width: 768px) {
      #full-slider .slide,
      .top-image .slide {
        height: 500px; } }
    @media only screen and (min-width: 1260px) {
      #full-slider .slide,
      .top-image .slide {
        height: 700px; } }
    @media only screen and (min-width: 1480px) {
      #full-slider .slide,
      .top-image .slide {
        height: 900px; } }
    #full-slider .slide .slider-content,
    .top-image .slide .slider-content {
      width: 100%;
      text-align: center;
      position: relative;
      margin: 0 auto;
      text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3); }
      @media only screen and (min-width: 768px) {
        #full-slider .slide .slider-content,
        .top-image .slide .slider-content {
          margin: 100px auto 0 auto;
          width: 80%;
          min-width: 500px; } }
      @media only screen and (min-width: 970px) {
        #full-slider .slide .slider-content,
        .top-image .slide .slider-content {
          width: 65%; } }
      #full-slider .slide .slider-content h3,
      .top-image .slide .slider-content h3 {
        font-size: 30px;
        margin-bottom: .15em;
        text-align: center; }
        @media only screen and (min-width: 768px) {
          #full-slider .slide .slider-content h3,
          .top-image .slide .slider-content h3 {
            font-size: 56px; } }
        @media only screen and (min-width: 1260px) {
          #full-slider .slide .slider-content h3,
          .top-image .slide .slider-content h3 {
            font-size: 66px; } }
      #full-slider .slide .slider-content p,
      .top-image .slide .slider-content p {
        font-size: 16px;
        margin-bottom: 1em;
        text-align: center; }
        @media only screen and (min-width: 768px) {
          #full-slider .slide .slider-content p,
          .top-image .slide .slider-content p {
            font-size: 20px; } }
        @media only screen and (min-width: 1260px) {
          #full-slider .slide .slider-content p,
          .top-image .slide .slider-content p {
            font-size: 24px; } }
      #full-slider .slide .slider-content .button,
      .top-image .slide .slider-content .button {
        font-size: 18px;
        padding: 14px 26px; }
        @media only screen and (min-width: 768px) {
          #full-slider .slide .slider-content .button,
          .top-image .slide .slider-content .button {
            font-size: 18px;
            padding: 13px 20px;
            min-width: 120px; } }
        @media only screen and (min-width: 1260px) {
          #full-slider .slide .slider-content .button,
          .top-image .slide .slider-content .button {
            font-size: 20px;
            padding: 16px 30px;
            min-width: 230px; } }

.top-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .top-image .slide .slider-content {
    margin: 8% auto;
    min-height: 119px;
    max-width: 900px; }

.video-banner {
  background: none;
  background-position: center;
  background-size: cover;
  padding: 0;
  overflow: hidden;
  position: relative;
  height: 400px; }
  @media only screen and (min-width: 768px) {
    .video-banner {
      background-size: 120%;
      height: 500px; } }
  @media only screen and (min-width: 970px) {
    .video-banner {
      background-size: 100%; } }
  @media only screen and (min-width: 1260px) {
    .video-banner {
      height: 700px; } }
  @media only screen and (min-width: 1480px) {
    .video-banner {
      height: 900px; } }
  .video-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .video-banner video {
        display: none; } }
    .video-banner video[poster] {
      width: 120%; }
      @media only screen and (min-width: 970px) {
        .video-banner video[poster] {
          width: 100%; } }
  .video-banner .video-content-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 400px; }
    @media only screen and (min-width: 768px) {
      .video-banner .video-content-wrap {
        height: 500px; } }
    @media only screen and (min-width: 1260px) {
      .video-banner .video-content-wrap {
        height: 700px; } }
    @media only screen and (min-width: 1480px) {
      .video-banner .video-content-wrap {
        height: 900px; } }
    .video-banner .video-content-wrap .video-content {
      width: 100%;
      text-align: center;
      position: relative;
      margin: 0 auto;
      z-index: 10;
      text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3); }
      @media only screen and (min-width: 768px) {
        .video-banner .video-content-wrap .video-content {
          margin: 100px auto 0 auto;
          width: 80%;
          min-width: 500px; } }
      @media only screen and (min-width: 970px) {
        .video-banner .video-content-wrap .video-content {
          width: 65%; } }
      .video-banner .video-content-wrap .video-content h3 {
        color: #FFF;
        font-size: 30px;
        margin-bottom: .15em;
        text-align: center; }
        @media only screen and (min-width: 768px) {
          .video-banner .video-content-wrap .video-content h3 {
            font-size: 56px; } }
        @media only screen and (min-width: 1260px) {
          .video-banner .video-content-wrap .video-content h3 {
            font-size: 66px; } }
      .video-banner .video-content-wrap .video-content p {
        color: #FFF;
        font-size: 16px;
        margin-bottom: 1em;
        text-align: center; }
        @media only screen and (min-width: 768px) {
          .video-banner .video-content-wrap .video-content p {
            font-size: 20px; } }
        @media only screen and (min-width: 1260px) {
          .video-banner .video-content-wrap .video-content p {
            font-size: 24px; } }
      .video-banner .video-content-wrap .video-content .button {
        font-size: 18px;
        padding: 14px 26px; }
        @media only screen and (min-width: 768px) {
          .video-banner .video-content-wrap .video-content .button {
            font-size: 18px;
            padding: 13px 20px;
            min-width: 120px; } }
        @media only screen and (min-width: 1260px) {
          .video-banner .video-content-wrap .video-content .button {
            font-size: 20px;
            padding: 16px 30px;
            min-width: 230px; } }

#full-slider .bx-controls {
  width: 100%;
  position: absolute;
  bottom: 50%; }
  @media only screen and (max-width: 767px) {
    #full-slider .bx-controls {
      margin-bottom: -20px; } }
  @media only screen and (min-width: 768px) {
    #full-slider .bx-controls {
      width: auto;
      bottom: 20px;
      right: 20px; } }
  #full-slider .bx-controls .bx-pager {
    display: none; }
  #full-slider .bx-controls .bx-controls-direction a {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    background-image: none !important;
    border: 1px solid #FFF;
    color: #FFF;
    text-indent: 0;
    display: inline-block;
    text-align: center;
    position: static;
    width: 40px;
    height: 40px; }
    #full-slider .bx-controls .bx-controls-direction a.bx-prev {
      float: left; }
      @media only screen and (max-width: 767px) {
        #full-slider .bx-controls .bx-controls-direction a.bx-prev {
          margin-left: 10px; } }
      @media only screen and (min-width: 768px) {
        #full-slider .bx-controls .bx-controls-direction a.bx-prev {
          margin-left: 10px;
          float: none; } }
    #full-slider .bx-controls .bx-controls-direction a.bx-next {
      float: right; }
      @media only screen and (max-width: 767px) {
        #full-slider .bx-controls .bx-controls-direction a.bx-next {
          margin-right: 10px; } }
      @media only screen and (min-width: 768px) {
        #full-slider .bx-controls .bx-controls-direction a.bx-next {
          margin-left: 10px;
          float: none; } }
    #full-slider .bx-controls .bx-controls-direction a span {
      display: block;
      text-align: center;
      margin-top: 10px; }
    #full-slider .bx-controls .bx-controls-direction a:hover {
      background-color: #FFF; }
      #full-slider .bx-controls .bx-controls-direction a:hover span {
        color: #3c1053; }
@media only screen and (min-width: 768px) {
  #full-slider .bx-wrapper:hover .bx-controls-direction a {
    opacity: 1; } }

.ie10 .feature__image:before {
  display: none; }
.ie10 .bx-controls-direction {
  z-index: 9999999999999999; }

/*# sourceMappingURL=master.css.map */
