/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */.animated {
	-webkit-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both
}
.animated.infinite {
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite
}
.animated.hinge {
	-webkit-animation-duration:2s;
	animation-duration:2s
}
.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
-webkit-animation-duration:.75s;
animation-duration:.75s
}
@-webkit-keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
40%, 43% {
-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform:translate3d(0, -30px, 0);
transform:translate3d(0, -30px, 0)
}
70% {
-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform:translate3d(0, -15px, 0);
transform:translate3d(0, -15px, 0)
}
90% {
-webkit-transform:translate3d(0, -4px, 0);
transform:translate3d(0, -4px, 0)
}
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
40%, 43% {
-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform:translate3d(0, -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%, to {
opacity:1
}
25%, 75% {
opacity:0
}
}
@keyframes flash {
from, 50%, to {
opacity:1
}
25%, 75% {
opacity:0
}
}
.flash {
	-webkit-animation-name:flash;
	animation-name:flash
}
@-webkit-keyframes pulse {
from {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
50% {
-webkit-transform:scale3d(1.05, 1.05, 1.05);
transform:scale3d(1.05, 1.05, 1.05)
}
to {
	-webkit-transform:scale3d(1, 1, 1);
	transform:scale3d(1, 1, 1)
}
}
@keyframes pulse {
from {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
50% {
-webkit-transform:scale3d(1.05, 1.05, 1.05);
transform:scale3d(1.05, 1.05, 1.05)
}
to {
	-webkit-transform:scale3d(1, 1, 1);
	transform:scale3d(1, 1, 1)
}
}
.pulse {
	-webkit-animation-name:pulse;
	animation-name:pulse
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
30% {
-webkit-transform:scale3d(1.25, 0.75, 1);
transform:scale3d(1.25, 0.75, 1)
}
40% {
-webkit-transform:scale3d(0.75, 1.25, 1);
transform:scale3d(0.75, 1.25, 1)
}
50% {
-webkit-transform:scale3d(1.15, 0.85, 1);
transform:scale3d(1.15, 0.85, 1)
}
65% {
-webkit-transform:scale3d(0.95, 1.05, 1);
transform:scale3d(0.95, 1.05, 1)
}
75% {
-webkit-transform:scale3d(1.05, 0.95, 1);
transform:scale3d(1.05, 0.95, 1)
}
to {
	-webkit-transform:scale3d(1, 1, 1);
	transform:scale3d(1, 1, 1)
}
}
@keyframes rubberBand {
from {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
30% {
-webkit-transform:scale3d(1.25, 0.75, 1);
transform:scale3d(1.25, 0.75, 1)
}
40% {
-webkit-transform:scale3d(0.75, 1.25, 1);
transform:scale3d(0.75, 1.25, 1)
}
50% {
-webkit-transform:scale3d(1.15, 0.85, 1);
transform:scale3d(1.15, 0.85, 1)
}
65% {
-webkit-transform:scale3d(0.95, 1.05, 1);
transform:scale3d(0.95, 1.05, 1)
}
75% {
-webkit-transform:scale3d(1.05, 0.95, 1);
transform:scale3d(1.05, 0.95, 1)
}
to {
	-webkit-transform:scale3d(1, 1, 1);
	transform:scale3d(1, 1, 1)
}
}
.rubberBand {
	-webkit-animation-name:rubberBand;
	animation-name:rubberBand
}
@-webkit-keyframes shake {
from, to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform:translate3d(-10px, 0, 0);
transform:translate3d(-10px, 0, 0)
}
20%, 40%, 60%, 80% {
-webkit-transform:translate3d(10px, 0, 0);
transform:translate3d(10px, 0, 0)
}
}
@keyframes shake {
from, to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform:translate3d(-10px, 0, 0);
transform:translate3d(-10px, 0, 0)
}
20%, 40%, 60%, 80% {
-webkit-transform:translate3d(10px, 0, 0);
transform:translate3d(10px, 0, 0)
}
}
.shake {
	-webkit-animation-name:shake;
	animation-name:shake
}
@-webkit-keyframes headShake {
0% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
6.5% {
-webkit-transform:translateX(-6px) rotateY(-9deg);
transform:translateX(-6px) rotateY(-9deg)
}
18.5% {
-webkit-transform:translateX(5px) rotateY(7deg);
transform:translateX(5px) rotateY(7deg)
}
31.5% {
-webkit-transform:translateX(-3px) rotateY(-5deg);
transform:translateX(-3px) rotateY(-5deg)
}
43.5% {
-webkit-transform:translateX(2px) rotateY(3deg);
transform:translateX(2px) rotateY(3deg)
}
50% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes headShake {
0% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
6.5% {
-webkit-transform:translateX(-6px) rotateY(-9deg);
transform:translateX(-6px) rotateY(-9deg)
}
18.5% {
-webkit-transform:translateX(5px) rotateY(7deg);
transform:translateX(5px) rotateY(7deg)
}
31.5% {
-webkit-transform:translateX(-3px) rotateY(-5deg);
transform:translateX(-3px) rotateY(-5deg)
}
43.5% {
-webkit-transform:translateX(2px) rotateY(3deg);
transform:translateX(2px) rotateY(3deg)
}
50% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
.headShake {
	-webkit-animation-timing-function:ease-in-out;
	animation-timing-function:ease-in-out;
	-webkit-animation-name:headShake;
	animation-name:headShake
}
@-webkit-keyframes swing {
20% {
-webkit-transform:rotate3d(0, 0, 1, 15deg);
transform:rotate3d(0, 0, 1, 15deg)
}
40% {
-webkit-transform:rotate3d(0, 0, 1, -10deg);
transform:rotate3d(0, 0, 1, -10deg)
}
60% {
-webkit-transform:rotate3d(0, 0, 1, 5deg);
transform:rotate3d(0, 0, 1, 5deg)
}
80% {
-webkit-transform:rotate3d(0, 0, 1, -5deg);
transform:rotate3d(0, 0, 1, -5deg)
}
to {
	-webkit-transform:rotate3d(0, 0, 1, 0deg);
	transform:rotate3d(0, 0, 1, 0deg)
}
}
@keyframes swing {
20% {
-webkit-transform:rotate3d(0, 0, 1, 15deg);
transform:rotate3d(0, 0, 1, 15deg)
}
40% {
-webkit-transform:rotate3d(0, 0, 1, -10deg);
transform:rotate3d(0, 0, 1, -10deg)
}
60% {
-webkit-transform:rotate3d(0, 0, 1, 5deg);
transform:rotate3d(0, 0, 1, 5deg)
}
80% {
-webkit-transform:rotate3d(0, 0, 1, -5deg);
transform:rotate3d(0, 0, 1, -5deg)
}
to {
	-webkit-transform:rotate3d(0, 0, 1, 0deg);
	transform:rotate3d(0, 0, 1, 0deg)
}
}
.swing {
	-webkit-transform-origin:top center;
	transform-origin:top center;
	-webkit-animation-name:swing;
	animation-name:swing
}
@-webkit-keyframes tada {
from {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
10%, 20% {
-webkit-transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
}
30%, 50%, 70%, 90% {
-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
}
40%, 60%, 80% {
-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
}
to {
	-webkit-transform:scale3d(1, 1, 1);
	transform:scale3d(1, 1, 1)
}
}
@keyframes tada {
from {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
10%, 20% {
-webkit-transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
}
30%, 50%, 70%, 90% {
-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
}
40%, 60%, 80% {
-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
}
to {
	-webkit-transform:scale3d(1, 1, 1);
	transform:scale3d(1, 1, 1)
}
}
.tada {
	-webkit-animation-name:tada;
	animation-name:tada
}
@-webkit-keyframes wobble {
from {
-webkit-transform:none;
transform:none
}
15% {
-webkit-transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
}
30% {
-webkit-transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
}
45% {
-webkit-transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
}
60% {
-webkit-transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
}
75% {
-webkit-transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
}
to {
	-webkit-transform:none;
	transform:none
}
}
@keyframes wobble {
from {
-webkit-transform:none;
transform:none
}
15% {
-webkit-transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
}
30% {
-webkit-transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
}
45% {
-webkit-transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
}
60% {
-webkit-transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
}
75% {
-webkit-transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
}
to {
	-webkit-transform:none;
	transform:none
}
}
.wobble {
	-webkit-animation-name:wobble;
	animation-name:wobble
}
@-webkit-keyframes jello {
from, 11.1%, to {
-webkit-transform:none;
transform:none
}
22.2% {
-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);
transform:skewX(-12.5deg) skewY(-12.5deg)
}
33.3% {
-webkit-transform:skewX(6.25deg) skewY(6.25deg);
transform:skewX(6.25deg) skewY(6.25deg)
}
44.4% {
-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);
transform:skewX(-3.125deg) skewY(-3.125deg)
}
55.5% {
-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);
transform:skewX(1.5625deg) skewY(1.5625deg)
}
66.6% {
-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);
transform:skewX(-0.78125deg) skewY(-0.78125deg)
}
77.7% {
-webkit-transform:skewX(0.39063deg) skewY(0.39063deg);
transform:skewX(0.39063deg) skewY(0.39063deg)
}
88.8% {
-webkit-transform:skewX(-0.19531deg) skewY(-0.19531deg);
transform:skewX(-0.19531deg) skewY(-0.19531deg)
}
}
@keyframes jello {
from, 11.1%, to {
-webkit-transform: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%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
0% {
opacity:0;
-webkit-transform:scale3d(0.3, 0.3, 0.3);
transform:scale3d(0.3, 0.3, 0.3)
}
20% {
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform:scale3d(0.9, 0.9, 0.9);
transform:scale3d(0.9, 0.9, 0.9)
}
60% {
opacity:1;
-webkit-transform:scale3d(1.03, 1.03, 1.03);
transform:scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform:scale3d(0.97, 0.97, 0.97);
transform:scale3d(0.97, 0.97, 0.97)
}
to {
	opacity:1;
	-webkit-transform:scale3d(1, 1, 1);
	transform:scale3d(1, 1, 1)
}
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
0% {
opacity:0;
-webkit-transform:scale3d(0.3, 0.3, 0.3);
transform:scale3d(0.3, 0.3, 0.3)
}
20% {
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform:scale3d(0.9, 0.9, 0.9);
transform:scale3d(0.9, 0.9, 0.9)
}
60% {
opacity:1;
-webkit-transform:scale3d(1.03, 1.03, 1.03);
transform:scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform:scale3d(0.97, 0.97, 0.97);
transform:scale3d(0.97, 0.97, 0.97)
}
to {
	opacity:1;
	-webkit-transform:scale3d(1, 1, 1);
	transform:scale3d(1, 1, 1)
}
}
.bounceIn {
	-webkit-animation-name:bounceIn;
	animation-name:bounceIn
}
@-webkit-keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(0, -3000px, 0);
transform:translate3d(0, -3000px, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(0, 25px, 0);
transform:translate3d(0, 25px, 0)
}
75% {
-webkit-transform:translate3d(0, -10px, 0);
transform:translate3d(0, -10px, 0)
}
90% {
-webkit-transform:translate3d(0, 5px, 0);
transform:translate3d(0, 5px, 0)
}
to {
	-webkit-transform:none;
	transform:none
}
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(0, -3000px, 0);
transform:translate3d(0, -3000px, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(0, 25px, 0);
transform:translate3d(0, 25px, 0)
}
75% {
-webkit-transform:translate3d(0, -10px, 0);
transform:translate3d(0, -10px, 0)
}
90% {
-webkit-transform:translate3d(0, 5px, 0);
transform:translate3d(0, 5px, 0)
}
to {
	-webkit-transform:none;
	transform:none
}
}
.bounceInDown {
	-webkit-animation-name:bounceInDown;
	animation-name:bounceInDown
}
@-webkit-keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(-3000px, 0, 0);
transform:translate3d(-3000px, 0, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(25px, 0, 0);
transform:translate3d(25px, 0, 0)
}
75% {
-webkit-transform:translate3d(-10px, 0, 0);
transform:translate3d(-10px, 0, 0)
}
90% {
-webkit-transform:translate3d(5px, 0, 0);
transform:translate3d(5px, 0, 0)
}
to {
	-webkit-transform:none;
	transform:none
}
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(-3000px, 0, 0);
transform:translate3d(-3000px, 0, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(25px, 0, 0);
transform:translate3d(25px, 0, 0)
}
75% {
-webkit-transform:translate3d(-10px, 0, 0);
transform:translate3d(-10px, 0, 0)
}
90% {
-webkit-transform:translate3d(5px, 0, 0);
transform:translate3d(5px, 0, 0)
}
to {
	-webkit-transform:none;
	transform:none
}
}
.bounceInLeft {
	-webkit-animation-name:bounceInLeft;
	animation-name:bounceInLeft
}
@-webkit-keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
from {
	opacity:0;
	-webkit-transform:translate3d(3000px, 0, 0);
	transform:translate3d(3000px, 0, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(-25px, 0, 0);
transform:translate3d(-25px, 0, 0)
}
75% {
-webkit-transform:translate3d(10px, 0, 0);
transform:translate3d(10px, 0, 0)
}
90% {
-webkit-transform:translate3d(-5px, 0, 0);
transform:translate3d(-5px, 0, 0)
}
to {
	-webkit-transform:none;
	transform:none
}
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
from {
	opacity:0;
	-webkit-transform:translate3d(3000px, 0, 0);
	transform:translate3d(3000px, 0, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(-25px, 0, 0);
transform:translate3d(-25px, 0, 0)
}
75% {
-webkit-transform:translate3d(10px, 0, 0);
transform:translate3d(10px, 0, 0)
}
90% {
-webkit-transform:translate3d(-5px, 0, 0);
transform:translate3d(-5px, 0, 0)
}
to {
	-webkit-transform:none;
	transform:none
}
}
.bounceInRight {
	-webkit-animation-name:bounceInRight;
	animation-name:bounceInRight
}
@-webkit-keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
from {
	opacity:0;
	-webkit-transform:translate3d(0, 3000px, 0);
	transform:translate3d(0, 3000px, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(0, -20px, 0);
transform:translate3d(0, -20px, 0)
}
75% {
-webkit-transform:translate3d(0, 10px, 0);
transform:translate3d(0, 10px, 0)
}
90% {
-webkit-transform:translate3d(0, -5px, 0);
transform:translate3d(0, -5px, 0)
}
to {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
}
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
from {
	opacity:0;
	-webkit-transform:translate3d(0, 3000px, 0);
	transform:translate3d(0, 3000px, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(0, -20px, 0);
transform:translate3d(0, -20px, 0)
}
75% {
-webkit-transform:translate3d(0, 10px, 0);
transform:translate3d(0, 10px, 0)
}
90% {
-webkit-transform:translate3d(0, -5px, 0);
transform:translate3d(0, -5px, 0)
}
to {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
}
}
.bounceInUp {
	-webkit-animation-name:bounceInUp;
	animation-name:bounceInUp
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform:scale3d(0.9, 0.9, 0.9);
transform:scale3d(0.9, 0.9, 0.9)
}
50%, 55% {
opacity:1;
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
to {
	opacity:0;
	-webkit-transform:scale3d(0.3, 0.3, 0.3);
	transform:scale3d(0.3, 0.3, 0.3)
}
}
@keyframes bounceOut {
20% {
-webkit-transform:scale3d(0.9, 0.9, 0.9);
transform:scale3d(0.9, 0.9, 0.9)
}
50%, 55% {
opacity:1;
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
to {
	opacity:0;
	-webkit-transform:scale3d(0.3, 0.3, 0.3);
	transform:scale3d(0.3, 0.3, 0.3)
}
}
.bounceOut {
	-webkit-animation-name:bounceOut;
	animation-name:bounceOut
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform:translate3d(0, 10px, 0);
transform:translate3d(0, 10px, 0)
}
40%, 45% {
opacity:1;
-webkit-transform:translate3d(0, -20px, 0);
transform:translate3d(0, -20px, 0)
}
to {
	opacity:0;
	-webkit-transform:translate3d(0, 2000px, 0);
	transform:translate3d(0, 2000px, 0)
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform:translate3d(0, 10px, 0);
transform:translate3d(0, 10px, 0)
}
40%, 45% {
opacity:1;
-webkit-transform:translate3d(0, -20px, 0);
transform:translate3d(0, -20px, 0)
}
to {
	opacity:0;
	-webkit-transform:translate3d(0, 2000px, 0);
	transform:translate3d(0, 2000px, 0)
}
}
.bounceOutDown {
	-webkit-animation-name:bounceOutDown;
	animation-name:bounceOutDown
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity:1;
-webkit-transform:translate3d(20px, 0, 0);
transform:translate3d(20px, 0, 0)
}
to {
	opacity:0;
	-webkit-transform:translate3d(-2000px, 0, 0);
	transform:translate3d(-2000px, 0, 0)
}
}
@keyframes bounceOutLeft {
20% {
opacity:1;
-webkit-transform:translate3d(20px, 0, 0);
transform:translate3d(20px, 0, 0)
}
to {
	opacity:0;
	-webkit-transform:translate3d(-2000px, 0, 0);
	transform:translate3d(-2000px, 0, 0)
}
}
.bounceOutLeft {
	-webkit-animation-name:bounceOutLeft;
	animation-name:bounceOutLeft
}
@-webkit-keyframes bounceOutRight {
20% {
opacity:1;
-webkit-transform:translate3d(-20px, 0, 0);
transform:translate3d(-20px, 0, 0)
}
to {
	opacity:0;
	-webkit-transform:translate3d(2000px, 0, 0);
	transform:translate3d(2000px, 0, 0)
}
}
@keyframes bounceOutRight {
20% {
opacity:1;
-webkit-transform:translate3d(-20px, 0, 0);
transform:translate3d(-20px, 0, 0)
}
to {
	opacity:0;
	-webkit-transform:translate3d(2000px, 0, 0);
	transform:translate3d(2000px, 0, 0)
}
}
.bounceOutRight {
	-webkit-animation-name:bounceOutRight;
	animation-name:bounceOutRight
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform:translate3d(0, -10px, 0);
transform:translate3d(0, -10px, 0)
}
40%, 45% {
opacity:1;
-webkit-transform:translate3d(0, 20px, 0);
transform:translate3d(0, 20px, 0)
}
to {
	opacity:0;
	-webkit-transform:translate3d(0, -2000px, 0);
	transform:translate3d(0, -2000px, 0)
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform:translate3d(0, -10px, 0);
transform:translate3d(0, -10px, 0)
}
40%, 45% {
opacity:1;
-webkit-transform:translate3d(0, 20px, 0);
transform:translate3d(0, 20px, 0)
}
to {
	opacity:0;
	-webkit-transform:translate3d(0, -2000px, 0);
	transform:translate3d(0, -2000px, 0)
}
}
.bounceOutUp {
	-webkit-animation-name:bounceOutUp;
	animation-name:bounceOutUp
}
@-webkit-keyframes fadeIn {
from {
opacity:0
}
to {
	opacity:1
}
}
@keyframes fadeIn {
from {
opacity:0
}
to {
	opacity:1
}
}
.fadeIn {
	-webkit-animation-name:fadeIn;
	animation-name:fadeIn
}
@-webkit-keyframes fadeInDown {
from {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
to {
	opacity:1;
	-webkit-transform:none;
	transform:none
}
}
@keyframes fadeInDown {
from {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
to {
	opacity:1;
	-webkit-transform:none;
	transform:none
}
}
.fadeInDown {
	-webkit-animation-name:fadeInDown;
	animation-name:fadeInDown
}
@-webkit-keyframes fadeInDownBig {
from {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0)
}
to {
	opacity:1;
	-webkit-transform:none;
	transform:none
}
}
@keyframes fadeInDownBig {
from {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0)
}
to {
	opacity:1;
	-webkit-transform:none;
	transform:none
}
}
.fadeInDownBig {
	-webkit-animation-name:fadeInDownBig;
	animation-name:fadeInDownBig
}
@-webkit-keyframes fadeInLeft {
from {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:none;
	transform:none
}
}
@keyframes fadeInLeft {
from {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:none;
	transform:none
}
}
.fadeInLeft {
	-webkit-animation-name:fadeInLeft;
	animation-name:fadeInLeft
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:none;
	transform:none
}
}
@keyframes fadeInLeftBig {
from {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:none;
	transform:none
}
}
.fadeInLeftBig {
	-webkit-animation-name:fadeInLeftBig;
	animation-name:fadeInLeftBig
}
@-webkit-keyframes fadeInRight {
from {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:none;
	transform:none
}
}
@keyframes fadeInRight {
from {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:none;
	transform:none
}
}
.fadeInRight {
	-webkit-animation-name:fadeInRight;
	animation-name:fadeInRight
}
@-webkit-keyframes fadeInRightBig {
from {
opacity:0;
-webkit-transform:translate3d(2000px, 0, 0);
transform:translate3d(2000px, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:none;
	transform:none
}
}
@keyframes fadeInRightBig {
from {
opacity:0;
-webkit-transform:translate3d(2000px, 0, 0);
transform:translate3d(2000px, 0, 0)
}
to {
	opacity:1;
	-webkit-transform:none;
	transform:none
}
}
.fadeInRightBig {
	-webkit-animation-name:fadeInRightBig;
	animation-name:fadeInRightBig
}
@-webkit-keyframes fadeInUp {
from {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to {
	opacity:1;
	-webkit-transform:none;
	transform:none
}
}
@keyframes fadeInUp {
from {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to {
	opacity:1;
	-webkit-transform:none;
	transform:none
}
}
.fadeInUp {
	-webkit-animation-name:fadeInUp;
	animation-name:fadeInUp
}
@-webkit-keyframes fadeInUpBig {
from {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0)
}
to {
	opacity:1;
	-webkit-transform:none;
	transform:none
}
}
@keyframes fadeInUpBig {
from {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0)
}
to {
	opacity:1;
	-webkit-transform:none;
	transform:none
}
}
.fadeInUpBig {
	-webkit-animation-name:fadeInUpBig;
	animation-name:fadeInUpBig
}
@-webkit-keyframes fadeOut {
from {
opacity:1
}
to {
	opacity:0
}
}
@keyframes fadeOut {
from {
opacity:1
}
to {
	opacity:0
}
}
.fadeOut {
	-webkit-animation-name:fadeOut;
	animation-name:fadeOut
}
@-webkit-keyframes fadeOutDown {
from {
opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(0, 100%, 0);
	transform:translate3d(0, 100%, 0)
}
}
@keyframes fadeOutDown {
from {
opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(0, 100%, 0);
	transform:translate3d(0, 100%, 0)
}
}
.fadeOutDown {
	-webkit-animation-name:fadeOutDown;
	animation-name:fadeOutDown
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(0, 2000px, 0);
	transform:translate3d(0, 2000px, 0)
}
}
@keyframes fadeOutDownBig {
from {
opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(0, 2000px, 0);
	transform:translate3d(0, 2000px, 0)
}
}
.fadeOutDownBig {
	-webkit-animation-name:fadeOutDownBig;
	animation-name:fadeOutDownBig
}
@-webkit-keyframes fadeOutLeft {
from {
opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(-100%, 0, 0);
	transform:translate3d(-100%, 0, 0)
}
}
@keyframes fadeOutLeft {
from {
opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(-100%, 0, 0);
	transform:translate3d(-100%, 0, 0)
}
}
.fadeOutLeft {
	-webkit-animation-name:fadeOutLeft;
	animation-name:fadeOutLeft
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(-2000px, 0, 0);
	transform:translate3d(-2000px, 0, 0)
}
}
@keyframes fadeOutLeftBig {
from {
opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(-2000px, 0, 0);
	transform:translate3d(-2000px, 0, 0)
}
}
.fadeOutLeftBig {
	-webkit-animation-name:fadeOutLeftBig;
	animation-name:fadeOutLeftBig
}
@-webkit-keyframes fadeOutRight {
from {
opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(100%, 0, 0);
	transform:translate3d(100%, 0, 0)
}
}
@keyframes fadeOutRight {
from {
opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(100%, 0, 0);
	transform:translate3d(100%, 0, 0)
}
}
.fadeOutRight {
	-webkit-animation-name:fadeOutRight;
	animation-name:fadeOutRight
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(2000px, 0, 0);
	transform:translate3d(2000px, 0, 0)
}
}
@keyframes fadeOutRightBig {
from {
opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(2000px, 0, 0);
	transform:translate3d(2000px, 0, 0)
}
}
.fadeOutRightBig {
	-webkit-animation-name:fadeOutRightBig;
	animation-name:fadeOutRightBig
}
@-webkit-keyframes fadeOutUp {
from {
opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(0, -100%, 0);
	transform:translate3d(0, -100%, 0)
}
}
@keyframes fadeOutUp {
from {
opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(0, -100%, 0);
	transform:translate3d(0, -100%, 0)
}
}
.fadeOutUp {
	-webkit-animation-name:fadeOutUp;
	animation-name:fadeOutUp
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(0, -2000px, 0);
	transform:translate3d(0, -2000px, 0)
}
}
@keyframes fadeOutUpBig {
from {
opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(0, -2000px, 0);
	transform:translate3d(0, -2000px, 0)
}
}
.fadeOutUpBig {
	-webkit-animation-name:fadeOutUpBig;
	animation-name:fadeOutUpBig
}
@-webkit-keyframes flip {
from {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -360deg);
transform:perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
40% {
-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
50% {
-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
80% {
-webkit-transform:perspective(400px) scale3d(0.95, 0.95, 0.95);
transform:perspective(400px) scale3d(0.95, 0.95, 0.95);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
to {
	-webkit-transform:perspective(400px);
	transform:perspective(400px);
	-webkit-animation-timing-function:ease-in;
	animation-timing-function:ease-in
}
}
@keyframes flip {
from {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -360deg);
transform:perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
40% {
-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
50% {
-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
80% {
-webkit-transform:perspective(400px) scale3d(0.95, 0.95, 0.95);
transform:perspective(400px) scale3d(0.95, 0.95, 0.95);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
to {
	-webkit-transform:perspective(400px);
	transform:perspective(400px);
	-webkit-animation-timing-function:ease-in;
	animation-timing-function:ease-in
}
}
.animated.flip {
	-webkit-backface-visibility:visible;
	backface-visibility:visible;
	-webkit-animation-name:flip;
	animation-name:flip
}
@-webkit-keyframes flipInX {
from {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);
transform:perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);
transform:perspective(400px) rotate3d(1, 0, 0, -5deg)
}
to {
	-webkit-transform:perspective(400px);
	transform:perspective(400px)
}
}
@keyframes flipInX {
from {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);
transform:perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);
transform:perspective(400px) rotate3d(1, 0, 0, -5deg)
}
to {
	-webkit-transform:perspective(400px);
	transform:perspective(400px)
}
}
.flipInX {
	-webkit-backface-visibility:visible !important;
	backface-visibility:visible !important;
	-webkit-animation-name:flipInX;
	animation-name:flipInX
}
@-webkit-keyframes flipInY {
from {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);
transform:perspective(400px) rotate3d(0, 1, 0, -5deg)
}
to {
	-webkit-transform:perspective(400px);
	transform:perspective(400px)
}
}
@keyframes flipInY {
from {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);
transform:perspective(400px) rotate3d(0, 1, 0, -5deg)
}
to {
	-webkit-transform:perspective(400px);
	transform:perspective(400px)
}
}
.flipInY {
	-webkit-backface-visibility:visible !important;
	backface-visibility:visible !important;
	-webkit-animation-name:flipInY;
	animation-name:flipInY
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
30% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity:1
}
to {
	-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
	opacity:0
}
}
@keyframes flipOutX {
from {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
30% {
-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity:1
}
to {
	-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
	opacity:0
}
}
.flipOutX {
	-webkit-animation-name:flipOutX;
	animation-name:flipOutX;
	-webkit-backface-visibility:visible !important;
	backface-visibility:visible !important
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
30% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -15deg);
transform:perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity:1
}
to {
	-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
	opacity:0
}
}
@keyframes flipOutY {
from {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
30% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -15deg);
transform:perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity:1
}
to {
	-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
	opacity:0
}
}
.flipOutY {
	-webkit-backface-visibility:visible !important;
	backface-visibility:visible !important;
	-webkit-animation-name:flipOutY;
	animation-name:flipOutY
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);
transform:translate3d(100%, 0, 0) skewX(-30deg);
opacity:0
}
60% {
-webkit-transform:skewX(20deg);
transform:skewX(20deg);
opacity:1
}
80% {
-webkit-transform:skewX(-5deg);
transform:skewX(-5deg);
opacity:1
}
to {
	-webkit-transform:none;
	transform:none;
	opacity:1
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);
transform:translate3d(100%, 0, 0) skewX(-30deg);
opacity:0
}
60% {
-webkit-transform:skewX(20deg);
transform:skewX(20deg);
opacity:1
}
80% {
-webkit-transform:skewX(-5deg);
transform:skewX(-5deg);
opacity:1
}
to {
	-webkit-transform:none;
	transform:none;
	opacity:1
}
}
.lightSpeedIn {
	-webkit-animation-name:lightSpeedIn;
	animation-name:lightSpeedIn;
	-webkit-animation-timing-function:ease-out;
	animation-timing-function:ease-out
}
@-webkit-keyframes lightSpeedOut {
from {
opacity:1
}
to {
	-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);
	transform:translate3d(100%, 0, 0) skewX(30deg);
	opacity:0
}
}
@keyframes lightSpeedOut {
from {
opacity:1
}
to {
	-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);
	transform:translate3d(100%, 0, 0) skewX(30deg);
	opacity:0
}
}
.lightSpeedOut {
	-webkit-animation-name:lightSpeedOut;
	animation-name:lightSpeedOut;
	-webkit-animation-timing-function:ease-in;
	animation-timing-function:ease-in
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:rotate3d(0, 0, 1, -200deg);
transform:rotate3d(0, 0, 1, -200deg);
opacity:0
}
to {
	-webkit-transform-origin:center;
	transform-origin:center;
	-webkit-transform:none;
	transform:none;
	opacity:1
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:rotate3d(0, 0, 1, -200deg);
transform:rotate3d(0, 0, 1, -200deg);
opacity:0
}
to {
	-webkit-transform-origin:center;
	transform-origin:center;
	-webkit-transform:none;
	transform:none;
	opacity:1
}
}
.rotateIn {
	-webkit-animation-name:rotateIn;
	animation-name:rotateIn
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, -45deg);
transform:rotate3d(0, 0, 1, -45deg);
opacity:0
}
to {
	-webkit-transform-origin:left bottom;
	transform-origin:left bottom;
	-webkit-transform:none;
	transform:none;
	opacity:1
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, -45deg);
transform:rotate3d(0, 0, 1, -45deg);
opacity:0
}
to {
	-webkit-transform-origin:left bottom;
	transform-origin:left bottom;
	-webkit-transform:none;
	transform:none;
	opacity:1
}
}
.rotateInDownLeft {
	-webkit-animation-name:rotateInDownLeft;
	animation-name:rotateInDownLeft
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, 45deg);
transform:rotate3d(0, 0, 1, 45deg);
opacity:0
}
to {
	-webkit-transform-origin:right bottom;
	transform-origin:right bottom;
	-webkit-transform:none;
	transform:none;
	opacity:1
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, 45deg);
transform:rotate3d(0, 0, 1, 45deg);
opacity:0
}
to {
	-webkit-transform-origin:right bottom;
	transform-origin:right bottom;
	-webkit-transform:none;
	transform:none;
	opacity:1
}
}
.rotateInDownRight {
	-webkit-animation-name:rotateInDownRight;
	animation-name:rotateInDownRight
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, 45deg);
transform:rotate3d(0, 0, 1, 45deg);
opacity:0
}
to {
	-webkit-transform-origin:left bottom;
	transform-origin:left bottom;
	-webkit-transform:none;
	transform:none;
	opacity:1
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate3d(0, 0, 1, 45deg);
transform:rotate3d(0, 0, 1, 45deg);
opacity:0
}
to {
	-webkit-transform-origin:left bottom;
	transform-origin:left bottom;
	-webkit-transform:none;
	transform:none;
	opacity:1
}
}
.rotateInUpLeft {
	-webkit-animation-name:rotateInUpLeft;
	animation-name:rotateInUpLeft
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, -90deg);
transform:rotate3d(0, 0, 1, -90deg);
opacity:0
}
to {
	-webkit-transform-origin:right bottom;
	transform-origin:right bottom;
	-webkit-transform:none;
	transform:none;
	opacity:1
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate3d(0, 0, 1, -90deg);
transform:rotate3d(0, 0, 1, -90deg);
opacity:0
}
to {
	-webkit-transform-origin:right bottom;
	transform-origin:right bottom;
	-webkit-transform:none;
	transform:none;
	opacity:1
}
}
.rotateInUpRight {
	-webkit-animation-name:rotateInUpRight;
	animation-name:rotateInUpRight
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin:center;
transform-origin:center;
opacity:1
}
to {
	-webkit-transform-origin:center;
	transform-origin:center;
	-webkit-transform:rotate3d(0, 0, 1, 200deg);
	transform:rotate3d(0, 0, 1, 200deg);
	opacity:0
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin:center;
transform-origin:center;
opacity:1
}
to {
	-webkit-transform-origin:center;
	transform-origin:center;
	-webkit-transform:rotate3d(0, 0, 1, 200deg);
	transform:rotate3d(0, 0, 1, 200deg);
	opacity:0
}
}
.rotateOut {
	-webkit-animation-name:rotateOut;
	animation-name:rotateOut
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1
}
to {
	-webkit-transform-origin:left bottom;
	transform-origin:left bottom;
	-webkit-transform:rotate3d(0, 0, 1, 45deg);
	transform:rotate3d(0, 0, 1, 45deg);
	opacity:0
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1
}
to {
	-webkit-transform-origin:left bottom;
	transform-origin:left bottom;
	-webkit-transform:rotate3d(0, 0, 1, 45deg);
	transform:rotate3d(0, 0, 1, 45deg);
	opacity:0
}
}
.rotateOutDownLeft {
	-webkit-animation-name:rotateOutDownLeft;
	animation-name:rotateOutDownLeft
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1
}
to {
	-webkit-transform-origin:right bottom;
	transform-origin:right bottom;
	-webkit-transform:rotate3d(0, 0, 1, -45deg);
	transform:rotate3d(0, 0, 1, -45deg);
	opacity:0
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1
}
to {
	-webkit-transform-origin:right bottom;
	transform-origin:right bottom;
	-webkit-transform:rotate3d(0, 0, 1, -45deg);
	transform:rotate3d(0, 0, 1, -45deg);
	opacity:0
}
}
.rotateOutDownRight {
	-webkit-animation-name:rotateOutDownRight;
	animation-name:rotateOutDownRight
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1
}
to {
	-webkit-transform-origin:left bottom;
	transform-origin:left bottom;
	-webkit-transform:rotate3d(0, 0, 1, -45deg);
	transform:rotate3d(0, 0, 1, -45deg);
	opacity:0
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1
}
to {
	-webkit-transform-origin:left bottom;
	transform-origin:left bottom;
	-webkit-transform:rotate3d(0, 0, 1, -45deg);
	transform:rotate3d(0, 0, 1, -45deg);
	opacity:0
}
}
.rotateOutUpLeft {
	-webkit-animation-name:rotateOutUpLeft;
	animation-name:rotateOutUpLeft
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1
}
to {
	-webkit-transform-origin:right bottom;
	transform-origin:right bottom;
	-webkit-transform:rotate3d(0, 0, 1, 90deg);
	transform:rotate3d(0, 0, 1, 90deg);
	opacity:0
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1
}
to {
	-webkit-transform-origin:right bottom;
	transform-origin:right bottom;
	-webkit-transform:rotate3d(0, 0, 1, 90deg);
	transform:rotate3d(0, 0, 1, 90deg);
	opacity:0
}
}
.rotateOutUpRight {
	-webkit-animation-name:rotateOutUpRight;
	animation-name:rotateOutUpRight
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
20%, 60% {
-webkit-transform:rotate3d(0, 0, 1, 80deg);
transform:rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
40%, 80% {
-webkit-transform:rotate3d(0, 0, 1, 60deg);
transform:rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out;
opacity:1
}
to {
	-webkit-transform:translate3d(0, 700px, 0);
	transform:translate3d(0, 700px, 0);
	opacity:0
}
}
@keyframes hinge {
0% {
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
20%, 60% {
-webkit-transform:rotate3d(0, 0, 1, 80deg);
transform:rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
40%, 80% {
-webkit-transform:rotate3d(0, 0, 1, 60deg);
transform:rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out;
opacity:1
}
to {
	-webkit-transform:translate3d(0, 700px, 0);
	transform:translate3d(0, 700px, 0);
	opacity:0
}
}
.hinge {
	-webkit-animation-name:hinge;
	animation-name:hinge
}
@-webkit-keyframes rollIn {
from {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
}
to {
	opacity:1;
	-webkit-transform:none;
	transform:none
}
}
@keyframes rollIn {
from {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
}
to {
	opacity:1;
	-webkit-transform:none;
	transform:none
}
}
.rollIn {
	-webkit-animation-name:rollIn;
	animation-name:rollIn
}
@-webkit-keyframes rollOut {
from {
opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
}
}
@keyframes rollOut {
from {
opacity:1
}
to {
	opacity:0;
	-webkit-transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
}
}
.rollOut {
	-webkit-animation-name:rollOut;
	animation-name:rollOut
}
@-webkit-keyframes zoomIn {
from {
opacity:0;
-webkit-transform:scale3d(0.3, 0.3, 0.3);
transform:scale3d(0.3, 0.3, 0.3)
}
50% {
opacity:1
}
}
@keyframes zoomIn {
from {
opacity:0;
-webkit-transform:scale3d(0.3, 0.3, 0.3);
transform:scale3d(0.3, 0.3, 0.3)
}
50% {
opacity:1
}
}
.zoomIn {
	-webkit-animation-name:zoomIn;
	animation-name:zoomIn
}
@-webkit-keyframes zoomInDown {
from {
opacity:0;
-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
60% {
opacity:1;
-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
@keyframes zoomInDown {
from {
opacity:0;
-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
60% {
opacity:1;
-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
.zoomInDown {
	-webkit-animation-name:zoomInDown;
	animation-name:zoomInDown
}
@-webkit-keyframes zoomInLeft {
from {
opacity:0;
-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
60% {
opacity:1;
-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
@keyframes zoomInLeft {
from {
opacity:0;
-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
60% {
opacity:1;
-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
.zoomInLeft {
	-webkit-animation-name:zoomInLeft;
	animation-name:zoomInLeft
}
@-webkit-keyframes zoomInRight {
from {
opacity:0;
-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
60% {
opacity:1;
-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
@keyframes zoomInRight {
from {
opacity:0;
-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
60% {
opacity:1;
-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
.zoomInRight {
	-webkit-animation-name:zoomInRight;
	animation-name:zoomInRight
}
@-webkit-keyframes zoomInUp {
from {
opacity:0;
-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
60% {
opacity:1;
-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
@keyframes zoomInUp {
from {
opacity:0;
-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
60% {
opacity:1;
-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
.zoomInUp {
	-webkit-animation-name:zoomInUp;
	animation-name:zoomInUp
}
@-webkit-keyframes zoomOut {
from {
opacity:1
}
50% {
opacity:0;
-webkit-transform:scale3d(0.3, 0.3, 0.3);
transform:scale3d(0.3, 0.3, 0.3)
}
to {
	opacity:0
}
}
@keyframes zoomOut {
from {
opacity:1
}
50% {
opacity:0;
-webkit-transform:scale3d(0.3, 0.3, 0.3);
transform:scale3d(0.3, 0.3, 0.3)
}
to {
	opacity:0
}
}
.zoomOut {
	-webkit-animation-name:zoomOut;
	animation-name:zoomOut
}
@-webkit-keyframes zoomOutDown {
40% {
opacity:1;
-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
to {
	opacity:0;
	-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	-webkit-transform-origin:center bottom;
	transform-origin:center bottom;
	-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
@keyframes zoomOutDown {
40% {
opacity:1;
-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
to {
	opacity:0;
	-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	-webkit-transform-origin:center bottom;
	transform-origin:center bottom;
	-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
.zoomOutDown {
	-webkit-animation-name:zoomOutDown;
	animation-name:zoomOutDown
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity:1;
-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
}
to {
	opacity:0;
	-webkit-transform:scale(0.1) translate3d(-2000px, 0, 0);
	transform:scale(0.1) translate3d(-2000px, 0, 0);
	-webkit-transform-origin:left center;
	transform-origin:left center
}
}
@keyframes zoomOutLeft {
40% {
opacity:1;
-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
}
to {
	opacity:0;
	-webkit-transform:scale(0.1) translate3d(-2000px, 0, 0);
	transform:scale(0.1) translate3d(-2000px, 0, 0);
	-webkit-transform-origin:left center;
	transform-origin:left center
}
}
.zoomOutLeft {
	-webkit-animation-name:zoomOutLeft;
	animation-name:zoomOutLeft
}
@-webkit-keyframes zoomOutRight {
40% {
opacity:1;
-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
}
to {
	opacity:0;
	-webkit-transform:scale(0.1) translate3d(2000px, 0, 0);
	transform:scale(0.1) translate3d(2000px, 0, 0);
	-webkit-transform-origin:right center;
	transform-origin:right center
}
}
@keyframes zoomOutRight {
40% {
opacity:1;
-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
}
to {
	opacity:0;
	-webkit-transform:scale(0.1) translate3d(2000px, 0, 0);
	transform:scale(0.1) translate3d(2000px, 0, 0);
	-webkit-transform-origin:right center;
	transform-origin:right center
}
}
.zoomOutRight {
	-webkit-animation-name:zoomOutRight;
	animation-name:zoomOutRight
}
@-webkit-keyframes zoomOutUp {
40% {
opacity:1;
-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
to {
	opacity:0;
	-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	-webkit-transform-origin:center bottom;
	transform-origin:center bottom;
	-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
@keyframes zoomOutUp {
40% {
opacity:1;
-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
to {
	opacity:0;
	-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	-webkit-transform-origin:center bottom;
	transform-origin:center bottom;
	-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
.zoomOutUp {
	-webkit-animation-name:zoomOutUp;
	animation-name:zoomOutUp
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0);
visibility:visible
}
to {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
}
}
@keyframes slideInDown {
from {
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0);
visibility:visible
}
to {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
}
}
.slideInDown {
	-webkit-animation-name:slideInDown;
	animation-name:slideInDown
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0);
visibility:visible
}
to {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
}
}
@keyframes slideInLeft {
from {
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0);
visibility:visible
}
to {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
}
}
.slideInLeft {
	-webkit-animation-name:slideInLeft;
	animation-name:slideInLeft
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0);
visibility:visible
}
to {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
}
}
@keyframes slideInRight {
from {
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0);
visibility:visible
}
to {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
}
}
.slideInRight {
	-webkit-animation-name:slideInRight;
	animation-name:slideInRight
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0);
visibility:visible
}
to {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
}
}
@keyframes slideInUp {
from {
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0);
visibility:visible
}
to {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
}
}
.slideInUp {
	-webkit-animation-name:slideInUp;
	animation-name:slideInUp
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
to {
	visibility:hidden;
	-webkit-transform:translate3d(0, 100%, 0);
	transform:translate3d(0, 100%, 0)
}
}
@keyframes slideOutDown {
from {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
to {
	visibility:hidden;
	-webkit-transform:translate3d(0, 100%, 0);
	transform:translate3d(0, 100%, 0)
}
}
.slideOutDown {
	-webkit-animation-name:slideOutDown;
	animation-name:slideOutDown
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
to {
	visibility:hidden;
	-webkit-transform:translate3d(-100%, 0, 0);
	transform:translate3d(-100%, 0, 0)
}
}
@keyframes slideOutLeft {
from {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
to {
	visibility:hidden;
	-webkit-transform:translate3d(-100%, 0, 0);
	transform:translate3d(-100%, 0, 0)
}
}
.slideOutLeft {
	-webkit-animation-name:slideOutLeft;
	animation-name:slideOutLeft
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
to {
	visibility:hidden;
	-webkit-transform:translate3d(100%, 0, 0);
	transform:translate3d(100%, 0, 0)
}
}
@keyframes slideOutRight {
from {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
to {
	visibility:hidden;
	-webkit-transform:translate3d(100%, 0, 0);
	transform:translate3d(100%, 0, 0)
}
}
.slideOutRight {
	-webkit-animation-name:slideOutRight;
	animation-name:slideOutRight
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
to {
	visibility:hidden;
	-webkit-transform:translate3d(0, -100%, 0);
	transform:translate3d(0, -100%, 0)
}
}
@keyframes slideOutUp {
from {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
to {
	visibility:hidden;
	-webkit-transform:translate3d(0, -100%, 0);
	transform:translate3d(0, -100%, 0)
}
}
.slideOutUp {
	-webkit-animation-name:slideOutUp;
	animation-name:slideOutUp
}/*!
  Avalanche | MIT License | @colourgarden
  Quickstart, kitchen sink CSS file. Includes 12-column grid widths and all layout options.
  Version: 1.2
*/
.grid {
	display:block;
	list-style:none;
	padding:0;
	margin:0;
	margin-left:-20px;
	font-size:0rem
}
.grid__cell {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	display:inline-block;
	width:100%;
	padding:0;
	padding-left:20px;
	margin:0;
	vertical-align:top;
	font-size:1rem
}
.grid--center {
	text-align:center
}
.grid--center>.grid__cell {
	text-align:left
}
.grid__cell--center {
	display:block;
	margin:0 auto
}
.grid--right {
	text-align:right
}
.grid--right>.grid__cell {
	text-align:left
}
.grid--middle>.grid__cell {
	vertical-align:middle
}
.grid--bottom>.grid__cell {
	vertical-align:bottom
}
.grid--flush {
	margin-left:0
}
.grid--flush>.grid__cell {
	padding-left:0
}
.grid--tiny {
	margin-left:-5px
}
.grid--tiny>.grid__cell {
	padding-left:5px
}
.grid--small {
	margin-left:-10px
}
.grid--small>.grid__cell {
	padding-left:10px
}
.grid--large {
	margin-left:-40px
}
.grid--large>.grid__cell {
	padding-left:40px
}
.grid--huge {
	margin-left:-80px
}
.grid--huge>.grid__cell {
	padding-left:80px
}
.grid--auto>.grid__cell {
	width:auto
}
.grid--rev {
	direction:rtl
}
.grid--rev>.grid__cell {
	direction:ltr
}
.\31\/2, .\32\/4, .\33\/6, .\34\/8, .\35\/10, .\36\/12 {
	width:50%
}
.\31\/3, .\32\/6, .\33\/9, .\34\/12 {
	width:33.33333%
}
.\32\/3, .\34\/6, .\36\/9, .\38\/12 {
	width:66.66667%
}
.\31\/4, .\32\/8, .\33\/12 {
	width:25%
}
.\33\/4, .\36\/8, .\39\/12 {
	width:75%
}
.\31\/5, .\32\/10 {
	width:20%
}
.\32\/5, .\34\/10 {
	width:40%
}
.\33\/5, .\36\/10 {
	width:60%
}
.\34\/5, .\38\/10 {
	width:80%
}
.\31\/6, .\32\/12 {
	width:16.66667%
}
.\35\/6, .\31\30\/12 {
	width:83.33333%
}
.\31\/7 {
	width:14.28571%
}
.\32\/7 {
	width:28.57143%
}
.\33\/7 {
	width:42.85714%
}
.\34\/7 {
	width:57.14286%
}
.\35\/7 {
	width:71.42857%
}
.\36\/7 {
	width:85.71429%
}
.\31\/8 {
	width:12.5%
}
.\33\/8 {
	width:37.5%
}
.\35\/8 {
	width:62.5%
}
.\37\/8 {
	width:87.5%
}
.\31\/9 {
	width:11.11111%
}
.\32\/9 {
	width:22.22222%
}
.\34\/9 {
	width:44.44444%
}
.\35\/9 {
	width:55.55556%
}
.\37\/9 {
	width:77.77778%
}
.\38\/9 {
	width:88.88889%
}
.\31\/10 {
	width:10%
}
.\33\/10 {
	width:30%
}
.\37\/10 {
	width:70%
}
.\39\/10 {
	width:90%
}
.\31\/11 {
	width:9.09091%
}
.\32\/11 {
	width:18.18182%
}
.\33\/11 {
	width:27.27273%
}
.\34\/11 {
	width:36.36364%
}
.\35\/11 {
	width:45.45455%
}
.\36\/11 {
	width:54.54545%
}
.\37\/11 {
	width:63.63636%
}
.\38\/11 {
	width:72.72727%
}
.\39\/11 {
	width:81.81818%
}
.\31\30\/11 {
	width:90.90909%
}
.\31\/12 {
	width:8.33333%
}
.\35\/12 {
	width:41.66667%
}
.\37\/12 {
	width:58.33333%
}
.\31\31\/12 {
	width:91.66667%
}
@media screen and (max-width: 499px) {
.\31\/2--thumb, .\32\/4--thumb, .\33\/6--thumb, .\34\/8--thumb, .\35\/10--thumb, .\36\/12--thumb {
width:50%
}
.\31\/3--thumb, .\32\/6--thumb, .\33\/9--thumb, .\34\/12--thumb {
width:33.33333%
}
.\32\/3--thumb, .\34\/6--thumb, .\36\/9--thumb, .\38\/12--thumb {
width:66.66667%
}
.\31\/4--thumb, .\32\/8--thumb, .\33\/12--thumb {
width:25%
}
.\33\/4--thumb, .\36\/8--thumb, .\39\/12--thumb {
width:75%
}
.\31\/5--thumb, .\32\/10--thumb {
width:20%
}
.\32\/5--thumb, .\34\/10--thumb {
width:40%
}
.\33\/5--thumb, .\36\/10--thumb {
width:60%
}
.\34\/5--thumb, .\38\/10--thumb {
width:80%
}
.\31\/6--thumb, .\32\/12--thumb {
width:16.66667%
}
.\35\/6--thumb, .\31\30\/12--thumb {
width:83.33333%
}
.\31\/7--thumb {
width:14.28571%
}
.\32\/7--thumb {
width:28.57143%
}
.\33\/7--thumb {
width:42.85714%
}
.\34\/7--thumb {
width:57.14286%
}
.\35\/7--thumb {
width:71.42857%
}
.\36\/7--thumb {
width:85.71429%
}
.\31\/8--thumb {
width:12.5%
}
.\33\/8--thumb {
width:37.5%
}
.\35\/8--thumb {
width:62.5%
}
.\37\/8--thumb {
width:87.5%
}
.\31\/9--thumb {
width:11.11111%
}
.\32\/9--thumb {
width:22.22222%
}
.\34\/9--thumb {
width:44.44444%
}
.\35\/9--thumb {
width:55.55556%
}
.\37\/9--thumb {
width:77.77778%
}
.\38\/9--thumb {
width:88.88889%
}
.\31\/10--thumb {
width:10%
}
.\33\/10--thumb {
width:30%
}
.\37\/10--thumb {
width:70%
}
.\39\/10--thumb {
width:90%
}
.\31\/11--thumb {
width:9.09091%
}
.\32\/11--thumb {
width:18.18182%
}
.\33\/11--thumb {
width:27.27273%
}
.\34\/11--thumb {
width:36.36364%
}
.\35\/11--thumb {
width:45.45455%
}
.\36\/11--thumb {
width:54.54545%
}
.\37\/11--thumb {
width:63.63636%
}
.\38\/11--thumb {
width:72.72727%
}
.\39\/11--thumb {
width:81.81818%
}
.\31\30\/11--thumb {
width:90.90909%
}
.\31\/12--thumb {
width:8.33333%
}
.\35\/12--thumb {
width:41.66667%
}
.\37\/12--thumb {
width:58.33333%
}
.\31\31\/12--thumb {
width:91.66667%
}
}
@media screen and (min-width: 500px) and (max-width: 800px) {
.\31\/2--handheld, .\32\/4--handheld, .\33\/6--handheld, .\34\/8--handheld, .\35\/10--handheld, .\36\/12--handheld {
width:50%
}
.\31\/3--handheld, .\32\/6--handheld, .\33\/9--handheld, .\34\/12--handheld {
width:33.33333%
}
.\32\/3--handheld, .\34\/6--handheld, .\36\/9--handheld, .\38\/12--handheld {
width:66.66667%
}
.\31\/4--handheld, .\32\/8--handheld, .\33\/12--handheld {
width:25%
}
.\33\/4--handheld, .\36\/8--handheld, .\39\/12--handheld {
width:75%
}
.\31\/5--handheld, .\32\/10--handheld {
width:20%
}
.\32\/5--handheld, .\34\/10--handheld {
width:40%
}
.\33\/5--handheld, .\36\/10--handheld {
width:60%
}
.\34\/5--handheld, .\38\/10--handheld {
width:80%
}
.\31\/6--handheld, .\32\/12--handheld {
width:16.66667%
}
.\35\/6--handheld, .\31\30\/12--handheld {
width:83.33333%
}
.\31\/7--handheld {
width:14.28571%
}
.\32\/7--handheld {
width:28.57143%
}
.\33\/7--handheld {
width:42.85714%
}
.\34\/7--handheld {
width:57.14286%
}
.\35\/7--handheld {
width:71.42857%
}
.\36\/7--handheld {
width:85.71429%
}
.\31\/8--handheld {
width:12.5%
}
.\33\/8--handheld {
width:37.5%
}
.\35\/8--handheld {
width:62.5%
}
.\37\/8--handheld {
width:87.5%
}
.\31\/9--handheld {
width:11.11111%
}
.\32\/9--handheld {
width:22.22222%
}
.\34\/9--handheld {
width:44.44444%
}
.\35\/9--handheld {
width:55.55556%
}
.\37\/9--handheld {
width:77.77778%
}
.\38\/9--handheld {
width:88.88889%
}
.\31\/10--handheld {
width:10%
}
.\33\/10--handheld {
width:30%
}
.\37\/10--handheld {
width:70%
}
.\39\/10--handheld {
width:90%
}
.\31\/11--handheld {
width:9.09091%
}
.\32\/11--handheld {
width:18.18182%
}
.\33\/11--handheld {
width:27.27273%
}
.\34\/11--handheld {
width:36.36364%
}
.\35\/11--handheld {
width:45.45455%
}
.\36\/11--handheld {
width:54.54545%
}
.\37\/11--handheld {
width:63.63636%
}
.\38\/11--handheld {
width:72.72727%
}
.\39\/11--handheld {
width:81.81818%
}
.\31\30\/11--handheld {
width:90.90909%
}
.\31\/12--handheld {
width:8.33333%
}
.\35\/12--handheld {
width:41.66667%
}
.\37\/12--handheld {
width:58.33333%
}
.\31\31\/12--handheld {
width:91.66667%
}
}
@media screen and (min-width: 500px) {
.\31\/2--handheld-and-up, .\32\/4--handheld-and-up, .\33\/6--handheld-and-up, .\34\/8--handheld-and-up, .\35\/10--handheld-and-up, .\36\/12--handheld-and-up {
width:50%
}
.\31\/3--handheld-and-up, .\32\/6--handheld-and-up, .\33\/9--handheld-and-up, .\34\/12--handheld-and-up {
width:33.33333%
}
.\32\/3--handheld-and-up, .\34\/6--handheld-and-up, .\36\/9--handheld-and-up, .\38\/12--handheld-and-up {
width:66.66667%
}
.\31\/4--handheld-and-up, .\32\/8--handheld-and-up, .\33\/12--handheld-and-up {
width:25%
}
.\33\/4--handheld-and-up, .\36\/8--handheld-and-up, .\39\/12--handheld-and-up {
width:75%
}
.\31\/5--handheld-and-up, .\32\/10--handheld-and-up {
width:20%
}
.\32\/5--handheld-and-up, .\34\/10--handheld-and-up {
width:40%
}
.\33\/5--handheld-and-up, .\36\/10--handheld-and-up {
width:60%
}
.\34\/5--handheld-and-up, .\38\/10--handheld-and-up {
width:80%
}
.\31\/6--handheld-and-up, .\32\/12--handheld-and-up {
width:16.66667%
}
.\35\/6--handheld-and-up, .\31\30\/12--handheld-and-up {
width:83.33333%
}
.\31\/7--handheld-and-up {
width:14.28571%
}
.\32\/7--handheld-and-up {
width:28.57143%
}
.\33\/7--handheld-and-up {
width:42.85714%
}
.\34\/7--handheld-and-up {
width:57.14286%
}
.\35\/7--handheld-and-up {
width:71.42857%
}
.\36\/7--handheld-and-up {
width:85.71429%
}
.\31\/8--handheld-and-up {
width:12.5%
}
.\33\/8--handheld-and-up {
width:37.5%
}
.\35\/8--handheld-and-up {
width:62.5%
}
.\37\/8--handheld-and-up {
width:87.5%
}
.\31\/9--handheld-and-up {
width:11.11111%
}
.\32\/9--handheld-and-up {
width:22.22222%
}
.\34\/9--handheld-and-up {
width:44.44444%
}
.\35\/9--handheld-and-up {
width:55.55556%
}
.\37\/9--handheld-and-up {
width:77.77778%
}
.\38\/9--handheld-and-up {
width:88.88889%
}
.\31\/10--handheld-and-up {
width:10%
}
.\33\/10--handheld-and-up {
width:30%
}
.\37\/10--handheld-and-up {
width:70%
}
.\39\/10--handheld-and-up {
width:90%
}
.\31\/11--handheld-and-up {
width:9.09091%
}
.\32\/11--handheld-and-up {
width:18.18182%
}
.\33\/11--handheld-and-up {
width:27.27273%
}
.\34\/11--handheld-and-up {
width:36.36364%
}
.\35\/11--handheld-and-up {
width:45.45455%
}
.\36\/11--handheld-and-up {
width:54.54545%
}
.\37\/11--handheld-and-up {
width:63.63636%
}
.\38\/11--handheld-and-up {
width:72.72727%
}
.\39\/11--handheld-and-up {
width:81.81818%
}
.\31\30\/11--handheld-and-up {
width:90.90909%
}
.\31\/12--handheld-and-up {
width:8.33333%
}
.\35\/12--handheld-and-up {
width:41.66667%
}
.\37\/12--handheld-and-up {
width:58.33333%
}
.\31\31\/12--handheld-and-up {
width:91.66667%
}
}
@media screen and (max-width: 800px) {
.\31\/2--pocket, .\32\/4--pocket, .\33\/6--pocket, .\34\/8--pocket, .\35\/10--pocket, .\36\/12--pocket {
width:50%
}
.\31\/3--pocket, .\32\/6--pocket, .\33\/9--pocket, .\34\/12--pocket {
width:33.33333%
}
.\32\/3--pocket, .\34\/6--pocket, .\36\/9--pocket, .\38\/12--pocket {
width:66.66667%
}
.\31\/4--pocket, .\32\/8--pocket, .\33\/12--pocket {
width:25%
}
.\33\/4--pocket, .\36\/8--pocket, .\39\/12--pocket {
width:75%
}
.\31\/5--pocket, .\32\/10--pocket {
width:20%
}
.\32\/5--pocket, .\34\/10--pocket {
width:40%
}
.\33\/5--pocket, .\36\/10--pocket {
width:60%
}
.\34\/5--pocket, .\38\/10--pocket {
width:80%
}
.\31\/6--pocket, .\32\/12--pocket {
width:16.66667%
}
.\35\/6--pocket, .\31\30\/12--pocket {
width:83.33333%
}
.\31\/7--pocket {
width:14.28571%
}
.\32\/7--pocket {
width:28.57143%
}
.\33\/7--pocket {
width:42.85714%
}
.\34\/7--pocket {
width:57.14286%
}
.\35\/7--pocket {
width:71.42857%
}
.\36\/7--pocket {
width:85.71429%
}
.\31\/8--pocket {
width:12.5%
}
.\33\/8--pocket {
width:37.5%
}
.\35\/8--pocket {
width:62.5%
}
.\37\/8--pocket {
width:87.5%
}
.\31\/9--pocket {
width:11.11111%
}
.\32\/9--pocket {
width:22.22222%
}
.\34\/9--pocket {
width:44.44444%
}
.\35\/9--pocket {
width:55.55556%
}
.\37\/9--pocket {
width:77.77778%
}
.\38\/9--pocket {
width:88.88889%
}
.\31\/10--pocket {
width:10%
}
.\33\/10--pocket {
width:30%
}
.\37\/10--pocket {
width:70%
}
.\39\/10--pocket {
width:90%
}
.\31\/11--pocket {
width:9.09091%
}
.\32\/11--pocket {
width:18.18182%
}
.\33\/11--pocket {
width:27.27273%
}
.\34\/11--pocket {
width:36.36364%
}
.\35\/11--pocket {
width:45.45455%
}
.\36\/11--pocket {
width:54.54545%
}
.\37\/11--pocket {
width:63.63636%
}
.\38\/11--pocket {
width:72.72727%
}
.\39\/11--pocket {
width:81.81818%
}
.\31\30\/11--pocket {
width:90.90909%
}
.\31\/12--pocket {
width:8.33333%
}
.\35\/12--pocket {
width:41.66667%
}
.\37\/12--pocket {
width:58.33333%
}
.\31\31\/12--pocket {
width:91.66667%
}
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
.\31\/2--lap, .\32\/4--lap, .\33\/6--lap, .\34\/8--lap, .\35\/10--lap, .\36\/12--lap {
width:50%
}
.\31\/3--lap, .\32\/6--lap, .\33\/9--lap, .\34\/12--lap {
width:33.33333%
}
.\32\/3--lap, .\34\/6--lap, .\36\/9--lap, .\38\/12--lap {
width:66.66667%
}
.\31\/4--lap, .\32\/8--lap, .\33\/12--lap {
width:25%
}
.\33\/4--lap, .\36\/8--lap, .\39\/12--lap {
width:75%
}
.\31\/5--lap, .\32\/10--lap {
width:20%
}
.\32\/5--lap, .\34\/10--lap {
width:40%
}
.\33\/5--lap, .\36\/10--lap {
width:60%
}
.\34\/5--lap, .\38\/10--lap {
width:80%
}
.\31\/6--lap, .\32\/12--lap {
width:16.66667%
}
.\35\/6--lap, .\31\30\/12--lap {
width:83.33333%
}
.\31\/7--lap {
width:14.28571%
}
.\32\/7--lap {
width:28.57143%
}
.\33\/7--lap {
width:42.85714%
}
.\34\/7--lap {
width:57.14286%
}
.\35\/7--lap {
width:71.42857%
}
.\36\/7--lap {
width:85.71429%
}
.\31\/8--lap {
width:12.5%
}
.\33\/8--lap {
width:37.5%
}
.\35\/8--lap {
width:62.5%
}
.\37\/8--lap {
width:87.5%
}
.\31\/9--lap {
width:11.11111%
}
.\32\/9--lap {
width:22.22222%
}
.\34\/9--lap {
width:44.44444%
}
.\35\/9--lap {
width:55.55556%
}
.\37\/9--lap {
width:77.77778%
}
.\38\/9--lap {
width:88.88889%
}
.\31\/10--lap {
width:10%
}
.\33\/10--lap {
width:30%
}
.\37\/10--lap {
width:70%
}
.\39\/10--lap {
width:90%
}
.\31\/11--lap {
width:9.09091%
}
.\32\/11--lap {
width:18.18182%
}
.\33\/11--lap {
width:27.27273%
}
.\34\/11--lap {
width:36.36364%
}
.\35\/11--lap {
width:45.45455%
}
.\36\/11--lap {
width:54.54545%
}
.\37\/11--lap {
width:63.63636%
}
.\38\/11--lap {
width:72.72727%
}
.\39\/11--lap {
width:81.81818%
}
.\31\30\/11--lap {
width:90.90909%
}
.\31\/12--lap {
width:8.33333%
}
.\35\/12--lap {
width:41.66667%
}
.\37\/12--lap {
width:58.33333%
}
.\31\31\/12--lap {
width:91.66667%
}
}
@media screen and (min-width: 767px) {
.\31\/2--tablet, .\32\/4--tablet, .\33\/6--tablet, .\34\/8--tablet, .\35\/10--tablet, .\36\/12--tablet {
width:50%
}
.\31\/3--tablet, .\32\/6--tablet, .\33\/9--tablet, .\34\/12--tablet {
width:33.33333%
}
.\32\/3--tablet, .\34\/6--tablet, .\36\/9--tablet, .\38\/12--tablet {
width:66.66667%
}
.\31\/4--tablet, .\32\/8--tablet, .\33\/12--tablet {
width:25%
}
.\33\/4--tablet, .\36\/8--tablet, .\39\/12--tablet {
width:75%
}
.\31\/5--tablet, .\32\/10--tablet {
width:20%
}
.\32\/5--tablet, .\34\/10--tablet {
width:40%
}
.\33\/5--tablet, .\36\/10--tablet {
width:60%
}
.\34\/5--tablet, .\38\/10--tablet {
width:80%
}
.\31\/6--tablet, .\32\/12--tablet {
width:16.66667%
}
.\35\/6--tablet, .\31\30\/12--tablet {
width:83.33333%
}
.\31\/7--tablet {
width:14.28571%
}
.\32\/7--tablet {
width:28.57143%
}
.\33\/7--tablet {
width:42.85714%
}
.\34\/7--tablet {
width:57.14286%
}
.\35\/7--tablet {
width:71.42857%
}
.\36\/7--tablet {
width:85.71429%
}
.\31\/8--tablet {
width:12.5%
}
.\33\/8--tablet {
width:37.5%
}
.\35\/8--tablet {
width:62.5%
}
.\37\/8--tablet {
width:87.5%
}
.\31\/9--tablet {
width:11.11111%
}
.\32\/9--tablet {
width:22.22222%
}
.\34\/9--tablet {
width:44.44444%
}
.\35\/9--tablet {
width:55.55556%
}
.\37\/9--tablet {
width:77.77778%
}
.\38\/9--tablet {
width:88.88889%
}
.\31\/10--tablet {
width:10%
}
.\33\/10--tablet {
width:30%
}
.\37\/10--tablet {
width:70%
}
.\39\/10--tablet {
width:90%
}
.\31\/11--tablet {
width:9.09091%
}
.\32\/11--tablet {
width:18.18182%
}
.\33\/11--tablet {
width:27.27273%
}
.\34\/11--tablet {
width:36.36364%
}
.\35\/11--tablet {
width:45.45455%
}
.\36\/11--tablet {
width:54.54545%
}
.\37\/11--tablet {
width:63.63636%
}
.\38\/11--tablet {
width:72.72727%
}
.\39\/11--tablet {
width:81.81818%
}
.\31\30\/11--tablet {
width:90.90909%
}
.\31\/12--tablet {
width:8.33333%
}
.\35\/12--tablet {
width:41.66667%
}
.\37\/12--tablet {
width:58.33333%
}
.\31\31\/12--tablet {
width:91.66667%
}
}
@media screen and (max-width: 1024px) {
.\31\/2--portable, .\32\/4--portable, .\33\/6--portable, .\34\/8--portable, .\35\/10--portable, .\36\/12--portable {
width:50%
}
.\31\/3--portable, .\32\/6--portable, .\33\/9--portable, .\34\/12--portable {
width:33.33333%
}
.\32\/3--portable, .\34\/6--portable, .\36\/9--portable, .\38\/12--portable {
width:66.66667%
}
.\31\/4--portable, .\32\/8--portable, .\33\/12--portable {
width:25%
}
.\33\/4--portable, .\36\/8--portable, .\39\/12--portable {
width:75%
}
.\31\/5--portable, .\32\/10--portable {
width:20%
}
.\32\/5--portable, .\34\/10--portable {
width:40%
}
.\33\/5--portable, .\36\/10--portable {
width:60%
}
.\34\/5--portable, .\38\/10--portable {
width:80%
}
.\31\/6--portable, .\32\/12--portable {
width:16.66667%
}
.\35\/6--portable, .\31\30\/12--portable {
width:83.33333%
}
.\31\/7--portable {
width:14.28571%
}
.\32\/7--portable {
width:28.57143%
}
.\33\/7--portable {
width:42.85714%
}
.\34\/7--portable {
width:57.14286%
}
.\35\/7--portable {
width:71.42857%
}
.\36\/7--portable {
width:85.71429%
}
.\31\/8--portable {
width:12.5%
}
.\33\/8--portable {
width:37.5%
}
.\35\/8--portable {
width:62.5%
}
.\37\/8--portable {
width:87.5%
}
.\31\/9--portable {
width:11.11111%
}
.\32\/9--portable {
width:22.22222%
}
.\34\/9--portable {
width:44.44444%
}
.\35\/9--portable {
width:55.55556%
}
.\37\/9--portable {
width:77.77778%
}
.\38\/9--portable {
width:88.88889%
}
.\31\/10--portable {
width:10%
}
.\33\/10--portable {
width:30%
}
.\37\/10--portable {
width:70%
}
.\39\/10--portable {
width:90%
}
.\31\/11--portable {
width:9.09091%
}
.\32\/11--portable {
width:18.18182%
}
.\33\/11--portable {
width:27.27273%
}
.\34\/11--portable {
width:36.36364%
}
.\35\/11--portable {
width:45.45455%
}
.\36\/11--portable {
width:54.54545%
}
.\37\/11--portable {
width:63.63636%
}
.\38\/11--portable {
width:72.72727%
}
.\39\/11--portable {
width:81.81818%
}
.\31\30\/11--portable {
width:90.90909%
}
.\31\/12--portable {
width:8.33333%
}
.\35\/12--portable {
width:41.66667%
}
.\37\/12--portable {
width:58.33333%
}
.\31\31\/12--portable {
width:91.66667%
}
}
@media screen and (min-width: 1025px) {
.\31\/2--desk, .\32\/4--desk, .\33\/6--desk, .\34\/8--desk, .\35\/10--desk, .\36\/12--desk {
width:50%
}
.\31\/3--desk, .\32\/6--desk, .\33\/9--desk, .\34\/12--desk {
width:33.33333%
}
.\32\/3--desk, .\34\/6--desk, .\36\/9--desk, .\38\/12--desk {
width:66.66667%
}
.\31\/4--desk, .\32\/8--desk, .\33\/12--desk {
width:25%
}
.\33\/4--desk, .\36\/8--desk, .\39\/12--desk {
width:75%
}
.\31\/5--desk, .\32\/10--desk {
width:20%
}
.\32\/5--desk, .\34\/10--desk {
width:40%
}
.\33\/5--desk, .\36\/10--desk {
width:60%
}
.\34\/5--desk, .\38\/10--desk {
width:80%
}
.\31\/6--desk, .\32\/12--desk {
width:16.66667%
}
.\35\/6--desk, .\31\30\/12--desk {
width:83.33333%
}
.\31\/7--desk {
width:14.28571%
}
.\32\/7--desk {
width:28.57143%
}
.\33\/7--desk {
width:42.85714%
}
.\34\/7--desk {
width:57.14286%
}
.\35\/7--desk {
width:71.42857%
}
.\36\/7--desk {
width:85.71429%
}
.\31\/8--desk {
width:12.5%
}
.\33\/8--desk {
width:37.5%
}
.\35\/8--desk {
width:62.5%
}
.\37\/8--desk {
width:87.5%
}
.\31\/9--desk {
width:11.11111%
}
.\32\/9--desk {
width:22.22222%
}
.\34\/9--desk {
width:44.44444%
}
.\35\/9--desk {
width:55.55556%
}
.\37\/9--desk {
width:77.77778%
}
.\38\/9--desk {
width:88.88889%
}
.\31\/10--desk {
width:10%
}
.\33\/10--desk {
width:30%
}
.\37\/10--desk {
width:70%
}
.\39\/10--desk {
width:90%
}
.\31\/11--desk {
width:9.09091%
}
.\32\/11--desk {
width:18.18182%
}
.\33\/11--desk {
width:27.27273%
}
.\34\/11--desk {
width:36.36364%
}
.\35\/11--desk {
width:45.45455%
}
.\36\/11--desk {
width:54.54545%
}
.\37\/11--desk {
width:63.63636%
}
.\38\/11--desk {
width:72.72727%
}
.\39\/11--desk {
width:81.81818%
}
.\31\30\/11--desk {
width:90.90909%
}
.\31\/12--desk {
width:8.33333%
}
.\35\/12--desk {
width:41.66667%
}
.\37\/12--desk {
width:58.33333%
}
.\31\31\/12--desk {
width:91.66667%
}
}
@media screen and (min-width: 1190px) {
.\31\/2--widescreen, .\32\/4--widescreen, .\33\/6--widescreen, .\34\/8--widescreen, .\35\/10--widescreen, .\36\/12--widescreen {
width:50%
}
.\31\/3--widescreen, .\32\/6--widescreen, .\33\/9--widescreen, .\34\/12--widescreen {
width:33.33333%
}
.\32\/3--widescreen, .\34\/6--widescreen, .\36\/9--widescreen, .\38\/12--widescreen {
width:66.66667%
}
.\31\/4--widescreen, .\32\/8--widescreen, .\33\/12--widescreen {
width:25%
}
.\33\/4--widescreen, .\36\/8--widescreen, .\39\/12--widescreen {
width:75%
}
.\31\/5--widescreen, .\32\/10--widescreen {
width:20%
}
.\32\/5--widescreen, .\34\/10--widescreen {
width:40%
}
.\33\/5--widescreen, .\36\/10--widescreen {
width:60%
}
.\34\/5--widescreen, .\38\/10--widescreen {
width:80%
}
.\31\/6--widescreen, .\32\/12--widescreen {
width:16.66667%
}
.\35\/6--widescreen, .\31\30\/12--widescreen {
width:83.33333%
}
.\31\/7--widescreen {
width:14.28571%
}
.\32\/7--widescreen {
width:28.57143%
}
.\33\/7--widescreen {
width:42.85714%
}
.\34\/7--widescreen {
width:57.14286%
}
.\35\/7--widescreen {
width:71.42857%
}
.\36\/7--widescreen {
width:85.71429%
}
.\31\/8--widescreen {
width:12.5%
}
.\33\/8--widescreen {
width:37.5%
}
.\35\/8--widescreen {
width:62.5%
}
.\37\/8--widescreen {
width:87.5%
}
.\31\/9--widescreen {
width:11.11111%
}
.\32\/9--widescreen {
width:22.22222%
}
.\34\/9--widescreen {
width:44.44444%
}
.\35\/9--widescreen {
width:55.55556%
}
.\37\/9--widescreen {
width:77.77778%
}
.\38\/9--widescreen {
width:88.88889%
}
.\31\/10--widescreen {
width:10%
}
.\33\/10--widescreen {
width:30%
}
.\37\/10--widescreen {
width:70%
}
.\39\/10--widescreen {
width:90%
}
.\31\/11--widescreen {
width:9.09091%
}
.\32\/11--widescreen {
width:18.18182%
}
.\33\/11--widescreen {
width:27.27273%
}
.\34\/11--widescreen {
width:36.36364%
}
.\35\/11--widescreen {
width:45.45455%
}
.\36\/11--widescreen {
width:54.54545%
}
.\37\/11--widescreen {
width:63.63636%
}
.\38\/11--widescreen {
width:72.72727%
}
.\39\/11--widescreen {
width:81.81818%
}
.\31\30\/11--widescreen {
width:90.90909%
}
.\31\/12--widescreen {
width:8.33333%
}
.\35\/12--widescreen {
width:41.66667%
}
.\37\/12--widescreen {
width:58.33333%
}
.\31\31\/12--widescreen {
width:91.66667%
}
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
.\31\/2--retina, .\32\/4--retina, .\33\/6--retina, .\34\/8--retina, .\35\/10--retina, .\36\/12--retina {
width:50%
}
.\31\/3--retina, .\32\/6--retina, .\33\/9--retina, .\34\/12--retina {
width:33.33333%
}
.\32\/3--retina, .\34\/6--retina, .\36\/9--retina, .\38\/12--retina {
width:66.66667%
}
.\31\/4--retina, .\32\/8--retina, .\33\/12--retina {
width:25%
}
.\33\/4--retina, .\36\/8--retina, .\39\/12--retina {
width:75%
}
.\31\/5--retina, .\32\/10--retina {
width:20%
}
.\32\/5--retina, .\34\/10--retina {
width:40%
}
.\33\/5--retina, .\36\/10--retina {
width:60%
}
.\34\/5--retina, .\38\/10--retina {
width:80%
}
.\31\/6--retina, .\32\/12--retina {
width:16.66667%
}
.\35\/6--retina, .\31\30\/12--retina {
width:83.33333%
}
.\31\/7--retina {
width:14.28571%
}
.\32\/7--retina {
width:28.57143%
}
.\33\/7--retina {
width:42.85714%
}
.\34\/7--retina {
width:57.14286%
}
.\35\/7--retina {
width:71.42857%
}
.\36\/7--retina {
width:85.71429%
}
.\31\/8--retina {
width:12.5%
}
.\33\/8--retina {
width:37.5%
}
.\35\/8--retina {
width:62.5%
}
.\37\/8--retina {
width:87.5%
}
.\31\/9--retina {
width:11.11111%
}
.\32\/9--retina {
width:22.22222%
}
.\34\/9--retina {
width:44.44444%
}
.\35\/9--retina {
width:55.55556%
}
.\37\/9--retina {
width:77.77778%
}
.\38\/9--retina {
width:88.88889%
}
.\31\/10--retina {
width:10%
}
.\33\/10--retina {
width:30%
}
.\37\/10--retina {
width:70%
}
.\39\/10--retina {
width:90%
}
.\31\/11--retina {
width:9.09091%
}
.\32\/11--retina {
width:18.18182%
}
.\33\/11--retina {
width:27.27273%
}
.\34\/11--retina {
width:36.36364%
}
.\35\/11--retina {
width:45.45455%
}
.\36\/11--retina {
width:54.54545%
}
.\37\/11--retina {
width:63.63636%
}
.\38\/11--retina {
width:72.72727%
}
.\39\/11--retina {
width:81.81818%
}
.\31\30\/11--retina {
width:90.90909%
}
.\31\/12--retina {
width:8.33333%
}
.\35\/12--retina {
width:41.66667%
}
.\37\/12--retina {
width:58.33333%
}
.\31\31\/12--retina {
width:91.66667%
}
}/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	font-family:sans-serif;
	line-height:1.15;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}
body {
	margin:0
}
article, aside, footer, header, nav, section {
	display:block
}
h1 {
	font-size:2em;
	margin:0.67em 0
}
figcaption, figure, main {
	display:block
}
figure {
	margin:1em 40px
}
hr {
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	height:0;
	overflow:visible
}
pre {
	font-family:monospace, monospace;
	font-size:1em
}
a {
	background-color:transparent;
	-webkit-text-decoration-skip:objects
}
a:active, a:hover {
	outline-width:0
}
abbr[title] {
	border-bottom:none;
	text-decoration:underline;
	-webkit-text-decoration:underline dotted;
	text-decoration:underline dotted
}
b, strong {
	font-weight:inherit
}
b, strong {
	font-weight:bolder
}
code, kbd, samp {
	font-family:monospace, monospace;
	font-size:1em
}
dfn {
	font-style:italic
}
mark {
	background-color:#ff0;
	color:#000
}
small {
	font-size:80%
}
sub, sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline
}
sub {
	bottom:-0.25em
}
sup {
	top:-0.5em
}
audio, video {
	display:inline-block
}
audio:not([controls]) {
display:none;
height:0
}
img {
	border-style:none
}
svg:not(:root) {
overflow:hidden
}
button, input, optgroup, select, textarea {
	font-family:sans-serif;
	font-size:100%;
	line-height:1.15;
	margin:0
}
button, input {
	overflow:visible
}
button, select {
	text-transform:none
}
button, html [type="button"], [type="reset"], [type="submit"] {
-webkit-appearance:button
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
border-style:none;
padding:0
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
outline:1px dotted ButtonText
}
fieldset {
	border:1px solid #c0c0c0;
	margin:0 2px;
	padding:0.35em 0.625em 0.75em
}
legend {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	color:inherit;
	display:table;
	max-width:100%;
	padding:0;
	white-space:normal
}
progress {
	display:inline-block;
	vertical-align:baseline
}
textarea {
	overflow:auto
}
[type="checkbox"], [type="radio"] {
-webkit-box-sizing:border-box;
box-sizing:border-box;
padding:0
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
height:auto
}
[type="search"] {
-webkit-appearance:textfield;
outline-offset:-2px
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-file-upload-button {
-webkit-appearance:button;
font:inherit
}
details, menu {
	display:block
}
summary {
	display:list-item
}
canvas {
	display:inline-block
}
template {
	display:none
}
[hidden] {
display:none
}
#nprogress {
	pointer-events:none
}
#nprogress .bar {
	background:#29166f;
	position:fixed;
	z-index:1031;
	top:0;
	left:0;
	width:100%;
	height:2px
}
#nprogress .peg {
	display:block;
	position:absolute;
	right:0px;
	width:100px;
	height:100%;
	-webkit-box-shadow:0 0 10px #29166f, 0 0 5px #29166f;
	box-shadow:0 0 10px #29166f, 0 0 5px #29166f;
	opacity:1.0;
	-webkit-transform:rotate(3deg) translate(0px, -4px);
	transform:rotate(3deg) translate(0px, -4px)
}
#nprogress .spinner {
	display:block;
	position:fixed;
	z-index:1031;
	top:15px;
	right:15px
}
#nprogress .spinner-icon {
	width:18px;
	height:18px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:solid 2px transparent;
	border-top-color:#29166f;
	border-left-color:#29166f;
	border-radius:50%;
	-webkit-animation:nprogress-spinner 400ms linear infinite;
	animation:nprogress-spinner 400ms linear infinite
}
.nprogress-custom-parent {
	overflow:hidden;
	position:relative
}
.nprogress-custom-parent #nprogress .spinner, .nprogress-custom-parent #nprogress .bar {
	position:absolute
}
@-webkit-keyframes nprogress-spinner {
0% {
-webkit-transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(360deg)
}
}
@keyframes nprogress-spinner {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
.ps {
	-ms-touch-action:auto;
	touch-action:auto;
	overflow:hidden !important;
	-ms-overflow-style:none
}
@supports (-ms-overflow-style: none) {
.ps {
overflow:auto !important
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.ps {
overflow:auto !important
}
}
.ps.ps--active-x>.ps__scrollbar-x-rail, .ps.ps--active-y>.ps__scrollbar-y-rail {
	display:block;
	background-color:transparent
}
.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail {
	background-color:#eee;
	opacity:0.9
}
.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x {
	background-color:#29166f;
	height:11px
}
.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail {
	background-color:#eee;
	opacity:0.9
}
.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
	background-color:#29166f;
	width:11px
}
.ps>.ps__scrollbar-x-rail {
	display:none;
	position:absolute;
	opacity:0;
-webkit-transition:background-color .2s linear, opacity .2s linear;
transition:background-color .2s linear, opacity .2s linear;
	bottom:0px;
	height:15px
}
.ps>.ps__scrollbar-x-rail>.ps__scrollbar-x {
	position:absolute;
	background-color:#aaa;
	border-radius:6px;
-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	bottom:2px;
	height:6px
}
.ps>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x, .ps>.ps__scrollbar-x-rail:active>.ps__scrollbar-x {
	height:11px
}
.ps>.ps__scrollbar-y-rail {
	display:none;
	position:absolute;
	opacity:0;
-webkit-transition:background-color .2s linear, opacity .2s linear;
transition:background-color .2s linear, opacity .2s linear;
	right:0;
	width:15px
}
.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y {
	position:absolute;
	background-color:#aaa;
	border-radius:6px;
-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	right:2px;
	width:6px
}
.ps>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y, .ps>.ps__scrollbar-y-rail:active>.ps__scrollbar-y {
	width:11px
}
.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail {
	background-color:#eee;
	opacity:0.9
}
.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x {
	background-color:#29166f;
	height:11px
}
.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail {
	background-color:#eee;
	opacity:0.9
}
.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
	background-color:#29166f;
	width:11px
}
.ps:hover>.ps__scrollbar-x-rail, .ps:hover>.ps__scrollbar-y-rail {
	opacity:0.6
}
.ps:hover>.ps__scrollbar-x-rail:hover {
	background-color:#eee;
	opacity:0.9
}
.ps:hover>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x {
	background-color:#29166f
}
.ps:hover>.ps__scrollbar-y-rail:hover {
	background-color:#eee;
	opacity:0.9
}
.ps:hover>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y {
	background-color:#29166f
}
.slick-slider {
	position:relative;
	display:block;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-ms-touch-action:pan-y;
	touch-action:pan-y;
	-webkit-tap-highlight-color:transparent
}
.slick-list {
	position:relative;
	overflow:hidden;
	display:block;
	margin:0;
	padding:0
}
.slick-list:focus {
	outline:none
}
.slick-list.dragging {
	cursor:pointer;
	cursor:hand
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
}
.slick-track {
	position:relative;
	left:0;
	top:0;
	display:block;
	margin-left:auto;
	margin-right:auto
}
.slick-track:before, .slick-track:after {
	content:"";
	display:table
}
.slick-track:after {
	clear:both
}
.slick-loading .slick-track {
	visibility:hidden
}
.slick-slide {
	float:left;
	height:100%;
	min-height:1px;
	display:none
}
[dir="rtl"] .slick-slide {
	float:right
}
.slick-slide img {
	display:block
}
.slick-slide.slick-loading img {
	display:none
}
.slick-slide.dragging img {
	pointer-events:none
}
.slick-initialized .slick-slide {
	display:block
}
.slick-loading .slick-slide {
	visibility:hidden
}
.slick-vertical .slick-slide {
	display:block;
	height:auto;
	border:1px solid transparent
}
.slick-arrow.slick-hidden {
	display:none
}
* {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
	outline:0
}
a {
	text-decoration:none
}
html, body {
	background-color:#fff
}
html .smooth-scroll-hide, body .smooth-scroll-hide {
	padding-right:0
}
body {
	font-family: 'IBM Plex Sans', sans-serif;
	line-height:normal;
	font-weight:normal;
	-webkit-font-smoothing:antialiased
}
.no-scroll {
	overflow:hidden
}
::-moz-selection {
color:#fff;
background:#29166f
}
::selection {
color:#fff;
background:#29166f
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal
}
p {
	line-height:28px
}
.particl {
	display:none
}
.debug {
	width:50px;
	padding:5px;
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
	color:#fff;
	font-size:11px;
	text-align:center;
	background-color:red
}
.text-card {
	margin:40px 0
}
.text-card svg {
	min-width:150px;
	width:150px;
	height:150px;
	display:block;
	margin:0 auto
}
.text-card__desc {
	text-align:center
}
.text-card__desc h1 {
	font-size:34px;
	line-height:49px;
	font-family:'FuturaRound-Demi';
	text-transform:uppercase
}
.text-card__desc p {
	font-size:17px;
	line-height:32px
}
.team-header {
	text-align:center
}
.team-header h1 {
	margin:0;
	margin-bottom:15px;
	font-size:36px;
	line-height:49px;
	font-family:'FuturaRound-Demi';
	text-transform:uppercase
}
.team-header h2 {
	margin-bottom:15px;
	font-size:20px;
	line-height:35px;
	font-family:'FuturaRound-Demi';
	text-transform:uppercase
}
.team-header p {
	font-size:16px;
	line-height:31px
}
.team-header__img {
	display:none
}
.seminar-list-card {
	display:block;
	margin-bottom:40px;
	background-color:#fff;
	-webkit-box-shadow:0px 10px 75px -10px rgba(0, 0, 0, 0.19);
	box-shadow:0px 10px 75px -10px rgba(0, 0, 0, 0.19);
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out
}
.seminar-list-card:hover {
	-webkit-box-shadow:0px 50px 100px -15px rgba(0, 0, 0, 0.19);
	box-shadow:0px 50px 100px -15px rgba(0, 0, 0, 0.19)
}
.seminar-list-card__img {
	height:250px;
	background-color:#eaeaea;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover
}
.seminar-list-card__title {
	padding:20px 65px;
	color:#000;
	font-size:24px;
	line-height:30px;
	font-family:'FuturaRound-Demi';
	text-transform:uppercase
}

.service-cards {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column
}
.service-card svg {
	width:40px;
	height:40px
}
.service-card h3 {
	margin-top:15px;
	font-size:20px;
	font-family:'FuturaRound-Demi';
	text-transform:uppercase
}
.service-card ul li {
	padding-bottom:20px;
	margin-top:20px;
	border-bottom:1px solid #eaeaea
}
.text {
	margin-top:20px;
	text-align:center
}
.text h2 {
	font-size:24px;
	line-height:40px;
	font-family:'FuturaRound-Demi'
}
.text__col {
	margin-top:30px
}
.text__col p {
	font-size:17px;
	line-height:32px;
	margin-bottom:15px
}
.team {
	margin-top:120px;
	margin-bottom:140px
}
.team-card {
	margin:0 auto;
	margin-bottom:100px;
	text-align:center
}
.team-card__img {
	width:250px;
	height:250px;
	margin:0 auto;
	position:relative;
	display:block;
	margin-bottom:30px;
	border-radius:50%;
	-webkit-box-shadow:0px 30px 91px 20px rgba(0, 0, 0, 0.1);
	box-shadow:0px 30px 91px 20px rgba(0, 0, 0, 0.1)
}
.team-card__img img {
	width:100%;
	position:absolute;
	bottom:0;
	left:0
}
.team-card__desc h2 {
	font-size:20px;
	font-family:'FuturaRound-Demi';
	text-transform:uppercase;
	line-height:30px
}
.team-card__desc p {
	height:40px;
	margin-top:10px;
	margin-bottom:30px;
	color:#8a8a8a;
	font-size:16px
}
.book-info-card {
	padding:40px;
	background-color:#fff;
	-webkit-box-shadow:0px 30px 91px 20px rgba(0, 0, 0, 0.1);
	box-shadow:0px 30px 91px 20px rgba(0, 0, 0, 0.1)
}
.book-info-card__title {
	margin:0;
	padding-bottom:35px;
	font-size:27px;
	line-height:35px;
	font-family:'FuturaRound-Demi';
	text-transform:uppercase
}
.book-info-card__line {
	font-size:14px;
	line-height:1.4;
	margin-bottom:15px
}
.book-info-card__line label {
	font-weight:900
}
.book-info-card .button {
	display:block;
	margin-top:40px;
	padding:15px 0
}
.location {
	margin-top:20px;
	font-size:15px;
	font-family:'FuturaRound-Bold';
	text-transform:uppercase
}
.location span {
	display:block;
	margin-bottom:20px;
	text-align:center
}
.accred-header {
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding-bottom:30px;
	font-size:34px;
	text-transform: uppercase;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	color: #29166f;
}
.accred-card {
	width:100%;
	height:70px;
	margin-bottom:30px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain
}
.header__content {
	margin:20px
}

.article {
	padding-bottom:50px
}
.article p {
	margin-bottom:50px;
	font-size:16px;
	line-height:1.9
}
.article b {
	font-family:'Geometria-Medium'
}
.tab-link {
	display:block;
	margin-bottom:10px
}
@media only screen and (min-width: 768px) {	
h5.section__desc {
width:50%
}
.service-cards {
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-direction:row;
flex-direction:row;
margin-top:100px
}
.service-card {
margin-right:50px
}
.service-card:last-of-type {
margin-right:0
}
.service-card ul li {
padding-bottom:20px;
margin-top:20px;
border-bottom:1px solid #eaeaea
}
.text {
text-align:left
}
.text__col {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
margin-right:25px
}
.text__col p {
margin-bottom:15px
}
.text__col p:last-of-type {
margin-right:0
}
.js{
    width:308px!important;
}

.wca{
    width:200px!important;
}
.accred-header {
height:80px;
padding-bottom:0;
padding-right:40px;
border-right: 2px dotted #aeaeae;
}


.accred-card {
width:150px;
height:100px;
margin-bottom:0;
background-position:25% center;
margin-right:20px;
}
.counter {
width:auto;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
-webkit-box-pack:end;
-ms-flex-pack:end;
justify-content:flex-end;
padding-right:70px
}
.counter p {
width:213px
}
.team-header__img {
display:block;
width:100%;
height:500px;
background-position:center center;
background-repeat:no-repeat;
background-size:contain
}
}
@media only screen and (min-width: 910px) {
.tab-link {
padding:10px 50px;
display:inline-block;
margin-bottom:0
}
}
@media only screen and (min-width: 1024px) {
.photo-footer {
padding-left:80px
}
.text-card {
margin:80px 0;
margin-bottom:150px;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center
}
.text-card svg {
margin:0
}
.text-card__desc {
width:660px;
margin-left:77px;
text-align:left
}
.service-card {
width:275px;
margin-right:125px;
margin-bottom:150px
}
.team {
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-direction:row;
flex-direction:row
}
.team-header h1 {
margin-bottom:30px;
font-size:56px
}
.team-header h2 {
margin-bottom:30px;
font-size:24px
}
.team-header p {
width:860px;
margin:0 auto
}
.team-header__img {
height:800px
}
.text {
margin:0 auto;
margin-top:150px
}
.text h2 {
font-size:32px;
line-height:49px;
margin:0
}
.text__col {
display:-webkit-box;
display:-ms-flexbox;
display:flex
}
.text__col p {
width:454px;
margin-right:150px
}
.text__col p:last-of-type {
margin-right:0
}
.accred-header {
padding-right:70px;
margin-right:50px
}
.location {
margin-top:20px;
width:625px;
position:absolute;
top:45%;
left:99.5%;
-webkit-transform:translateX(-50%) translateY(-50%) rotate(90deg);
transform:translateX(-50%) translateY(-50%) rotate(90deg)
}
.location span:nth-child(1) {
margin-right:70px
}
.location span:nth-child(2) {
margin-right:115px
}
.location span {
display:inline-block;
margin-bottom:0
}

}
@media only screen and (min-width: 1170px) {
.seminar-list-card__img {
height:379px
}
.seminar-list-card__title {
height:170px;
font-size:34px;
line-height:43px
}
.text {
width:1055px
}
}
@media only screen and (min-width: 1190px) {
.particl {
display:block;
position:absolute;
z-index:90;
-webkit-transform:rotate(45deg) scale(0.5);
transform:rotate(45deg) scale(0.5);
background-color:#29166f
}
.main-slider-chevrons {
width:1170px
}
.text-card {
padding-left:75px
}
.header__content {
width:1170px;
margin: 13px auto 7px;
}
.tab-link {
margin-right:30px
}
.seminar-list-card__title {
height:145px
}
}
@media only screen and (min-width: 1366px) {
.particl {
-webkit-transform:rotate(45deg) scale(1);
transform:rotate(45deg) scale(1)
}
}
.preloader {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:1000;
	background-color:#fff;
-webkit-transition:all .6s ease-in-out;
transition:all .6s ease-in-out
}
.preloader__logo {
	width:165px;
	height:80px
}
.preloader__desc {
	margin-top:10px;
	color:#929292;
	font-size:12px
}
.preloader--hide {
	top:-100%;
	opacity:0;
	visibility:hidden
}
.section {
	position:relative;
	-webkit-transition:all 1s ease-in-out;
	transition:all 1s ease-in-out
}
.section__content {
	margin:0 20px;
	position:relative
}
.section__content--space-between {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column
}
.section__content--center {
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center
}
.section__centered-title {
	margin-top:100px
}
.section__side-title {
	display:none;
	font-weight:700;
}
.section__title {
	margin-bottom:30px;
	text-align:center;
	font-size:55px;
	font-family: 'Titillium Web', sans-serif;
	font-weight:700;
	-webkit-font-smoothing:antialiased;
	text-transform:uppercase
}
.section__header-title {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.section__header-title .input {
	-webkit-box-ordinal-group:0;
	-ms-flex-order:-1;
	order:-1
}
.section__desc {
	font-size:16px;
	text-align:center;
	line-height:26px
}
.section__text {
	font-size:17px;
	line-height:32px;
	text-align:center
}
.section__text b {
	font-family:"FuturaRound-Demi"
}
.section__header {
	margin:0;
	padding-bottom:25px;
	font-size:24px;
	font-family:"FuturaRound-Demi";
	text-transform:uppercase;
	text-align:center;
	border-bottom:1px solid #eee
}
.section__header--main {
	padding-top:30px;
	padding-bottom:20px;
	text-align:left;
	font-family: 'Titillium Web', sans-serif;
	border:0
}
.section__header--review {
	padding-top:60px;
	padding-bottom:30px;
	text-align:center
}
.section--another-trainers .grid {
	padding-top:30px
}
.section--blog {
	overflow:hidden
}
.section--main-slider .header {
	width:100%;
	position:absolute;
	top:10px;
	left:0;
	z-index:100;
	background-color: transparent;
}
.section--what-we-do {
	padding-top: 30px;
	padding-bottom: 30px;
	overflow:hidden
}
.section--what-we-do .slick-next {
	width:70px;
	height:70px;
	position:absolute;
	bottom:-90px;
	right:calc(50% - 35px);
	z-index:100;
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
	fill:#dfdfdf;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out;
	cursor:pointer
}
.section--what-we-do .slick-next:hover {
	fill:#29166f
}
.section--hiit {
	margin-top:40px
}
.section--hiit .vantage-card-wrap {
	margin-bottom:75px
}
.section--vantage {
	padding-bottom:50px
}
.section--accreditation .section__content {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-align:center;
	-ms-flex-align:center;
	width: 40%;
	align-items:center
}
.section--about {
	margin-top:50px
}
.section--review {
	background-size:contain;
	background-position:right;
	background-repeat:no-repeat
}
.section--review:before {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background: #efefef;
}
.section--review .section__content {
	padding-bottom: 0px;
}
.section--team {
	margin-top:50px;
	margin-bottom:100px
}
.section--team-page {
	margin-top:70px
}
.section--location {
	height:770px;
	background-size:cover;
	background-repeat:no-repeat;
	padding-top:100px
}
.section--location #map {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	pointer-events:;
}
.section--green-slide {
	background-position:center;
	background-repeat:no-repeat;
	background-color:#099083;
	background-size:0
}
.section--content-right .section__content {
	text-align:right
}
.section--services h2 {
	font-size:25px;
	margin-top:20px
}
.section--seminar-slide {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center
}
.section--seminar-slide:before {
	content:'';
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	-webkit-transition:all 1s ease-in-out;
	transition:all 1s ease-in-out;
	background-color:rgba(255, 255, 255, 0.9)
}
.section--seminar-slide .header {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:100
}
.section--seminar-slide.is-load:before {
	-webkit-transform:translateX(0);
	transform:translateX(0)
}
.section--page-titles {
	text-align:center;
	padding:40px 20px
}
.section--page-titles h1 {
	margin:0;
	margin-bottom:20px;
	font-size:30px;
	line-height:42px;
	font-family:"FuturaRound-Demi";
	text-transform:uppercase
}
.section--page-titles p {
	font-size:16px;
	line-height:32px
}
.section--cost {
	padding-top:20px;
	padding-bottom:50px
}
.section--cost .grid__cell {
	text-align:center
}
.section--cost .grid__cell h1, .section--cost .grid__cell h2 {
	text-transform:uppercase;
	line-height:0.8
}
.section--cost .grid__cell h1 {
	margin-top:25px;
	margin-bottom:15px;
	color:#29166f;
	font-size:60px;
	font-family:"FuturaRound-Bold"
}
.section--cost .grid__cell h2 {
	font-size:18px;
	line-height:1.2;
	font-family:"FuturaRound-Demi"
}
.section--seminar-trainer .slide__desc h1 {
	font-family:"FuturaRound-Demi"
}
.section--seminar-trainer .slide__desc p {
	padding-top:10px;
	font-size:16px;
	line-height:31px
}
.section--seminars-header {
	margin-top:80px
}
.section--seminars-header .section__title {
	margin-bottom:0
}
.section--seminars-header .section__text {
	margin-top:10px;
	margin-bottom:65px
}
.section--green-seminar {
	padding:20px
}
.section--green-seminar .grid {
	padding-top:30px
}
.section--green-seminar ul {
	color:#fff
}
.section--green-seminar ul li {
	margin-bottom:20px;
	font-size:17px;
	text-transform:uppercase;
	font-family:"FuturaRound-Demi"
}
.section--green-seminar ul li:before {
	background-color:#fff
}
.section--green-seminar .section__title {
	color:#fff
}
.section--green-seminar .section__text {
	color:#fff
}
.section--seminar-list {
	margin:100px 0
}
.section--seminar-list .grid {
	margin-left:-40px
}
.section--seminar-list .grid .grid__cell {
	padding-left:40px
}
.section--seminar-list .section__title {
	margin-bottom:75px
}
.section--bg-slide {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:75%
}
.section--bg-slide h1, .section--bg-slide p {
	text-align:center
}
.section--bg-slide h1 {
	margin:0;
	margin-bottom:25px;
	font-size:28px;
	line-height:34px;
	text-transform:uppercase;
	font-family:"FuturaRound-Demi"
}
.section--bg-slide p {
	margin-bottom:30px;
	font-size:17px;
	line-height:32px
}
.section--bg-slide ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.section--bg-slide ul li {
	width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding-left:0;
	margin-bottom:10px;
	font-size:17px;
	font-family:"FuturaRound-Demi";
	text-transform:uppercase
}
.section--bg-slide ul li:before {
	display:none
}
.section--bg-slide ul li svg {
	width:20px;
	min-width:20px;
	height:20px;
	margin-right:20px
}
.section--bg-slide .section__content {
	height:100%;
	padding:20px 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center
}
.section--bg-slide-right {
	position:relative
}
.section--bg-slide-right:before {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(255, 255, 255, 0.85)
}
.section--calendar {
	margin-top:75px;
	overflow:hidden
}
.section--play-vantage {
	padding-top:30px
}
.section--play-vantage p {
	font-size:17px;
	line-height:32px;
	text-align:center
}
.section--play-vantage .vantage-card-wrap {
	margin-top:30px
}
.section--play-vantage .vantage-card {
	height:125px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.section--play-vantage .vantage-card__title {
	font-size:22px;
	text-transform:uppercase
}
.button {
	position:relative;
	display:inline-block;
	padding: 15px 30px;
	border-radius: 30px;
	color:#c4c4c4;
	font-size:12px;
	letter-spacing:0.05em;
	font-family: 'IBM Plex Sans', sans-serif;
	text-align:center;
	text-transform:uppercase;
	border:0;
	border:1px solid #c4c4c4;
	background-color:transparent;
	cursor:pointer;
-webkit-transition:all .4s ease;
transition:all .4s ease
}
.button:hover {
	color:#fff;
	background-color:#29166f;
	border-color:#29166f
}
.button--active-tab-link, .button--main {
	color:#fff;
	background-color:#29166f;
	border-color:#29166f
}
.button--active-tab-link:hover, .button--main:hover {
	background-color:#ffba00;
	border-color:#ffba00
}
.button--white {
	width:280px;
	color:#000;
	padding:15px 0;
	background-color:#fff;
	border-color:#fff
}
.button--white:hover {
	background-color:#dfdfdf;
	border-color:#dfdfdf
}
.button--with-img {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center
}
.button--with-img svg {
	width:15px;
	height:15px;
	fill:#dfdfdf;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.button--with-img:hover svg {
	fill:#ffffff
}
.button--big-button {
	padding:20px 0;
	margin:40px 0;
	margin-top:10px
}
.button--big-button:hover {
	color:#fff;
	background-color:#29166f;
	border-color:#29166f
}
.load-more.loading {
	background-color:#29166f;
	border-color:#29166f
}
.load-more.loading svg {
	-webkit-animation:rotate 5s infinite;
	animation:rotate 5s infinite
}
@-webkit-keyframes rotate {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes rotate {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
.buttons {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.nav-icon {
	width:30px;
	height:30px;
	position:relative;
	margin-right:30px;
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
-webkit-transition:.5s ease-in-out;
transition:.5s ease-in-out;
	z-index:100
}
.nav-icon span {
	display:block;
	position:absolute;
	height:4px;
	width:50%;
	background-color:#fff;
	opacity:1;
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
-webkit-transition:.25s ease-in-out;
transition:.25s ease-in-out
}
.nav-icon span:nth-child(even) {
left:50%;
border-top-right-radius:2px;
border-bottom-right-radius:2px
}
.nav-icon span:nth-child(odd) {
left:0px;
border-top-left-radius:2px;
border-bottom-left-radius:2px
}
.nav-icon span:nth-child(1), .nav-icon span:nth-child(2) {
top:0px
}
.nav-icon span:nth-child(3), .nav-icon span:nth-child(4) {
top:12px
}
.nav-icon span:nth-child(5), .nav-icon span:nth-child(6) {
top:24px
}
.nav-icon.open span:nth-child(1), .nav-icon.open span:nth-child(6) {
-webkit-transform:rotate(45deg);
transform:rotate(45deg)
}
.nav-icon.open span:nth-child(2), .nav-icon.open span:nth-child(5) {
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg)
}
.nav-icon.open span:nth-child(1) {
left:3px;
top:5px
}
.nav-icon.open span:nth-child(2) {
left:calc(50% - 2px);
top:5px
}
.nav-icon.open span:nth-child(3) {
left:-50%;
opacity:0
}
.nav-icon.open span:nth-child(4) {
left:100%;
opacity:0
}
.nav-icon.open span:nth-child(5) {
left:3px;
top:15px
}
.nav-icon.open span:nth-child(6) {
left:calc(50% - 2px);
top:15px
}
.form {
	padding:35px 25px;
	background-color:#fff;
	border-radius:9px;
	-webkit-box-shadow:0px 30px 91px 20px rgba(0, 0, 0, 0.1);
	box-shadow:0px 30px 91px 20px rgba(0, 0, 0, 0.1);
	text-align:center
}
.form__title {
	margin-bottom:15px;
	font-size:26px;
	font-family:"FuturaRound-Demi";
	line-height:19px
}
.form__desc {
	margin-bottom:15px;
	font-size:14px;
	line-height:28px
}
.form .button {
	width:100%;
	padding:15px 0;
	font-size:16px
}
.form--no-round {
	border-radius:0
}
.input {
	position:relative;
	margin-top:30px;
	border-bottom:1px solid #e4e4e4;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.input label.error {
	position:absolute;
	top:45px;
	left:0;
	color:#D64541;
	font-size:12px
}
.input__title {
	position:absolute;
	top:13px;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	color:#9c9c9c;
	font-size:14px;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out;
	white-space:nowrap;
	pointer-events:none
}
.input__input-field {
	width:100%;
	padding:13px 0;
	-webkit-box-ordinal-group:3;
	-ms-flex-order:2;
	order:2;
	border:0;
	outline:0;
	font-size:15px;
	font-family: 'Titillium Web', sans-serif;
}
.input__input-field.input__input-field--invalid-state ~ .input__line {
width:100%;
background-color:#E74C3C
}
.input__input-field.input__input-field--valid-state ~ .input__line {
width:100%;
background-color:#57b780
}
.input__line {
	width:0;
	height:1px;
	position:absolute;
	left:0;
	bottom:-1px;
	background-color:#29166f;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.input__input-field.input__input-field--active ~ .input__title, .input__input-field:focus ~ .input__title {
top:-10px;
color:#29166f;
font-size:10px;
background-color:#fff
}
.input__input-field.input__input-field--active ~ .input__line, .input__input-field:focus ~ .input__line {
width:100%
}
.input__input-field.input__input-field--active ~ .input__icon svg path, .input__input-field:focus ~ .input__icon svg path {
fill:#29166f !important
}
.input--textarea {
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start
}
.input--textarea textarea {
	width:100%;
	height:26px;
	margin-top:10px;
	line-height:1.4;
	border:0;
	outline:0;
	resize:none;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.input--textarea .input__title {
	top:10px
}
.input--textarea .input__input-field {
	padding:0
}
.input--textarea .input__input-field.input__input-field--active ~ .input__title, .input--textarea .input__input-field:focus ~ .input__title {
top:-15px
}
.input--textarea .input__input-field.input__input-field--active, .input--textarea .input__input-field:focus {
	height:80px
}
.input--select {
	border-bottom:0
}
.input--select span {
	display:none
}
.select-hidden {
	display:none !important;
	visibility:hidden
}
.select {
	cursor:pointer;
	display:inline-block;
	position:relative;
-webkit-transition:all .3s ease;
transition:all .3s ease
}
.select-styled {
	display:block;
	padding:10px 30px;
	color:#777;
	font-size:14px;
	font-family: 'IBM Plex Sans', sans-serif;
	text-align:center;
	text-transform:none;
	border-radius:2px;
	border:0;
	border:1px solid #777;
	background-color:transparent;
	cursor:pointer;
-webkit-transition:all .4s ease;
transition:all .4s ease
}
.select-styled:after {
	content:"";
	width:15px;
	height:15px;
	position:absolute;
	right:10px;
	font-family: 'FontAwesome';
	content: "\f107";
	background-size:cover;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out
}
.select-styled:hover {
	opacity:0.8
}
.select-styled:active, .select-styled.active {
	opacity:0.8
}
.select-styled:active:after, .select-styled.active:after {
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg)
}
.select-options {
	display:none;
	margin:0;
	padding:0;
	position:absolute;
	top:100%;
	right:0;
	left:0;
	z-index:999;
	color:#5f5f5f;
	font-size:12px;
	font-family: 'IBM Plex Sans', sans-serif;
	list-style:none;
	border:1px solid #777;
	border-top:0;
	background-color:#fff
}
.select-options li {
	display:block;
	padding:10px 50px;
	color:#777;
	font-size:14px;
	font-family: 'IBM Plex Sans', sans-serif;
	line-height:1.4;
	text-align:center;
	text-transform:none;
	border-radius:2px;
	border:0;
	background-color:transparent;
	cursor:pointer;
-webkit-transition:all .4s ease;
transition:all .4s ease
}
.select-options li[rel="hide"] {
	display:none
}
.select-options li:before {
	display:none
}
.pop-up {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
	overflow-y:scroll;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	background-color:rgba(0, 0, 0, 0.95);
	visibility:hidden;
	opacity:0;
	-webkit-transition:all 350ms ease-in-out;
	transition:all 350ms ease-in-out
}
.pop-up__opener {
	cursor:pointer
}
.pop-up__closer {
	-webkit-transition:all 350ms ease-in-out;
	transition:all 350ms ease-in-out
}
.pop-up__closer--cross {
	cursor:pointer;
	width:25px;
	height:25px;
	position:absolute;
	top:40px;
	right:40px
}
.pop-up__closer:hover {
	opacity:0.8
}
.pop-up__content {
	position:relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	margin:64px auto;
	margin-top:15%;
	padding:20px;
	-webkit-transition:all 350ms ease-in-out;
	transition:all 350ms ease-in-out
}
.pop-up__content--dark {
	background-color:#333
}
.pop-up--active {
	visibility:visible;
	opacity:1
}
.pop-up--active .pop-up__content {
	margin-top:64px
}
.pop-up__image {
	width:100%;
	margin-bottom:10px
}
.accordion {
	margin-top:75px
}
.accordion-toggle {
	padding:15px;
	margin-bottom:25px;
	color:#000;
	font-size:16px;
	font-family:"FuturaRound-Demi";
	text-transform:uppercase;
	cursor:pointer;
	background-color:#fff;
	border:1px solid #d3d3d3;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.accordion-toggle:hover {
	color:#fff;
	background-color:#29166f;
	border-color:#29166f
}
.accordion-toggle.is-active {
	margin-bottom:0;
	color:#fff;
	background-color:#29166f;
	border-color:#29166f
}
.accordion-toggle.no-content {
	cursor:default
}
.accordion-content {
	display:none;
	padding:15px;
	margin-bottom:25px;
	border:1px solid #d3d3d3;
	border-top:0
}
.accordion-content.is-active {
	display:block;
	border-color:#29166f
}
.accordion-content p {
	font-size:17px;
	line-height:32px
}
@font-face {
font-family:'FuturaRound-Demi';
src:url("../../fonts/Futura/FuturaRoundDemi.ttf");
font-style:normal;
font-weight:normal
}
@font-face {
font-family:'FuturaRound-Medium';
src:url("../../fonts/Futura/FuturaRoundMedium.ttf");
font-style:normal;
font-weight:normal
}
@font-face {
font-family:'FuturaRound-Bold';
src:url("../../fonts/Futura/FuturaRoundBold.ttf");
font-style:normal;
font-weight:normal
}
@font-face {
font-family:'FuturaRound-CBold';
src:url("../../fonts/Futura/FuturaRoundCondBold.ttf");
font-style:normal;
font-weight:normal
}
@font-face {
font-family:'Geometria';
src:url("../../fonts/Geometria/Geometria.otf");
font-style:normal;
font-weight:normal
}
@font-face {
font-family:'GeometriaLight';
src:url("../../fonts/Geometria/GeometriaLight.otf");
font-style:normal;
font-weight:normal
}
@font-face {
font-family:'Geometria-Medium';
src:url("../../fonts/Geometria/GeometriaMedium.otf");
font-style:normal;
font-weight:normal
}
@font-face {
font-family:'Geometria-Bold';
src:url("../../fonts/Geometria/GeometriaBold.otf");
font-style:normal;
font-weight:normal
}
@font-face {
font-family:'Museo-Sans';
src:url("../../fonts/MuseoSansCyrl.otf");
font-style:normal;
font-weight:normal
}
.side-bar {
	width:130px;
	height:125px;
	position:fixed;
	top:0;
	right:0;
	z-index:205;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	-webkit-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out
}
.side-bar:before {
	content:'';
	opacity:0;
	visibility:hidden;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:url(../images/side-bar-bg.png);
	background-size:cover;
	background-position:left center;
	-webkit-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out
}
.side-bar__content {
	width:0;
	z-index:2;
	overflow:hidden;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	opacity:0;
	-webkit-transform:translateX(100%);
	transform:translateX(100%);
	-webkit-transition:width 0s ease, opacity 0.8s ease 0.5s,  padding 0.8s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
	transition:width 0s ease, opacity 0.8s ease 0.5s,  padding 0.8s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
	transition:width 0s ease, transform 0.5s ease 0.5s, opacity 0.8s ease 0.5s,  padding 0.8s ease 0.5s;
	transition:width 0s ease, transform 0.5s ease 0.5s, opacity 0.8s ease 0.5s,  padding 0.8s ease 0.5s, -webkit-transform 0.5s ease 0.5s
}
.side-bar__nav {
	position:relative;
	margin-left:100px;
	margin-bottom:15px;
	list-style:none;
	text-align:right
}
.side-bar__nav.seminars {
	display:none
}
.side-bar__nav:before {
	content:'';
	width:65%;
	height:1px;
	position:absolute;
	bottom:-9px;
	right:0;
	background-color:#fff
}
.side-bar__nav:last-of-type {
	border-bottom:0
}
.side-bar__nav:last-of-type:before {
	display:none
}
.side-bar__nav-link {
	position:relative;
	padding:0;
	margin-bottom:15px;
	line-height:1.15;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out
}
.side-bar__nav-link a {
	color:#fff;
	font-size:28px;
	font-family: 'Oxygen', sans-serif;
	text-transform:none;
	cursor:pointer
}
.side-bar__nav-link a:hover {
	color:#ffba00;	
}

.side-bar__nav-link.active-link a {
	color:#ffba00 !important;	
}

.side-bar__nav-link.active-link::after {
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -8%;
    opacity: 1;
    visibility: visible;
    background-color: #ffba00;
}

.side-bar__nav-link--header a {
	font-size:24px;
	font-family: 'Oxygen', sans-serif;
}
.side-bar__nav-link:before {
	display:none
}
.side-bar__nav-link:after {
	content:'';
	width:3px;
	height:100%;
	position:absolute;
	top:0;
	right:-25%;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	background-color:#fff
}
.side-bar__nav-link:hover:after {
	right:-20px;
	visibility:visible;
	opacity:1
}
.side-bar__nav-link--header {
	cursor:default !important
}
.side-bar__nav-link--header a {
	cursor:text !important
}
.side-bar__nav-link--header svg {
	width:15px;
	height:15px;
	cursor:pointer;
	fill:#ffffff;
	margin-left:15px
}
.side-bar__nav-link--header:hover {
	-webkit-transform:translateX(0);
	transform:translateX(0)
}
.side-bar__nav-link--header:hover:after {
	display:none
}
.side-bar .nav-icon {
	position:absolute;
	top:calc(50% - 15px);
	left:80px;
	cursor:pointer
}
.side-bar .nav-icon span {
	background-color:#29166f
}
.side-bar--open {
	width:320px;
	height:100%;
	top:0 !important;
	right:0 !important
}
.side-bar--open:before {
	opacity:1;
	visibility:visible
}
.side-bar--open .side-bar__content {
	width:260px;
	display:block;
	padding:0 20px;
	-webkit-transform:translateX(0);
	transform:translateX(0);
	opacity:1
}
.side-bar--open .nav-icon {
	left:45px
}
.side-bar--open .nav-icon span {
	background-color:#fff
}
.footer {
	color:#fff;
	background-color:#29166f;
}
.footer__row {
	padding:40px 0
}
.footer__logo {
	display:block;
	width:100%;
	text-align:center
}
.footer__logo img {
	width:145px;
	height:66px
}
.footer__nav {
	margin:30px 0
}
.footer__nav a {
	width:100%;
	display:inline-block;
	float:left;
	margin-bottom:20px;
	color:#fff;
	font-size:16px;
	text-align:center;
-webkit-transition:.3s ease-in-out;
transition:.3s ease-in-out
}
.footer__nav a:hover {
	color:#29166f
}
.footer__social {
	height:66px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	margin-top:10px
}
.footer__social-link {
	margin-left:25px
}
.footer__social-link svg {
	width:20px;
	height:20px;
	fill:#ffffff;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.footer__social-link svg:hover {
	fill:#29166f
}
.footer__social-link:nth-child(1) {
margin-left:0
}
.footer__bottom {
	background-color:#1a1a1a
}
.footer__link {
	height:50px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	color:#fff;
	font-size:14px;
	letter-spacing:1px;
	text-transform:none;
	white-space:nowrap
}
.footer__link>a {
	color:#29166f;
	margin-left:5px;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.footer__link>a:hover {
	color:#b7914e
}
.footer__link-icon {
	min-width:20px;
	width:20px;
	height:20px;
	margin-right:10px;
	fill:#29166f
}
.main-slider {
	min-height:500px;
	max-height:1000px
}
.main-slider__slide {
	min-height:400px;
	max-height:1000px;
	position:relative;
	overflow:hidden;
	background-size:auto 85%;
	background-position:center center;
	background-repeat:no-repeat
}
.main-slider__slide:before {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:99;
	background-color:rgba(255, 255, 255, 0.5)
}
.main-slider__slide-desc-wrap {
	height:100%;
	position:relative;
	z-index:100;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	margin:0 auto
}
.main-slider__slide-desc {
	padding:20px;
	margin-top:75px;
-webkit-transition:all .6s ease;
transition:all .6s ease
}
.main-slider__slide-desc h1 {
	margin:0;
	margin-bottom:10px;
	font-weight:700;
	font-size:50px !important;
	line-height:60px !important;
	font-family: 'Titillium Web', sans-serif;
	text-transform:uppercase;
	letter-spacing:0.03em;
}

.main-slider__slide-desc h1 span{
	font-weight:100;
}

.main-slider__slide-desc p {
	margin-bottom:20px;
	font-size:16px;
	line-height:28px
}
.main-slider__slide-desc .button {

}
.main-slider__slide-desc .button--main {
	margin-bottom:15px
}
.main-slider__slide-desc.--anim {
	-webkit-transform:translateX(50%);
	transform:translateX(50%)
}
.main-slider__chevron {
	position:absolute;
	bottom:20px;
	width:50px;
	height:50px;
	fill:#29166f;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.main-slider__chevron:hover {
	fill:#29166f
}
.main-slider-chevrons {
	width:100%;
	height:0;
	position:relative
}
.main-slider-chevrons .slick-prev, .main-slider-chevrons .slick-next {
	cursor:pointer
}
.main-slider-chevrons .slick-prev {
	left:20px
}
.main-slider-chevrons .slick-next {
	left:95px;
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg)
}
.calendar-slider {
	margin-bottom:100px
}
.calendar-slider li {
	line-height:normal;
	padding-left:0
}
.calendar-slider li:before {
	display:none
}
.calendar-slider .slick-list {
	position:relative
}
.calendar-slider__chevron {
	width:50px;
	height:50px;
	display:block;
	position:absolute;
	top:100%;
	margin-top:15px;
	z-index:100;
	cursor:pointer;
	fill:#c4c4c4
}
.calendar-slider__chevron:hover {
	fill:#29166f
}
.calendar-slider__chevron.slick-prev {
	left:60px
}
.calendar-slider__chevron.slick-next {
	right:60px;
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg)
}
.slick-active .calendar-slider__slide {
	z-index:1000;
	-webkit-box-shadow:0px 10px 75px -10px rgba(0, 0, 0, 0.19);
	box-shadow:0px 10px 75px -10px rgba(0, 0, 0, 0.19);
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
	opacity:1
}
.slick-active .calendar-slider__slide:hover {
	-webkit-box-shadow:0px 50px 100px -15px rgba(0, 0, 0, 0.19);
	box-shadow:0px 50px 100px -15px rgba(0, 0, 0, 0.19)
}
.calendar-slider__slide {
	padding:20px;
	background-color:#fff;
	border:1px solid #dddddd;
	opacity:0;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out
}
.calendar-slider__slide-date {
	display:inline-block;
	padding:12px 25px;
	margin-left:-20px;
	color:#fff;
	font-size:18px;
	font-family:'Geometria-Medium';
	background-color:#29166f
}
.calendar-slider__slide-title {
	margin-bottom:15px;
	font-size:22px;
	line-height:32px;
	font-family:'FuturaRound-Demi';
	text-transform:uppercase
}
.calendar-slider__slide-title span {
	color:#29166f
}
.calendar-slider__slide-tag {
	margin:5px 0;
	font-size:15px;
	font-family:'FuturaRound-Medium';
	letter-spacing:0.15px
}
.calendar-slider__slide-tag span {
	color:#29166f
}
.calendar-slider__slide-desc {
	height:95px;
	margin-bottom:30px;
	font-size:17px;
	line-height:32px
}
.calendar-slider .buttons .button {
	margin-top:20px;
	padding:10px 30px;
	font-size:13px
}
.no-slick .calendar-slider {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.no-slick .calendar-slider__slide-wrap {
	width:100%;
	margin-bottom:30px
}
.no-slick .calendar-slider__slide {
	opacity:1;
	-webkit-box-shadow:0px 10px 75px -10px rgba(0, 0, 0, 0.19);
	box-shadow:0px 10px 75px -10px rgba(0, 0, 0, 0.19)
}
.about-slider {
	padding-top:145px
}
.about-slider .slick-dots {
	position:absolute;
	top:50px;
	left:0;
	right:20px;
	display: none !important;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:end;
	-ms-flex-align:end;
	align-items:flex-end;
	list-style:none
}
.about-slider .slick-dots li {
	width:100px;
	height:60px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:end;
	-ms-flex-align:end;
	align-items:flex-end;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	padding-left:0;
	color:#e3e3e3;
	font-size:37px;
	line-height:0.75;
	font-family: 'Titillium Web', sans-serif;
	cursor:pointer;
-webkit-transition:all .3s ease;
transition:all .3s ease
}
.about-slider .slick-dots li:before {
	display:none
}
.about-slider .slick-dots li.slick-active {
	color:#29166f;
	font-size:81px;
	font-weight: 700;
	line-height:0.7
}
.about-slider__chevron {
	width:20px;
	height:20px;
	position:absolute;
	top:87px;
	left:95%;
	z-index:100;
	cursor:pointer;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.about-slider__chevron:hover {
	opacity:0.8
}
.about-slider__slide h2 {
	margin-bottom:25px;
	font-size:24px;
	font-family:"FuturaRound-Demi";
	text-transform:uppercase
}
.about-slider__slide p {
	font-size:15px;
	line-height:30px
}
.about-card h1 {
	margin:0;
	margin-bottom:25px;
	font-size:24px;
	font-family:"FuturaRound-Demi";
	text-transform:uppercase;
	line-height:32px
}
.about-card p {
	font-size:15px;
	line-height:30px
}
.about-card p b {
	font-family:"Geometria-Medium"
}
.review-thumb-slider {
	margin-bottom:20px;
	width:100%;
	position:relative
}
.review-thumb-slider .slick-prev, .review-thumb-slider .slick-next {
	display:block;
	position:absolute;
	z-index:100;
	cursor:pointer
}
.review-thumb-slider .slick-prev {
	top:0
}
.review-thumb-slider .slick-next {
	bottom:0
}
.review-thumb-slider__slide {
	display:-webkit-box !important;
	display:-ms-flexbox !important;
	display:flex !important;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center
}
.review-thumb-slider__slide-img {
	width:75px;
	height:75px;
	overflow:hidden;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	border-radius:50%;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	border:3px solid transparent;
	-webkit-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
	-webkit-transform:scale(0.6);
	transform:scale(0.6)
}
.review-thumb-slider__slide-img div {
	width:78px;
	height:78px;
	border-radius:50%;
	-webkit-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
	background-position:center center;
	background-size:cover
}
.slick-current .review-thumb-slider__slide-img {
	border:3px solid #29166f;
	-webkit-transform:scale(1);
	transform:scale(1)
}
.review-sliders {
	height: 421px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column
}
.review-slider {
	padding-top:15px
}
.review-slider__slide {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column
}
.review-slider__slide-review {
	margin-bottom:20px;
	text-align:center;
	font-size:14px;
	line-height:28px
}
.review-slider__slide-info {
	text-align:center
}
.review-slider__slide-info span {
	display:inline-block;
	margin-bottom:5px;
	font-size:17px;
	font-family:"Geometria-Bold";
	text-transform:uppercase
}
.review-slider__slide-info p {
	font-size:14px;
	line-height:28px
}
.review-slider__chevron {
	width:75px;
	height:20px;
	position:absolute;
	top:-10px;
	cursor:pointer;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.review-slider__chevron:hover {
	opacity:0.6
}
.review-slider__chevron.slick-prev {
	right:59%;
	top:-14px;
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg)
}
.review-slider__chevron.slick-next {
	left:60%
}
.team-slide {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column
}
.team-slide__img {
	min-width:300px;
	min-height:300px;
	max-width:300px;
	max-height:300px;
	position:relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:end;
	-ms-flex-align:end;
	align-items:flex-end;
	border-radius:50%;
	background-image:url(../images/control-shipment.jpg);
	-webkit-box-shadow:0px 30px 91px 20px rgba(0, 0, 0, 0.1);
	box-shadow:0px 30px 91px 20px rgba(0, 0, 0, 0.1)
}
.team-slide__img img {
	width:100%
}
.team-slide__img.boxing-skills img {
	width:235px
}
.team-slide__map {
	width:250px
}
.team-slide__img-desc {
	position:absolute;
	bottom:10px;
	left:10px;
	padding:16px 26px;
	background-color:#29166f
}
.team-slide__img-desc h6 {
	margin-bottom:5px;
	color:#fff;
	font-size:15px;
	font-family:'Geometria-Medium';
	font-weight:normal;
	text-transform:uppercase
}
.team-slide__img-desc ul li {
	margin-bottom:30px
}
.team-slide__img-desc span {
	color:#fff;
	font-size:14px;
	font-weight:normal
}
.team-slide__desc {
	text-align:center
}
.team-slide__desc h1 {
	margin:20px 0;
	font-size:34px;
	font-family:"FuturaRound-Demi";
	line-height:49px
}
.team-slide__desc p {
	margin-bottom:30px;
	font-size:17px;
	line-height:32px
}
.team-slide__desc .button {
	font-size:15px
}
.top-news {
	height:300px;
	position:relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	padding:20px;
	margin-top:50px;
	margin-bottom:40px;
	background-size:cover;
	background-position:50% 25%;
	cursor:pointer;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.top-news:before {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	background-color:rgba(0, 0, 0, 0.4)
}
.top-news__info, .top-news__title {
	position:relative;
	z-index:11
}
.top-news__info {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.top-news__flag {
	display:inline-block;
	padding:3px 15px;
	color:#000;
	font-size:14px;
	font-family:"Geometria-Medium";
	text-transform:uppercase;
	background-color:#fff
}
.top-news__view-counter {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	margin-left:25px
}
.top-news__view-counter span {
	color:#fff;
	font-family:'Museo-Sans'
}
.top-news__view-icon {
	width:35px;
	height:24px;
	margin-right:10px
}
.top-news__title {
	margin:0;
	color:#fff;
	line-height:1.5;
	font-size:22px;
	font-family:"FuturaRound-Demi";
	text-transform:uppercase;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.top-news:hover .top-news__title {
	-webkit-transform:translateY(-15px);
	transform:translateY(-15px)
}
.slide {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	padding:70px 0;
	padding-bottom:30px
}
.slide__img {
	min-width:250px;
	min-height:250px;
	max-width:250px;
	max-height:250px;
	position:relative;
	border-radius:50%;
	-webkit-box-shadow:0px 30px 91px 20px rgba(0, 0, 0, 0.1);
	box-shadow:0px 30px 91px 20px rgba(0, 0, 0, 0.1);
	background-color:#fff
}
.slide__img img {
	width:250px;
	position:absolute;
	bottom:0;
	left:0;
	right:0
}
.slide__desc {
	text-align:center
}
.slide__desc h1 {
	margin:25px 0;
	font-size:26px;
	font-family:"FuturaRound-Demi";
	text-transform:uppercase
}
.slide__desc h3 {
	margin-bottom:30px;
	font-size:16px;
	font-weight:normal
}
.slide__desc-info {
	height:200px;
	position:relative;
	overflow-y:hidden
}
.slide__desc-info p {
	padding:0 15px;
	margin-bottom:30px;
	line-height:1.9
}
.card {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	margin-bottom:30px
}
.card__img {
	min-width:120px;
	min-height:120px;
	max-width:120px;
	max-height:120px;
	overflow:hidden;
	margin-bottom:20px;
	border-radius:50%;
	-webkit-box-shadow:0px 30px 91px 14px rgba(0, 0, 0, 0.1);
	box-shadow:0px 30px 91px 14px rgba(0, 0, 0, 0.1);
	background-size:contain
}
.card__info {
	text-align:center
}
.card__info h2 {
	white-space:nowrap;
	color:#333333;
	font-size:20px;
	font-family:"FuturaRound-Bold";
	text-transform:uppercase
}
.card__info span {
	color:#333333;
	font-size:14px;
	font-family:"Geometria"
}
.blog-card {
	position:relative;
	overflow:hidden;
	margin-bottom:40px;
	background-color:#fff;
	cursor:pointer;
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out;
	-webkit-box-shadow:0 21px 91px -10px rgba(0, 0, 0, 0.19);
	box-shadow:0 21px 91px -10px rgba(0, 0, 0, 0.19)
}
.blog-card:hover {
	-webkit-box-shadow:0 50px 92px rgba(0, 0, 0, 0.19);
	box-shadow:0 50px 92px rgba(0, 0, 0, 0.19)
}
.blog-card__flag {
	position:absolute;
	top:20px;
	left:20px;
	z-index:20;
	display:inline-block;
	padding:3px 15px;
	color:#000;
	font-size:14px;
	font-family:"Geometria-Medium";
	text-transform:uppercase;
	background-color:#fff
}
.blog-card__img-wrap {
	height:200px;
	position:relative;
	overflow:hidden;
	background-color:#eee
}
.blog-card__img-wrap:before {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	background-color:rgba(0, 0, 0, 0.4)
}
.blog-card__img {
	height:200px;
	background-size:cover;
	background-position:center center
}
.blog-card__title {
	padding:20px;
	padding-bottom:0;
	color:#000;
	font-size:18px;
	font-family:"FuturaRound-Demi";
	text-transform:uppercase;
	line-height:1.5;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.blog-card__view-counter {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding:20px
}
.blog-card__view-counter span {
	color:#c1c1c1;
	font-family:'Museo-Sans'
}
.blog-card:hover .blog-card__title {
	-webkit-transform:translateY(-5px);
	transform:translateY(-5px)
}
.green-card {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center
}
.green-card h1 {
	color:#fff;
	font-size:20px;
	font-family:"FuturaRound-Demi";
	text-transform:uppercase
}
.green-card__content {
	text-align:center
}
.green-card__sub-title {
	margin-bottom:15px;
	color:#fff;
	font-size:20px
}
.green-card__title {
	margin-bottom:25px;
	color:#fff;
	font-size:30px;
	font-family:"FuturaRound-Demi";
	text-transform:uppercase
}
.green-card__counter {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding-bottom:20px;
	margin-bottom:20px;
	margin-right:20px;
	border-bottom:1px solid rgba(179, 249, 243, 0.32)
}
.green-card__counter span {
	color:#b3f9f3;
	display:block;
	margin-right:25px;
	font-size:80px;
	line-height:0.8;
	font-family:"FuturaRound-Bold"
}
.green-card__counter h2 {
	color:#fff;
	text-align:left;
	font-size:16px;
	font-family:"FuturaRound-Demi";
	text-transform:uppercase
}
.seminar-slide {
	height:100%;
	position:relative
}
.seminar-slide__desc-wrap {
	height:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin:0 auto;
	padding-top:8%;
}
.seminar-slide__desc {
	margin:20px;
	position:relative
}
.seminar-slide__desc h1 {
	margin:0;
	margin-bottom:10px !important;
	font-size:35px;
	line-height:55px;
	font-family: 'Titillium Web', sans-serif;
	font-weight:600;
	color:#29166f;
	text-transform:none;
}
.seminar-slide__desc .description {
	display:none;
	font-family: Ubuntu,sans-serif;
	font-size:13px;
	line-height:40px
}
.seminar-slide__desc .description p{
	line-height:30px;
	font-size:16px;
	text-align:justify;
}
.seminar-slide__desc .description h2 {
	font-size: 20px;
	line-height: 38px;
	margin-bottom: 10px;
	font-family: 'Titillium Web', sans-serif;
	text-transform: none;
	margin-top: 25px;
	text-align: justify;
}
.vantage-card-wrap {
	padding-left:10px
}
.vantage-card-wrap h1 {
	text-align:center;
	margin:0;
	margin-bottom:30px;
	font-size:34px;
	font-family:"FuturaRound-Demi"
}
.vantage-card-wrap--sem-details .vantage-card__title {
	text-transform:uppercase
}
.vantage-card {
	width:100%;
	height:130px;
	margin-bottom:30px;
	position:relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	border:1px solid #eaeaea;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.vantage-card:hover {
	border-color:#29166f
}
.vantage-card__icon {
	width:40px;
	height:35px;
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	left:-20px
}
.vantage-card__title {
	padding:35px 0;
	padding-left:51px;
	padding-right:30px;
	font-size:24px;
	line-height:30px;
	font-family:"FuturaRound-Demi";
	text-transform:uppercase
}
.cost-card {
	text-align:center;
	margin-bottom:40px
}
.cost-card__icon {
	width:60px;
	height:58px;
	margin-bottom:15px
}
.cost-card__title {
	margin-bottom:15px;
	font-family:"FuturaRound-Demi";
	text-transform:uppercase
}
.cost-card__desc {
	font-size:16px;
	line-height:30px
}
.proof-card {
	display:block;
	margin-bottom:160px;
	padding:25px;
	color:#000;
	text-align:center;
	border:1px solid #eaeaea;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.proof-card:hover {
	border-color:#29166f
}
.proof-card__icon {
	width:60px;
	height:72px
}
.proof-card__desc h2 {
	margin:20px 0;
	font-size:24px;
	font-family:"FuturaRound-Demi";
	text-transform:uppercase
}
.proof-card__desc h2 span {
	font-size:24px;
	color:#29166f
}
.proof-card__desc span {
	font-size:17px;
	line-height:22px
}
.corporate-slide {
	margin-bottom:50px;
	background-color:#fff;
	-webkit-box-shadow:0px 20px 100px -5px rgba(0, 0, 0, 0.19);
	box-shadow:0px 20px 100px -5px rgba(0, 0, 0, 0.19)
}
.corporate-slide__img {
	min-width:100%;
	height:300px;
	position:relative;
	background-size:cover;
	background-position:15% center;
	background-color:#eaeaea
}
.corporate-slide__img:before {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(97, 189, 172, 0.7)
}
.corporate-slide__content {
	padding:20px;
	text-align:center
}
.corporate-slide__content h1 {
	margin:0;
	margin-bottom:30px;
	font-size:25px;
	line-height:34px;
	font-family:"FuturaRound-Demi";
	text-transform:uppercase
}
.corporate-slide__card {
	margin-bottom:45px
}
.corporate-slide__card h3 {
	font-size:17px;
	line-height:32px
}
.corporate-slide__progress-wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:10px
}
.corporate-slide__progress {
	padding:5px 0;
	text-align:center;
	font-size:9px;
	font-family:"FuturaRound-Demi";
	text-transform:uppercase;
	background-color:rgba(96, 188, 171, 0.3)
}
.health-card {
	width:100%
}
.health-card__img {
	width:100%;
	margin:0 auto;
	max-width:500px;
	display:block;
	margin-bottom:30px
}
.health-card .grid {
	padding-top:30px
}
.health-card .grid__cell {
	padding-bottom:30px;
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.health-card .grid__cell svg {
	min-width:30px;
	max-width:30px;
	height:30px;
	margin-right:10px
}
.health-card .grid__cell span {
	margin-top:10px;
	text-align:center;
	font-size:17px;
	line-height:22px;
	font-family:"FuturaRound-Demi";
	text-transform:uppercase
}
.health-card .grid__cell span br {
	display:none
}
.info-card {
	margin-bottom:50px;
	background-color:#fff;
	-webkit-box-shadow:0px 10px 75px -10px rgba(0, 0, 0, 0.19);
	box-shadow:0px 10px 75px -10px rgba(0, 0, 0, 0.19)
}
.info-card__img {
	height:300px;
	position:relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:end;
	-ms-flex-align:end;
	align-items:flex-end;
	padding:20px;
	background-color:#eaeaea;
	background-size:cover
}
.info-card__img:before {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(97, 189, 172, 0.73)
}
.info-card__img h2 {
	z-index:10;
	color:#fff;
	font-size:17px;
	line-height:27px;
	font-family:"FuturaRound-Demi";
	text-transform:uppercase
}
.info-card__desc {
	padding:20px;
	text-align:center
}
.info-card__desc h1 {
	font-size:34px;
	line-height:49px;
	font-family:"FuturaRound-Demi"
}
.info-card__desc p {
	padding-top:0;
	font-size:17px;
	line-height:32px
}
#ee-promotion-code-input {
	width:250px !important;
	position:relative !important;
	top:0 !important;
	margin-top:20px !important;
	border:1px solid #dfdfdf !important
}
#ee-promotion-code-submit {
	position:relative !important;
	top:0 !important;
	color:#fff !important;
	border:0 !important;
	background-color:#29166f !important
}
.spco-step-display-dv {
	padding:5px 15px;
	height:auto !important;
	background-color:#cbedea
}
.spco-step-display-dv.active-step {
	background-color:#29166f
}
.spco-step-display-dv .spco-steps-display-hdr {
	display:-webkit-box !important;
	display:-ms-flexbox !important;
	display:flex !important;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding:15px
}
.spco-step-display-dv .spco-steps-display-hdr span.spco-step-big-nmbr, .spco-step-display-dv .spco-steps-display-hdr span.spco-step-name, .spco-step-display-dv .spco-steps-display-hdr span.spco-step-big-nmbr {
	vertical-align:inherit;
	padding:0 !important;
	color:#fff !important;
	font-size:16px !important;
	font-weight:normal !important;
	font-family:"Geometria-Medium"
}
div#spco-steps-display-dv {
	width:auto !important;
	border:0
}
div.steps-2 {
	width:auto
}
.spco-steps-pg, .spco-steps-big-hdr, .spco-step-arrow-dv, .big-event-title-hdr, .spco-attendee-lgnd {
	display:none !important
}
.ee-reg-form-attendee-dv {
	padding:35px 25px;
	background-color:#fff;
	border-radius:9px;
	-webkit-box-shadow:0px 30px 91px 20px rgba(0, 0, 0, 0.1);
	box-shadow:0px 30px 91px 20px rgba(0, 0, 0, 0.1);
	border:0 !important
}
.ee-reg-form-qstn-grp-title {
	font-size:18px;
	text-transform:uppercase;
	font-family:"FuturaRound-Demi"
}
.ee-required-label, .ee-reg-qstn {
	font-size:16px;
	color:#9c9c9c;
	margin-top:20px;
	margin-bottom:5px
}
.ee-reg-qstn input {
	border:0;
	outline:0;
	padding:10px;
	font-size:16px;
	border:1px solid #e4e4e4
}
.spco-next-step-btn {
	margin-top:30px
}
.spco-payment-info-dv {
	overflow-x:auto
}
.spco-payment-info-dv .line-item-desc-spn.smaller-text {
	display:none
}
.spco-payment-info-dv thead {
	display:none
}
.spco-payment-info-dv .event-header, .spco-payment-info-dv .total_tr, .spco-payment-info-dv .spco-grand-total {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.spco-payment-info-dv tbody tr.item {
	width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	border-bottom:1px solid #000
}
.spco-payment-info-dv tbody tr.item td {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	padding:10px;
	border-bottom:1px solid #555
}
.spco-payment-info-dv tbody tr.item td:before {
	padding:5px;
	margin-right:10px;
	color:#555;
	background-color:#eaeaea
}
.spco-payment-info-dv tbody tr.item td:nth-child(1):before {
content:'Name and Description'
}
.spco-payment-info-dv tbody tr.item td:nth-child(2):before {
content:'Price'
}
.spco-payment-info-dv tbody tr.item td:nth-child(3):before {
content:'Qty'
}
.spco-payment-info-dv tbody tr.item td:nth-child(4):before {
content:'Total'
}
.spco-attendee-panel-dv {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-top:30px
}
.spco-attendee-panel-dv .spco-ticket-info-dv {
	width:100%;
	overflow-x:auto
}
.spco-attendee-panel-dv .spco-ticket-info-dv h5 {
	display:none
}
.spco-attendee-panel-dv .spco-ticket-info-dv table {
	width:600px
}
.spco-attendee-panel-dv .spco-ticket-info-dv table thead th {
	text-align:left
}
.spco-attendee-panel-dv .spco-ticket-info-dv table tbody td {
	font-size:16px;
	line-height:32px;
	text-align:left
}
.spco-attendee-panel-dv .spco-ticket-info-dv table tbody .item_l {
	padding-right:40px;
	font-weight:bold
}
.spco-step-dv .spco-whats-next-buttons {
	text-align:left !important
}
.spco-step-dv .item_l {
	padding-right:30px
}
.spco-step-dv #reg-page-totals-hdr {
	margin-bottom:30px
}
.spco-step-dv table th {
	text-align:left;
	padding:10px;
	color:#555;
	background-color:#eaeaea
}
.spco-step-dv table td {
	padding:10px;
	text-align:left;
	background-color:#f9f9f9
}
.spco-step-dv .sub-item span {
	display:none
}
#ee-stripe-button-btn {
	width:100%
}
#ee-single-page-checkout-dv .spco-payment-method-input-dv label {
	min-height:inherit !important
}
.ticket-selector-submit-btn, .spco-next-step-btn, #ee-stripe-button-btn {
	position:relative !important;
	display:inline-block !important;
	padding:15px 50px !important;
	font-size:11px !important;
	font-family:"Geometria-Medium" !important;
	text-align:center !important;
	text-transform:uppercase !important;
	border:0 !important;
	border:1px solid #29166f !important;
	border-radius:2px !important;
	background-color:#29166f !important;
	color:#fff !important;
	cursor:pointer !important;
-webkit-transition:all .4s ease !important;
transition:all .4s ease !important
}
.ticket-selector-submit-btn:hover, .spco-next-step-btn:hover, #ee-stripe-button-btn:hover {
	background-color:#57a294 !important;
	border-color:#57a294 !important
}
.event-content {
	padding-top:25px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column
}
.event-tickets .ticket-selector-submit-btn, .event-tickets .ticket-selector-submit-btn-wrap {
	float:none;
	margin-bottom:20px
}
.event-tickets .tkt-slctr-tbl-wrap-dv {
	overflow-x:auto
}
.event-tickets .tkt-slctr-tbl-wrap-dv {
	margin:0 !important
}
.event-tickets table thead {
	display:none
}
.event-tickets table thead th {
	font-size:16px;
	font-family:'Geometria-Medium';
	font-weight:normal
}
.event-tickets table thead th.ee-ticket-selector-ticket-price-th {
	padding-right:15px
}
.event-tickets table tbody tr {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	border:1px solid #d3d3d3
}
.event-tickets table tbody tr.tckt-slctr-tkt-details-tr {
	height:20px;
	border:0
}
.event-tickets table tbody td {
	font-size:16px;
	padding:15px 0
}
.event-tickets table tbody td span {
	display:none
}
.event-tickets table tbody td select {
	border:0;
	background-color:#e6e6e6;
	border-radius:2px;
	padding:5px;
	text-align:center
}
.event-tickets table tbody td.tckt-slctr-tbl-td-name {
	padding-left:15px
}
.event-tickets table tbody td.tckt-slctr-tbl-td-price {
	padding-right:-20px;
	text-align:center
}
.event-datetimes {
	-webkit-box-ordinal-group:0;
	-ms-flex-order:-1;
	order:-1
}
.event-datetimes .calendar-slider__slide {
	display:none
}
.event-datetimes p {
	margin-bottom:40px;
	font-size:16px;
	line-height:26px
}
.super-hide {
	display:none !important
}
.small-text {
	float:left !important;
	color:#29166f
}
.ee-attention {
	padding:25px
}
.ee-attention .ee-button {
	display:none
}
.ee-attention h3 {
	margin-bottom:15px;
	text-transform:uppercase;
	font-size:24px;
	font-family:"FuturaRound-Demi"
}
#espresso-thank-you-page-ajax-payment-dv h2, #espresso-thank-you-page-ajax-transaction-dv h3, .ee-registration-details-h3 {
	margin-bottom:15px;
	font-size:21px;
	font-family:"FuturaRound-Demi"
}
#espresso-thank-you-page-overview-dv {
	text-align:center
}
.ee-table {
	margin:0 auto;
	margin-bottom:15px;
	border-collapse:collapse !important
}
.ee-table th, .ee-table td {
	padding:10px;
	text-align:left;
	width:auto !important
}
.ee-table tbody tr {
	border:1px solid #d3d3d3;
	border-bottom:0
}
.ee-table tbody tr:last-of-type {
	border-bottom:1px solid #d3d3d3
}
.ee-registration-details-dv {
	padding-bottom:40px
}
.ee-registration-details-dv h5 {
	margin-bottom:10px
}
.ee-registration-details-dv .small-text {
	margin-top:10px;
	text-align:center !important;
	float:none !important
}
.deep-slider {
	width:95%;
	position:relative
}
.deep-slider:before, .deep-slider:after {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	z-index:1;
	background-color:#fff;
	-webkit-box-shadow:0px 10px 75px -10px rgba(0, 0, 0, 0.1);
	box-shadow:0px 10px 75px -10px rgba(0, 0, 0, 0.1)
}
.deep-slider:before {
	right:-60px;
	-webkit-transform:scale(0.8);
	transform:scale(0.8)
}
.deep-slider:after {
	right:-30px;
	-webkit-transform:scale(0.9);
	transform:scale(0.9)
}
.deep-slider .slick-list {
	z-index:2;
	overflow:visible
}
.slick-active .deep-slider__slide-content {
	-webkit-transform:rotate(0);
	transform:rotate(0);
	opacity:1
}
.deep-slider__slide {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	position:relative;
	z-index:2
}
.deep-slider__slide-content {
	height:300px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-transform-origin:left top;
	transform-origin:left top;
	-webkit-transition:all 0.7s ease-in-out;
	transition:all 0.7s ease-in-out;
	-webkit-transform:rotate(10deg);
	transform:rotate(10deg);
	opacity:0;
	background-color:#fff;
	-webkit-box-shadow:0px 20px 120px 6px rgba(0, 0, 0, 0.1);
	box-shadow:0px 20px 120px 6px rgba(0, 0, 0, 0.1)
}
.deep-slider__slide-img {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:left bottom
}
.deep-slider__slide-img:before {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(255, 255, 255, 0.8)
}
.deep-slider__slide-desc {
	padding:30px;
	z-index:2
}
.deep-slider__slide-desc h2 {
	color:#000;
	font-size:24px;
	font-family:'FuturaRound-Demi';
	text-transform:uppercase
}
.deep-slider__slide-desc p {
	color:#000;
	font-size:17px;
	line-height:32px
}
@media only screen and (min-width: 1024px) {
.slide {
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-direction:row;
flex-direction:row;
padding:150px 0
}
.slide__img {
min-width:425px;
min-height:425px;
max-width:425px;
max-height:425px;
margin-right:70px
}
.slide__img img {
width:425px
}
.slide__desc {
text-align:left
}
.slide__desc h1 {
margin:0;
margin-bottom:10px;
font-size:38px
}
.slide__desc h3 {
margin-bottom:60px
}
.slide__desc p {
padding:0;
padding-right:60px
}
}
@media only screen and (min-width: 768px) {
.main-slider__slide {
background-size:auto 100%
}
.main-slider__slide:before {
background:-webkit-gradient(linear, left top, right top, from(#fff), color-stop(40%, rgba(245, 249, 252, 0.5)), color-stop(48%, rgba(245, 249, 252, 0.1)), color-stop(13%, rgba(245, 249, 252, 0.1)));
background:linear-gradient(to right, #fff 0%, rgba(245, 249, 252, 0.5) 40%, rgba(245, 249, 252, 0.1) 48%, rgba(245, 249, 252, 0.1) 13%)
}
.main-slider__slide-desc p {
width:50%
}
.main-slider__slide-desc .button--main {
margin-bottom:0;
margin-right:15px
}
}
@media only screen and (min-width: 1024px) {
.main-slider__slide-desc h1 {
font-size:40px;
line-height:60px
}
.main-slider__slide-desc p {
font-size:17px;
line-height:32px
}
}
@media only screen and (min-width: 1190px) {
.main-slider__slide:before {
display:none
}
.main-slider__slide-desc-wrap {
width:1170px;
margin:0 auto
}
.main-slider__slide-desc {
padding:0
}
.main-slider__slide-desc h1 {
font-size:56px;
line-height:60px
}
.main-slider__slide-desc p {
width:360px;
font-size:17px;
line-height:32px
}
.main-slider__slide-desc .button {

}
.main-slider__chevron {
bottom:50px
}
.main-slider-chevrons {
width:1170px;
margin:0 auto
}
.main-slider-chevrons .slick-prev {
left:0
}
.main-slider-chevrons .slick-next {
left:75px
}
}
@media only screen and (min-width: 425px) {
.calendar-slider .buttons .button {
padding:10px 50px
}
}
@media only screen and (min-width: 768px) {
.calendar-slider .slick-list {
overflow:visible
}
.calendar-slider__slide-wrap {
padding:0 15px
}
.no-slick .calendar-slider__slide-wrap {
width:50%
}
}
@media only screen and (min-width: 1279px) {
.calendar-slider__slide {
padding:40px
}
.calendar-slider .slick-list {
padding:0 15px
}
.calendar-slider__chevron {
top:150px
}
.calendar-slider__chevron.slick-prev {
left:-54px
}
.calendar-slider__chevron.slick-next {
right:-54px
}
.no-slick .calendar-slider__slide-wrap {
width:33.3%
}
.buttons .button {
font-size:16px
}
}
@media only screen and (min-width: 1320px) {
.calendar-slider__chevron.slick-prev {
left:-80px
}
.calendar-slider__chevron.slick-next {
right:-80px
}
}
@media only screen and (min-width: 768px) {
.about-slider {
padding-top:190px;
padding-left:40px
}
.about-slider .slick-dots {
top:75px;
left:40px
}
.about-slider__chevron {
top:-48px;
right:0
}
}
@media only screen and (min-width: 1024px) {
.about-slider {
padding-top:252px;
padding-left:40px
}
.about-slider .slick-dots {
left:40px;
}
.about-slider__chevron {
left:420px
}
.about-slider__slide p {
}
}
@media only screen and (min-width: 1190px) {
.about-slider {
padding-top:10px
}
}
@media only screen and (min-width: 768px) {
.about-card {
border-right:2px solid #eaeaea
}
.about-card h1 {
margin-bottom:55px;
padding-right:40px
}
.about-card p {
padding-right:40px
}
}
@media only screen and (min-width: 1024px) {
.about-card {
border-right:2px solid #eaeaea
}
.about-card h1 {
padding-right:60px;
font-size:32px;
line-height:49px
}
.about-card p {
padding-right:75px;
}
}
@media only screen and (min-width: 1024px) {
.review-thumb-slider {
min-width:235px;
max-width:235px;
overflow:hidden
}
.review-thumb-slider:before {
content:'';
position:absolute;
top:55px;
right:0;
width:1px;
height:300px;
background-color:#d5d5d5
}
.review-thumb-slider .slick-prev, .review-thumb-slider .slick-next {
width:130px;
height:130px
}
.review-thumb-slider__slide {
-webkit-box-pack:start;
-ms-flex-pack:start;
justify-content:flex-start
}
.review-thumb-slider__slide-img {
width:130px;
height:130px
}
.review-thumb-slider__slide-img div {
width:133px;
height:133px
}
.review-sliders {
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-direction:row;
flex-direction:row
}
}
@media only screen and (min-width: 1024px) {
.review-slider {
width:600px;
margin-left:87px
}
.review-slider__slide-review {
text-align:left;
font-size:17px;
line-height:32px;
margin-bottom:50px
}
.review-slider__slide-info {
text-align:left
}
.review-slider__slide-info p {
width:350px;
font-size:15px
}
.review-slider__chevron.slick-prev {
left:100%;
right:auto;
top:23px;
padding-right:10px
}
.review-slider__chevron.slick-next {
left:100%;
right:auto;
top:80px;
padding-left:10px
}
}
@media only screen and (min-width: 1190px) {
.review-slider {
width:735px
}
.review-slider__chevron.slick-prev {
left:100%;
right:auto;
top:23px;
padding-right:50px
}
.review-slider__chevron.slick-next {
left:100%;
right:auto;
top:80px;
padding-left:50px
}
}
@media only screen and (min-width: 1024px) {
.team-slide {
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center
}
.team-slide__img {
min-width:400px;
min-height:400px;
max-width:400px;
max-height:400px
}
.team-slide__img.boxing-skills img {
width:100%
}
.team-slide__map {
width:450px
}
.team-slide__desc {
margin-left:65px;
text-align:left
}
.team-slide__desc h1 {
margin:0;
margin-bottom:30px
}
.team-slide__desc ul {
width:450px
}
.team-slide__desc ul li {
margin-bottom:30px
}
.team-slide__desc p {

margin-bottom:15px
}
.team-slide__desc .button {
}
}
@media only screen and (min-width: 1190px) {
.team-slide {
-webkit-box-pack:start;
-ms-flex-pack:start;
justify-content:flex-start
}
.team-slide__img {
min-width:500px;
min-height:500px;
max-width:500px;
max-height:500px
}
.team-slide__desc {
margin-left:130px
}
.team-slide__img-desc {
bottom:78px;
left:65px
}
}
@media only screen and (min-width: 1024px) {
.card {
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-direction:row;
flex-direction:row
}
.card__img {
margin:0;
margin-right:20px
}
.card__info {
text-align:left
}
}
@media only screen and (min-width: 768px) {
.footer__nav a {
width: 24.3%;
}
.footer__row {
padding-bottom:20px
}
.footer__social {
margin-top:0
}
}
@media only screen and (min-width: 1190px) {
.footer__content {
width:1170px;
margin:0 auto
}
.footer__row {
padding:40px 0
}
.footer__nav {
margin:0;
margin-left:20px
}
.footer__nav a {
margin-bottom:15px;
text-align:left
}
.footer__nav a:last-of-type {
margin-bottom:0
}
.footer__social {
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
border-left:1px solid #29166f;
}
.footer__social-link {
margin-left:20px
}
.footer__social-link:nth-child(1) {
margin-left:20px
}
.footer__link {
-webkit-box-pack:start;
-ms-flex-pack:start;
justify-content:flex-start
}
.footer__link--copyright {
-webkit-box-pack:end;
-ms-flex-pack:end;
justify-content:flex-end
}
.footer__link-icon {
margin-right:7px;
vertical-align: middle;
}
}
@media only screen and (min-width: 768px) {
.side-bar {
width:450px;
height:100%;
top:-40%;
right:-270px
}
.side-bar:before {
opacity:1;
visibility:visible
}
.side-bar .nav-icon span {
background-color:#fff
}
.side-bar__nav {
margin-left:0;
margin-bottom:30px
}
.side-bar__nav:before {
width:70%;
bottom:-15px
}
}
@media only screen and (min-width: 1190px) {
.side-bar {
width:580px;
right:-380px
}
.side-bar__nav:before {
width:100%
}
.side-bar .nav-icon {
left:100px
}
.side-bar__nav-link {
margin-bottom:23px
}
.side-bar__nav-link a {

}
.side-bar--open .side-bar__content {
padding-right:80px
}
}
@media only screen and (min-width: 1600px) {
.side-bar {
top:0
}
}
@media only screen and (min-width: 1024px) {
.accordion {
margin-bottom:50px
}
.accordion-toggle {
padding-left:100px
}
.accordion-content {
padding:40px;
padding-left:100px
}
}
@media only screen and (min-width: 768px) {
.top-news {
height:445px;
padding:0 100px;
padding-top:40px;
padding-bottom:65px
}
.top-news__title {
width:80%;
font-size:34px
}
}
@media only screen and (min-width: 768px) {
.blog-card__flag {
top:30px;
left:50px
}
.blog-card__title {
height:180px;
padding:30px 40px;
font-size:22px
}
.blog-card__view-counter {
padding:30px 40px
}
}
@media only screen and (min-width: 1190px) {
.button--big-button {
margin:100px 0;
margin-top:60px
}
}
@media only screen and (min-width: 1024px) {
.form {
width:465px;
padding:55px;
padding-bottom:70px;
text-align:left
}
.form__title {
font-size:34px;
line-height:49px
}
.form__desc {
margin-bottom:30px;
font-size:17px;
line-height:34px
}
.form .button {
width:100%;
padding: 15px 0;
margin-top: 40px;
font-size:16px
}
}
@media only screen and (min-width: 768px) {
.input--select {
display:block
}
.input--select span {
margin:0;
margin-right:25px
}
}
@media only screen and (min-width: 1024px) {
.input__title {
left:0;
-webkit-transform:translateX(0);
transform:translateX(0);
font-size:16px
}
}
@media only screen and (min-width: 1024px) {
.pop-up__content {
width:465px;
margin-top:4% auto
}
.pop-up__content--centered-text {
width:1000px
}
.pop-up--active .pop-up__content {
margin-top:4%
}
}
@media only screen and (min-height: 700px) {
.seminar-slide {
min-height:700px
}
}
@media only screen and (min-width: 768px) {
.section__title {
text-align:left
}
.section__header-title {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-align:start;
-ms-flex-align:start;
align-items:flex-start;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between
}
.section__header-title .input {
-webkit-box-ordinal-group:1;
-ms-flex-order:0;
order:0;
margin-bottom:0
}
.section__desc {
text-align:left
}
.section__text {
margin-top:20px;
text-align:left
}
.section__content--space-between {
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between
}
.section--green-seminar ul li {
margin-right:30px
}
.section--accreditation {
    padding: 50px 0;
    background: #dbdbdb;
}
.section--accreditation .section__content {
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-direction:row;
flex-direction:row
}
.section--accreditation-full .section__content {
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between
}
.section--hiit {
margin-top:100px
}
.section--hiit .vantage-card-wrap {
margin-bottom:75px
}
.section--another-trainers .grid {
padding-bottom:170px
}
.section--cost .grid__cell {
text-align:left
}
.section--cost .grid__cell div {
display:inline-block
}
.section--cost .grid__cell h1 {
font-size:50px
}
.section--cost .grid__cell h2 {
width:90%;
line-height:25px
}
.section--cost-card .grid {
margin-left:-50px
}
.section--cost-card .grid__cell {
padding-left:50px
}
.section--cost-card .section__title {
margin-bottom:60px
}
.section--bg-slide h1, .section--bg-slide p, .section--bg-slide ul {
width:510px;
text-align:left
}
.section--bg-slide h1 {
font-size:34px;
line-height:49px
}
.section--bg-slide-right h1, .section--bg-slide-right p, .section--bg-slide-right ul {
width:585px;
text-align:left
}
.section--bg-slide-right ul li {
width:33.3%
}
.section--play-vantage p {
margin-right:80px;
text-align:left
}
}
@media only screen and (min-width: 1024px) {
.section__title {

}
.section__text {
width:1000px
}
.section__header--review {
text-align:left
}
.section--what-we-do .slick-next {
width:100px;
height:100px;
bottom:40%;
right:55px
}
.section--what-we-do .slick-next:hover {
fill:#29166f
}
.section--location {
background-position:45%;
padding-bottom: 81px;
}
.section--services h2 {
margin:0;
font-size:32px
}
.section--team-smaller {
margin:150px auto
}
.section--team-smaller .team-slide__img {
min-width:450px;
min-height:450px;
max-width:450px;
max-height:450px
}
.section--team-smaller .team-slide__img img {
width:322px;
margin-left:-40px
}
.section--team-smaller .team-slider__desc h1 {
width:auto;
margin-bottom:30px
}
.section--team-smaller .team-slider__desc p {
margin-bottom:30px
}
.section--green-slide {
background-size:cover
}
.section--map {
margin:125px auto
}
.section--page-titles {
padding:0;
padding-top:60px;
padding-bottom:35px
}
.section--page-titles h1 {
margin:0;
margin-bottom:35px;
font-size:34px;
line-height:49px
}
.section--page-titles p {
font-size:17px
}
.section--cost .grid__cell div {
display:inline-block
}
.section--cost .grid__cell h1 {
font-size:70px
}
.section--cost .grid__cell h2 {
font-size:18px;
line-height:25px
}
.section--play-vantage .vantage-card-wrap {
-ms-flex-wrap:wrap;
flex-wrap:wrap
}
.section--play-vantage .vantage-card {
width:45% !important;
margin-left:25px
}
.section--play-vantage .vantage-card:first-of-type {
margin-left:25px
}
}
@media only screen and (min-width: 1190px) {
.section__content {
width:1170px;
margin:0 auto
}
.section__content--small {
width:1050px
}
.section__header {
padding-top: 80px;
padding-bottom: 30px;
font-weight: 700;
color: #29166f;
font-size:38px;
text-align:left
}
.section--blog .grid {
margin-left:-40px
}
.section--blog .grid__cell {
padding-left:40px
}
.section--article .section__content {
width:826px
}
.section--about {
padding-bottom: 60px;
background: #efefef;
padding-top: 20px;
}
.section--team-smaller {
width:1055px;
}
.section--review {
padding-bottom:0px
}
.section--services .section__content {
width:1055px
}
.section--seminar-slide {
background-size:cover;
max-height:400px;
background-position:
}
.section--seminar-slide:before {
width:50%;

}
.section--cost {
padding-top:140px
}
.section--cost .grid {
margin-left:0
}
.section--cost .grid__cell {
padding-left:0
}
.section--cost .grid__cell h1 {
margin:0;
margin-top:75px;
margin-bottom:34px;
font-size:81px
}
.section--cost .grid__cell h2 {
margin-bottom:136px;
font-size:24px
}
.section--green-seminar {
height:550px;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center
}
.section--green-seminar ul {
margin-top:40px
}
.section--bg-slide {
height:855px;
background-size:cover;
background-position:right bottom
}
.section--bg-slide-right {
height:700px;
background-position:50% bottom
}
.section--bg-slide-right:before {
display:none
}
.section--play-vantage {
margin-top:120px
}
.section--play-vantage .vantage-card-wrap {
margin-top:0
}
.section--play-vantage .vantage-card {
width:265px
}
}
@media only screen and (min-width: 1360px) {
.section__side-title {
position:absolute;
top:50%;
left:50px;
display:block;
font-size:15px;
text-transform:uppercase;
-webkit-transform:translateX(-50%) translateY(-50%) rotate(-90deg);
transform:translateX(-50%) translateY(-50%) rotate(-90deg)
}
.section__side-title span {
color:#29166f;
font-family: 'IBM Plex Sans', sans-serif;
}
}
@media only screen and (min-width: 1440px) {
.section__side-title {
left:70px
}
}
@media only screen and (min-width: 768px) {
.green-card h1 {
font-size:30px
}
.green-card__title {
font-size:34px
}
.green-card__list {
margin-left:30px;
width:390px
}
.green-card__counter h2 {
font-size:18px
}
}
@media only screen and (min-width: 1024px) {
.green-card--right {
-webkit-box-pack:end;
-ms-flex-pack:end;
justify-content:flex-end
}
.green-card--right .green-card__content {
text-align:right
}
.green-card--left {
-webkit-box-pack:start;
-ms-flex-pack:start;
justify-content:flex-start
}
.green-card--left .green-card__content {
text-align:left
}
.green-card__list {
margin-left:0
}
}
@media only screen and (min-width: 768px) {
.seminar-slide__desc {
margin:40px
}
.seminar-slide__desc h1 {
margin-bottom:20px
}
.seminar-slide__desc .description {
width:510px;
display:block
}
.seminar-slide__desc .description h2 {
margin-bottom:15px
}
}
@media only screen and (min-width: 1190px) {
.seminar-slide__desc-wrap {
width:1170px
}
.seminar-slide__desc {
width:40%;
position:absolute;
margin:0;
margin-bottom:50px;
right: 115px;
}
.seminar-slide__desc h1 {
margin-bottom:40px;
font-size:45px;
line-height:60px
}
.seminar-slide__desc .description {
font-size:17px;
line-height:32px
}
}
@media only screen and (min-width: 1300px) {
.seminar-slide__desc {
margin-left:0
}
}
@media only screen and (min-width: 1680px) {
.seminar-slide__desc {
margin-bottom:100px
}
}
@media only screen and (min-width: 768px) {
.vantage-card-wrap {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
padding:0
}
.vantage-card-wrap--sem-details {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
flex-direction:column
}
.vantage-card {
width:45%
}
.vantage-card:first-of-type {
margin-left:0
}
}
@media only screen and (min-width: 1190px) {
.vantage-card-wrap {
-ms-flex-wrap:nowrap;
flex-wrap:nowrap
}
.vantage-card-wrap h1 {
min-width:325px;
height:140px;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
margin-right:60px;
margin-bottom:0;
padding-right:45px;
border-right:1px solid #eaeaea
}
.vantage-card-wrap--sem-details {
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-direction:row;
flex-direction:row;
margin-bottom:150px;
padding:0 55px
}
.vantage-card-wrap--sem-details .vantage-card {
width:325px;
margin-bottom:0
}
.vantage-card {
width:250px;
margin-left:50px
}
.vantage-card:last-of-type {
margin-right:0
}
}
@media only screen and (min-width: 768px) {
.cost-card {
text-align:left;
margin-bottom:90px
}
.cost-card__title {
height:65px
}
.cost-card__desc {
font-size:17px;
line-height:32px
}
}
@media only screen and (min-width: 1024px) {
.proof-card {
height:175px;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
padding:0;
text-align:left
}
.proof-card__icon {
margin-right:70px
}
.proof-card__desc h2 {
margin-top:0;
margin-bottom:10px
}
}
@media only screen and (min-width: 768px) {
.corporate-slide {
height:100%;
margin-bottom:115px
}
.corporate-slide__img {
background-position:center 35%
}
.corporate-slide__content {
text-align:left
}
.corporate-slide__progress {
text-align:left;
padding:10px 0;
padding-left:80px;
font-size:13px
}
}
@media only screen and (min-width: 1024px) {
.corporate-slide {
height:850px;
display:-webkit-box;
display:-ms-flexbox;
display:flex
}
.corporate-slide__img {
min-width:350px;
height:100%
}
}
@media only screen and (min-width: 1190px) {
.corporate-slide {
height:850px;
display:-webkit-box;
display:-ms-flexbox;
display:flex
}
.corporate-slide__img {
min-width:500px;
height:100%
}
.corporate-slide__content {
padding:55px
}
.corporate-slide__content h1 {
margin-bottom:70px;
font-size:34px;
line-height:42px
}
.corporate-slide__card h3 {
margin-bottom:20px
}
.corporate-slide__progress {
padding:10px 0;
padding-left:40px;
font-size:17px
}
}
@media only screen and (min-width: 768px) {
.health-card .grid {
margin-top:25px
}
.health-card .grid__cell {
display:-webkit-inline-box;
display:-ms-inline-flexbox;
display:inline-flex;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-direction:row;
flex-direction:row;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
padding-bottom:70px
}
.health-card .grid__cell svg {
margin-right:20px
}
.health-card .grid__cell span {
margin-top:0;
text-align:left
}
.health-card .grid__cell span br {
display:block
}
}
@media only screen and (min-width: 1024px) {
.health-card {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center
}
.health-card__img {
min-width:300px;
max-width:300px
}
.health-card__content {
min-width:600px
}
.health-card__content .section__text {
width:auto
}
}
@media only screen and (min-width: 1024px) {
.health-card__img {
min-width:530px;
max-width:530px;
margin:0;
margin-left:40px
}
.health-card__content {
max-width:560px
}
}
@media only screen and (min-width: 768px) {
.info-card {
height:520px;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center
}
.info-card__img {
min-width:300px;
height:520px
}
.info-card__desc {
text-align:left
}
}
@media only screen and (min-width: 1024px) {
.info-card__img {
min-width:400px
}
.info-card__desc {
padding:20px 50px
}
}
@media only screen and (min-width: 1190px) {
.info-card {
height:469px;
margin:150px 0
}
.info-card__img {
height:469px;
padding:40px
}
.info-card__desc {
padding:85px 100px
}
}
@media only screen and (min-width: 768px) {
.event-tickets table {
width:600px
}
.event-tickets table thead {
display:table-header-group;
padding-bottom:10px
}
.event-tickets table tbody tr {
display:table-row
}
.spco-next-step-btn {
width:600px
}
.ee-reg-form-attendee-dv {
width:600px;
margin:0 !important
}
.ticket-selector-submit-btn, .spco-next-step-btn, #ee-stripe-button-btn {
font-size:16px !important
}
.spco-payment-info-dv {
overflow-x:auto
}
.spco-payment-info-dv .line-item-desc-spn.smaller-text {
display:block
}
.spco-payment-info-dv thead {
display:table-header-group
}
.spco-payment-info-dv .event-header {
display:table-cell
}
.spco-payment-info-dv .total_tr, .spco-payment-info-dv .spco-grand-total {
display:table-row
}
.spco-payment-info-dv tbody tr.item {
display:table-row
}
.spco-payment-info-dv tbody tr.item td {
display:table-cell;
padding:10px;
border-bottom:0
}
.spco-payment-info-dv tbody tr.item td:before {
display:none
}
}
@media only screen and (min-width: 1024px) {
.spco-payment-method-info-dv {
width:900px
}
.spco-next-step-btn {
width:500px
}
.spco-payment-info-dv table {
width:900px
}
.spco-attendee-panel-dv .spco-ticket-info-dv table {
width:900px
}
.ee-reg-form-attendee-dv {
width:900px
}
.spco-next-step-btn {
width:900px
}
}
@media only screen and (min-width: 768px) {
.deep-slider {
height:400px
}
.deep-slider:before {
right:-100px
}
.deep-slider:after {
right:-50px
}
.deep-slider__slide {
height:400px
}
.deep-slider__slide-content {
-webkit-box-pack:end;
-ms-flex-pack:end;
justify-content:flex-end;
height:400px
}
.deep-slider__slide-desc {
}
}
@media only screen and (min-width: 1024px) {
.deep-slider {
width:80%;
height:545px
}
.deep-slider:before {
right:-140px
}
.deep-slider:after {
right:-70px
}
.deep-slider__slide {
height:545px
}
.deep-slider__slide-content {
height:auto;
-webkit-box-pack:end;
-ms-flex-pack:end;
justify-content:flex-end;
height:545px
}
.deep-slider__slide-img {
min-width:600px;
position:absolute
}
.deep-slider__slide-img:before {
display:none
}
.deep-slider__slide-desc {

}
}
