@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
/**/
td .elementor-button-link:hover {
    background-color: #1fbde3;
}
.page-id-94080 tr td:nth-child(3) {
    width: 40%;
    max-width: 410px;
    overflow-x: clip;
}
/**/
.animated {
	-webkit-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

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

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

@-webkit-keyframes bounce {
	20%,
	53%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@-o-keyframes bounce {
	20%,
	53%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-o-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-o-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .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 {
	20%,
	53%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-o-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-o-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .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;
	-o-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	-o-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes flash {
	50%,
	from,
	to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

@-o-keyframes flash {
	50%,
	from,
	to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {
	50%,
	from,
	to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	-o-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)
	}
}

@-o-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;
	-o-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, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@-o-keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .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, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	-o-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)
	}
}

@-o-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;
	-o-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)
	}
}

@-o-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		-o-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);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		-o-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);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	-o-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)
	}
}

@-o-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;
	-o-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	-o-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(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .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)
	}
}

@-o-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .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(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .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;
	-o-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
	}
}

@-o-keyframes wobble {
	from {
		-webkit-transform: none;
		-o-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;
		-o-transform: none;
		transform: none
	}
}

@keyframes wobble {
	from {
		-webkit-transform: none;
		-o-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;
		-o-transform: none;
		transform: none
	}
}

.wobble {
	-webkit-animation-name: wobble;
	-o-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes jello {
	11.1%,
	from,
	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(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

@-o-keyframes jello {
	11.1%,
	from,
	to {
		-webkit-transform: none;
		-o-transform: none;
		transform: none
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		-o-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		-o-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		-o-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		-o-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		-o-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		-o-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		-o-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

@keyframes jello {
	11.1%,
	from,
	to {
		-webkit-transform: none;
		-o-transform: none;
		transform: none
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		-o-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		-o-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		-o-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		-o-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		-o-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		-o-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		-o-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

.jello {
	-webkit-animation-name: jello;
	-o-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes bounceIn {
	20%,
	40%,
	60%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .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(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@-o-keyframes bounceIn {
	20%,
	40%,
	60%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .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(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes bounceIn {
	20%,
	40%,
	60%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .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(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .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
	}
}

@-o-keyframes bounceInDown {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .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;
		-o-transform: none;
		transform: none
	}
}

@keyframes bounceInDown {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .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;
		-o-transform: none;
		transform: none
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .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
	}
}

@-o-keyframes bounceInLeft {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .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;
		-o-transform: none;
		transform: none
	}
}

@keyframes bounceInLeft {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .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;
		-o-transform: none;
		transform: none
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .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
	}
}

@-o-keyframes bounceInRight {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .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;
		-o-transform: none;
		transform: none
	}
}

@keyframes bounceInRight {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .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;
		-o-transform: none;
		transform: none
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .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)
	}
}

@-o-keyframes bounceInUp {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .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 {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .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;
	-o-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .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(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

@-o-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .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(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .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(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	-o-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)
	}
}

@-o-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;
	-o-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)
	}
}

@-o-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;
	-o-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)
	}
}

@-o-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;
	-o-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)
	}
}

@-o-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;
	-o-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-o-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	-o-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
	}
}

@-o-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		-o-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;
		-o-transform: none;
		transform: none
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-o-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
	}
}

@-o-keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		-o-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;
		-o-transform: none;
		transform: none
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	-o-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
	}
}

@-o-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		-o-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;
		-o-transform: none;
		transform: none
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-o-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
	}
}

@-o-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		-o-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;
		-o-transform: none;
		transform: none
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	-o-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
	}
}

@-o-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		-o-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;
		-o-transform: none;
		transform: none
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-o-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
	}
}

@-o-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		-o-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;
		-o-transform: none;
		transform: none
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	-o-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
	}
}

@-o-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		-o-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;
		-o-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-o-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
	}
}

@-o-keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		-o-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;
		-o-transform: none;
		transform: none
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	-o-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@-o-keyframes fadeOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	-o-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)
	}
}

@-o-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;
	-o-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)
	}
}

@-o-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;
	-o-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)
	}
}

@-o-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;
	-o-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)
	}
}

@-o-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;
	-o-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)
	}
}

@-o-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;
	-o-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)
	}
}

@-o-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;
	-o-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)
	}
}

@-o-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;
	-o-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)
	}
}

@-o-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;
	-o-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(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .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
	}
}

@-o-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;
		-o-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;
		-o-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;
		-o-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		-o-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		-o-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;
		-o-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;
		-o-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;
		-o-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		-o-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		-o-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	-o-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)
	}
}

@-o-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;
		-o-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;
		-o-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;
		-o-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;
		-o-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;
	-o-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)
	}
}

@-o-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;
		-o-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;
		-o-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;
		-o-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;
		-o-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;
	-o-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
	}
}

@-o-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;
	-o-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
	}
}

@-o-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;
	-o-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
	}
}

@-o-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);
		-o-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(-5deg);
		-o-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}
	to {
		-webkit-transform: none;
		-o-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);
		-o-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(-5deg);
		-o-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}
	to {
		-webkit-transform: none;
		-o-transform: none;
		transform: none;
		opacity: 1
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	-o-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	-o-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
	}
}

@-o-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;
	-o-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	-o-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
	}
}

@-o-keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		-o-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;
		-o-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		-o-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		-o-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;
		-o-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		-o-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	-o-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
	}
}

@-o-keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		-o-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;
		-o-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		-o-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		-o-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;
		-o-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		-o-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	-o-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
	}
}

@-o-keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		-o-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;
		-o-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		-o-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		-o-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;
		-o-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		-o-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	-o-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
	}
}

@-o-keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		-o-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;
		-o-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		-o-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		-o-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;
		-o-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		-o-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	-o-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
	}
}

@-o-keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		-o-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;
		-o-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		-o-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		-o-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;
		-o-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		-o-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	-o-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
	}
}

@-o-keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		-o-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}
	to {
		-webkit-transform-origin: center;
		-o-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;
		-o-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}
	to {
		-webkit-transform-origin: center;
		-o-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;
	-o-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
	}
}

@-o-keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		-o-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		-o-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;
		-o-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		-o-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;
	-o-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
	}
}

@-o-keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		-o-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		-o-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;
		-o-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		-o-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;
	-o-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
	}
}

@-o-keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		-o-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		-o-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;
		-o-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		-o-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;
	-o-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
	}
}

@-o-keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		-o-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		-o-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;
		-o-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		-o-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;
	-o-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
	}
}

@-o-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		-o-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		-o-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;
		-o-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		-o-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;
		-o-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		-o-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;
		-o-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		-o-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;
		-o-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		-o-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;
		-o-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		-o-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;
	-o-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
	}
}

@-o-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;
		-o-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;
		-o-transform: none;
		transform: none
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	-o-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)
	}
}

@-o-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;
	-o-animation-name: rollOut;
	animation-name: rollOut
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}

@-o-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	-o-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@-o-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-o-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-o-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	-o-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@-o-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-o-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-o-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	-o-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@-o-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-o-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-o-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	-o-animation-name: zoomInRight;
	animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@-o-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-o-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-o-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	-o-animation-name: zoomInUp;
	animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	to {
		opacity: 0
	}
}

@-o-keyframes zoomOut {
	from {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	to {
		opacity: 0
	}
}

@keyframes zoomOut {
	from {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	to {
		opacity: 0
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	-o-animation-name: zoomOut;
	animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@-o-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		-o-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-o-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		-o-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-o-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	-o-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

@-o-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		-o-transform-origin: left center;
		transform-origin: left center
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		-o-transform-origin: left center;
		transform-origin: left center
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	-o-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

@-o-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		-o-transform-origin: right center;
		transform-origin: right center
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		-o-transform-origin: right center;
		transform-origin: right center
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	-o-animation-name: zoomOutRight;
	animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@-o-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		-o-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-o-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		-o-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-o-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	-o-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)
	}
}

@-o-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;
	-o-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)
	}
}

@-o-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;
	-o-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)
	}
}

@-o-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;
	-o-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)
	}
}

@-o-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;
	-o-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)
	}
}

@-o-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;
	-o-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)
	}
}

@-o-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;
	-o-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)
	}
}

@-o-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;
	-o-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)
	}
}

@-o-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;
	-o-animation-name: slideOutUp;
	animation-name: slideOutUp
}

.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #e8e8e8;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	height: 42px;
	line-height: 40px;
	outline: 0;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left!important;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto
}

.nice-select:hover {
	border-color: #dbdbdb
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
	border-color: #999
}

.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-o-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	width: 5px
}

.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-o-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0)
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none
}

.nice-select.disabled:after {
	border-color: #ccc
}

.nice-select.wide {
	width: 100%
}

.nice-select.wide .list {
	left: 0!important;
	right: 0!important
}

.nice-select.right {
	float: right
}

.nice-select.right .list {
	left: auto;
	right: 0
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px
}

.nice-select.small:after {
	height: 4px;
	width: 4px
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px
}

.nice-select .list {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(.75) translateY(-21px);
	-o-transform: scale(.75) translateY(-21px);
	transform: scale(.75) translateY(-21px);
	-webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
	-o-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
	transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
	z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent!important
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: 0;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
	background-color: #f6f6f6
}

.nice-select .option.selected {
	font-weight: 700
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default
}

.no-csspointerevents .nice-select .list {
	display: none
}

.no-csspointerevents .nice-select.open .list {
	display: block
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: 0!important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none!important
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #CCC
}

.mfp-preloader a:hover {
	color: #FFF
}

.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-s-error .mfp-content {
	display: none
}

button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto
}

.mfp-figure {
	line-height: 0
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		-o-transform: scale(.75);
		transform: scale(.75)
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		-o-transform-origin: 0;
		transform-origin: 0
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		-o-transform-origin: 100%;
		transform-origin: 100%
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}


/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
	position: relative
}

.flickity-enabled:focus {
	outline: 0
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%
}

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: grabbing
}

.flickity-prev-next-button {
	position: absolute;
	top: 50%;
	width: 44px;
	height: 44px;
	border: none;
	border-radius: 50%;
	background: #fff;
	background: rgba(255, 255, 255, .75);
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.flickity-prev-next-button:hover {
	background: #fff
}

.flickity-prev-next-button:focus {
	outline: 0;
	box-shadow: 0 0 0 5px #09F
}

.flickity-prev-next-button:active {
	opacity: .6
}

.flickity-prev-next-button.previous {
	left: 10px
}

.flickity-prev-next-button.next {
	right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px
}

.flickity-prev-next-button:disabled {
	opacity: .3;
	cursor: auto
}

.flickity-prev-next-button svg {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%
}

.flickity-prev-next-button .arrow {
	fill: #333
}

.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1
}

.flickity-rtl .flickity-page-dots {
	direction: rtl
}

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	opacity: .25;
	cursor: pointer
}

.flickity-page-dots .dot.is-selected {
	opacity: 1
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
	font-family: FontAwesome;
	src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
	src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
	font-weight: 400;
	font-style: normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.3333333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.2857142857em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.1428571429em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.1428571429em;
	width: 2.1428571429em;
	top: .1428571429em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.8571428571em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	-o-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	-o-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@-o-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: ""
}

.fa-music:before {
	content: ""
}

.fa-search:before {
	content: ""
}

.fa-envelope-o:before {
	content: ""
}

.fa-heart:before {
	content: ""
}

.fa-star:before {
	content: ""
}

.fa-star-o:before {
	content: ""
}

.fa-user:before {
	content: ""
}

.fa-film:before {
	content: ""
}

.fa-th-large:before {
	content: ""
}

.fa-th:before {
	content: ""
}

.fa-th-list:before {
	content: ""
}

.fa-check:before {
	content: ""
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
	content: ""
}

.fa-search-plus:before {
	content: ""
}

.fa-search-minus:before {
	content: ""
}

.fa-power-off:before {
	content: ""
}

.fa-signal:before {
	content: ""
}

.fa-cog:before,
.fa-gear:before {
	content: ""
}

.fa-trash-o:before {
	content: ""
}

.fa-home:before {
	content: ""
}

.fa-file-o:before {
	content: ""
}

.fa-clock-o:before {
	content: ""
}

.fa-road:before {
	content: ""
}

.fa-download:before {
	content: ""
}

.fa-arrow-circle-o-down:before {
	content: ""
}

.fa-arrow-circle-o-up:before {
	content: ""
}

.fa-inbox:before {
	content: ""
}

.fa-play-circle-o:before {
	content: ""
}

.fa-repeat:before,
.fa-rotate-right:before {
	content: ""
}

.fa-refresh:before {
	content: ""
}

.fa-list-alt:before {
	content: ""
}

.fa-lock:before {
	content: ""
}

.fa-flag:before {
	content: ""
}

.fa-headphones:before {
	content: ""
}

.fa-volume-off:before {
	content: ""
}

.fa-volume-down:before {
	content: ""
}

.fa-volume-up:before {
	content: ""
}

.fa-qrcode:before {
	content: ""
}

.fa-barcode:before {
	content: ""
}

.fa-tag:before {
	content: ""
}

.fa-tags:before {
	content: ""
}

.fa-book:before {
	content: ""
}

.fa-bookmark:before {
	content: ""
}

.fa-print:before {
	content: ""
}

.fa-camera:before {
	content: ""
}

.fa-font:before {
	content: ""
}

.fa-bold:before {
	content: ""
}

.fa-italic:before {
	content: ""
}

.fa-text-height:before {
	content: ""
}

.fa-text-width:before {
	content: ""
}

.fa-align-left:before {
	content: ""
}

.fa-align-center:before {
	content: ""
}

.fa-align-right:before {
	content: ""
}

.fa-align-justify:before {
	content: ""
}

.fa-list:before {
	content: ""
}

.fa-dedent:before,
.fa-outdent:before {
	content: ""
}

.fa-indent:before {
	content: ""
}

.fa-video-camera:before {
	content: ""
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
	content: ""
}

.fa-pencil:before {
	content: ""
}

.fa-map-marker:before {
	content: ""
}

.fa-adjust:before {
	content: ""
}

.fa-tint:before {
	content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: ""
}

.fa-share-square-o:before {
	content: ""
}

.fa-check-square-o:before {
	content: ""
}

.fa-arrows:before {
	content: ""
}

.fa-step-backward:before {
	content: ""
}

.fa-fast-backward:before {
	content: ""
}

.fa-backward:before {
	content: ""
}

.fa-play:before {
	content: ""
}

.fa-pause:before {
	content: ""
}

.fa-stop:before {
	content: ""
}

.fa-forward:before {
	content: ""
}

.fa-fast-forward:before {
	content: ""
}

.fa-step-forward:before {
	content: ""
}

.fa-eject:before {
	content: ""
}

.fa-chevron-left:before {
	content: ""
}

.fa-chevron-right:before {
	content: ""
}

.fa-plus-circle:before {
	content: ""
}

.fa-minus-circle:before {
	content: ""
}

.fa-times-circle:before {
	content: ""
}

.fa-check-circle:before {
	content: ""
}

.fa-question-circle:before {
	content: ""
}

.fa-info-circle:before {
	content: ""
}

.fa-crosshairs:before {
	content: ""
}

.fa-times-circle-o:before {
	content: ""
}

.fa-check-circle-o:before {
	content: ""
}

.fa-ban:before {
	content: ""
}

.fa-arrow-left:before {
	content: ""
}

.fa-arrow-right:before {
	content: ""
}

.fa-arrow-up:before {
	content: ""
}

.fa-arrow-down:before {
	content: ""
}

.fa-mail-forward:before,
.fa-share:before {
	content: ""
}

.fa-expand:before {
	content: ""
}

.fa-compress:before {
	content: ""
}

.fa-plus:before {
	content: ""
}

.fa-minus:before {
	content: ""
}

.fa-asterisk:before {
	content: ""
}

.fa-exclamation-circle:before {
	content: ""
}

.fa-gift:before {
	content: ""
}

.fa-leaf:before {
	content: ""
}

.fa-fire:before {
	content: ""
}

.fa-eye:before {
	content: ""
}

.fa-eye-slash:before {
	content: ""
}

.fa-exclamation-triangle:before,
.fa-warning:before {
	content: ""
}

.fa-plane:before {
	content: ""
}

.fa-calendar:before {
	content: ""
}

.fa-random:before {
	content: ""
}

.fa-comment:before {
	content: ""
}

.fa-magnet:before {
	content: ""
}

.fa-chevron-up:before {
	content: ""
}

.fa-chevron-down:before {
	content: ""
}

.fa-retweet:before {
	content: ""
}

.fa-shopping-cart:before {
	content: ""
}

.fa-folder:before {
	content: ""
}

.fa-folder-open:before {
	content: ""
}

.fa-arrows-v:before {
	content: ""
}

.fa-arrows-h:before {
	content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: ""
}

.fa-twitter-square:before {
	content: ""
}

.fa-facebook-square:before {
	content: ""
}

.fa-camera-retro:before {
	content: ""
}

.fa-key:before {
	content: ""
}

.fa-cogs:before,
.fa-gears:before {
	content: ""
}

.fa-comments:before {
	content: ""
}

.fa-thumbs-o-up:before {
	content: ""
}

.fa-thumbs-o-down:before {
	content: ""
}

.fa-star-half:before {
	content: ""
}

.fa-heart-o:before {
	content: ""
}

.fa-sign-out:before {
	content: ""
}

.fa-linkedin-square:before {
	content: ""
}

.fa-thumb-tack:before {
	content: ""
}

.fa-external-link:before {
	content: ""
}

.fa-sign-in:before {
	content: ""
}

.fa-trophy:before {
	content: ""
}

.fa-github-square:before {
	content: ""
}

.fa-upload:before {
	content: ""
}

.fa-lemon-o:before {
	content: ""
}

.fa-phone:before {
	content: ""
}

.fa-square-o:before {
	content: ""
}

.fa-bookmark-o:before {
	content: ""
}

.fa-phone-square:before {
	content: ""
}

.fa-twitter:before {
	content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: ""
}

.fa-github:before {
	content: ""
}

.fa-unlock:before {
	content: ""
}

.fa-credit-card:before {
	content: ""
}

.fa-feed:before,
.fa-rss:before {
	content: ""
}

.fa-hdd-o:before {
	content: ""
}

.fa-bullhorn:before {
	content: ""
}

.fa-bell:before {
	content: ""
}

.fa-certificate:before {
	content: ""
}

.fa-hand-o-right:before {
	content: ""
}

.fa-hand-o-left:before {
	content: ""
}

.fa-hand-o-up:before {
	content: ""
}

.fa-hand-o-down:before {
	content: ""
}

.fa-arrow-circle-left:before {
	content: ""
}

.fa-arrow-circle-right:before {
	content: ""
}

.fa-arrow-circle-up:before {
	content: ""
}

.fa-arrow-circle-down:before {
	content: ""
}

.fa-globe:before {
	content: ""
}

.fa-wrench:before {
	content: ""
}

.fa-tasks:before {
	content: ""
}

.fa-filter:before {
	content: ""
}

.fa-briefcase:before {
	content: ""
}

.fa-arrows-alt:before {
	content: ""
}

.fa-group:before,
.fa-users:before {
	content: ""
}

.fa-chain:before,
.fa-link:before {
	content: ""
}

.fa-cloud:before {
	content: ""
}

.fa-flask:before {
	content: ""
}

.fa-cut:before,
.fa-scissors:before {
	content: ""
}

.fa-copy:before,
.fa-files-o:before {
	content: ""
}

.fa-paperclip:before {
	content: ""
}

.fa-floppy-o:before,
.fa-save:before {
	content: ""
}

.fa-square:before {
	content: ""
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
	content: ""
}

.fa-list-ul:before {
	content: ""
}

.fa-list-ol:before {
	content: ""
}

.fa-strikethrough:before {
	content: ""
}

.fa-underline:before {
	content: ""
}

.fa-table:before {
	content: ""
}

.fa-magic:before {
	content: ""
}

.fa-truck:before {
	content: ""
}

.fa-pinterest:before {
	content: ""
}

.fa-pinterest-square:before {
	content: ""
}

.fa-google-plus-square:before {
	content: ""
}

.fa-google-plus:before {
	content: ""
}

.fa-money:before {
	content: ""
}

.fa-caret-down:before {
	content: ""
}

.fa-caret-up:before {
	content: ""
}

.fa-caret-left:before {
	content: ""
}

.fa-caret-right:before {
	content: ""
}

.fa-columns:before {
	content: ""
}

.fa-sort:before,
.fa-unsorted:before {
	content: ""
}

.fa-sort-desc:before,
.fa-sort-down:before {
	content: ""
}

.fa-sort-asc:before,
.fa-sort-up:before {
	content: ""
}

.fa-envelope:before {
	content: ""
}

.fa-linkedin:before {
	content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
	content: ""
}

.fa-gavel:before,
.fa-legal:before {
	content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: ""
}

.fa-comment-o:before {
	content: ""
}

.fa-comments-o:before {
	content: ""
}

.fa-bolt:before,
.fa-flash:before {
	content: ""
}

.fa-sitemap:before {
	content: ""
}

.fa-umbrella:before {
	content: ""
}

.fa-clipboard:before,
.fa-paste:before {
	content: ""
}

.fa-lightbulb-o:before {
	content: ""
}

.fa-exchange:before {
	content: ""
}

.fa-cloud-download:before {
	content: ""
}

.fa-cloud-upload:before {
	content: ""
}

.fa-user-md:before {
	content: ""
}

.fa-stethoscope:before {
	content: ""
}

.fa-suitcase:before {
	content: ""
}

.fa-bell-o:before {
	content: ""
}

.fa-coffee:before {
	content: ""
}

.fa-cutlery:before {
	content: ""
}

.fa-file-text-o:before {
	content: ""
}

.fa-building-o:before {
	content: ""
}

.fa-hospital-o:before {
	content: ""
}

.fa-ambulance:before {
	content: ""
}

.fa-medkit:before {
	content: ""
}

.fa-fighter-jet:before {
	content: ""
}

.fa-beer:before {
	content: ""
}

.fa-h-square:before {
	content: ""
}

.fa-plus-square:before {
	content: ""
}

.fa-angle-double-left:before {
	content: ""
}

.fa-angle-double-right:before {
	content: ""
}

.fa-angle-double-up:before {
	content: ""
}

.fa-angle-double-down:before {
	content: ""
}

.fa-angle-left:before {
	content: ""
}

.fa-angle-right:before {
	content: ""
}

.fa-angle-up:before {
	content: ""
}

.fa-angle-down:before {
	content: ""
}

.fa-desktop:before {
	content: ""
}

.fa-laptop:before {
	content: ""
}

.fa-tablet:before {
	content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: ""
}

.fa-circle-o:before {
	content: ""
}

.fa-quote-left:before {
	content: ""
}

.fa-quote-right:before {
	content: ""
}

.fa-spinner:before {
	content: ""
}

.fa-circle:before {
	content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
	content: ""
}

.fa-github-alt:before {
	content: ""
}

.fa-folder-o:before {
	content: ""
}

.fa-folder-open-o:before {
	content: ""
}

.fa-smile-o:before {
	content: ""
}

.fa-frown-o:before {
	content: ""
}

.fa-meh-o:before {
	content: ""
}

.fa-gamepad:before {
	content: ""
}

.fa-keyboard-o:before {
	content: ""
}

.fa-flag-o:before {
	content: ""
}

.fa-flag-checkered:before {
	content: ""
}

.fa-terminal:before {
	content: ""
}

.fa-code:before {
	content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: ""
}

.fa-location-arrow:before {
	content: ""
}

.fa-crop:before {
	content: ""
}

.fa-code-fork:before {
	content: ""
}

.fa-chain-broken:before,
.fa-unlink:before {
	content: ""
}

.fa-question:before {
	content: ""
}

.fa-info:before {
	content: ""
}

.fa-exclamation:before {
	content: ""
}

.fa-superscript:before {
	content: ""
}

.fa-subscript:before {
	content: ""
}

.fa-eraser:before {
	content: ""
}

.fa-puzzle-piece:before {
	content: ""
}

.fa-microphone:before {
	content: ""
}

.fa-microphone-slash:before {
	content: ""
}

.fa-shield:before {
	content: ""
}

.fa-calendar-o:before {
	content: ""
}

.fa-fire-extinguisher:before {
	content: ""
}

.fa-rocket:before {
	content: ""
}

.fa-maxcdn:before {
	content: ""
}

.fa-chevron-circle-left:before {
	content: ""
}

.fa-chevron-circle-right:before {
	content: ""
}

.fa-chevron-circle-up:before {
	content: ""
}

.fa-chevron-circle-down:before {
	content: ""
}

.fa-html5:before {
	content: ""
}

.fa-css3:before {
	content: ""
}

.fa-anchor:before {
	content: ""
}

.fa-unlock-alt:before {
	content: ""
}

.fa-bullseye:before {
	content: ""
}

.fa-ellipsis-h:before {
	content: ""
}

.fa-ellipsis-v:before {
	content: ""
}

.fa-rss-square:before {
	content: ""
}

.fa-play-circle:before {
	content: ""
}

.fa-ticket:before {
	content: ""
}

.fa-minus-square:before {
	content: ""
}

.fa-minus-square-o:before {
	content: ""
}

.fa-level-up:before {
	content: ""
}

.fa-level-down:before {
	content: ""
}

.fa-check-square:before {
	content: ""
}

.fa-pencil-square:before {
	content: ""
}

.fa-external-link-square:before {
	content: ""
}

.fa-share-square:before {
	content: ""
}

.fa-compass:before {
	content: ""
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
	content: ""
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
	content: ""
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
	content: ""
}

.fa-eur:before,
.fa-euro:before {
	content: ""
}

.fa-gbp:before {
	content: ""
}

.fa-dollar:before,
.fa-usd:before {
	content: ""
}

.fa-inr:before,
.fa-rupee:before {
	content: ""
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
	content: ""
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
	content: ""
}

.fa-krw:before,
.fa-won:before {
	content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
	content: ""
}

.fa-file:before {
	content: ""
}

.fa-file-text:before {
	content: ""
}

.fa-sort-alpha-asc:before {
	content: ""
}

.fa-sort-alpha-desc:before {
	content: ""
}

.fa-sort-amount-asc:before {
	content: ""
}

.fa-sort-amount-desc:before {
	content: ""
}

.fa-sort-numeric-asc:before {
	content: ""
}

.fa-sort-numeric-desc:before {
	content: ""
}

.fa-thumbs-up:before {
	content: ""
}

.fa-thumbs-down:before {
	content: ""
}

.fa-youtube-square:before {
	content: ""
}

.fa-youtube:before {
	content: ""
}

.fa-xing:before {
	content: ""
}

.fa-xing-square:before {
	content: ""
}

.fa-youtube-play:before {
	content: ""
}

.fa-dropbox:before {
	content: ""
}

.fa-stack-overflow:before {
	content: ""
}

.fa-instagram:before {
	content: ""
}

.fa-flickr:before {
	content: ""
}

.fa-adn:before {
	content: ""
}

.fa-bitbucket:before {
	content: ""
}

.fa-bitbucket-square:before {
	content: ""
}

.fa-tumblr:before {
	content: ""
}

.fa-tumblr-square:before {
	content: ""
}

.fa-long-arrow-down:before {
	content: ""
}

.fa-long-arrow-up:before {
	content: ""
}

.fa-long-arrow-left:before {
	content: ""
}

.fa-long-arrow-right:before {
	content: ""
}

.fa-apple:before {
	content: ""
}

.fa-windows:before {
	content: ""
}

.fa-android:before {
	content: ""
}

.fa-linux:before {
	content: ""
}

.fa-dribbble:before {
	content: ""
}

.fa-skype:before {
	content: ""
}

.fa-foursquare:before {
	content: ""
}

.fa-trello:before {
	content: ""
}

.fa-female:before {
	content: ""
}

.fa-male:before {
	content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
	content: ""
}

.fa-sun-o:before {
	content: ""
}

.fa-moon-o:before {
	content: ""
}

.fa-archive:before {
	content: ""
}

.fa-bug:before {
	content: ""
}

.fa-vk:before {
	content: ""
}

.fa-weibo:before {
	content: ""
}

.fa-renren:before {
	content: ""
}

.fa-pagelines:before {
	content: ""
}

.fa-stack-exchange:before {
	content: ""
}

.fa-arrow-circle-o-right:before {
	content: ""
}

.fa-arrow-circle-o-left:before {
	content: ""
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
	content: ""
}

.fa-dot-circle-o:before {
	content: ""
}

.fa-wheelchair:before {
	content: ""
}

.fa-vimeo-square:before {
	content: ""
}

.fa-try:before,
.fa-turkish-lira:before {
	content: ""
}

.fa-plus-square-o:before {
	content: ""
}

.fa-space-shuttle:before {
	content: ""
}

.fa-slack:before {
	content: ""
}

.fa-envelope-square:before {
	content: ""
}

.fa-wordpress:before {
	content: ""
}

.fa-openid:before {
	content: ""
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
	content: ""
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
	content: ""
}

.fa-yahoo:before {
	content: ""
}

.fa-google:before {
	content: ""
}

.fa-reddit:before {
	content: ""
}

.fa-reddit-square:before {
	content: ""
}

.fa-stumbleupon-circle:before {
	content: ""
}

.fa-stumbleupon:before {
	content: ""
}

.fa-delicious:before {
	content: ""
}

.fa-digg:before {
	content: ""
}

.fa-pied-piper-pp:before {
	content: ""
}

.fa-pied-piper-alt:before {
	content: ""
}

.fa-drupal:before {
	content: ""
}

.fa-joomla:before {
	content: ""
}

.fa-language:before {
	content: ""
}

.fa-fax:before {
	content: ""
}

.fa-building:before {
	content: ""
}

.fa-child:before {
	content: ""
}

.fa-paw:before {
	content: ""
}

.fa-spoon:before {
	content: ""
}

.fa-cube:before {
	content: ""
}

.fa-cubes:before {
	content: ""
}

.fa-behance:before {
	content: ""
}

.fa-behance-square:before {
	content: ""
}

.fa-steam:before {
	content: ""
}

.fa-steam-square:before {
	content: ""
}

.fa-recycle:before {
	content: ""
}

.fa-automobile:before,
.fa-car:before {
	content: ""
}

.fa-cab:before,
.fa-taxi:before {
	content: ""
}

.fa-tree:before {
	content: ""
}

.fa-spotify:before {
	content: ""
}

.fa-deviantart:before {
	content: ""
}

.fa-soundcloud:before {
	content: ""
}

.fa-database:before {
	content: ""
}

.fa-file-pdf-o:before {
	content: ""
}

.fa-file-word-o:before {
	content: ""
}

.fa-file-excel-o:before {
	content: ""
}

.fa-file-powerpoint-o:before {
	content: ""
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
	content: ""
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
	content: ""
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
	content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: ""
}

.fa-file-code-o:before {
	content: ""
}

.fa-vine:before {
	content: ""
}

.fa-codepen:before {
	content: ""
}

.fa-jsfiddle:before {
	content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
	content: ""
}

.fa-circle-o-notch:before {
	content: ""
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
	content: ""
}

.fa-empire:before,
.fa-ge:before {
	content: ""
}

.fa-git-square:before {
	content: ""
}

.fa-git:before {
	content: ""
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
	content: ""
}

.fa-tencent-weibo:before {
	content: ""
}

.fa-qq:before {
	content: ""
}

.fa-wechat:before,
.fa-weixin:before {
	content: ""
}

.fa-paper-plane:before,
.fa-send:before {
	content: ""
}

.fa-paper-plane-o:before,
.fa-send-o:before {
	content: ""
}

.fa-history:before {
	content: ""
}

.fa-circle-thin:before {
	content: ""
}

.fa-header:before {
	content: ""
}

.fa-paragraph:before {
	content: ""
}

.fa-sliders:before {
	content: ""
}

.fa-share-alt:before {
	content: ""
}

.fa-share-alt-square:before {
	content: ""
}

.fa-bomb:before {
	content: ""
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
	content: ""
}

.fa-tty:before {
	content: ""
}

.fa-binoculars:before {
	content: ""
}

.fa-plug:before {
	content: ""
}

.fa-slideshare:before {
	content: ""
}

.fa-twitch:before {
	content: ""
}

.fa-yelp:before {
	content: ""
}

.fa-newspaper-o:before {
	content: ""
}

.fa-wifi:before {
	content: ""
}

.fa-calculator:before {
	content: ""
}

.fa-paypal:before {
	content: ""
}

.fa-google-wallet:before {
	content: ""
}

.fa-cc-visa:before {
	content: ""
}

.fa-cc-mastercard:before {
	content: ""
}

.fa-cc-discover:before {
	content: ""
}

.fa-cc-amex:before {
	content: ""
}

.fa-cc-paypal:before {
	content: ""
}

.fa-cc-stripe:before {
	content: ""
}

.fa-bell-slash:before {
	content: ""
}

.fa-bell-slash-o:before {
	content: ""
}

.fa-trash:before {
	content: ""
}

.fa-copyright:before {
	content: ""
}

.fa-at:before {
	content: ""
}

.fa-eyedropper:before {
	content: ""
}

.fa-paint-brush:before {
	content: ""
}

.fa-birthday-cake:before {
	content: ""
}

.fa-area-chart:before {
	content: ""
}

.fa-pie-chart:before {
	content: ""
}

.fa-line-chart:before {
	content: ""
}

.fa-lastfm:before {
	content: ""
}

.fa-lastfm-square:before {
	content: ""
}

.fa-toggle-off:before {
	content: ""
}

.fa-toggle-on:before {
	content: ""
}

.fa-bicycle:before {
	content: ""
}

.fa-bus:before {
	content: ""
}

.fa-ioxhost:before {
	content: ""
}

.fa-angellist:before {
	content: ""
}

.fa-cc:before {
	content: ""
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
	content: ""
}

.fa-meanpath:before {
	content: ""
}

.fa-buysellads:before {
	content: ""
}

.fa-connectdevelop:before {
	content: ""
}

.fa-dashcube:before {
	content: ""
}

.fa-forumbee:before {
	content: ""
}

.fa-leanpub:before {
	content: ""
}

.fa-sellsy:before {
	content: ""
}

.fa-shirtsinbulk:before {
	content: ""
}

.fa-simplybuilt:before {
	content: ""
}

.fa-skyatlas:before {
	content: ""
}

.fa-cart-plus:before {
	content: ""
}

.fa-cart-arrow-down:before {
	content: ""
}

.fa-diamond:before {
	content: ""
}

.fa-ship:before {
	content: ""
}

.fa-user-secret:before {
	content: ""
}

.fa-motorcycle:before {
	content: ""
}

.fa-street-view:before {
	content: ""
}

.fa-heartbeat:before {
	content: ""
}

.fa-venus:before {
	content: ""
}

.fa-mars:before {
	content: ""
}

.fa-mercury:before {
	content: ""
}

.fa-intersex:before,
.fa-transgender:before {
	content: ""
}

.fa-transgender-alt:before {
	content: ""
}

.fa-venus-double:before {
	content: ""
}

.fa-mars-double:before {
	content: ""
}

.fa-venus-mars:before {
	content: ""
}

.fa-mars-stroke:before {
	content: ""
}

.fa-mars-stroke-v:before {
	content: ""
}

.fa-mars-stroke-h:before {
	content: ""
}

.fa-neuter:before {
	content: ""
}

.fa-genderless:before {
	content: ""
}

.fa-facebook-official:before {
	content: ""
}

.fa-pinterest-p:before {
	content: ""
}

.fa-whatsapp:before {
	content: ""
}

.fa-server:before {
	content: ""
}

.fa-user-plus:before {
	content: ""
}

.fa-user-times:before {
	content: ""
}

.fa-bed:before,
.fa-hotel:before {
	content: ""
}

.fa-viacoin:before {
	content: ""
}

.fa-train:before {
	content: ""
}

.fa-subway:before {
	content: ""
}

.fa-medium:before {
	content: ""
}

.fa-y-combinator:before,
.fa-yc:before {
	content: ""
}

.fa-optin-monster:before {
	content: ""
}

.fa-opencart:before {
	content: ""
}

.fa-expeditedssl:before {
	content: ""
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
	content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: ""
}

.fa-mouse-pointer:before {
	content: ""
}

.fa-i-cursor:before {
	content: ""
}

.fa-object-group:before {
	content: ""
}

.fa-object-ungroup:before {
	content: ""
}

.fa-sticky-note:before {
	content: ""
}

.fa-sticky-note-o:before {
	content: ""
}

.fa-cc-jcb:before {
	content: ""
}

.fa-cc-diners-club:before {
	content: ""
}

.fa-clone:before {
	content: ""
}

.fa-balance-scale:before {
	content: ""
}

.fa-hourglass-o:before {
	content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: ""
}

.fa-hourglass:before {
	content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: ""
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
	content: ""
}

.fa-hand-scissors-o:before {
	content: ""
}

.fa-hand-lizard-o:before {
	content: ""
}

.fa-hand-spock-o:before {
	content: ""
}

.fa-hand-pointer-o:before {
	content: ""
}

.fa-hand-peace-o:before {
	content: ""
}

.fa-trademark:before {
	content: ""
}

.fa-registered:before {
	content: ""
}

.fa-creative-commons:before {
	content: ""
}

.fa-gg:before {
	content: ""
}

.fa-gg-circle:before {
	content: ""
}

.fa-tripadvisor:before {
	content: ""
}

.fa-odnoklassniki:before {
	content: ""
}

.fa-odnoklassniki-square:before {
	content: ""
}

.fa-get-pocket:before {
	content: ""
}

.fa-wikipedia-w:before {
	content: ""
}

.fa-safari:before {
	content: ""
}

.fa-chrome:before {
	content: ""
}

.fa-firefox:before {
	content: ""
}

.fa-opera:before {
	content: ""
}

.fa-internet-explorer:before {
	content: ""
}

.fa-television:before,
.fa-tv:before {
	content: ""
}

.fa-contao:before {
	content: ""
}

.fa-500px:before {
	content: ""
}

.fa-amazon:before {
	content: ""
}

.fa-calendar-plus-o:before {
	content: ""
}

.fa-calendar-minus-o:before {
	content: ""
}

.fa-calendar-times-o:before {
	content: ""
}

.fa-calendar-check-o:before {
	content: ""
}

.fa-industry:before {
	content: ""
}

.fa-map-pin:before {
	content: ""
}

.fa-map-signs:before {
	content: ""
}

.fa-map-o:before {
	content: ""
}

.fa-map:before {
	content: ""
}

.fa-commenting:before {
	content: ""
}

.fa-commenting-o:before {
	content: ""
}

.fa-houzz:before {
	content: ""
}

.fa-vimeo:before {
	content: ""
}

.fa-black-tie:before {
	content: ""
}

.fa-fonticons:before {
	content: ""
}

.fa-reddit-alien:before {
	content: ""
}

.fa-edge:before {
	content: ""
}

.fa-credit-card-alt:before {
	content: ""
}

.fa-codiepie:before {
	content: ""
}

.fa-modx:before {
	content: ""
}

.fa-fort-awesome:before {
	content: ""
}

.fa-usb:before {
	content: ""
}

.fa-product-hunt:before {
	content: ""
}

.fa-mixcloud:before {
	content: ""
}

.fa-scribd:before {
	content: ""
}

.fa-pause-circle:before {
	content: ""
}

.fa-pause-circle-o:before {
	content: ""
}

.fa-stop-circle:before {
	content: ""
}

.fa-stop-circle-o:before {
	content: ""
}

.fa-shopping-bag:before {
	content: ""
}

.fa-shopping-basket:before {
	content: ""
}

.fa-hashtag:before {
	content: ""
}

.fa-bluetooth:before {
	content: ""
}

.fa-bluetooth-b:before {
	content: ""
}

.fa-percent:before {
	content: ""
}

.fa-gitlab:before {
	content: ""
}

.fa-wpbeginner:before {
	content: ""
}

.fa-wpforms:before {
	content: ""
}

.fa-envira:before {
	content: ""
}

.fa-universal-access:before {
	content: ""
}

.fa-wheelchair-alt:before {
	content: ""
}

.fa-question-circle-o:before {
	content: ""
}

.fa-blind:before {
	content: ""
}

.fa-audio-description:before {
	content: ""
}

.fa-volume-control-phone:before {
	content: ""
}

.fa-braille:before {
	content: ""
}

.fa-assistive-listening-systems:before {
	content: ""
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
	content: ""
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
	content: ""
}

.fa-glide:before {
	content: ""
}

.fa-glide-g:before {
	content: ""
}

.fa-sign-language:before,
.fa-signing:before {
	content: ""
}

.fa-low-vision:before {
	content: ""
}

.fa-viadeo:before {
	content: ""
}

.fa-viadeo-square:before {
	content: ""
}

.fa-snapchat:before {
	content: ""
}

.fa-snapchat-ghost:before {
	content: ""
}

.fa-snapchat-square:before {
	content: ""
}

.fa-pied-piper:before {
	content: ""
}

.fa-first-order:before {
	content: ""
}

.fa-yoast:before {
	content: ""
}

.fa-themeisle:before {
	content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
	content: ""
}

.fa-handshake-o:before {
	content: ""
}

.fa-envelope-open:before {
	content: ""
}

.fa-envelope-open-o:before {
	content: ""
}

.fa-linode:before {
	content: ""
}

.fa-address-book:before {
	content: ""
}

.fa-address-book-o:before {
	content: ""
}

.fa-address-card:before,
.fa-vcard:before {
	content: ""
}

.fa-address-card-o:before,
.fa-vcard-o:before {
	content: ""
}

.fa-user-circle:before {
	content: ""
}

.fa-user-circle-o:before {
	content: ""
}

.fa-user-o:before {
	content: ""
}

.fa-id-badge:before {
	content: ""
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: ""
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: ""
}

.fa-quora:before {
	content: ""
}

.fa-free-code-camp:before {
	content: ""
}

.fa-telegram:before {
	content: ""
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
	content: ""
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: ""
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: ""
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: ""
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: ""
}

.fa-shower:before {
	content: ""
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
	content: ""
}

.fa-podcast:before {
	content: ""
}

.fa-window-maximize:before {
	content: ""
}

.fa-window-minimize:before {
	content: ""
}

.fa-window-restore:before {
	content: ""
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: ""
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: ""
}

.fa-bandcamp:before {
	content: ""
}

.fa-grav:before {
	content: ""
}

.fa-etsy:before {
	content: ""
}

.fa-imdb:before {
	content: ""
}

.fa-ravelry:before {
	content: ""
}

.fa-eercast:before {
	content: ""
}

.fa-microchip:before {
	content: ""
}

.fa-snowflake-o:before {
	content: ""
}

.fa-superpowers:before {
	content: ""
}

.fa-wpexplorer:before {
	content: ""
}

.fa-meetup:before {
	content: ""
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}


/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
	padding: 0 0;
	display: inline-block;
	cursor: pointer;
	-webkit-transition-property: opacity, filter;
	-o-transition-property: opacity, filter;
	transition-property: opacity, filter;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible
}

.hamburger:hover {
	opacity: .7
}

.hamburger-box {
	width: 30px;
	height: 19px;
	display: inline-block;
	position: relative
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -1.5px
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
	width: 30px;
	height: 3px;
	background-color: #44c8e8;
	border-radius: 3px;
	position: absolute;
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease
}

.hamburger-inner::after,
.hamburger-inner::before {
	content: "";
	display: block
}

.hamburger-inner::before {
	top: -8px
}

.hamburger-inner::after {
	bottom: -8px
}

.hamburger--3dx .hamburger-box {
	-webkit-perspective: 60px;
	perspective: 60px
}

.hamburger--3dx .hamburger-inner {
	-webkit-transition: -webkit-transform .2s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
	-o-transition: -o-transform .2s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
	transition: transform .2s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx .hamburger-inner::after,
.hamburger--3dx .hamburger-inner::before {
	-webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
	-o-transition: -o-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
	transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx.is-active .hamburger-inner {
	background-color: transparent;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.hamburger--3dx.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
	transform: translate3d(0, 8px, 0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
	transform: translate3d(0, -8px, 0) rotate(-45deg)
}

.hamburger--3dx-r .hamburger-box {
	-webkit-perspective: 60px;
	perspective: 60px
}

.hamburger--3dx-r .hamburger-inner {
	-webkit-transition: -webkit-transform .2s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
	-o-transition: -o-transform .2s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
	transition: transform .2s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx-r .hamburger-inner::after,
.hamburger--3dx-r .hamburger-inner::before {
	-webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
	-o-transition: -o-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
	transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx-r.is-active .hamburger-inner {
	background-color: transparent;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
	transform: translate3d(0, 8px, 0) rotate(45deg)
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
	transform: translate3d(0, -8px, 0) rotate(-45deg)
}

.hamburger--3dy .hamburger-box {
	-webkit-perspective: 60px;
	perspective: 60px
}

.hamburger--3dy .hamburger-inner {
	-webkit-transition: -webkit-transform .2s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
	-o-transition: -o-transform .2s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
	transition: transform .2s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dy .hamburger-inner::after,
.hamburger--3dy .hamburger-inner::before {
	-webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
	-o-transition: -o-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
	transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dy.is-active .hamburger-inner {
	background-color: transparent;
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg)
}

.hamburger--3dy.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
	transform: translate3d(0, 8px, 0) rotate(45deg)
}

.hamburger--3dy.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
	transform: translate3d(0, -8px, 0) rotate(-45deg)
}

.hamburger--3dy-r .hamburger-box {
	-webkit-perspective: 60px;
	perspective: 60px
}

.hamburger--3dy-r .hamburger-inner {
	-webkit-transition: -webkit-transform .2s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
	-o-transition: -o-transform .2s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
	transition: transform .2s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dy-r .hamburger-inner::after,
.hamburger--3dy-r .hamburger-inner::before {
	-webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
	-o-transition: -o-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
	transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dy-r.is-active .hamburger-inner {
	background-color: transparent;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
	transform: translate3d(0, 8px, 0) rotate(45deg)
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
	transform: translate3d(0, -8px, 0) rotate(-45deg)
}

.hamburger--arrow.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(-6px, 0, 0) rotate(-45deg) scale(.7, 1);
	transform: translate3d(-6px, 0, 0) rotate(-45deg) scale(.7, 1)
}

.hamburger--arrow.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(-6px, 0, 0) rotate(45deg) scale(.7, 1);
	transform: translate3d(-6px, 0, 0) rotate(45deg) scale(.7, 1)
}

.hamburger--arrow-r.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(6px, 0, 0) rotate(45deg) scale(.7, 1);
	transform: translate3d(6px, 0, 0) rotate(45deg) scale(.7, 1)
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(6px, 0, 0) rotate(-45deg) scale(.7, 1);
	transform: translate3d(6px, 0, 0) rotate(-45deg) scale(.7, 1)
}

.hamburger--arrowalt .hamburger-inner::before {
	-webkit-transition: top .1s .15s ease, -webkit-transform .15s cubic-bezier(.165, .84, .44, 1);
	-o-transition: top .1s .15s ease, -o-transform .15s cubic-bezier(.165, .84, .44, 1);
	transition: top .1s .15s ease, transform .15s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt .hamburger-inner::after {
	-webkit-transition: bottom .1s .15s ease, -webkit-transform .15s cubic-bezier(.165, .84, .44, 1);
	-o-transition: bottom .1s .15s ease, -o-transform .15s cubic-bezier(.165, .84, .44, 1);
	transition: bottom .1s .15s ease, transform .15s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: translate3d(-6px, -7.5px, 0) rotate(-45deg) scale(.7, 1);
	transform: translate3d(-6px, -7.5px, 0) rotate(-45deg) scale(.7, 1);
	-webkit-transition: top .1s ease, -webkit-transform .15s .1s cubic-bezier(.895, .03, .685, .22);
	-o-transition: top .1s ease, -o-transform .15s .1s cubic-bezier(.895, .03, .685, .22);
	transition: top .1s ease, transform .15s .1s cubic-bezier(.895, .03, .685, .22)
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: translate3d(-6px, 7.5px, 0) rotate(45deg) scale(.7, 1);
	transform: translate3d(-6px, 7.5px, 0) rotate(45deg) scale(.7, 1);
	-webkit-transition: bottom .1s ease, -webkit-transform .15s .1s cubic-bezier(.895, .03, .685, .22);
	-o-transition: bottom .1s ease, -o-transform .15s .1s cubic-bezier(.895, .03, .685, .22);
	transition: bottom .1s ease, transform .15s .1s cubic-bezier(.895, .03, .685, .22)
}

.hamburger--arrowalt-r .hamburger-inner::before {
	-webkit-transition: top .1s .15s ease, -webkit-transform .15s cubic-bezier(.165, .84, .44, 1);
	-o-transition: top .1s .15s ease, -o-transform .15s cubic-bezier(.165, .84, .44, 1);
	transition: top .1s .15s ease, transform .15s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r .hamburger-inner::after {
	-webkit-transition: bottom .1s .15s ease, -webkit-transform .15s cubic-bezier(.165, .84, .44, 1);
	-o-transition: bottom .1s .15s ease, -o-transform .15s cubic-bezier(.165, .84, .44, 1);
	transition: bottom .1s .15s ease, transform .15s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: translate3d(6px, -7.5px, 0) rotate(45deg) scale(.7, 1);
	transform: translate3d(6px, -7.5px, 0) rotate(45deg) scale(.7, 1);
	-webkit-transition: top .1s ease, -webkit-transform .15s .1s cubic-bezier(.895, .03, .685, .22);
	-o-transition: top .1s ease, -o-transform .15s .1s cubic-bezier(.895, .03, .685, .22);
	transition: top .1s ease, transform .15s .1s cubic-bezier(.895, .03, .685, .22)
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: translate3d(6px, 7.5px, 0) rotate(-45deg) scale(.7, 1);
	transform: translate3d(6px, 7.5px, 0) rotate(-45deg) scale(.7, 1);
	-webkit-transition: bottom .1s ease, -webkit-transform .15s .1s cubic-bezier(.895, .03, .685, .22);
	-o-transition: bottom .1s ease, -o-transform .15s .1s cubic-bezier(.895, .03, .685, .22);
	transition: bottom .1s ease, transform .15s .1s cubic-bezier(.895, .03, .685, .22)
}

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::after,
.hamburger--boring .hamburger-inner::before {
	-webkit-transition-property: none;
	-o-transition-property: none;
	transition-property: none
}

.hamburger--boring.is-active .hamburger-inner {
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.hamburger--boring.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0
}

.hamburger--boring.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s;
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	-o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse .hamburger-inner::after {
	top: -16px;
	-webkit-transition: top .3s .3s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
	-o-transition: top .3s .3s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
	transition: top .3s .3s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear
}

.hamburger--collapse .hamburger-inner::before {
	-webkit-transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .15s cubic-bezier(.55, .055, .675, .19);
	-o-transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), -o-transform .15s cubic-bezier(.55, .055, .675, .19);
	transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), transform .15s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
	transform: translate3d(0, -8px, 0) rotate(-45deg);
	-webkit-transition-delay: .32s;
	-o-transition-delay: .32s;
	transition-delay: .32s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	-webkit-transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .27s linear;
	-o-transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .27s linear;
	transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .27s linear
}

.hamburger--collapse.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .15s .42s cubic-bezier(.215, .61, .355, 1);
	-o-transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), -o-transform .15s .42s cubic-bezier(.215, .61, .355, 1);
	transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), transform .15s .42s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse-r .hamburger-inner {
	top: auto;
	bottom: 0;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s;
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	-o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r .hamburger-inner::after {
	top: -16px;
	-webkit-transition: top .3s .3s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
	-o-transition: top .3s .3s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
	transition: top .3s .3s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner::before {
	-webkit-transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .15s cubic-bezier(.55, .055, .675, .19);
	-o-transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), -o-transform .15s cubic-bezier(.55, .055, .675, .19);
	transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), transform .15s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, -8px, 0) rotate(45deg);
	transform: translate3d(0, -8px, 0) rotate(45deg);
	-webkit-transition-delay: .32s;
	-o-transition-delay: .32s;
	transition-delay: .32s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	-webkit-transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .27s linear;
	-o-transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .27s linear;
	transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .27s linear
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .15s .42s cubic-bezier(.215, .61, .355, 1);
	-o-transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), -o-transform .15s .42s cubic-bezier(.215, .61, .355, 1);
	transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), transform .15s .42s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--elastic .hamburger-inner {
	top: 1.5px;
	-webkit-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
	-o-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
	transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic .hamburger-inner::before {
	top: 8px;
	-webkit-transition: opacity .15s .4s ease;
	-o-transition: opacity .15s .4s ease;
	transition: opacity .15s .4s ease
}

.hamburger--elastic .hamburger-inner::after {
	top: 16px;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.68, -.55, .265, 1.55);
	-o-transition: -o-transform .4s cubic-bezier(.68, -.55, .265, 1.55);
	transition: transform .4s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
	transform: translate3d(0, 8px, 0) rotate(135deg);
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s
}

.hamburger--elastic.is-active .hamburger-inner::before {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -16px, 0) rotate(-270deg);
	transform: translate3d(0, -16px, 0) rotate(-270deg);
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s
}

.hamburger--elastic-r .hamburger-inner {
	top: 1.5px;
	-webkit-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
	-o-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
	transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r .hamburger-inner::before {
	top: 8px;
	-webkit-transition: opacity .15s .4s ease;
	-o-transition: opacity .15s .4s ease;
	transition: opacity .15s .4s ease
}

.hamburger--elastic-r .hamburger-inner::after {
	top: 16px;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.68, -.55, .265, 1.55);
	-o-transition: -o-transform .4s cubic-bezier(.68, -.55, .265, 1.55);
	transition: transform .4s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, 8px, 0) rotate(-135deg);
	transform: translate3d(0, 8px, 0) rotate(-135deg);
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	opacity: 0
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -16px, 0) rotate(270deg);
	transform: translate3d(0, -16px, 0) rotate(270deg);
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s
}

.hamburger--emphatic {
	overflow: hidden
}

.hamburger--emphatic .hamburger-inner {
	-webkit-transition: background-color .2s .25s ease-in;
	-o-transition: background-color .2s .25s ease-in;
	transition: background-color .2s .25s ease-in
}

.hamburger--emphatic .hamburger-inner::before {
	left: 0;
	-webkit-transition: -webkit-transform .2s cubic-bezier(.6, .04, .98, .335), top 50ms .2s linear, left .2s .25s ease-in;
	-o-transition: -o-transform .2s cubic-bezier(.6, .04, .98, .335), top 50ms .2s linear, left .2s .25s ease-in;
	transition: transform .2s cubic-bezier(.6, .04, .98, .335), top 50ms .2s linear, left .2s .25s ease-in
}

.hamburger--emphatic .hamburger-inner::after {
	top: 8px;
	right: 0;
	-webkit-transition: -webkit-transform .2s cubic-bezier(.6, .04, .98, .335), top 50ms .2s linear, right .2s .25s ease-in;
	-o-transition: -o-transform .2s cubic-bezier(.6, .04, .98, .335), top 50ms .2s linear, right .2s .25s ease-in;
	transition: transform .2s cubic-bezier(.6, .04, .98, .335), top 50ms .2s linear, right .2s .25s ease-in
}

.hamburger--emphatic.is-active .hamburger-inner {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	background-color: transparent
}

.hamburger--emphatic.is-active .hamburger-inner::before {
	left: -60px;
	top: -60px;
	-webkit-transform: translate3d(60px, 60px, 0) rotate(45deg);
	transform: translate3d(60px, 60px, 0) rotate(45deg);
	-webkit-transition: left .2s ease-out, top 50ms .2s linear, -webkit-transform .2s .25s cubic-bezier(.075, .82, .165, 1);
	-o-transition: left .2s ease-out, top 50ms .2s linear, -o-transform .2s .25s cubic-bezier(.075, .82, .165, 1);
	transition: left .2s ease-out, top 50ms .2s linear, transform .2s .25s cubic-bezier(.075, .82, .165, 1)
}

.hamburger--emphatic.is-active .hamburger-inner::after {
	right: -60px;
	top: -60px;
	-webkit-transform: translate3d(-60px, 60px, 0) rotate(-45deg);
	transform: translate3d(-60px, 60px, 0) rotate(-45deg);
	-webkit-transition: right .2s ease-out, top 50ms .2s linear, -webkit-transform .2s .25s cubic-bezier(.075, .82, .165, 1);
	-o-transition: right .2s ease-out, top 50ms .2s linear, -o-transform .2s .25s cubic-bezier(.075, .82, .165, 1);
	transition: right .2s ease-out, top 50ms .2s linear, transform .2s .25s cubic-bezier(.075, .82, .165, 1)
}

.hamburger--emphatic-r {
	overflow: hidden
}

.hamburger--emphatic-r .hamburger-inner {
	-webkit-transition: background-color .2s .25s ease-in;
	-o-transition: background-color .2s .25s ease-in;
	transition: background-color .2s .25s ease-in
}

.hamburger--emphatic-r .hamburger-inner::before {
	left: 0;
	-webkit-transition: -webkit-transform .2s cubic-bezier(.6, .04, .98, .335), top 50ms .2s linear, left .2s .25s ease-in;
	-o-transition: -o-transform .2s cubic-bezier(.6, .04, .98, .335), top 50ms .2s linear, left .2s .25s ease-in;
	transition: transform .2s cubic-bezier(.6, .04, .98, .335), top 50ms .2s linear, left .2s .25s ease-in
}

.hamburger--emphatic-r .hamburger-inner::after {
	top: 8px;
	right: 0;
	-webkit-transition: -webkit-transform .2s cubic-bezier(.6, .04, .98, .335), top 50ms .2s linear, right .2s .25s ease-in;
	-o-transition: -o-transform .2s cubic-bezier(.6, .04, .98, .335), top 50ms .2s linear, right .2s .25s ease-in;
	transition: transform .2s cubic-bezier(.6, .04, .98, .335), top 50ms .2s linear, right .2s .25s ease-in
}

.hamburger--emphatic-r.is-active .hamburger-inner {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	background-color: transparent
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
	left: -60px;
	top: 60px;
	-webkit-transform: translate3d(60px, -60px, 0) rotate(-45deg);
	transform: translate3d(60px, -60px, 0) rotate(-45deg);
	-webkit-transition: left .2s ease-out, top 50ms .2s linear, -webkit-transform .2s .25s cubic-bezier(.075, .82, .165, 1);
	-o-transition: left .2s ease-out, top 50ms .2s linear, -o-transform .2s .25s cubic-bezier(.075, .82, .165, 1);
	transition: left .2s ease-out, top 50ms .2s linear, transform .2s .25s cubic-bezier(.075, .82, .165, 1)
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
	right: -60px;
	top: 60px;
	-webkit-transform: translate3d(-60px, -60px, 0) rotate(45deg);
	transform: translate3d(-60px, -60px, 0) rotate(45deg);
	-webkit-transition: right .2s ease-out, top 50ms .2s linear, -webkit-transform .2s .25s cubic-bezier(.075, .82, .165, 1);
	-o-transition: right .2s ease-out, top 50ms .2s linear, -o-transform .2s .25s cubic-bezier(.075, .82, .165, 1);
	transition: right .2s ease-out, top 50ms .2s linear, transform .2s .25s cubic-bezier(.075, .82, .165, 1)
}

.hamburger--slider .hamburger-inner {
	top: 1.5px
}

.hamburger--slider .hamburger-inner::before {
	top: 8px;
	-webkit-transition-property: -webkit-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s
}

.hamburger--slider .hamburger-inner::after {
	top: 16px
}

.hamburger--slider.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
	transform: translate3d(0, 8px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner::before {
	-webkit-transform: rotate(-45deg) translate3d(-4.29px, -5px, 0);
	transform: rotate(-45deg) translate3d(-4.29px, -5px, 0);
	opacity: 0
}

.hamburger--slider.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
	transform: translate3d(0, -16px, 0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner {
	top: 1.5px
}

.hamburger--slider-r .hamburger-inner::before {
	top: 8px;
	-webkit-transition-property: -webkit-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s
}

.hamburger--slider-r .hamburger-inner::after {
	top: 16px
}

.hamburger--slider-r.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, 8px, 0) rotate(-45deg);
	transform: translate3d(0, 8px, 0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner::before {
	-webkit-transform: rotate(45deg) translate3d(4.29px, -5px, 0);
	transform: rotate(45deg) translate3d(4.29px, -5px, 0);
	opacity: 0
}

.hamburger--slider-r.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -16px, 0) rotate(90deg);
	transform: translate3d(0, -16px, 0) rotate(90deg)
}

.hamburger--spring .hamburger-inner {
	top: 1.5px;
	-webkit-transition: background-color 0s .15s linear;
	-o-transition: background-color 0s .15s linear;
	transition: background-color 0s .15s linear
}

.hamburger--spring .hamburger-inner::before {
	top: 8px;
	-webkit-transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .15s cubic-bezier(.55, .055, .675, .19);
	-o-transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), -o-transform .15s cubic-bezier(.55, .055, .675, .19);
	transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), transform .15s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring .hamburger-inner::after {
	top: 16px;
	-webkit-transition: top .3s .3s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .15s cubic-bezier(.55, .055, .675, .19);
	-o-transition: top .3s .3s cubic-bezier(.33333, .66667, .66667, 1), -o-transform .15s cubic-bezier(.55, .055, .675, .19);
	transition: top .3s .3s cubic-bezier(.33333, .66667, .66667, 1), transform .15s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring.is-active .hamburger-inner {
	-webkit-transition-delay: .32s;
	-o-transition-delay: .32s;
	transition-delay: .32s;
	background-color: transparent
}

.hamburger--spring.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .15s .32s cubic-bezier(.215, .61, .355, 1);
	-o-transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), -o-transform .15s .32s cubic-bezier(.215, .61, .355, 1);
	transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), transform .15s .32s cubic-bezier(.215, .61, .355, 1);
	-webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
	transform: translate3d(0, 8px, 0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner::after {
	top: 0;
	-webkit-transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .15s .32s cubic-bezier(.215, .61, .355, 1);
	-o-transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), -o-transform .15s .32s cubic-bezier(.215, .61, .355, 1);
	transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), transform .15s .32s cubic-bezier(.215, .61, .355, 1);
	-webkit-transform: translate3d(0, 8px, 0) rotate(-45deg);
	transform: translate3d(0, 8px, 0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner {
	top: auto;
	bottom: 0;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	-o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r .hamburger-inner::after {
	top: -16px;
	-webkit-transition: top .3s .3s cubic-bezier(.33333, .66667, .66667, 1), opacity 0s linear;
	-o-transition: top .3s .3s cubic-bezier(.33333, .66667, .66667, 1), opacity 0s linear;
	transition: top .3s .3s cubic-bezier(.33333, .66667, .66667, 1), opacity 0s linear
}

.hamburger--spring-r .hamburger-inner::before {
	-webkit-transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .15s cubic-bezier(.55, .055, .675, .19);
	-o-transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), -o-transform .15s cubic-bezier(.55, .055, .675, .19);
	transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), transform .15s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
	transform: translate3d(0, -8px, 0) rotate(-45deg);
	-webkit-transition-delay: .32s;
	-o-transition-delay: .32s;
	transition-delay: .32s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spring-r.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	-webkit-transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s .32s linear;
	-o-transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s .32s linear;
	transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s .32s linear
}

.hamburger--spring-r.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .15s .32s cubic-bezier(.215, .61, .355, 1);
	-o-transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), -o-transform .15s .32s cubic-bezier(.215, .61, .355, 1);
	transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), transform .15s .32s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand .hamburger-inner {
	-webkit-transition: -webkit-transform .1s .22s cubic-bezier(.55, .055, .675, .19), background-color 0s .1s linear;
	-o-transition: -o-transform .1s .22s cubic-bezier(.55, .055, .675, .19), background-color 0s .1s linear;
	transition: transform .1s .22s cubic-bezier(.55, .055, .675, .19), background-color 0s .1s linear
}

.hamburger--stand .hamburger-inner::before {
	-webkit-transition: top .1s .1s ease-in, -webkit-transform .1s 0s cubic-bezier(.55, .055, .675, .19);
	-o-transition: top .1s .1s ease-in, -o-transform .1s 0s cubic-bezier(.55, .055, .675, .19);
	transition: top .1s .1s ease-in, transform .1s 0s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand .hamburger-inner::after {
	-webkit-transition: bottom .1s .1s ease-in, -webkit-transform .1s 0s cubic-bezier(.55, .055, .675, .19);
	-o-transition: bottom .1s .1s ease-in, -o-transform .1s 0s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s .1s ease-in, transform .1s 0s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand.is-active .hamburger-inner {
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	background-color: transparent;
	-webkit-transition: -webkit-transform .1s 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .22s linear;
	-o-transition: -o-transform .1s 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .22s linear;
	transition: transform .1s 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .22s linear
}

.hamburger--stand.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: top .1s .12s ease-out, -webkit-transform .1s .22s cubic-bezier(.215, .61, .355, 1);
	-o-transition: top .1s .12s ease-out, -o-transform .1s .22s cubic-bezier(.215, .61, .355, 1);
	transition: top .1s .12s ease-out, transform .1s .22s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: bottom .1s .12s ease-out, -webkit-transform .1s .22s cubic-bezier(.215, .61, .355, 1);
	-o-transition: bottom .1s .12s ease-out, -o-transform .1s .22s cubic-bezier(.215, .61, .355, 1);
	transition: bottom .1s .12s ease-out, transform .1s .22s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand-r .hamburger-inner {
	-webkit-transition: -webkit-transform .1s .22s cubic-bezier(.55, .055, .675, .19), background-color 0s .1s linear;
	-o-transition: -o-transform .1s .22s cubic-bezier(.55, .055, .675, .19), background-color 0s .1s linear;
	transition: transform .1s .22s cubic-bezier(.55, .055, .675, .19), background-color 0s .1s linear
}

.hamburger--stand-r .hamburger-inner::before {
	-webkit-transition: top .1s .1s ease-in, -webkit-transform .1s 0s cubic-bezier(.55, .055, .675, .19);
	-o-transition: top .1s .1s ease-in, -o-transform .1s 0s cubic-bezier(.55, .055, .675, .19);
	transition: top .1s .1s ease-in, transform .1s 0s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand-r .hamburger-inner::after {
	-webkit-transition: bottom .1s .1s ease-in, -webkit-transform .1s 0s cubic-bezier(.55, .055, .675, .19);
	-o-transition: bottom .1s .1s ease-in, -o-transform .1s 0s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s .1s ease-in, transform .1s 0s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand-r.is-active .hamburger-inner {
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	background-color: transparent;
	-webkit-transition: -webkit-transform .1s 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .22s linear;
	-o-transition: -o-transform .1s 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .22s linear;
	transition: transform .1s 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .22s linear
}

.hamburger--stand-r.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: top .1s .12s ease-out, -webkit-transform .1s .22s cubic-bezier(.215, .61, .355, 1);
	-o-transition: top .1s .12s ease-out, -o-transform .1s .22s cubic-bezier(.215, .61, .355, 1);
	transition: top .1s .12s ease-out, transform .1s .22s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand-r.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: bottom .1s .12s ease-out, -webkit-transform .1s .22s cubic-bezier(.215, .61, .355, 1);
	-o-transition: bottom .1s .12s ease-out, -o-transform .1s .22s cubic-bezier(.215, .61, .355, 1);
	transition: bottom .1s .12s ease-out, transform .1s .22s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin .hamburger-inner {
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	-o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin .hamburger-inner::before {
	-webkit-transition: top .1s .34s ease-in, opacity .1s ease-in;
	-o-transition: top .1s .34s ease-in, opacity .1s ease-in;
	transition: top .1s .34s ease-in, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner::after {
	-webkit-transition: bottom .1s .34s ease-in, -webkit-transform .3s cubic-bezier(.55, .055, .675, .19);
	-o-transition: bottom .1s .34s ease-in, -o-transform .3s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s .34s ease-in, transform .3s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner {
	-webkit-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
	-webkit-transition-delay: .14s;
	-o-transition-delay: .14s;
	transition-delay: .14s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	-webkit-transition: top .1s ease-out, opacity .1s .14s ease-out;
	-o-transition: top .1s ease-out, opacity .1s .14s ease-out;
	transition: top .1s ease-out, opacity .1s .14s ease-out
}

.hamburger--spin.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: bottom .1s ease-out, -webkit-transform .3s .14s cubic-bezier(.215, .61, .355, 1);
	-o-transition: bottom .1s ease-out, -o-transform .3s .14s cubic-bezier(.215, .61, .355, 1);
	transition: bottom .1s ease-out, transform .3s .14s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin-r .hamburger-inner {
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	-o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r .hamburger-inner::before {
	-webkit-transition: top .1s .34s ease-in, opacity .1s ease-in;
	-o-transition: top .1s .34s ease-in, opacity .1s ease-in;
	transition: top .1s .34s ease-in, opacity .1s ease-in
}

.hamburger--spin-r .hamburger-inner::after {
	-webkit-transition: bottom .1s .34s ease-in, -webkit-transform .3s cubic-bezier(.55, .055, .675, .19);
	-o-transition: bottom .1s .34s ease-in, -o-transform .3s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s .34s ease-in, transform .3s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r.is-active .hamburger-inner {
	-webkit-transform: rotate(-225deg);
	-o-transform: rotate(-225deg);
	transform: rotate(-225deg);
	-webkit-transition-delay: .14s;
	-o-transition-delay: .14s;
	transition-delay: .14s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin-r.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	-webkit-transition: top .1s ease-out, opacity .1s .14s ease-out;
	-o-transition: top .1s ease-out, opacity .1s .14s ease-out;
	transition: top .1s ease-out, opacity .1s .14s ease-out
}

.hamburger--spin-r.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: bottom .1s ease-out, -webkit-transform .3s .14s cubic-bezier(.215, .61, .355, 1);
	-o-transition: bottom .1s ease-out, -o-transform .3s .14s cubic-bezier(.215, .61, .355, 1);
	transition: bottom .1s ease-out, transform .3s .14s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--squeeze .hamburger-inner {
	-webkit-transition-duration: .1s;
	-o-transition-duration: .1s;
	transition-duration: .1s;
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	-o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze .hamburger-inner::before {
	-webkit-transition: top .1s .14s ease, opacity .1s ease;
	-o-transition: top .1s .14s ease, opacity .1s ease;
	transition: top .1s .14s ease, opacity .1s ease
}

.hamburger--squeeze .hamburger-inner::after {
	-webkit-transition: bottom .1s .14s ease, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19);
	-o-transition: bottom .1s .14s ease, -o-transform .1s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s .14s ease, transform .1s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.is-active .hamburger-inner {
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition-delay: .14s;
	-o-transition-delay: .14s;
	transition-delay: .14s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	-webkit-transition: top .1s ease, opacity .1s .14s ease;
	-o-transition: top .1s ease, opacity .1s .14s ease;
	transition: top .1s ease, opacity .1s .14s ease
}

.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: bottom .1s ease, -webkit-transform .1s .14s cubic-bezier(.215, .61, .355, 1);
	-o-transition: bottom .1s ease, -o-transform .1s .14s cubic-bezier(.215, .61, .355, 1);
	transition: bottom .1s ease, transform .1s .14s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--vortex .hamburger-inner {
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	-o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex .hamburger-inner::after,
.hamburger--vortex .hamburger-inner::before {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear
}

.hamburger--vortex .hamburger-inner::before {
	-webkit-transition-property: top, opacity;
	-o-transition-property: top, opacity;
	transition-property: top, opacity
}

.hamburger--vortex .hamburger-inner::after {
	-webkit-transition-property: bottom, -webkit-transform;
	-o-transition-property: bottom, -o-transform;
	transition-property: bottom, transform
}

.hamburger--vortex.is-active .hamburger-inner {
	-webkit-transform: rotate(765deg);
	-o-transform: rotate(765deg);
	transform: rotate(765deg);
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	-o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex.is-active .hamburger-inner::after,
.hamburger--vortex.is-active .hamburger-inner::before {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

.hamburger--vortex.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}

.hamburger--vortex-r .hamburger-inner {
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	-o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex-r .hamburger-inner::after,
.hamburger--vortex-r .hamburger-inner::before {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear
}

.hamburger--vortex-r .hamburger-inner::before {
	-webkit-transition-property: top, opacity;
	-o-transition-property: top, opacity;
	transition-property: top, opacity
}

.hamburger--vortex-r .hamburger-inner::after {
	-webkit-transition-property: bottom, -webkit-transform;
	-o-transition-property: bottom, -o-transform;
	transition-property: bottom, transform
}

.hamburger--vortex-r.is-active .hamburger-inner {
	-webkit-transform: rotate(-765deg);
	-o-transform: rotate(-765deg);
	transform: rotate(-765deg);
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	-o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex-r.is-active .hamburger-inner::after,
.hamburger--vortex-r.is-active .hamburger-inner::before {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg)
}


/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

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: .67em 0
}

figcaption,
figure {
	display: block
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

main {
	display: block
}

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;
	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: -.25em
}

sup {
	top: -.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 {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

input {
	overflow: visible
}

[type=checkbox],
[type=radio] {
	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
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	box-sizing: border-box;
	display: table;
	max-width: 100%;
	padding: 0;
	color: inherit;
	white-space: normal
}

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto
}

details {
	display: block
}

summary {
	display: list-item
}

menu {
	display: block
}

canvas {
	display: inline-block
}

template {
	display: none
}

[hidden] {
	display: none
}

.foundation-mq {
	font-family: "small=0em&medium=40em&large=64.0625em&xlarge=80.0625em&xxlarge=90em"
}

html {
	box-sizing: border-box;
	font-size: 100%
}

*,
::after,
::before {
	box-sizing: inherit
}

body {
	margin: 0;
	padding: 0;
	background: #fefefe;
	font-family: Montserrat, sans-serif!important;
	font-weight: 400;
	line-height: 1.5;
	color: #0a0a0a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic
}

textarea {
	height: auto;
	min-height: 50px;
	border-radius: 0
}

select {
	box-sizing: border-box;
	width: 100%;
	border-radius: 0
}

.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
	max-width: none!important
}

button {
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	background: 0 0;
	line-height: 1
}

[data-whatinput=mouse] button {
	outline: 0
}

pre {
	overflow: auto
}

.is-visible {
	display: block!important
}

.is-hidden {
	display: none!important
}

.row {
	max-width: 76.25rem;
	margin-right: auto;
	margin-left: auto
}

.row::after,
.row::before {
	display: table;
	content: ' '
}

.row::after {
	clear: both
}

.row.collapse>.column,
.row.collapse>.columns {
	padding-right: 0;
	padding-left: 0
}

.row .row {
	margin-right: -.625rem;
	margin-left: -.625rem
}

@media print,
screen and (min-width:40em) {
	.row .row {
		margin-right: -.625rem;
		margin-left: -.625rem
	}
}

@media print,
screen and (min-width:64.0625em) {
	.row .row {
		margin-right: -.625rem;
		margin-left: -.625rem
	}
}

.row .row.collapse {
	margin-right: 0;
	margin-left: 0
}

.row.expanded {
	max-width: none
}

.row.expanded .row {
	margin-right: auto;
	margin-left: auto
}

.row:not(.expanded) .row {
	max-width: none
}

.column,
.columns {
	width: 100%;
	float: left;
	padding-right: .625rem;
	padding-left: .625rem
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
	float: right
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
	float: left
}

.column.row.row,
.row.row.columns {
	float: none
}

.row .column.row.row,
.row .row.row.columns {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0
}

.small-1 {
	width: 8.3333333333%
}

.small-push-1 {
	position: relative;
	left: 8.3333333333%
}

.small-pull-1 {
	position: relative;
	left: -8.3333333333%
}

.small-offset-0 {
	margin-left: 0
}

.small-2 {
	width: 16.6666666667%
}

.small-push-2 {
	position: relative;
	left: 16.6666666667%
}

.small-pull-2 {
	position: relative;
	left: -16.6666666667%
}

.small-offset-1 {
	margin-left: 8.3333333333%
}

.small-3 {
	width: 25%
}

.small-push-3 {
	position: relative;
	left: 25%
}

.small-pull-3 {
	position: relative;
	left: -25%
}

.small-offset-2 {
	margin-left: 16.6666666667%
}

.small-4 {
	width: 33.3333333333%
}

.small-push-4 {
	position: relative;
	left: 33.3333333333%
}

.small-pull-4 {
	position: relative;
	left: -33.3333333333%
}

.small-offset-3 {
	margin-left: 25%
}

.small-5 {
	width: 41.6666666667%
}

.small-push-5 {
	position: relative;
	left: 41.6666666667%
}

.small-pull-5 {
	position: relative;
	left: -41.6666666667%
}

.small-offset-4 {
	margin-left: 33.3333333333%
}

.small-6 {
	width: 50%
}

.small-push-6 {
	position: relative;
	left: 50%
}

.small-pull-6 {
	position: relative;
	left: -50%
}

.small-offset-5 {
	margin-left: 41.6666666667%
}

.small-7 {
	width: 58.3333333333%
}

.small-push-7 {
	position: relative;
	left: 58.3333333333%
}

.small-pull-7 {
	position: relative;
	left: -58.3333333333%
}

.small-offset-6 {
	margin-left: 50%
}

.small-8 {
	width: 66.6666666667%
}

.small-push-8 {
	position: relative;
	left: 66.6666666667%
}

.small-pull-8 {
	position: relative;
	left: -66.6666666667%
}

.small-offset-7 {
	margin-left: 58.3333333333%
}

.small-9 {
	width: 75%
}

.small-push-9 {
	position: relative;
	left: 75%
}

.small-pull-9 {
	position: relative;
	left: -75%
}

.small-offset-8 {
	margin-left: 66.6666666667%
}

.small-10 {
	width: 83.3333333333%
}

.small-push-10 {
	position: relative;
	left: 83.3333333333%
}

.small-pull-10 {
	position: relative;
	left: -83.3333333333%
}

.small-offset-9 {
	margin-left: 75%
}

.small-11 {
	width: 91.6666666667%
}

.small-push-11 {
	position: relative;
	left: 91.6666666667%
}

.small-pull-11 {
	position: relative;
	left: -91.6666666667%
}

.small-offset-10 {
	margin-left: 83.3333333333%
}

.small-12 {
	width: 100%
}

.small-offset-11 {
	margin-left: 91.6666666667%
}

.small-up-1>.column,
.small-up-1>.columns {
	float: left;
	width: 100%
}

.small-up-1>.column:nth-of-type(1n),
.small-up-1>.columns:nth-of-type(1n) {
	clear: none
}

.small-up-1>.column:nth-of-type(1n+1),
.small-up-1>.columns:nth-of-type(1n+1) {
	clear: both
}

.small-up-1>.column:last-child,
.small-up-1>.columns:last-child {
	float: left
}

.small-up-2>.column,
.small-up-2>.columns {
	float: left;
	width: 50%
}

.small-up-2>.column:nth-of-type(1n),
.small-up-2>.columns:nth-of-type(1n) {
	clear: none
}

.small-up-2>.column:nth-of-type(2n+1),
.small-up-2>.columns:nth-of-type(2n+1) {
	clear: both
}

.small-up-2>.column:last-child,
.small-up-2>.columns:last-child {
	float: left
}

.small-up-3>.column,
.small-up-3>.columns {
	float: left;
	width: 33.3333333333%
}

.small-up-3>.column:nth-of-type(1n),
.small-up-3>.columns:nth-of-type(1n) {
	clear: none
}

.small-up-3>.column:nth-of-type(3n+1),
.small-up-3>.columns:nth-of-type(3n+1) {
	clear: both
}

.small-up-3>.column:last-child,
.small-up-3>.columns:last-child {
	float: left
}

.small-up-4>.column,
.small-up-4>.columns {
	float: left;
	width: 25%
}

.small-up-4>.column:nth-of-type(1n),
.small-up-4>.columns:nth-of-type(1n) {
	clear: none
}

.small-up-4>.column:nth-of-type(4n+1),
.small-up-4>.columns:nth-of-type(4n+1) {
	clear: both
}

.small-up-4>.column:last-child,
.small-up-4>.columns:last-child {
	float: left
}

.small-up-5>.column,
.small-up-5>.columns {
	float: left;
	width: 20%
}

.small-up-5>.column:nth-of-type(1n),
.small-up-5>.columns:nth-of-type(1n) {
	clear: none
}

.small-up-5>.column:nth-of-type(5n+1),
.small-up-5>.columns:nth-of-type(5n+1) {
	clear: both
}

.small-up-5>.column:last-child,
.small-up-5>.columns:last-child {
	float: left
}

.small-up-6>.column,
.small-up-6>.columns {
	float: left;
	width: 16.6666666667%
}

.small-up-6>.column:nth-of-type(1n),
.small-up-6>.columns:nth-of-type(1n) {
	clear: none
}

.small-up-6>.column:nth-of-type(6n+1),
.small-up-6>.columns:nth-of-type(6n+1) {
	clear: both
}

.small-up-6>.column:last-child,
.small-up-6>.columns:last-child {
	float: left
}

.small-up-7>.column,
.small-up-7>.columns {
	float: left;
	width: 14.2857142857%
}

.small-up-7>.column:nth-of-type(1n),
.small-up-7>.columns:nth-of-type(1n) {
	clear: none
}

.small-up-7>.column:nth-of-type(7n+1),
.small-up-7>.columns:nth-of-type(7n+1) {
	clear: both
}

.small-up-7>.column:last-child,
.small-up-7>.columns:last-child {
	float: left
}

.small-up-8>.column,
.small-up-8>.columns {
	float: left;
	width: 12.5%
}

.small-up-8>.column:nth-of-type(1n),
.small-up-8>.columns:nth-of-type(1n) {
	clear: none
}

.small-up-8>.column:nth-of-type(8n+1),
.small-up-8>.columns:nth-of-type(8n+1) {
	clear: both
}

.small-up-8>.column:last-child,
.small-up-8>.columns:last-child {
	float: left
}

.small-collapse>.column,
.small-collapse>.columns {
	padding-right: 0;
	padding-left: 0
}

.small-collapse .row {
	margin-right: 0;
	margin-left: 0
}

.expanded.row .small-collapse.row {
	margin-right: 0;
	margin-left: 0
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
	padding-right: .625rem;
	padding-left: .625rem
}

.small-centered {
	margin-right: auto;
	margin-left: auto
}

.small-centered,
.small-centered:last-child:not(:first-child) {
	float: none;
	clear: both
}

.small-pull-0,
.small-push-0,
.small-uncentered {
	position: static;
	float: left;
	margin-right: 0;
	margin-left: 0
}

@media print,
screen and (min-width:40em) {
	.medium-1 {
		width: 8.3333333333%
	}
	.medium-push-1 {
		position: relative;
		left: 8.3333333333%
	}
	.medium-pull-1 {
		position: relative;
		left: -8.3333333333%
	}
	.medium-offset-0 {
		margin-left: 0
	}
	.medium-2 {
		width: 16.6666666667%
	}
	.medium-push-2 {
		position: relative;
		left: 16.6666666667%
	}
	.medium-pull-2 {
		position: relative;
		left: -16.6666666667%
	}
	.medium-offset-1 {
		margin-left: 8.3333333333%
	}
	.medium-3 {
		width: 25%
	}
	.medium-push-3 {
		position: relative;
		left: 25%
	}
	.medium-pull-3 {
		position: relative;
		left: -25%
	}
	.medium-offset-2 {
		margin-left: 16.6666666667%
	}
	.medium-4 {
		width: 33.3333333333%
	}
	.medium-push-4 {
		position: relative;
		left: 33.3333333333%
	}
	.medium-pull-4 {
		position: relative;
		left: -33.3333333333%
	}
	.medium-offset-3 {
		margin-left: 25%
	}
	.medium-5 {
		width: 41.6666666667%
	}
	.medium-push-5 {
		position: relative;
		left: 41.6666666667%
	}
	.medium-pull-5 {
		position: relative;
		left: -41.6666666667%
	}
	.medium-offset-4 {
		margin-left: 33.3333333333%
	}
	.medium-6 {
		width: 50%
	}
	.medium-push-6 {
		position: relative;
		left: 50%
	}
	.medium-pull-6 {
		position: relative;
		left: -50%
	}
	.medium-offset-5 {
		margin-left: 41.6666666667%
	}
	.medium-7 {
		width: 58.3333333333%
	}
	.medium-push-7 {
		position: relative;
		left: 58.3333333333%
	}
	.medium-pull-7 {
		position: relative;
		left: -58.3333333333%
	}
	.medium-offset-6 {
		margin-left: 50%
	}
	.medium-8 {
		width: 66.6666666667%
	}
	.medium-push-8 {
		position: relative;
		left: 66.6666666667%
	}
	.medium-pull-8 {
		position: relative;
		left: -66.6666666667%
	}
	.medium-offset-7 {
		margin-left: 58.3333333333%
	}
	.medium-9 {
		width: 75%
	}
	.medium-push-9 {
		position: relative;
		left: 75%
	}
	.medium-pull-9 {
		position: relative;
		left: -75%
	}
	.medium-offset-8 {
		margin-left: 66.6666666667%
	}
	.medium-10 {
		width: 83.3333333333%
	}
	.medium-push-10 {
		position: relative;
		left: 83.3333333333%
	}
	.medium-pull-10 {
		position: relative;
		left: -83.3333333333%
	}
	.medium-offset-9 {
		margin-left: 75%
	}
	.medium-11 {
		width: 91.6666666667%
	}
	.medium-push-11 {
		position: relative;
		left: 91.6666666667%
	}
	.medium-pull-11 {
		position: relative;
		left: -91.6666666667%
	}
	.medium-offset-10 {
		margin-left: 83.3333333333%
	}
	.medium-12 {
		width: 100%
	}
	.medium-offset-11 {
		margin-left: 91.6666666667%
	}
	.medium-up-1>.column,
	.medium-up-1>.columns {
		float: left;
		width: 100%
	}
	.medium-up-1>.column:nth-of-type(1n),
	.medium-up-1>.columns:nth-of-type(1n) {
		clear: none
	}
	.medium-up-1>.column:nth-of-type(1n+1),
	.medium-up-1>.columns:nth-of-type(1n+1) {
		clear: both
	}
	.medium-up-1>.column:last-child,
	.medium-up-1>.columns:last-child {
		float: left
	}
	.medium-up-2>.column,
	.medium-up-2>.columns {
		float: left;
		width: 50%
	}
	.medium-up-2>.column:nth-of-type(1n),
	.medium-up-2>.columns:nth-of-type(1n) {
		clear: none
	}
	.medium-up-2>.column:nth-of-type(2n+1),
	.medium-up-2>.columns:nth-of-type(2n+1) {
		clear: both
	}
	.medium-up-2>.column:last-child,
	.medium-up-2>.columns:last-child {
		float: left
	}
	.medium-up-3>.column,
	.medium-up-3>.columns {
		float: left;
		width: 33.3333333333%
	}
	.medium-up-3>.column:nth-of-type(1n),
	.medium-up-3>.columns:nth-of-type(1n) {
		clear: none
	}
	.medium-up-3>.column:nth-of-type(3n+1),
	.medium-up-3>.columns:nth-of-type(3n+1) {
		clear: both
	}
	.medium-up-3>.column:last-child,
	.medium-up-3>.columns:last-child {
		float: left
	}
	.medium-up-4>.column,
	.medium-up-4>.columns {
		float: left;
		width: 25%
	}
	.medium-up-4>.column:nth-of-type(1n),
	.medium-up-4>.columns:nth-of-type(1n) {
		clear: none
	}
	.medium-up-4>.column:nth-of-type(4n+1),
	.medium-up-4>.columns:nth-of-type(4n+1) {
		clear: both
	}
	.medium-up-4>.column:last-child,
	.medium-up-4>.columns:last-child {
		float: left
	}
	.medium-up-5>.column,
	.medium-up-5>.columns {
		float: left;
		width: 20%
	}
	.medium-up-5>.column:nth-of-type(1n),
	.medium-up-5>.columns:nth-of-type(1n) {
		clear: none
	}
	.medium-up-5>.column:nth-of-type(5n+1),
	.medium-up-5>.columns:nth-of-type(5n+1) {
		clear: both
	}
	.medium-up-5>.column:last-child,
	.medium-up-5>.columns:last-child {
		float: left
	}
	.medium-up-6>.column,
	.medium-up-6>.columns {
		float: left;
		width: 16.6666666667%
	}
	.medium-up-6>.column:nth-of-type(1n),
	.medium-up-6>.columns:nth-of-type(1n) {
		clear: none
	}
	.medium-up-6>.column:nth-of-type(6n+1),
	.medium-up-6>.columns:nth-of-type(6n+1) {
		clear: both
	}
	.medium-up-6>.column:last-child,
	.medium-up-6>.columns:last-child {
		float: left
	}
	.medium-up-7>.column,
	.medium-up-7>.columns {
		float: left;
		width: 14.2857142857%
	}
	.medium-up-7>.column:nth-of-type(1n),
	.medium-up-7>.columns:nth-of-type(1n) {
		clear: none
	}
	.medium-up-7>.column:nth-of-type(7n+1),
	.medium-up-7>.columns:nth-of-type(7n+1) {
		clear: both
	}
	.medium-up-7>.column:last-child,
	.medium-up-7>.columns:last-child {
		float: left
	}
	.medium-up-8>.column,
	.medium-up-8>.columns {
		float: left;
		width: 12.5%
	}
	.medium-up-8>.column:nth-of-type(1n),
	.medium-up-8>.columns:nth-of-type(1n) {
		clear: none
	}
	.medium-up-8>.column:nth-of-type(8n+1),
	.medium-up-8>.columns:nth-of-type(8n+1) {
		clear: both
	}
	.medium-up-8>.column:last-child,
	.medium-up-8>.columns:last-child {
		float: left
	}
	.medium-collapse>.column,
	.medium-collapse>.columns {
		padding-right: 0;
		padding-left: 0
	}
	.medium-collapse .row {
		margin-right: 0;
		margin-left: 0
	}
	.expanded.row .medium-collapse.row {
		margin-right: 0;
		margin-left: 0
	}
	.medium-uncollapse>.column,
	.medium-uncollapse>.columns {
		padding-right: .625rem;
		padding-left: .625rem
	}
	.medium-centered {
		margin-right: auto;
		margin-left: auto
	}
	.medium-centered,
	.medium-centered:last-child:not(:first-child) {
		float: none;
		clear: both
	}
	.medium-pull-0,
	.medium-push-0,
	.medium-uncentered {
		position: static;
		float: left;
		margin-right: 0;
		margin-left: 0
	}
}

@media print,
screen and (min-width:64.0625em) {
	.large-1 {
		width: 8.3333333333%
	}
	.large-push-1 {
		position: relative;
		left: 8.3333333333%
	}
	.large-pull-1 {
		position: relative;
		left: -8.3333333333%
	}
	.large-offset-0 {
		margin-left: 0
	}
	.large-2 {
		width: 16.6666666667%
	}
	.large-push-2 {
		position: relative;
		left: 16.6666666667%
	}
	.large-pull-2 {
		position: relative;
		left: -16.6666666667%
	}
	.large-offset-1 {
		margin-left: 8.3333333333%
	}
	.large-3 {
		width: 25%
	}
	.large-push-3 {
		position: relative;
		left: 25%
	}
	.large-pull-3 {
		position: relative;
		left: -25%
	}
	.large-offset-2 {
		margin-left: 16.6666666667%
	}
	.large-4 {
		width: 33.3333333333%
	}
	.large-push-4 {
		position: relative;
		left: 33.3333333333%
	}
	.large-pull-4 {
		position: relative;
		left: -33.3333333333%
	}
	.large-offset-3 {
		margin-left: 25%
	}
	.large-5 {
		width: 41.6666666667%
	}
	.large-push-5 {
		position: relative;
		left: 41.6666666667%
	}
	.large-pull-5 {
		position: relative;
		left: -41.6666666667%
	}
	.large-offset-4 {
		margin-left: 33.3333333333%
	}
	.large-6 {
		width: 50%
	}
	.large-push-6 {
		position: relative;
		left: 50%
	}
	.large-pull-6 {
		position: relative;
		left: -50%
	}
	.large-offset-5 {
		margin-left: 41.6666666667%
	}
	.large-7 {
		width: 58.3333333333%
	}
	.large-push-7 {
		position: relative;
		left: 58.3333333333%
	}
	.large-pull-7 {
		position: relative;
		left: -58.3333333333%
	}
	.large-offset-6 {
		margin-left: 50%
	}
	.large-8 {
		width: 66.6666666667%
	}
	.large-push-8 {
		position: relative;
		left: 66.6666666667%
	}
	.large-pull-8 {
		position: relative;
		left: -66.6666666667%
	}
	.large-offset-7 {
		margin-left: 58.3333333333%
	}
	.large-9 {
		width: 75%
	}
	.large-push-9 {
		position: relative;
		left: 75%
	}
	.large-pull-9 {
		position: relative;
		left: -75%
	}
	.large-offset-8 {
		margin-left: 66.6666666667%
	}
	.large-10 {
		width: 83.3333333333%
	}
	.large-push-10 {
		position: relative;
		left: 83.3333333333%
	}
	.large-pull-10 {
		position: relative;
		left: -83.3333333333%
	}
	.large-offset-9 {
		margin-left: 75%
	}
	.large-11 {
		width: 91.6666666667%
	}
	.large-push-11 {
		position: relative;
		left: 91.6666666667%
	}
	.large-pull-11 {
		position: relative;
		left: -91.6666666667%
	}
	.large-offset-10 {
		margin-left: 83.3333333333%
	}
	.large-12 {
		width: 100%
	}
	.large-offset-11 {
		margin-left: 91.6666666667%
	}
	.large-up-1>.column,
	.large-up-1>.columns {
		float: left;
		width: 100%
	}
	.large-up-1>.column:nth-of-type(1n),
	.large-up-1>.columns:nth-of-type(1n) {
		clear: none
	}
	.large-up-1>.column:nth-of-type(1n+1),
	.large-up-1>.columns:nth-of-type(1n+1) {
		clear: both
	}
	.large-up-1>.column:last-child,
	.large-up-1>.columns:last-child {
		float: left
	}
	.large-up-2>.column,
	.large-up-2>.columns {
		float: left;
		width: 50%
	}
	.large-up-2>.column:nth-of-type(1n),
	.large-up-2>.columns:nth-of-type(1n) {
		clear: none
	}
	.large-up-2>.column:nth-of-type(2n+1),
	.large-up-2>.columns:nth-of-type(2n+1) {
		clear: both
	}
	.large-up-2>.column:last-child,
	.large-up-2>.columns:last-child {
		float: left
	}
	.large-up-3>.column,
	.large-up-3>.columns {
		float: left;
		width: 33.3333333333%
	}
	.large-up-3>.column:nth-of-type(1n),
	.large-up-3>.columns:nth-of-type(1n) {
		clear: none
	}
	.large-up-3>.column:nth-of-type(3n+1),
	.large-up-3>.columns:nth-of-type(3n+1) {
		clear: both
	}
	.large-up-3>.column:last-child,
	.large-up-3>.columns:last-child {
		float: left
	}
	.large-up-4>.column,
	.large-up-4>.columns {
		float: left;
		width: 25%
	}
	.large-up-4>.column:nth-of-type(1n),
	.large-up-4>.columns:nth-of-type(1n) {
		clear: none
	}
	.large-up-4>.column:nth-of-type(4n+1),
	.large-up-4>.columns:nth-of-type(4n+1) {
		clear: both
	}
	.large-up-4>.column:last-child,
	.large-up-4>.columns:last-child {
		float: left
	}
	.large-up-5>.column,
	.large-up-5>.columns {
		float: left;
		width: 20%
	}
	.large-up-5>.column:nth-of-type(1n),
	.large-up-5>.columns:nth-of-type(1n) {
		clear: none
	}
	.large-up-5>.column:nth-of-type(5n+1),
	.large-up-5>.columns:nth-of-type(5n+1) {
		clear: both
	}
	.large-up-5>.column:last-child,
	.large-up-5>.columns:last-child {
		float: left
	}
	.large-up-6>.column,
	.large-up-6>.columns {
		float: left;
		width: 16.6666666667%
	}
	.large-up-6>.column:nth-of-type(1n),
	.large-up-6>.columns:nth-of-type(1n) {
		clear: none
	}
	.large-up-6>.column:nth-of-type(6n+1),
	.large-up-6>.columns:nth-of-type(6n+1) {
		clear: both
	}
	.large-up-6>.column:last-child,
	.large-up-6>.columns:last-child {
		float: left
	}
	.large-up-7>.column,
	.large-up-7>.columns {
		float: left;
		width: 14.2857142857%
	}
	.large-up-7>.column:nth-of-type(1n),
	.large-up-7>.columns:nth-of-type(1n) {
		clear: none
	}
	.large-up-7>.column:nth-of-type(7n+1),
	.large-up-7>.columns:nth-of-type(7n+1) {
		clear: both
	}
	.large-up-7>.column:last-child,
	.large-up-7>.columns:last-child {
		float: left
	}
	.large-up-8>.column,
	.large-up-8>.columns {
		float: left;
		width: 12.5%
	}
	.large-up-8>.column:nth-of-type(1n),
	.large-up-8>.columns:nth-of-type(1n) {
		clear: none
	}
	.large-up-8>.column:nth-of-type(8n+1),
	.large-up-8>.columns:nth-of-type(8n+1) {
		clear: both
	}
	.large-up-8>.column:last-child,
	.large-up-8>.columns:last-child {
		float: left
	}
	.large-collapse>.column,
	.large-collapse>.columns {
		padding-right: 0;
		padding-left: 0
	}
	.large-collapse .row {
		margin-right: 0;
		margin-left: 0
	}
	.expanded.row .large-collapse.row {
		margin-right: 0;
		margin-left: 0
	}
	.large-uncollapse>.column,
	.large-uncollapse>.columns {
		padding-right: .625rem;
		padding-left: .625rem
	}
	.large-centered {
		margin-right: auto;
		margin-left: auto
	}
	.large-centered,
	.large-centered:last-child:not(:first-child) {
		float: none;
		clear: both
	}
	.large-pull-0,
	.large-push-0,
	.large-uncentered {
		position: static;
		float: left;
		margin-right: 0;
		margin-left: 0
	}
}

.column-block {
	margin-bottom: 1.25rem
}

.column-block>:last-child {
	margin-bottom: 0
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
	margin: 0;
	padding: 0
}

p {
	margin-bottom: 1rem;
	font-size: inherit;
	line-height: 1.6;
	text-rendering: optimizeLegibility
}

em,
i {
	font-style: italic;
	line-height: inherit
}

b,
strong {
	font-weight: 700;
	line-height: inherit
}

small {
	font-size: 80%;
	line-height: inherit
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Montserrat, sans-serif!important;
	font-style: normal;
	font-weight: 400;
	color: inherit;
	text-rendering: optimizeLegibility
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	line-height: 0;
	color: #cacaca
}

h1 {
	font-size: 1.5rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem
}

h2 {
	font-size: 1.25rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem
}

h3 {
	font-size: 1.1875rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem
}

h4 {
	font-size: 1.125rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem
}

h5 {
	font-size: 1.0625rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem
}

h6 {
	font-size: 1rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem
}

@media print,
screen and (min-width:40em) {
	h1 {
		font-size: 3rem
	}
	h2 {
		font-size: 2.5rem
	}
	h3 {
		font-size: 1.9375rem
	}
	h4 {
		font-size: 1.5625rem
	}
	h5 {
		font-size: 1.25rem
	}
	h6 {
		font-size: 1rem
	}
}

a {
	line-height: inherit;
	color: #44c8e8;
	text-decoration: none;
	cursor: pointer
}

a:focus,
a:hover {
	color: #1fbde3
}

a img {
	border: 0
}

hr {
	clear: both;
	max-width: 76.25rem;
	height: 0;
	margin: 1.25rem auto;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #cacaca;
	border-left: 0
}

dl,
ol,
ul {
	margin-bottom: 1rem;
	list-style-position: outside;
	line-height: 1.6
}

li {
	font-size: inherit
}

ul {
	margin-left: 1.25rem;
	list-style-type: disc
}

ol {
	margin-left: 1.25rem
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-left: 1.25rem;
	margin-bottom: 0
}

dl {
	margin-bottom: 1rem
}

dl dt {
	margin-bottom: .3rem;
	font-weight: 700
}

blockquote {
	margin: 0 0 1rem;
	padding: .5625rem 1.25rem 0 1.1875rem;
	border-left: 1px solid #cacaca
}

blockquote,
blockquote p {
	line-height: 1.6;
	color: #8a8a8a
}

cite {
	display: block;
	font-size: .8125rem;
	color: #8a8a8a
}

cite:before {
	content: "— "
}

abbr {
	border-bottom: 1px dotted #0a0a0a;
	color: #0a0a0a;
	cursor: help
}

figure {
	margin: 0
}

code {
	padding: .125rem .3125rem .0625rem;
	border: 1px solid #cacaca;
	background-color: #e6e6e6;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: 400;
	color: #0a0a0a
}

kbd {
	margin: 0;
	padding: .125rem .25rem 0;
	background-color: #e6e6e6;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	color: #0a0a0a
}

.subheader {
	margin-top: .2rem;
	margin-bottom: .5rem;
	font-weight: 400;
	line-height: 1.4;
	color: #8a8a8a
}

.lead {
	font-size: 125%;
	line-height: 1.6
}

.stat {
	font-size: 2.5rem;
	line-height: 1
}

p+.stat {
	margin-top: -1rem
}

.no-bullet {
	margin-left: 0;
	list-style: none
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

@media print,
screen and (min-width:40em) {
	.medium-text-left {
		text-align: left
	}
	.medium-text-right {
		text-align: right
	}
	.medium-text-center {
		text-align: center
	}
	.medium-text-justify {
		text-align: justify
	}
}

@media print,
screen and (min-width:64.0625em) {
	.large-text-left {
		text-align: left
	}
	.large-text-right {
		text-align: right
	}
	.large-text-center {
		text-align: center
	}
	.large-text-justify {
		text-align: justify
	}
}

.show-for-print {
	display: none!important
}

@media print {
	* {
		background: 0 0!important;
		box-shadow: none!important;
		color: #000!important;
		text-shadow: none!important
	}
	.show-for-print {
		display: block!important
	}
	.hide-for-print {
		display: none!important
	}
	table.show-for-print {
		display: table!important
	}
	thead.show-for-print {
		display: table-header-group!important
	}
	tbody.show-for-print {
		display: table-row-group!important
	}
	tr.show-for-print {
		display: table-row!important
	}
	td.show-for-print {
		display: table-cell!important
	}
	th.show-for-print {
		display: table-cell!important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	.ir a:after,
	a[href^='javascript:']:after,
	a[href^='#']:after {
		content: ''
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	blockquote,
	pre {
		border: 1px solid #8a8a8a;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img,
	tr {
		page-break-inside: avoid
	}
	img {
		max-width: 100%!important
	}
	@page {
		margin: .5cm
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	.print-break-inside {
		page-break-inside: auto
	}
}

[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 2.4375rem;
	margin: 0 0 1rem;
	padding: .5rem;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	color: #0a0a0a;
	-webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
	-o-transition: box-shadow .5s, border-color .25s ease-in-out;
	transition: box-shadow .5s, border-color .25s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

[type=text]:focus,
[type=password]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=week]:focus,
[type=email]:focus,
[type=number]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=url]:focus,
[type=color]:focus,
textarea:focus {
	outline: 0;
	border: 1px solid #8a8a8a;
	background-color: #fefefe;
	box-shadow: 0 0 5px #cacaca;
	-webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
	-o-transition: box-shadow .5s, border-color .25s ease-in-out;
	transition: box-shadow .5s, border-color .25s ease-in-out
}

textarea {
	max-width: 100%
}

textarea[rows] {
	height: auto
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #cacaca
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #cacaca
}

input::placeholder,
textarea::placeholder {
	color: #cacaca
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
	background-color: #e6e6e6;
	cursor: not-allowed
}

[type=submit],
[type=button] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0
}

input[type=search] {
	box-sizing: border-box
}

[type=file],
[type=checkbox],
[type=radio] {
	margin: 0 0 1rem
}

[type=checkbox]+label,
[type=radio]+label {
	display: inline-block;
	vertical-align: baseline;
	margin-left: .5rem;
	margin-right: 1rem;
	margin-bottom: 0
}

[type=checkbox]+label[for],
[type=radio]+label[for] {
	cursor: pointer
}

label>[type=checkbox],
label>[type=radio] {
	margin-right: .5rem
}

[type=file] {
	width: 100%
}

label {
	display: block;
	margin: 0;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.8;
	color: #0a0a0a
}

label.middle {
	margin: 0 0 1rem;
	padding: .5625rem 0
}

.help-text {
	margin-top: -.5rem;
	font-size: .8125rem;
	font-style: italic;
	color: #0a0a0a
}

.input-group {
	display: table;
	width: 100%;
	margin-bottom: 1rem
}

.input-group>:first-child {
	border-radius: 0
}

.input-group>:last-child>* {
	border-radius: 0
}

.input-group-button,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field,
.input-group-label {
	margin: 0;
	white-space: nowrap;
	display: table-cell;
	vertical-align: middle
}

.input-group-label {
	padding: 0 1rem;
	border: 1px solid #cacaca;
	background: #e6e6e6;
	color: #0a0a0a;
	text-align: center;
	white-space: nowrap;
	width: 1%;
	height: 100%
}

.input-group-label:first-child {
	border-right: 0
}

.input-group-label:last-child {
	border-left: 0
}

.input-group-field {
	border-radius: 0;
	height: 2.5rem
}

.input-group-button {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	width: 1%;
	height: 100%
}

.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
	height: 2.5rem;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1rem
}

.input-group .input-group-button {
	display: table-cell
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0
}

legend {
	max-width: 100%;
	margin-bottom: .5rem
}

.fieldset {
	margin: 1.125rem 0;
	padding: 1.25rem;
	border: 1px solid #cacaca
}

.fieldset legend {
	margin: 0;
	margin-left: -.1875rem;
	padding: 0 .1875rem;
	background: #fefefe
}

select {
	height: 2.4375rem;
	margin: 0 0 1rem;
	padding: .5rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	font-family: inherit;
	font-size: 1rem;
	line-height: normal;
	color: #0a0a0a;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
	background-origin: content-box;
	background-position: right -1rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	padding-right: 1.5rem;
	-webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
	-o-transition: box-shadow .5s, border-color .25s ease-in-out;
	transition: box-shadow .5s, border-color .25s ease-in-out
}

@media screen and (min-width:0\0) {
	select {
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)
	}
}

select:focus {
	outline: 0;
	border: 1px solid #8a8a8a;
	background-color: #fefefe;
	box-shadow: 0 0 5px #cacaca;
	-webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
	-o-transition: box-shadow .5s, border-color .25s ease-in-out;
	transition: box-shadow .5s, border-color .25s ease-in-out
}

select:disabled {
	background-color: #e6e6e6;
	cursor: not-allowed
}

select::-ms-expand {
	display: none
}

select[multiple] {
	height: auto;
	background-image: none
}

.is-invalid-input:not(:focus) {
	border-color: #d52c34;
	background-color: #fae9ea
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
	color: #d52c34
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
	color: #d52c34
}

.is-invalid-input:not(:focus)::placeholder {
	color: #d52c34
}

.is-invalid-label {
	color: #d52c34
}

.form-error {
	display: none;
	margin-top: -.5rem;
	margin-bottom: 1rem;
	font-size: .75rem;
	font-weight: 700;
	color: #d52c34
}

.form-error.is-visible {
	display: block
}

.button {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	padding: .85em 1em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-transition: background-color .25s ease-out, color .25s ease-out;
	-o-transition: background-color .25s ease-out, color .25s ease-out;
	transition: background-color .25s ease-out, color .25s ease-out;
	font-size: .9rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #44c8e8;
	color: #fefefe
}

[data-whatinput=mouse] .button {
	outline: 0
}

.button:focus,
.button:hover {
	background-color: #1cbce3;
	color: #fefefe
}

.button.tiny {
	font-size: .6rem
}

.button.small {
	font-size: .75rem
}

.button.large {
	font-size: 1.25rem
}

.button.expanded {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-left: 0
}

.button.primary {
	background-color: #44c8e8;
	color: #0a0a0a
}

.button.primary:focus,
.button.primary:hover {
	background-color: #1ab1d6;
	color: #0a0a0a
}

.button.secondary {
	background-color: #5d6670;
	color: #fefefe
}

.button.secondary:focus,
.button.secondary:hover {
	background-color: #4a525a;
	color: #fefefe
}

.button.success {
	background-color: #a3c93d;
	color: #0a0a0a
}

.button.success:focus,
.button.success:hover {
	background-color: #84a42e;
	color: #0a0a0a
}

.button.warning {
	background-color: #f39d2e;
	color: #0a0a0a
}

.button.warning:focus,
.button.warning:hover {
	background-color: #db810d;
	color: #0a0a0a
}

.button.alert {
	background-color: #d52c34;
	color: #fefefe
}

.button.alert:focus,
.button.alert:hover {
	background-color: #ab2229;
	color: #fefefe
}

.button.hollow {
	border: 1px solid #44c8e8;
	color: #44c8e8
}

.button.hollow,
.button.hollow:focus,
.button.hollow:hover {
	background-color: transparent
}

.button.hollow:focus,
.button.hollow:hover {
	border-color: #106f86;
	color: #106f86
}

.button.hollow.primary {
	border: 1px solid #44c8e8;
	color: #44c8e8
}

.button.hollow.primary:focus,
.button.hollow.primary:hover {
	border-color: #106f86;
	color: #106f86
}

.button.hollow.secondary {
	border: 1px solid #5d6670;
	color: #5d6670
}

.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
	border-color: #2f3338;
	color: #2f3338
}

.button.hollow.success {
	border: 1px solid #a3c93d;
	color: #a3c93d
}

.button.hollow.success:focus,
.button.hollow.success:hover {
	border-color: #52661d;
	color: #52661d
}

.button.hollow.warning {
	border: 1px solid #f39d2e;
	color: #f39d2e
}

.button.hollow.warning:focus,
.button.hollow.warning:hover {
	border-color: #895008;
	color: #895008
}

.button.hollow.alert {
	border: 1px solid #d52c34;
	color: #d52c34
}

.button.hollow.alert:focus,
.button.hollow.alert:hover {
	border-color: #6b1519;
	color: #6b1519
}

.button.disabled,
.button[disabled] {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover {
	background-color: #44c8e8;
	color: #fefefe
}

.button.disabled.primary,
.button[disabled].primary {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.primary,
.button.disabled.primary:focus,
.button.disabled.primary:hover,
.button[disabled].primary,
.button[disabled].primary:focus,
.button[disabled].primary:hover {
	background-color: #44c8e8;
	color: #0a0a0a
}

.button.disabled.secondary,
.button[disabled].secondary {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.secondary,
.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover {
	background-color: #5d6670;
	color: #fefefe
}

.button.disabled.success,
.button[disabled].success {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.success,
.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success,
.button[disabled].success:focus,
.button[disabled].success:hover {
	background-color: #a3c93d;
	color: #0a0a0a
}

.button.disabled.warning,
.button[disabled].warning {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.warning,
.button.disabled.warning:focus,
.button.disabled.warning:hover,
.button[disabled].warning,
.button[disabled].warning:focus,
.button[disabled].warning:hover {
	background-color: #f39d2e;
	color: #0a0a0a
}

.button.disabled.alert,
.button[disabled].alert {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.alert,
.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert,
.button[disabled].alert:focus,
.button[disabled].alert:hover {
	background-color: #d52c34;
	color: #fefefe
}

.button.dropdown::after {
	display: block;
	width: 0;
	height: 0;
	border: inset .4em;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #fefefe transparent transparent;
	position: relative;
	top: .4em;
	display: inline-block;
	float: right;
	margin-left: 1em
}

.button.dropdown.hollow::after {
	border-top-color: #44c8e8
}

.button.dropdown.hollow.primary::after {
	border-top-color: #44c8e8
}

.button.dropdown.hollow.secondary::after {
	border-top-color: #5d6670
}

.button.dropdown.hollow.success::after {
	border-top-color: #a3c93d
}

.button.dropdown.hollow.warning::after {
	border-top-color: #f39d2e
}

.button.dropdown.hollow.alert::after {
	border-top-color: #d52c34
}

.button.arrow-only::after {
	top: -.1em;
	float: none;
	margin-left: 0
}

.accordion {
	margin-left: 0;
	background: #fefefe;
	list-style-type: none
}

.accordion-item:first-child>:first-child {
	border-radius: 0
}

.accordion-item:last-child>:last-child {
	border-radius: 0
}

.accordion-title {
	position: relative;
	display: block;
	padding: 1.25rem 1rem;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	font-size: .75rem;
	line-height: 1;
	color: #44c8e8
}

:last-child:not(.is-active)>.accordion-title {
	border-bottom: 1px solid #e6e6e6;
	border-radius: 0
}

.accordion-title:focus,
.accordion-title:hover {
	background-color: #e6e6e6
}

.accordion-title::before {
	position: absolute;
	top: 50%;
	right: 1rem;
	margin-top: -.5rem;
	content: '+'
}

.is-active>.accordion-title::before {
	content: '\2013'
}

.accordion-content {
	display: none;
	padding: 1rem;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	background-color: #fefefe;
	color: #0a0a0a
}

:last-child>.accordion-content:last-child {
	border-bottom: 1px solid #e6e6e6
}

.button-group {
	margin-bottom: 1rem;
	font-size: 0
}

.button-group::after,
.button-group::before {
	display: table;
	content: ' '
}

.button-group::after {
	clear: both
}

.button-group .button {
	margin: 0;
	margin-right: 1px;
	margin-bottom: 1px;
	font-size: .9rem
}

.button-group .button:last-child {
	margin-right: 0
}

.button-group.tiny .button {
	font-size: .6rem
}

.button-group.small .button {
	font-size: .75rem
}

.button-group.large .button {
	font-size: 1.25rem
}

.button-group.expanded {
	margin-right: -1px
}

.button-group.expanded::after,
.button-group.expanded::before {
	display: none
}

.button-group.expanded .button:first-child:last-child {
	width: 100%
}

.button-group.expanded .button:first-child:nth-last-child(2),
.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button {
	display: inline-block;
	width: calc(50% - 1px);
	margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button:last-child,
.button-group.expanded .button:first-child:nth-last-child(2):last-child {
	margin-right: -6px
}

.button-group.expanded .button:first-child:nth-last-child(3),
.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button {
	display: inline-block;
	width: calc(33.3333333333% - 1px);
	margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button:last-child,
.button-group.expanded .button:first-child:nth-last-child(3):last-child {
	margin-right: -6px
}

.button-group.expanded .button:first-child:nth-last-child(4),
.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button {
	display: inline-block;
	width: calc(25% - 1px);
	margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button:last-child,
.button-group.expanded .button:first-child:nth-last-child(4):last-child {
	margin-right: -6px
}

.button-group.expanded .button:first-child:nth-last-child(5),
.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button {
	display: inline-block;
	width: calc(20% - 1px);
	margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button:last-child,
.button-group.expanded .button:first-child:nth-last-child(5):last-child {
	margin-right: -6px
}

.button-group.expanded .button:first-child:nth-last-child(6),
.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button {
	display: inline-block;
	width: calc(16.6666666667% - 1px);
	margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button:last-child,
.button-group.expanded .button:first-child:nth-last-child(6):last-child {
	margin-right: -6px
}

.button-group.primary .button {
	background-color: #44c8e8;
	color: #0a0a0a
}

.button-group.primary .button:focus,
.button-group.primary .button:hover {
	background-color: #1ab1d6;
	color: #0a0a0a
}

.button-group.secondary .button {
	background-color: #5d6670;
	color: #fefefe
}

.button-group.secondary .button:focus,
.button-group.secondary .button:hover {
	background-color: #4a525a;
	color: #fefefe
}

.button-group.success .button {
	background-color: #a3c93d;
	color: #0a0a0a
}

.button-group.success .button:focus,
.button-group.success .button:hover {
	background-color: #84a42e;
	color: #0a0a0a
}

.button-group.warning .button {
	background-color: #f39d2e;
	color: #0a0a0a
}

.button-group.warning .button:focus,
.button-group.warning .button:hover {
	background-color: #db810d;
	color: #0a0a0a
}

.button-group.alert .button {
	background-color: #d52c34;
	color: #fefefe
}

.button-group.alert .button:focus,
.button-group.alert .button:hover {
	background-color: #ab2229;
	color: #fefefe
}

.button-group.stacked .button,
.button-group.stacked-for-medium .button,
.button-group.stacked-for-small .button {
	width: 100%
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-medium .button:last-child,
.button-group.stacked-for-small .button:last-child {
	margin-bottom: 0
}

@media print,
screen and (min-width:40em) {
	.button-group.stacked-for-small .button {
		width: auto;
		margin-bottom: 0
	}
}

@media print,
screen and (min-width:64.0625em) {
	.button-group.stacked-for-medium .button {
		width: auto;
		margin-bottom: 0
	}
}

@media screen and (max-width:39.9375em) {
	.button-group.stacked-for-small.expanded {
		display: block
	}
	.button-group.stacked-for-small.expanded .button {
		display: block;
		margin-right: 0
	}
}

.close-button {
	position: absolute;
	color: #8a8a8a;
	cursor: pointer
}

[data-whatinput=mouse] .close-button {
	outline: 0
}

.close-button:focus,
.close-button:hover {
	color: #0a0a0a
}

.close-button.small {
	right: .66rem;
	top: .33em;
	font-size: 1.5em;
	line-height: 1
}

.close-button,
.close-button.medium {
	right: 1rem;
	top: .5rem;
	font-size: 2em;
	line-height: 1
}

.flex-video,
.responsive-embed {
	position: relative;
	height: 0;
	margin-bottom: 1rem;
	padding-bottom: 75%;
	overflow: hidden
}

.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video,
.responsive-embed embed,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.flex-video.widescreen,
.responsive-embed.widescreen {
	padding-bottom: 56.25%
}

.media-object {
	display: block;
	margin-bottom: 1rem
}

.media-object img {
	max-width: none
}

@media screen and (max-width:39.9375em) {
	.media-object.stack-for-small .media-object-section {
		padding: 0;
		padding-bottom: 1rem;
		display: block
	}
	.media-object.stack-for-small .media-object-section img {
		width: 100%
	}
}

.media-object-section {
	display: table-cell;
	vertical-align: top
}

.media-object-section:first-child {
	padding-right: 1rem
}

.media-object-section:last-child:not(:nth-child(2)) {
	padding-left: 1rem
}

.media-object-section>:last-child {
	margin-bottom: 0
}

.media-object-section.middle {
	vertical-align: middle
}

.media-object-section.bottom {
	vertical-align: bottom
}

body.is-reveal-open {
	overflow: hidden
}

html.is-reveal-open,
html.is-reveal-open body {
	min-height: 100%;
	overflow: hidden;
	position: fixed;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.reveal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1005;
	display: none;
	background-color: rgba(10, 10, 10, .45);
	overflow-y: scroll
}

.reveal {
	z-index: 1006;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	padding: 1rem;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	position: relative;
	top: 100px;
	margin-right: auto;
	margin-left: auto;
	overflow-y: auto
}

[data-whatinput=mouse] .reveal {
	outline: 0
}

@media print,
screen and (min-width:40em) {
	.reveal {
		min-height: 0
	}
}

.reveal .column,
.reveal .columns {
	min-width: 0
}

.reveal>:last-child {
	margin-bottom: 0
}

@media print,
screen and (min-width:40em) {
	.reveal {
		width: 600px;
		max-width: 76.25rem
	}
}

@media print,
screen and (min-width:40em) {
	.reveal .reveal {
		right: auto;
		left: auto;
		margin: 0 auto
	}
}

.reveal.collapse {
	padding: 0
}

@media print,
screen and (min-width:40em) {
	.reveal.tiny {
		width: 30%;
		max-width: 76.25rem
	}
}

@media print,
screen and (min-width:40em) {
	.reveal.small {
		width: 50%;
		max-width: 76.25rem
	}
}

@media print,
screen and (min-width:40em) {
	.reveal.large {
		width: 90%;
		max-width: 76.25rem
	}
}

.reveal.full {
	top: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	height: 100vh;
	min-height: 100vh;
	margin-left: 0;
	border: 0;
	border-radius: 0
}

@media screen and (max-width:39.9375em) {
	.reveal {
		top: 0;
		left: 0;
		width: 100%;
		max-width: none;
		height: 100%;
		height: 100vh;
		min-height: 100vh;
		margin-left: 0;
		border: 0;
		border-radius: 0
	}
}

.reveal.without-overlay {
	position: fixed
}

table {
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 0
}

table tbody,
table tfoot,
table thead {
	border: 1px solid #f1f1f1;
	background-color: #fefefe
}

table caption {
	padding: .5rem .625rem .625rem;
	font-weight: 700
}

table thead {
	background: #f8f8f8;
	color: #0a0a0a
}

table tfoot {
	background: #f1f1f1;
	color: #0a0a0a
}

table tfoot tr,
table thead tr {
	background: 0 0
}

table tfoot td,
table tfoot th,
table thead td,
table thead th {
	padding: .5rem .625rem .625rem;
	font-weight: 700;
	text-align: left
}

table tbody td,
table tbody th {
	padding: .5rem .625rem .625rem
}

table tbody tr:nth-child(even) {
	border-bottom: 0;
	background-color: #f1f1f1
}

table.unstriped tbody {
	background-color: #fefefe
}

table.unstriped tbody tr {
	border-bottom: 0;
	border-bottom: 1px solid #f1f1f1;
	background-color: #fefefe
}

@media screen and (max-width:64em) {
	table.stack thead {
		display: none
	}
	table.stack tfoot {
		display: none
	}
	table.stack td,
	table.stack th,
	table.stack tr {
		display: block
	}
	table.stack td {
		border-top: 0
	}
}

table.scroll {
	display: block;
	width: 100%;
	overflow-x: auto
}

table.hover thead tr:hover {
	background-color: #f3f3f3
}

table.hover tfoot tr:hover {
	background-color: #ececec
}

table.hover tbody tr:hover {
	background-color: #f9f9f9
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
	background-color: #ececec
}

.table-scroll {
	overflow-x: auto
}

.table-scroll table {
	width: auto
}

.thumbnail {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 1rem;
	border: solid 4px #fefefe;
	border-radius: 0;
	box-shadow: 0 0 0 1px rgba(10, 10, 10, .2);
	line-height: 0
}

a.thumbnail {
	-webkit-transition: box-shadow .2s ease-out;
	-o-transition: box-shadow .2s ease-out;
	transition: box-shadow .2s ease-out
}

a.thumbnail:focus,
a.thumbnail:hover {
	box-shadow: 0 0 6px 1px rgba(68, 200, 232, .5)
}

a.thumbnail image {
	box-shadow: none
}

.has-tip {
	position: relative;
	display: inline-block;
	border-bottom: dotted 1px #8a8a8a;
	font-weight: 700;
	cursor: help
}

.tooltip {
	position: absolute;
	top: calc(100% + .6495rem);
	z-index: 1200;
	max-width: 10rem;
	padding: .75rem;
	border-radius: 0;
	background-color: #0a0a0a;
	font-size: 80%;
	color: #fefefe
}

.tooltip::before {
	display: block;
	width: 0;
	height: 0;
	border: inset .75rem;
	content: '';
	border-top-width: 0;
	border-bottom-style: solid;
	border-color: transparent transparent #0a0a0a;
	position: absolute;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

.tooltip.top::before {
	display: block;
	width: 0;
	height: 0;
	border: inset .75rem;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #0a0a0a transparent transparent;
	top: 100%;
	bottom: auto
}

.tooltip.left::before {
	display: block;
	width: 0;
	height: 0;
	border: inset .75rem;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #0a0a0a;
	top: 50%;
	bottom: auto;
	left: 100%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.tooltip.right::before {
	display: block;
	width: 0;
	height: 0;
	border: inset .75rem;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #0a0a0a transparent transparent;
	top: 50%;
	right: 100%;
	bottom: auto;
	left: auto;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.hide {
	display: none!important
}

.invisible {
	visibility: hidden
}

@media screen and (max-width:39.9375em) {
	.hide-for-small-only {
		display: none!important
	}
}

@media screen and (max-width:0em),
screen and (min-width:40em) {
	.show-for-small-only {
		display: none!important
	}
}

@media print,
screen and (min-width:40em) {
	.hide-for-medium {
		display: none!important
	}
}

@media screen and (max-width:39.9375em) {
	.show-for-medium {
		display: none!important
	}
}

@media screen and (min-width:40em) and (max-width:64em) {
	.hide-for-medium-only {
		display: none!important
	}
}

@media screen and (max-width:39.9375em),
screen and (min-width:64.0625em) {
	.show-for-medium-only {
		display: none!important
	}
}

@media print,
screen and (min-width:64.0625em) {
	.hide-for-large {
		display: none!important
	}
}

@media screen and (max-width:64em) {
	.show-for-large {
		display: none!important
	}
}

@media screen and (min-width:64.0625em) and (max-width:80em) {
	.hide-for-large-only {
		display: none!important
	}
}

@media screen and (max-width:64em),
screen and (min-width:80.0625em) {
	.show-for-large-only {
		display: none!important
	}
}

.show-for-sr,
.show-on-focus {
	position: absolute!important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0)
}

.show-on-focus:active,
.show-on-focus:focus {
	position: static!important;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto
}

.hide-for-portrait,
.show-for-landscape {
	display: block!important
}

@media screen and (orientation:landscape) {
	.hide-for-portrait,
	.show-for-landscape {
		display: block!important
	}
}

@media screen and (orientation:portrait) {
	.hide-for-portrait,
	.show-for-landscape {
		display: none!important
	}
}

.hide-for-landscape,
.show-for-portrait {
	display: none!important
}

@media screen and (orientation:landscape) {
	.hide-for-landscape,
	.show-for-portrait {
		display: none!important
	}
}

@media screen and (orientation:portrait) {
	.hide-for-landscape,
	.show-for-portrait {
		display: block!important
	}
}

.float-left {
	float: left!important
}

.float-right {
	float: right!important
}

.float-center {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.clearfix::after,
.clearfix::before {
	display: table;
	content: ' '
}

.clearfix::after {
	clear: both
}

.white {
	color: #fff!important
}

.logo-box,
.whitebg {
	background-color: #fff
}

.blue,
.flex-content a:not(.button):not(.social-link),
.text-content a:not(.button) {
	color: #57c9e8!important
}

.bluebg {
	background-color: #57c9e8
}

.black {
	color: #262627!important
}

.blackbg {
	background-color: #262627
}

.dark {
	color: #5c6670!important
}

.darkbg {
	background-color: #5c6670
}

.text {
	color: #878a8d
}

.textbg {
	background-color: #878a8d
}

.light {
	color: #f1f1f1!important
}

.lightbg {
	background-color: #f1f1f1
}

.lightbg2 {
	background-color: rgba(241, 241, 241, .3)
}

.red {
	color: #dc213b!important
}

.redbg {
	background-color: #dc213b
}

a.white {
	color: #fff!important
}

a.white:hover {
	color: rgba(255, 255, 255, .7)!important
}

a.dark {
	color: #5c6670!important
}

a.dark:hover {
	color: #878a8d!important
}

.flex-content a:not(.button):not(.social-link),
.text-content a:not(.button),
a.blue {
	color: #57c9e8!important
}

.flex-content a:hover:not(.button):not(.social-link),
.text-content a:hover:not(.button),
a.blue:hover {
	color: #5c6670!important
}

a.text {
	color: #878a8d
}

a.text:hover {
	color: #57c9e8!important
}

a.light {
	color: #f1f1f1!important
}

a.light:hover {
	color: #878a8d!important
}

.body-font {
	font-family: Montserrat, sans-serif!important
}

.head-font {
	font-family: Montserrat, sans-serif!important
}

.extra-font {
	font-family: "Roboto Condensed", sans-serif!important
}

.flex-content.bluebackground blockquote *,
.huge-size,
.page-title .page-title-inner h1,
h1 {
	font-size: 1.875rem
}

@media screen and (max-width:64em) {
	.flex-content.bluebackground blockquote *,
	.huge-size,
	.page-title .page-title-inner h1,
	h1 {
		font-size: 1.7045454545rem
	}
}

.large-size,
.page-title .page-title-inner h2,
h2 {
	font-size: 1.5625rem
}

@media screen and (max-width:64em) {
	.large-size,
	.page-title .page-title-inner h2,
	h2 {
		font-size: 1.4204545455rem
	}
}

.bigger-size,
h3 {
	font-size: 1.25rem
}

@media screen and (max-width:64em) {
	.bigger-size,
	h3 {
		font-size: 1.1363636364rem
	}
}

.normal-size,
body,
h4,
li,
p,
td {
	font-size: 1rem
}

@media screen and (max-width:64em) {
	.normal-size,
	body,
	h4,
	li,
	p,
	td {
		font-size: 1rem
	}
}

.middle-size,
h5,
li small,
li.small,
p small,
p.small,
td small,
td.small {
	font-size: .875rem
}

@media screen and (max-width:64em) {
	.middle-size,
	h5,
	li small,
	li.small,
	p small,
	p.small,
	td small,
	td.small {
		font-size: .7954545455rem
	}
}

.small-size,
h6 {
	font-size: .8125rem
}

@media screen and (max-width:64em) {
	.small-size,
	h6 {
		font-size: .7386363636rem
	}
}

body {
	overflow-x: hidden;
	text-rendering: optimizeLegibility!important;
	-webkit-font-smoothing: antialiased!important;
	padding: 0;
	margin: 0;
	font-family: Montserrat, sans-serif!important;
	font-size: 1rem;
	font-weight: 400
}

#footer_bottom .become,
#header,
#header .logo,
#header .slogan h2,
#header ul li.menu-item-has-children a:after,
#header.fixed-header,
#header.new-header .slogan h2,
.animacja,
.flex-content .gallery img,
.flex-content .social-link,
.fullscreen-nav,
.gallery-slider .flickity-prev-next-button,
.grid-box,
.grid-box .grid-box-inner,
.grid-box .grid-box-inner p,
.grid-box:after,
.grid-box:before,
.home-nav,
.home-nav ul li.menu-item-has-children a:after,
.home-nav ul ul,
.logo-box,
.logo-box img,
.mobile-nav,
.mosaic-box,
.mosaic-box .mosaic-inner,
.mosaic-box .mosaic-inner p,
.mosaic-box:after,
.mosaic-box:before,
.news-single .news-cover:after,
.news-single .news-cover:before,
.share-socialmedia a,
a,
form:not(#adminbarsearch) input[type=submit] {
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.absolute-link,
.grid-box a,
.mosaic-box a,
.news-single .news-cover a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10
}

.underline {
	text-decoration: underline
}

.line-through {
	text-decoration: line-through
}

#breadcrumbs a,
.nodecoration,
.readmore,
.readmore2 {
	text-decoration: none!important
}

#breadcrumbs,
#footer h3,
#footer ul li,
#footer_bottom .become,
#header .nice-select,
#header ul li a,
.big,
.button,
.flex-content .validation_error,
.fullscreen-nav ul li a,
.home-nav ul li a,
.home-nav ul ul li a,
.icon-head,
.mobile-nav ul li,
.onepage-nav ul li,
.onepage-nav ul li a,
.readmore,
.readmore2,
.wp-pagenavi,
form:not(#adminbarsearch) input[type=submit] {
	text-transform: uppercase!important
}

.normal {
	text-transform: none
}

.bold {
	font-weight: 700
}

.italic {
	font-style: italic
}

.regular {
	font-weight: 400
}

.semibold {
	font-weight: 600
}

.spacing {
	letter-spacing: .0625rem
}

.margin-0 {
	margin: 0!important
}

.margin-bottom20 {
	margin-bottom: 1.25rem
}

.margin-top20 {
	margin-top: 1.25rem
}

.margin-20-0 {
	margin: 1.25rem 0
}

.margin-0-20 {
	margin: 0 1.25rem
}

.margin-bottom50 {
	margin-bottom: 3.125rem
}

.margin-top50 {
	margin-top: 3.125rem
}

.margin-bottom100 {
	margin-bottom: 6.25rem
}

@media screen and (max-width:64em) {
	.margin-bottom100 {
		margin-bottom: 3.125rem
	}
}

.margin-top100 {
	margin-top: 6.25rem
}

@media screen and (max-width:64em) {
	.margin-top100 {
		margin-top: 3.125rem
	}
}

.padding-0 {
	padding: 0
}

.padding-bottom20 {
	padding-bottom: 1.25rem
}

.padding-top20 {
	padding-top: 1.25rem
}

.padding-20-0 {
	padding: 1.25rem 0
}

.padding-0-20 {
	padding: 0 1.25rem
}

.padding-100-0 {
	padding: 6.25rem 0
}

@media screen and (max-width:64em) {
	.padding-100-0 {
		padding: 3.125rem 0
	}
}

.padding-50-0 {
	padding: 3.125rem 0
}

@media screen and (max-width:64em) {
	.padding-50-0 {
		padding: 1.875rem 0
	}
}

.padding-bottom50 {
	padding-bottom: 1.125rem
}

@media screen and (max-width:64em) {
	.padding-bottom50 {
		padding-bottom: 1.875rem
	}
}

.padding-top50 {
	padding-top: 0.125rem
}

@media screen and (max-width:64em) {
	.padding-top50 {
		padding-top: 1.875rem
	}
}

.padding-bottom100 {
	padding-bottom: 6.25rem
}

@media screen and (max-width:64em) {
	.padding-bottom100 {
		padding-bottom: 3.125rem
	}
}

.padding-top100 {
	padding-top: 6.25rem
}

@media screen and (max-width:64em) {
	.padding-top100 {
		padding-top: 3.125rem
	}
}

.height100vh {
	height: 100vh
}

.width100vw {
	width: 100vw
}

#footer ul,
#header ul,
.clear-ul,
.flex-content ul,
.fullscreen-nav ul,
.home-nav ul,
.mobile-nav ul,
.onepage-nav ul {
	margin: 0 0 0 0.2rem;
	padding: 0 0 0 0;
	list-style-type: none
}

.home-nav ul ul {
	margin: 0;
	padding: 0 2% 0 5%;
	list-style-type: none
}

.gallery-slider .gallery-item,
.photobg {
	background-repeat: no-repeat;
	background-size: cover!important;
	background-position: center center!important;
	position: relative;
	z-index: 1
}

.photobg-top {
	background-position: top center!important
}

.photobg-inner {
	position: relative;
	z-index: 12;
	width: 100%;
	height: 100%
}

.before-absolute,
.fullscreen-nav .inner:before,
.grid-box:after,
.grid-box:before,
.mosaic-box:after,
.mosaic-box:before,
.news-single .news-cover:after,
.news-single .news-cover:before,
.page-title:before,
.photo-colors:after,
.photo-colors:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2
}

#footer_bottom .inner.copyright,
#footer_bottom .inner.menu,
#header .logo,
#header .slogan,
#header.colors .logo-white,
#header.new-header .slogan,
.display-table {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%
}

#footer_bottom .inner.copyright p,
#footer_bottom .inner.menu p,
#header .logo span,
#header .logo-white span,
#header .slogan h2,
#header.new-header .slogan h2,
.display-table-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	position: relative;
	z-index: 12
}

#footer_bottom .inner.copyright p.v-bottom,
#footer_bottom .inner.menu p.v-bottom,
#header .logo span.v-bottom,
#header .logo-white span.v-bottom,
#header .slogan h2.v-bottom,
.display-table-cell.v-bottom {
	vertical-align: bottom
}

#footer_bottom .inner.copyright p.v-top,
#footer_bottom .inner.menu p.v-top,
#header .logo span.v-top,
#header .logo-white span.v-top,
#header .slogan h2.v-top,
.display-table-cell.v-top {
	vertical-align: top
}

.display-inline-block {
	display: inline-block
}

.display-inline {
	display: inline
}

.display-block,
.mobile-nav {
	display: block;
	width: 100%
}

.display-none {
	display: none
}

#header,
#map,
#mosaic,
.flex-content .gallery img:hover,
.flex-content img:not(.noshadow),
.flex-content.bluebackground,
.home-nav,
.logo-box:hover,
.news-single .news-cover,
.onepage-nav ul li ul,
.page-title,
.reveal,
.shadow {
	box-shadow: 1.25rem 1.25rem 2.5rem 0 rgba(38, 38, 39, .09)
}

.position-relative {
	position: relative
}

.position-absolute {
	position: absolute
}

.position-fixed {
	position: fixed
}

.o-hidden {
	overflow: hidden
}

.o-x-hidden {
	overflow-x: hidden
}

.o-y-hidden {
	overflow-y: hidden
}

body {
	font-family: Montserrat, sans-serif!important;
	font-weight: 400;
	color: #878a8d
}

li,
p,
td {
	font-family: Montserrat, sans-serif!important;
	font-weight: 400;
	color: #878a8d;
	margin-bottom: 1.5625rem
}

li b,
li strong,
p b,
p strong,
td b,
td strong {
	font-weight: 600
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 1.5625rem;
	color: #5c6670;
	line-height: 120%;
	font-family: Montserrat, sans-serif!important;
	font-weight: 700
}

h1.thin,
h2.thin,
h3.thin,
h4.thin,
h5.thin,
h6.thin {
	font-weight: 400
}

h1 b,
h1 strong,
h2 b,
h2 strong,
h3 b,
h3 strong,
h4 b,
h4 strong,
h5 b,
h5 strong,
h6 b,
h6 strong {
	font-weight: 700
}

h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-size: 70%!important;
	font-weight: 400;
	color: #5c6670
}

@media screen and (min-width:64.0625em) {
	.text-content *>:last-child {
		margin-bottom: 0!important
	}
	.text-content *>:first-child {
		margin-top: 0!important
	}
}

.text-content a:not(.button) {
	text-decoration: underline
}

.text-content a:not(.button):hover {
	color: #5c6670;
	text-decoration: none
}

.flex-content.bluebackground {
	background: #57c9e8
}

.flex-content.bluebackground h1,
.flex-content.bluebackground h2,
.flex-content.bluebackground h3,
.flex-content.bluebackground h4,
.flex-content.bluebackground h5,
.flex-content.bluebackground h6 {
	background: 0 0!important;
	padding: 0!important
}

.flex-content.bluebackground blockquote:after,
.flex-content.bluebackground blockquote:before {
	opacity: .3
}

.flex-content.bluebackground * {
	color: #fff!important
}

.flex-content.bluebackground * a {
	color: #fff;
	text-decoration: underline
}

.flex-content.bluebackground * a:hover {
	color: rgba(255, 255, 255, .7);
	text-decoration: none
}

@media screen and (min-width:64.0625em) {
	.flex-content *>:last-child:not(.logo-box):not(.gallery-item) {
		margin-bottom: 0!important
	}
	.flex-content *>:first-child:not(.logo-box):not(.gallery-item) {
		margin-top: 0!important
	}
}

.flex-content a:not(.button):not(.social-link) {
	text-decoration: underline
}

.flex-content a:not(.button):not(.social-link):hover {
	color: #5c6670;
	text-decoration: none
}

.flex-content .flex-desc {
	font-size: .8125rem;
	color: #5c6670;
	font-family: "Roboto Condensed", sans-serif!important
}

.flex-content h1,
.flex-content h2,
.flex-content h3,
.flex-content h4,
.flex-content h5,
.flex-content h6 {
	color: #5c6670;
	background: url(../../dist/images//shape_1_2_blue.svg) no-repeat left bottom;
	padding: 0 0 1.875rem 0;
	background-size: 3.375rem .75rem
}

.flex-content ol {
	margin-bottom: 1.5625rem
}

.flex-content ol li {
	padding: .625rem 0;
	margin: 0
}

.flex-content ol li:first-child {
	padding: 0 0 .625rem 0
}

.flex-content ul {
	margin-bottom: 1.5625rem
}

.flex-content ul li {
	position: relative;
	padding: .625rem 0 .625rem 1.5625rem;
	margin: 0
}

.flex-content ul li:first-child {
	padding: 0 0 .625rem 1.5625rem
}

.flex-content ul li:first-child:before {
	top: 0
}

.flex-content ul li:before {
	content: "\f105";
	font-family: FontAwesome;
	color: #57c9e8;
	position: absolute;
	top: .625rem;
	left: 0
}

.flex-content .mejs-audio {
	margin-bottom: 1.5625rem
}

@media screen and (min-width:64.0625em) {
	.flex-content .mejs-button {
		padding: 6px 3px 0!important
	}
}

@media screen and (min-width:64.0625em) {
	.flex-content .mejs-time-rail {
		padding: 9px 5px 0!important
	}
}

.flex-content .icon-columns .svg-icon,
.flex-content .icon-columns img {
	height: 4.1875rem;
	display: inline-block;
	width: auto
}

.flex-content .icon-columns .svg-icon circle,
.flex-content .icon-columns .svg-icon ellipse,
.flex-content .icon-columns .svg-icon glyph,
.flex-content .icon-columns .svg-icon line,
.flex-content .icon-columns .svg-icon path,
.flex-content .icon-columns .svg-icon rect,
.flex-content .icon-columns img circle,
.flex-content .icon-columns img ellipse,
.flex-content .icon-columns img glyph,
.flex-content .icon-columns img line,
.flex-content .icon-columns img path,
.flex-content .icon-columns img rect {
	fill: #5c6670
}

.flex-content blockquote {
	margin-bottom: 1.5625rem;
	padding: 1.25rem 3.125rem;
	position: relative;
	border: none
}

@media screen and (max-width:64em) {
	.flex-content blockquote {
		padding: .625rem 2.1875rem
	}
}

.flex-content blockquote * {
	font-style: italic
}

.flex-content blockquote p {
	font-size: 1.25rem
}

@media screen and (max-width:64em) {
	.flex-content blockquote p {
		font-size: 1rem
	}
}

.flex-content blockquote:before {
	content: "";
	width: 2.5rem;
	height: 2.5rem;
	background: url(../../dist/images//quote.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0
}

@media screen and (max-width:64em) {
	.flex-content blockquote:before {
		width: 1.5625rem;
		height: 1.5625rem
	}
}

.flex-content blockquote:after {
	content: "";
	width: 2.5rem;
	height: 2.5rem;
	background: url(../../dist/images//quote.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: 0
}

@media screen and (max-width:64em) {
	.flex-content blockquote:after {
		width: 1.5625rem;
		height: 1.5625rem
	}
}

.flex-content .news-single {
	padding-top: 3.125rem;
	margin-bottom: 0!important
}

@media screen and (max-width:64em) {
	.flex-content .news-single {
		padding-top: 1.875rem
	}
}

.flex-content .gallery-item {
	margin-top: 0!important;
	margin-bottom: 1.5625rem
}

.flex-content .gallery img {
	border: none!important;
	box-shadow: none
}

.flex-content .social-link {
	display: inline-block;
	width: 2.875rem;
	height: 2.875rem;
	line-height: 2.875rem;
	border-radius: 50%;
	color: #57c9e8;
	margin: 0 .625rem 0 0;
	box-shadow: inset 0 0 0 .125rem #57c9e8;
	text-align: center
}

.flex-content .social-link:hover {
	box-shadow: inset 0 0 0 1.875rem #57c9e8;
	color: #fff!important
}

#map {
	height: 33.75rem
}

#map img {
	box-shadow: none!important
}

.grid-box {
	position: relative;
	overflow: hidden;
	height: 22.5rem
}

.grid-box:before {
	background: rgba(38, 38, 39, .72);
	background: -webkit-linear-gradient(top, rgba(38, 38, 39, 0), rgba(38, 38, 39, .72));
	background: -o-linear-gradient(top, rgba(38, 38, 39, 0), rgba(38, 38, 39, .72));
	background: linear-gradient(to bottom, rgba(38, 38, 39, 0), rgba(38, 38, 39, .72));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='rgba(38, 38, 39, 0)', EndColorStr='rgba(38, 38, 39, 0.72)');
	z-index: 1
}

.grid-box:after {
	background: rgba(26, 156, 191, .85);
	background: -webkit-linear-gradient(top, rgba(87, 201, 232, 0), rgba(26, 156, 191, .85));
	background: -o-linear-gradient(top, rgba(87, 201, 232, 0), rgba(26, 156, 191, .85));
	background: linear-gradient(to bottom, rgba(87, 201, 232, 0), rgba(26, 156, 191, .85));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='rgba(87, 201, 232, 0)', EndColorStr='rgba(26, 156, 191, 0.85)');
	z-index: 1;
	opacity: 0
}

.grid-box .grid-box-inner {
	position: absolute;
	width: 100%;
	bottom: 1.875rem;
	z-index: 8;
	padding: 0 .9375rem;
	-webkit-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px);
	text-align: center
}

@media screen and (max-width:64em) {
	.grid-box .grid-box-inner {
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

.grid-box .grid-box-inner h2 {
	color: #fff;
	margin-bottom: .9375rem;
	background: url(../../dist/images//shape_1_white.svg) no-repeat top center;
	background-size: 6rem .75rem;
	padding: 1.875rem 0 0 0;
	font-size: 1.4375rem
}

.grid-box .grid-box-inner p {
	margin-bottom: 0;
	color: #fff;
	font-family: "Roboto Condensed", sans-serif!important;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%)
}

@media screen and (max-width:64em) {
	.grid-box .grid-box-inner p {
		opacity: 1;
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

.grid-box:hover .grid-box-inner {
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.grid-box:hover p {
	opacity: 1;
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.grid-box:hover:before {
	opacity: 0
}

.grid-box:hover:after {
	opacity: 1
}

.logo-box {
	padding: 1.25rem;
	border: .0625rem dashed #f1f1f1;
	text-align: center;
	position: relative;
	margin-top: .625rem!important;
	margin-bottom: .625rem!important
}

.logo-box img {
	box-shadow: none!important;
	filter: grayscale(100%);
	opacity: .7;
	max-height: 4.6875rem;
	width: auto
}

.logo-box:hover {
	z-index: 20;
	border: .0625rem dashed #fff
}

.logo-box:hover img {
	filter: grayscale(0);
	opacity: 1
}

@-webkit-keyframes readmore {
	0% {
		opacity: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(5px);
		transform: translateX(5px)
	}
}

@-o-keyframes readmore {
	0% {
		opacity: 0;
		-o-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		opacity: 1;
		-o-transform: translateX(5px);
		transform: translateX(5px)
	}
}

@keyframes readmore {
	0% {
		opacity: 0;
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(5px);
		-o-transform: translateX(5px);
		transform: translateX(5px)
	}
}

html {
	overflow-x: hidden
}

html.preload {
	overflow: hidden!important
}

body {
	height: 100%;
	background-color: #fff;
	overflow-x: hidden
}

body.preload {
	overflow: hidden!important
}

@media screen and (min-width:64.0625em) {}


}
@media screen and (max-width:64em) {}
.home-nav ul ul li {
	display: inline-block;
	line-height: normal;
	margin-bottom: 0;
	/*float: right!important;*/
	width: 100px;
	max-height: 100px;
	margin-left: 1.1rem!important;
}
#sub-menu {
	text-align: center;
}

.lang-esp li#menu-item-96768,
.lang-esp li#menu-item-9402,
.lang-esp li#menu-item-4272,
.lang-esp li#menu-item-92926,
.lang-esp li#menu-item-92927,
.lang-esp li#menu-item-92928,
.lang-esp li#menu-item-83909,
.lang-esp li#menu-item-92929,
.lang-esp li#menu-item-93606,
.lang-esp li#menu-item-92930,
.lang-esp li#menu-item-93607{
	display: none;
}

#header ul ul li a {
	color: #FFF;
	font-family: Monserrat, "Roboto Condensed", sans-serif!important;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1rem;
	display: inline-block;
	position: relative;
	margin: 4.5rem 0 0 0!important;
	text-decoration: none!important;
	text-align: center;
}
#header ul ul li:first-child a {
	margin: 4.5rem 0 0 0!important;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	width: 100%;
	height: 100%;
	z-index: 666;
	background: #fff
}
#preloader img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}
.photo-colors {
	position: relative;
	text-shadow: 1px 1px 0 rgba(92, 102, 112, .4)
}
.photo-colors:after {
	background: -webkit-linear-gradient(345deg, rgba(87, 201, 232, .5), rgba(87, 201, 232, .5));
	background: -o-linear-gradient(345deg, rgba(87, 201, 232, .5), rgba(87, 201, 232, .5));
	background: linear-gradient(105deg, rgba(87, 201, 232, .5), rgba(87, 201, 232, .5));
	background-size: 400% 400%;
	-webkit-animation: gradientbg 9s ease infinite;
	-o-animation: gradientbg 9s ease infinite;
	animation: gradientbg 9s ease infinite
}
.photo-colors:before {
	background: rgba(92, 102, 112, .1)
}
.arrowdown {
	position: absolute;
	bottom: 1.875rem;
	left: 0;
	width: 100%;
	display: block;
	color: #fff;
	z-index: 100;
	font-size: 1.25rem;
	text-align: center;
	cursor: pointer
}
.reveal {
	overflow-y: visible;
	padding: 1.875rem 1.875rem .9375rem 1.875rem;
	margin-bottom: 3.75rem;
	margin-top: 1.875rem;
	height: auto;
	min-height: 0;
	border-radius: .3125rem;
	border-top: .125rem solid #57c9e8;
	outline: 0!important
}
.reveal.small {
	max-width: 60%;
	width: 60%
}
@media screen and (min-width:40em) and (max-width:64em) {
	.reveal.small {
		max-width: 80%;
		width: 80%
	}
}
@media screen and (max-width:39.9375em) {
	.reveal.small {
		max-width: 100%;
		width: 100%;
		margin-top: 0;
		margin-bottom: 0
	}
}
.reveal .close-button {
	background: -webkit-linear-gradient(0deg, #57c9e8, #57c9e8);
	background: -o-linear-gradient(0deg, #57c9e8, #57c9e8);
	background: linear-gradient(90deg, #57c9e8, #57c9e8);
	color: #fff;
	border-radius: 50%;
	font-size: 1rem;
	width: 2.125rem;
	height: 2.125rem;
	line-height: 2.125rem;
	top: 1.0625rem;
	right: 1.0625rem
}
@media screen and (max-width:64em) {
	.reveal .close-button {
		top: .9375rem;
		right: .9375rem
	}
}
.reveal .close-button span {
	display: inline-block;
	line-height: normal;
	-webkit-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px)
}
.reveal-overlay {
	background: rgba(92, 102, 112, .7);
	overflow-y: auto
}
.button {
	font-family: Montserrat, sans-serif!important;
	font-weight: 400;
	background: #57c9e8;
	font-size: .875rem
}
.button.blue,
.flex-content a.button:not(.button):not(.social-link),
.text-content a.button:not(.button) {
	color: #fff!important
}
.button.blue.active,
.flex-content a.button.active:not(.button):not(.social-link),
.text-content a.button.active:not(.button) {
	background: #5c6670
}
.button.blue:hover,
.flex-content a.button:hover:not(.button):not(.social-link),
.text-content a.button:hover:not(.button) {
	color: #fff!important;
	background: #878a8d
}
.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button:last-child,
.button-group.expanded .button:first-child:nth-last-child(2):last-child {
	margin-right: 0
}
form:not(#adminbarsearch) {
	position: relative
}
form:not(#adminbarsearch) small {
	font-size: .875rem
}
form:not(#adminbarsearch) p {
	margin-bottom: .9375rem
}
form:not(#adminbarsearch) label {
	margin-bottom: .9375rem;
	font-size: 1rem;
	line-height: normal;
	color: #878a8d;
	font-family: Montserrat, sans-serif!important;
	font-weight: 400;
	display: block
}
form:not(#adminbarsearch) input[type=number],
form:not(#adminbarsearch) input[type=search],
form:not(#adminbarsearch) input[type=text],
form:not(#adminbarsearch) input[type=password],
form:not(#adminbarsearch) input[type=date],
form:not(#adminbarsearch) input[type=datetime],
form:not(#adminbarsearch) input[type=datetime-local],
form:not(#adminbarsearch) input[type=month],
form:not(#adminbarsearch) input[type=week],
form:not(#adminbarsearch) input[type=email],
form:not(#adminbarsearch) input[type=tel],
form:not(#adminbarsearch) input[type=time],
form:not(#adminbarsearch) input[type=url],
form:not(#adminbarsearch) input[type=color],
form:not(#adminbarsearch) select,
form:not(#adminbarsearch) textarea {
	background-color: #fff;
	height: 3.125rem;
	border: .125rem solid #f1f1f1;
	padding: 0 1rem;
	color: #878a8d;
	outline: 0!important;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	width: 100%;
	font-family: Montserrat, sans-serif!important;
	font-weight: 300
}
form:not(#adminbarsearch) input[type=number]:focus,
form:not(#adminbarsearch) input[type=search]:focus,
form:not(#adminbarsearch) input[type=text]:focus,
form:not(#adminbarsearch) input[type=password]:focus,
form:not(#adminbarsearch) input[type=date]:focus,
form:not(#adminbarsearch) input[type=datetime]:focus,
form:not(#adminbarsearch) input[type=datetime-local]:focus,
form:not(#adminbarsearch) input[type=month]:focus,
form:not(#adminbarsearch) input[type=week]:focus,
form:not(#adminbarsearch) input[type=email]:focus,
form:not(#adminbarsearch) input[type=tel]:focus,
form:not(#adminbarsearch) input[type=time]:focus,
form:not(#adminbarsearch) input[type=url]:focus,
form:not(#adminbarsearch) input[type=color]:focus,
form:not(#adminbarsearch) select:focus,
form:not(#adminbarsearch) textarea:focus {
	outline: 0!important;
	color: #878a8d;
	border-bottom: .125rem solid #57c9e8
}
form:not(#adminbarsearch) input[type=file] {
	background-color: #fff;
	border: 0 solid #fff;
	font-family: Montserrat, sans-serif!important;
	font-weight: 300
}
form:not(#adminbarsearch) input[type=checkbox],
form:not(#adminbarsearch) input[type=radio] {
	margin: 0 .375rem 0 0;
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}
form:not(#adminbarsearch) textarea {
	height: auto!important;
	min-height: 6.25rem;
	overflow: auto;
	padding: 1rem
}
form:not(#adminbarsearch) select {
	background-position: 100% 50%!important
}
form:not(#adminbarsearch) ::-webkit-input-placeholder {
	color: rgba(135, 138, 141, .5)!important
}
form:not(#adminbarsearch) :-moz-placeholder {
	color: rgba(135, 138, 141, .5)!important
}
form:not(#adminbarsearch) ::-moz-placeholder {
	color: rgba(135, 138, 141, .5)!important
}
form:not(#adminbarsearch) :-ms-input-placeholder {
	color: rgba(135, 138, 141, .5)!important
}
form:not(#adminbarsearch) input[type=submit] {
	width: auto;
	text-align: center;
	border: none;
	cursor: pointer;
	padding: 1.5625rem 2.5rem;
	background: #57c9e8;
	font-weight: 400;
	font-size: 1rem;
	font-family: Montserrat, sans-serif!important
}
form:not(#adminbarsearch) input[type=submit]:hover {
	background: #5c6670
}
#page-tpl .gform_wrapper.gform_validation_error ul.gform_fields li.gfield_error {
	max-width: 100%!important;
	width: 100%!important
}
.gform_confirmation_message {
	padding: 1.5625rem;
	border: .125rem solid #57c9e8;
	font-size: 1rem;
	font-weight: 300;
	text-align: center
}
.gform_wrapper ul {
	margin: 0
}
.gform_wrapper ul li {
	padding: 0!important;
	margin: 0 0 1.5625rem 0!important
}
.gform_wrapper ul li:before {
	display: none!important
}
.gform_wrapper .gfield_required {
	color: #dc213b!important;
	font-weight: 700!important
}
.gform_wrapper .gfield_description {
	font-size: .8125rem;
	color: rgba(135, 138, 141, .6);
	margin-top: .625rem;
	font-family: "Roboto Condensed", sans-serif!important;
	font-weight: 300;
	padding: 0!important
}
.gform_wrapper .gfield_description.validation_message {
	display: block!important;
	color: #dc213b!important;
	font-weight: 300!important;
	padding-bottom: .9375rem!important
}
.gform_wrapper .ginput_container label {
	display: inline-block!important;
	margin-bottom: 0!important;
	font-weight: 300!important
}
.gform_wrapper .ginput_container ul li {
	padding: 0!important;
	margin: .625rem 0!important
}
.gform_wrapper .ginput_container ul li:first-child {
	margin: 0 0 .625rem 0!important
}
.gform_wrapper .ginput_container ul li:last-child {
	margin: .625rem 0 0 0!important
}
.gform_wrapper .gfield_checkbox input[type=number],
.gform_wrapper .gfield_checkbox input[type=search],
.gform_wrapper .gfield_checkbox input[type=text],
.gform_wrapper .gfield_checkbox input[type=password],
.gform_wrapper .gfield_checkbox input[type=date],
.gform_wrapper .gfield_checkbox input[type=datetime],
.gform_wrapper .gfield_checkbox input[type=datetime-local],
.gform_wrapper .gfield_checkbox input[type=month],
.gform_wrapper .gfield_checkbox input[type=week],
.gform_wrapper .gfield_checkbox input[type=email],
.gform_wrapper .gfield_checkbox input[type=tel],
.gform_wrapper .gfield_checkbox input[type=time],
.gform_wrapper .gfield_checkbox input[type=url],
.gform_wrapper .gfield_checkbox input[type=color],
.gform_wrapper .gfield_checkbox select,
.gform_wrapper .gfield_checkbox textarea,
.gform_wrapper .gfield_radio input[type=number],
.gform_wrapper .gfield_radio input[type=search],
.gform_wrapper .gfield_radio input[type=text],
.gform_wrapper .gfield_radio input[type=password],
.gform_wrapper .gfield_radio input[type=date],
.gform_wrapper .gfield_radio input[type=datetime],
.gform_wrapper .gfield_radio input[type=datetime-local],
.gform_wrapper .gfield_radio input[type=month],
.gform_wrapper .gfield_radio input[type=week],
.gform_wrapper .gfield_radio input[type=email],
.gform_wrapper .gfield_radio input[type=tel],
.gform_wrapper .gfield_radio input[type=time],
.gform_wrapper .gfield_radio input[type=url],
.gform_wrapper .gfield_radio input[type=color],
.gform_wrapper .gfield_radio select,
.gform_wrapper .gfield_radio textarea {
	width: calc(100% - 35px)!important;
	display: inline-block!important
}
.gform_wrapper .gform_footer {
	padding: 0!important
}
.gform_wrapper .ginput_complex label {
	font-size: .875rem!important;
	margin-top: .625rem!important;
	color: rgba(135, 138, 141, .6)!important
}
.flex-content .validation_error {
	font-family: Monserrat, "Roboto Condensed", sans-serif!important;
	color: #fff!important;
	font-size: 1rem;
	border-top: none!important;
	border-bottom: none!important;
	background-color: #dc213b;
	font-weight: 300!important
}
.flex-content .gform_wrapper li.gfield.gfield_error,
.flex-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	border: none!important;
	background: 0 0!important
}
.flex-content .gform_wrapper li.gfield.gfield_error input[type=number],
.flex-content .gform_wrapper li.gfield.gfield_error input[type=search],
.flex-content .gform_wrapper li.gfield.gfield_error input[type=text],
.flex-content .gform_wrapper li.gfield.gfield_error input[type=password],
.flex-content .gform_wrapper li.gfield.gfield_error input[type=date],
.flex-content .gform_wrapper li.gfield.gfield_error input[type=datetime],
.flex-content .gform_wrapper li.gfield.gfield_error input[type=datetime-local],
.flex-content .gform_wrapper li.gfield.gfield_error input[type=month],
.flex-content .gform_wrapper li.gfield.gfield_error input[type=week],
.flex-content .gform_wrapper li.gfield.gfield_error input[type=email],
.flex-content .gform_wrapper li.gfield.gfield_error input[type=tel],
.flex-content .gform_wrapper li.gfield.gfield_error input[type=time],
.flex-content .gform_wrapper li.gfield.gfield_error input[type=url],
.flex-content .gform_wrapper li.gfield.gfield_error input[type=color],
.flex-content .gform_wrapper li.gfield.gfield_error select,
.flex-content .gform_wrapper li.gfield.gfield_error textarea,
.flex-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input[type=number],
.flex-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input[type=search],
.flex-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input[type=text],
.flex-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input[type=password],
.flex-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input[type=date],
.flex-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input[type=datetime],
.flex-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input[type=datetime-local],
.flex-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input[type=month],
.flex-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input[type=week],
.flex-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input[type=email],
.flex-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input[type=tel],
.flex-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input[type=time],
.flex-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input[type=url],
.flex-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input[type=color],
.flex-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning select,
.flex-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning textarea {
	border-bottom: .125rem solid #dc213b!important
}
.content {
	max-width: 76.25rem;
	margin-right: auto;
	margin-left: auto
}
.content::after,
.content::before {
	display: table;
	content: ' '
}
.content::after {
	clear: both
}
.main {
	width: 100%;
	float: left;
	padding-right: .625rem;
	padding-left: .625rem
}
.main:last-child:not(:first-child) {
	float: right
}
.sidebar-primary .main {
	width: 66.6666666667%;
	float: left;
	padding-right: .625rem;
	padding-left: .625rem
}
.sidebar-primary .main:last-child:not(:first-child) {
	float: right
}
.sidebar {
	width: 33.3333333333%;
	float: left;
	padding-right: .625rem;
	padding-left: .625rem
}
.sidebar:last-child:not(:first-child) {
	float: right
}
article.sticky,
body.sticky {
	position: static
}
.alignnone {
	margin: 2.5rem 2.5rem 2.5rem 0
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 2.5rem auto 2.5rem auto
}
.alignright {
	float: right;
	margin: 2.5rem 0 2.5rem 2.5rem
}
.alignleft {
	float: left;
	margin: 2.5rem 2.5rem 2.5rem 0
}
a img.alignright {
	float: right;
	margin: 2.5rem 0 2.5rem 2.5rem
}
a img.alignnone {
	margin: 2.5rem 2.5rem 2.5rem 0
}
a img.alignleft {
	float: left;
	margin: 2.5rem 2.5rem 2.5rem 0
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: .9375rem .9375rem .9375rem;
	text-align: center
}
.wp-caption.alignnone {
	margin: 2.5rem 2.5rem 2.5rem 0
}
.wp-caption.alignleft {
	margin: 2.5rem 2.5rem 2.5rem 0
}
.wp-caption.alignright {
	margin: 2.5rem 0 2.5rem 2.5rem
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 .9375rem .9375rem
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute!important;
	height: 1px;
	width: 1px;
	overflow: hidden
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto!important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: .9375rem 2.5rem .9375rem;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}
.entry-content-asset {
	position: relative;
	height: 0;
	margin-bottom: 1rem;
	overflow: hidden;
	padding-bottom: 56.25%
}
.entry-content-asset embed,
.entry-content-asset iframe,
.entry-content-asset object,
.entry-content-asset video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.twitter-tweet-rendered {
	margin-left: auto;
	margin-right: auto
}
.fb-social-plugin {
	width: 100%;
	text-align: center
}
.alm-btn-wrap {
	text-align: center;
	clear: both
}
.gallery-slider {
	width: 100%
}
.gallery-slider .gallery-cell {
	width: 20%;
	margin: 0 .625rem 0 0
}
@media screen and (max-width:39.9375em) {
	.gallery-slider .gallery-cell {
		width: 100%;
		margin: 0!important
	}
}
@media screen and (min-width:40em) and (max-width:64em) {
	.gallery-slider .gallery-cell {
		width: 50%
	}
}
.gallery-slider .gallery-item {
	width: 100%;
	height: 18.75rem;
	position: relative;
	margin: 0 .625rem 0 0
}
.gallery-slider .gallery-item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: -webkit-linear-gradient(0deg, rgba(87, 201, 232, .6), rgba(87, 201, 232, .6));
	background: -o-linear-gradient(0deg, rgba(87, 201, 232, .6), rgba(87, 201, 232, .6));
	background: linear-gradient(90deg, rgba(87, 201, 232, .6), rgba(87, 201, 232, .6));
	opacity: 0
}
.gallery-slider .gallery-item a:hover {
	opacity: 1
}
.gallery-slider .flickity-prev-next-button {
	opacity: 1!important;
	background: -webkit-linear-gradient(0deg, #57c9e8, #57c9e8)!important;
	background: -o-linear-gradient(0deg, #57c9e8, #57c9e8)!important;
	background: linear-gradient(90deg, #57c9e8, #57c9e8)!important;
	width: 2.5rem!important;
	height: 2.5rem!important;
	border: none!important;
	padding: 0!important;
	border-radius: 50%
}
.gallery-slider .flickity-prev-next-button svg {
	width: 30%;
	height: 30%;
	left: 35%;
	top: 35%
}
.gallery-slider .flickity-prev-next-button.previous {
	left: 10px
}
.gallery-slider .flickity-prev-next-button.previous .arrow {
	fill: #fff
}
.gallery-slider .flickity-prev-next-button.next {
	right: 10px
}
.gallery-slider .flickity-prev-next-button.next .arrow {
	fill: #fff
}
.gallery-slider .flickity-prev-next-button.no-svg {
	color: #fff
}
.section-head {
	color: #5c6670;
	background: url(../../dist/images//shape_1_2_blue.svg) no-repeat left bottom;
	padding: 0 0 1.875rem 0;
	background-size: 3.375rem .75rem;
	position: relative;
	margin-bottom: 1.875rem!important
}
.section-head.page-head {
	font-size: 1.875rem
}
.section-head.single-head {
	background: none!important;
	background-size: 6rem .75rem!important
}
.section-head.single-head small {
	color: #f1f1f1;
	display: inline-block;
	padding: 0 .625rem;
	font-size: 100%
}
@media screen and (max-width:39.9375em) {
	.section-head.single-head small {
		display: none
	}
}
.section-head.single-head span {
	font-size: 1rem;
	color: rgba(135, 138, 141, .5);
	font-weight: 300;
	display: block;
	padding: .3125rem 0 0 0;
	font-family: "Roboto Condensed", sans-serif!important
}
@media screen and (max-width:39.9375em) {
	.section-head.single-head span {
		line-height: normal;
		display: block!important
	}
}
@media screen and (min-width:40em) and (max-width:64em) {
	.section-head.single-head span {
		display: inline-block
	}
}
.section-head.single-head span strong {
	color: #878a8d;
	font-weight: 300
}
.section-head.single-head span a {
	color: #878a8d
}
.section-head.single-head span a:hover {
	color: #57c9e8
}
.icon-head {
	font-size: 1.25rem;
	background: 0 0!important;
	color: #57c9e8!important;
	font-weight: 400;
	padding-bottom: 0!important
}
#header {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 250;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #fff;
	padding-left: .0625rem;
	padding-right: .0625rem
}
@media screen and (max-width:64em) {
	#header {
		padding-top: 0
	}
}
#header.fixed-header {
	width: 100%;
	background: #fff;
	padding-top: 0
}
#header.colors {
	background: 0 0!important;
	box-shadow: none!important;
	border-bottom: .125rem solid #fff
}
#header.colors ul li a {
	color: #fff
}
#header.colors ul li a:before {
	color: #fff
}
#header.colors ul li a:hover {
	color: rgba(255, 255, 255, .5)
}
#header.colors .logo {
	display: none
}
#header .logo {
	height: 6.25rem;
	vertical-align: bottom!important;
	padding: 1.25rem 0
}
@media screen and (max-width:64em) {
	#header .logo {
		width: 75%
	}
}
@media screen and (min-width:64.0625em) {
	#header .logo {
		padding: 1.25rem 0 1.25rem 1.25rem
	}
}
#header .logo span {
	vertical-align: bottom!important
}
@media screen and (max-width:64em) {
	#header .logo span {
		vertical-align: middle!important;
		width: 300px!important;
	}
}
@media screen and (max-width:64em) {
	#header .logo {
		height: 4.6875rem;
		padding: 0;
		vertical-align: middle!important
	}
}
#header .logo img {
	max-height: 1.6875rem;
	height: auto;
	display: block
}
@media screen and (max-width:64em) {
	#header .logo img {
		max-height: 1.6875rem;
		height: auto;
		width: auto!important
	}
}
#header .logo-white {
	height: 6.25rem;
	display: none
}
@media screen and (max-width:64em) {
	#header .logo-white {
		height: 4.6875rem
	}
}
#header .logo-white img {
	height: 4.375rem;
	width: auto;
	display: block
}
@media screen and (max-width:64em) {
	#header .logo-white img {
		height: 3.125rem
	}
}
#header .header-options {
	background: #5c6670;
	position: relative;
	height: 6.25rem;
	line-height: 6.25rem;
	padding: 0 1.25rem;
	-webkit-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px)
}
#header form {
	display: inline-block;
	width: auto
}
#header form .nice-select,
#header form select {
	display: inline-block;
	-webkit-transform: translateY(17px);
	-o-transform: translateY(17px);
	transform: translateY(17px)
}
#header .nice-select {
	float: none;
	font-size: .875rem;
	border: none;
	background: 0 0;
	position: relative;
	z-index: 89;
	padding-left: 0;
	font-family: "Roboto Condensed", sans-serif!important;
	font-weight: 700;
	color: #fff
}
#header .nice-select:after {
	border-bottom-color: rgba(255, 255, 255, .8);
	border-right-color: rgba(255, 255, 255, .8)
}
#header .nice-select ul {
	z-index: 100;
	border-radius: 0
}
#header .nice-select ul li {
	display: block;
	margin: 0!important;
	padding: 0 1.25rem;
	font-size: .875rem;
	min-width: 6.25rem;
	color: #5c6670;
	font-weight: 700;
	font-family: "Roboto Condensed", sans-serif!important;
	font-size: .8125rem;
	float: none
}
#header .nice-select ul li:hover {
	color: #fff;
	background: #57c9e8
}
#header .hamburger {
	position: absolute;
	top: calc(50% + 3px);
	right: 1.25rem;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 100
}
#header .slogan {
	text-align: right;
	height: 6.25rem
}
#header .slogan h2 {
	margin: 0;
	padding: 1.25rem 0;
	font-weight: 300;
	font-size: 1.03125rem;
	vertical-align: bottom!important;
	-webkit-transform: translateY(.25rem);
	-o-transform: translateY(.25rem);
	transform: translateY(.25rem);
	line-height: normal
}
@media screen and (min-width:80rem) and (max-width:86.875rem) {
	#header .slogan h2 {
		font-size: 1.25rem
	}
}
@media screen and (min-width:86.9375rem) and (max-width:90.625rem) {
	#header .slogan h2 {
		font-size: 1.3125rem
	}
}
@media screen and (min-width:90.6875rem) {
	#header .slogan h2 {
		font-size: 1.4375rem
	}
}
#header>ul li {
	display: block;
	float: left;
	margin: 0;
	position: relative
}
#header ul li.menu-item-has-children {
	padding: 0 0 0 0
}
@media screen and (min-width:64.0625rem) and (max-width:76.875rem) {
	#header ul li.menu-item-has-children {
		padding: 0 0 0 0
	}
}

/*#header ul li.menu-item-has-children:before{content:"\f107";font-family:FontAwesome;color:#57c9e8;position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}*/
#header ul li.menu-item-has-children:before {
	content: "";
	font-family: FontAwesome;
	color: #57c9e8;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-40%);
	-o-transform: translateY(-40%);
	transform: translateY(-40%)
}
#header ul li.menu-item-has-children a:hover {
	color: #57c9e8
}
#header ul li.menu-item-has-children a:hover:after {
	opacity: 1
}

/*#header ul li.menu-item-has-children a:after{content:"";width:.75rem;height:.75rem;border-radius:50%;border:.125rem solid #fff;position:absolute;bottom:0;left:40%;-webkit-transform:translateX(-40%) translateY(.4375rem);-o-transform:translateX(-40%) translateY(.4375rem);transform:translateX(-40%) translateY(.4375rem);z-index:10;background:#5c6670;opacity:0}*/
#header ul li.menu-item-has-children a:after {
	content: "";
	width: .75rem;
	height: .75rem;
	border-radius: 50%;
	border: .125rem solid #fff;
	position: absolute;
	bottom: 0;
	left: 40%;
	-webkit-transform: translateX(-40%) translateY(.4375rem);
	-o-transform: translateX(-40%) translateY(.4375rem);
	transform: translateX(-40%) translateY(.4375rem);
	z-index: 10;
	opacity: 0
}
#header ul li:first-child a {
	margin: 0
}
#header>ul li a {
	color: #5c6670;
	font-family: Monserrat, "Roboto Condensed", sans-serif!important;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 6.25rem;
	display: inline-block;
	position: relative;
	margin: 0 0 0 1.9375rem
}
@media screen and (min-width:64.0625rem) and (max-width:76.875rem) {
	#header ul li a {
		font-size: .9rem;
		margin: 0 0 0 .5rem
	}
}
@media screen and (min-width:64.0625rem) and (max-width:90rem) {
	#header ul li a {
		font-size: 0.9rem;
		margin: 0 0 0 .1rem
	}
}
@media screen and (min-width:90rem) {
	#header ul li a {
		font-size: 1.1rem;
	}
}
#header ul li a:hover {
	color: #57c9e8
}
#header ul li a:hover:after {
	opacity: 1
}
@media screen and (min-width:64.0625em) {
	#header.new-header {
		background: #bec2c2
	}
}
#header.new-header .globe {
	height: 6.25rem;
	line-height: 6.25rem;
	display: block!important
}
@media screen and (max-width:64em) {
	#header.new-header .globe {
		display: none!important
	}
}
#header.new-header .globe img {
	max-height: 4.125rem;
	max-width: 4.125rem;
	height: auto;
	width: auto;
	display: inline-block;
	vertical-align: middle
}
#header.new-header .slogan {
	height: 6.25rem;
	text-align: left!important;
	width: auto!important
}
#header.new-header .slogan h2 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: 300;
	font-size: 1rem;
	width: auto!important;
	line-height: normal;
	-webkit-transform: translateY(0)!important;
	-o-transform: translateY(0)!important;
	transform: translateY(0)!important
}
@media screen and (min-width:80rem) and (max-width:86.875rem) {
	#header.new-header .slogan h2 {
		font-size: 1.125rem
	}
}
@media screen and (min-width:86.9375rem) and (max-width:90.625rem) {
	#header.new-header .slogan h2 {
		font-size: 1.3125rem
	}
}
@media screen and (min-width:90.6875rem) and (max-width:104.9375rem) {
	#header.new-header .slogan h2 {
		font-size: 1.3125rem
	}
}
@media screen and (min-width:105rem) and (max-width:111.25rem) {
	#header.new-header .slogan h2 {
		font-size: 1.5rem
	}
}
@media screen and (min-width:111.3125rem) {
	#header.new-header .slogan h2 {
		font-size: 1.6875rem
	}
}
#header.new-header .header-options {
	width: auto;
	display: inline-block;
	float: right;
	height: 6.25rem;
	line-height: 6.25rem
}
#header.new-header .header-options img {
	height: auto;
	max-height: 1.5625rem;
	width: 15.625rem;
	display: inline-block;
	vertical-align: middle
}
@media screen and (min-width:64.0625rem) and (max-width:81.25rem) {
	#header.new-header .header-options img {
		width: 9.375rem
	}
}
#header.new-header .header-options.options1 {
	background: #73808c
}
#header.new-header form .nice-select,
#header.new-header form select {
	display: inline-block;
	-webkit-transform: translateY(0)!important;
	-o-transform: translateY(0)!important;
	transform: translateY(0)!important
}
#header.partnership .header-options {
	width: auto;
	display: inline-block;
	float: right;
	height: 6.25rem;
	line-height: 6.25rem
}
#header.partnership .header-options.options1 {
	background: #73808c
}
#header.partnership .logo span {
	vertical-align: middle!important
}
#header.partnership form .nice-select,
#header.partnership form select {
	display: inline-block;
	-webkit-transform: translateY(0)!important;
	-o-transform: translateY(0)!important;
	transform: translateY(0)!important
}

/*.home-nav{position:relative;z-index:200;background-color:#fff;height:5rem}*/
.home-nav {
	position: relative;
	z-index: 200;
}
.home-nav .home-nav-bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 70%;
}

/*.home-nav .home-nav-row{position:relative}*/
.home-nav .home-nav-row {
	position: relative;
	margin-left: 0;
	margin-right: 2%;
	margin-top: 10px;
}

/*.home-nav .home-nav-row:before{content:"";position:absolute;width:100%;height:.125rem;background:#fff;top:80px;left:0;z-index:131}*/
.home-nav .home-nav-row:before {
	content: "";
	position: absolute;
	width: 100%;
	height: .125rem;
	top: 80px;
	left: 0;
	z-index: 131
}
.home-nav.colors .home-nav-bg {
	background: url(../../dist/images/delete/photo8.jpg) top center;
	min-height: 74.8125rem;
	background-size: cover;
	width: 102%!important;
}
.home-nav.colors .home-nav-inner {
	background: rgba(92, 102, 112, .7);
	min-height: 64.8125rem
}
.home-nav.colors li a {
	color: #fff
}
.home-nav.colors li a:hover {
	color: rgba(255, 255, 255, .7)!important
}
.home-nav ul {
	position: relative;
	z-index: 250
}
.home-nav ul li {
	display: inline-block;
	margin: 0 -.125rem;
	position: relative
}
.home-nav ul li.menu-item-has-children a {
	position: relative
}
.home-nav ul li.menu-item-has-children a:after {
	content: "";
	width: .75rem;
	height: .75rem;
	border-radius: 50%;
	border: 0px solid #fff!important;
	position: absolute;
	bottom: 0;
	left: 0px;
	-webkit-transform: translateX(0) translateY(0);
	-o-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0);
	z-index: 150;
	background: #5c6670;
	opacity: 0
}

/*.home-nav ul li.menu-item-has-children a:after{content:"";width:.75rem;height:.75rem;border-radius:50%;border:0px solid #fff!important;position:absolute;bottom:0;left:40%;-webkit-transform:translateX(-50%) translateY(.4375rem);-o-transform:translateX(-50%) translateY(.4375rem);transform:translateX(-50%) translateY(.4375rem);z-index:150;background:#5c6670;opacity:0}*/
.home-nav ul li.menu-item-has-children a:hover {
	color: #57c9e8
}
.home-nav ul li.menu-item-has-children a:hover:after {
	opacity: 1
}
.home-nav ul li.menu-item-has-children:hover ul {
	opacity: 1;
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}
.home-nav ul li:first-child a {
	margin-left: 0
}
.home-nav ul li a {
	color: #5c6670;
	font-family: "Roboto Condensed", sans-serif!important;
	font-size: .875rem;
	font-weight: 700;
	line-height: 5rem;
	display: inline-block;
	position: relative;
	padding: 0 .45rem
}
.document_icon {
	padding-top: 10px;
	background: url(../../dist/images/Document_menu.png) no-repeat top center!important;
	background-repeat: no-repeat!important;
	background-position: top!important;
	background-size: 100px 100px!important;
	height: 150px;
	vertical-align: top;
	text-align: justify;
}
.calendar_icon {
	padding-top: 10px;
	background: url(../../dist/images/Calendar_icon.png) no-repeat top center!important;
	background-repeat: no-repeat!important;
	background-position: top!important;
	background-size: 100px 100px!important;
	height: 150px;
	vertical-align: top;
}
.home #header .hamburger {
	position: absolute;
	top: 85px;
}
.bookshelf_icon {
	padding-top: 10px;
	background: url(../../dist/images/Bookshelf_icon.png) no-repeat top center!important;
	background-repeat: no-repeat!important;
	background-position: top!important;
	background-size: 100px 100px!important;
	height: 150px;
	vertical-align: top;
}
.ohi_icon {
	padding-top: 10px;
	background: url(../../dist/images/OHI_icon.png) no-repeat top center!important;
	background-repeat: no-repeat!important;
	background-position: top!important;
	background-size: 250px 100px!important;
	height: 150px;
	vertical-align: top;
}
.cma2_icon {
	padding-top: 10px;
	background: url(../../dist/images/cma2_icon.png) no-repeat top center!important;
	background-repeat: no-repeat!important;
	background-position: top!important;
	background-size: 150px 150px!important;
	height: 150px;
	vertical-align: top;
}
@media screen and (min-width:64.0625rem) and (max-width:76.875rem) {
	.home-nav ul li a {
		font-size: .6875rem;
	}
}
.home-nav ul li a:hover {
	color: #57c9e8
}
.home-nav ul ul li {
	alignment-content: center!important;
}
.home-nav ul li:nth-child(1) ul {
	left: -35rem!important;
}
.home-nav ul li:nth-child(2) ul {
	left: -40rem!important;
}
.home-nav ul li:nth-child(3) ul {
	left: -50rem!important;
}
.home-nav ul li:nth-child(4) ul {
	left: -55rem!important;
}
.home-nav ul li:nth-child(5) ul {
	left: -67rem!important;
}
.home-nav ul li:nth-child(6) ul {
	left: -70rem!important;
}
.home-nav ul li:nth-child(7) ul {
	left: -75rem!important;
}
.home-nav ul ul {
	top: 100%;
	padding: 5rem 0;
	text-align: center;
	height: 25rem;
	display: table;
	position: absolute;
	width: 70rem;
	opacity: 0;
	-webkit-transform: translateX(-2500px);
	-o-transform: translateX(-2500px);
	transform: translateX(-2500px);
}
.home-nav ul ul li a {
	padding-top: 20px!important;
	text-decoration: none;
}
.home-nav ul ul li a:hover {
	color: #57c9e8!important;
}
.home-nav ul ul ul {
	position: relative;
	margin: 0;
	padding: 0
}
.home-nav ul ul ul li {
	margin: 0!important
}
.home-nav ul ul ul li a {
	padding: .8125rem 0 .8125rem 1.5625rem
}
.home-nav ul ul ul li a:before {
	alignment-content: center!important;
}
.home-nav ul ul li {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	margin-bottom: 160px!important;
	float: none;
	width: 150px;
	height: 150px;
}
.home-nav ul ul li:before {
	display: none
}
.home-nav ul ul li a {
	font-family: Monserrat, "Roboto Condensed", sans-serif!important;
	font-size: .8125rem;
	padding: .8125rem 0.1rem .8125rem 0;
	color: #fff;
	line-height: normal;
	display: block!important;
	position: relative;
	font-weight: 400;
	margin: 0
}

/*.home-nav ul ul li a{font-family:Monserrat,"Roboto Condensed",sans-serif!important;font-size:.8125rem;padding:.8125rem 1.5625rem .8125rem 0;border-bottom:.0625rem solid rgba(255,255,255,.2);color:#fff;line-height:normal;display:block!important;position:relative;font-weight:400;margin:0}*/
.home-nav ul ul li a:hover {
	color: rgba(255, 255, 255, .5)
}
.home-nav ul ul li a:after {
	display: none
}
.home-nav ul ul li a:before {
	content: "";
	font-family: FontAwesome;
	color: #fff;
	font-size: 1rem;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}
.mobile-nav {
	position: fixed;
	top: 0;
	left: auto;
	right: 0;
	-webkit-transform: translateX(100vw)!important;
	-o-transform: translateX(100vw)!important;
	transform: translateX(100vw)!important;
	width: 100vw!important;
	height: 100vh;
	z-index: 130;
	overflow-x: hidden!important;
	background: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0
}
@media screen and (min-width:64.0625em) {
	.mobile-nav {
		display: none!important
	}
}
.mobile-nav.open {
	display: none !important;
	-webkit-transform: translateX(0)!important;
	-o-transform: translateX(0)!important;
	transform: translateX(0)!important;
	opacity: 1
}
.mobile-nav .inner {
	position: relative;
	overflow-x: hidden;
	overflow-y: auto!important;
	width: 100%;
	min-height: 100vh;
	padding: 5.3125rem .625rem 1.875rem .625rem;
	text-align: center
}
.mobile-nav ul li {
	margin: 0;
	font-size: .8125rem
}
.mobile-nav ul li a {
	display: block;
	color: #5c6670
}
.mobile-nav ul li.menu-item-has-children {
	position: relative;
	border-bottom: .0625rem solid #f1f1f1
}
.mobile-nav ul li.menu-item-has-children:after {
	content: "\f107";
	font-family: FontAwesome;
	color: #57c9e8;
	font-size: 1rem;
	position: absolute;
	top: .625rem;
	right: .625rem
}
.mobile-nav ul li.menu-item-has-children a {
	color: #57c9e8;
	font-weight: 700
}
.mobile-nav ul li.menu-item-has-children li a {
	color: #5c6670;
	font-weight: 400
}
.mobile-nav ul li ul {
	background: #fff;
	padding: 0 .625rem .625rem .625rem
}
.mobile-nav ul li ul ul {
	border: none;
	padding: 0;
	box-shadow: none!important;
	background: rgba(241, 241, 241, .5)
}
.mobile-nav ul li ul ul li:last-child a {
	border: none!important
}
.mobile-nav ul li ul ul a {
	border-bottom: .0625rem solid rgba(241, 241, 241, .5);
	font-weight: 400!important
}
.mobile-nav .socialmedia a {
	color: #57c9e8;
	display: inline-block;
	font-size: 1rem;
	padding: .9375rem
}
.mobile-nav .socialmedia a:hover {
	color: #878a8d
}
.fullscreen-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 180;
	-webkit-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0
}
.fullscreen-nav.show-nav {
	opacity: 1;
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}
.fullscreen-nav .inner {
	position: relative;
	min-height: 32.8125rem
}
.fullscreen-nav .inner:before {
	background: rgba(92, 102, 112, .8)
}
.fullscreen-nav h3 {
	color: #fff;
	background: url(../../dist/images//shape_1_2_white.svg) no-repeat left bottom;
	padding: 0 0 1.875rem 0;
	background-size: 3.375rem .75rem;
	position: relative;
	font-size: 1rem;
	margin-bottom: 1.25rem!important
}
.fullscreen-nav ul li {
	display: block;
	line-height: normal;
	margin-bottom: 0
}
.fullscreen-nav ul li a {
	font-family: "Roboto Condensed", sans-serif!important;
	font-size: .875rem;
	padding: 1.125rem 1.5625rem 1.125rem 0;
	border-bottom: .0625rem solid rgba(255, 255, 255, .2);
	color: #fff;
	line-height: normal;
	display: block;
	position: relative;
	font-weight: 700
}
.fullscreen-nav ul li a:hover {
	color: rgba(255, 255, 255, .5)
}
.fullscreen-nav ul li a:after {
	content: "\f105";
	font-family: FontAwesome;
	color: #fff;
	font-size: 1rem;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}
.fullscreen-nav .photobg-inner {
	padding: 13.75rem 0 3.125rem 0
}
#footer {
	position: relative;
	background: rgba(38, 38, 39, .03);
	background: -webkit-linear-gradient(top, rgba(38, 38, 39, 0), rgba(38, 38, 39, .03));
	background: -o-linear-gradient(top, rgba(38, 38, 39, 0), rgba(38, 38, 39, .03));
	background: linear-gradient(to bottom, rgba(38, 38, 39, 0), rgba(38, 38, 39, .03));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='rgba(38, 38, 39, 0)', EndColorStr='rgba(38, 38, 39, 0.03)')
}
#footer h3 {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: .625rem
}
@media screen and (max-width:64em) {
	#footer ul {
		margin-bottom: 1.25rem
	}
}
#footer ul li {
	margin-bottom: 0;
	padding: .625rem 0;
	font-family: "Roboto Condensed", sans-serif!important;
	font-size: .8125rem;
	border-bottom: .0625rem dashed #e9e9e9
}
#footer ul li a {
	color: #878a8d;
	display: block
}
#footer ul li a:hover {
	color: #57c9e8
}
#footer .socialmedia {
	display: none
}
@media screen and (min-width:80.0625em) {
	#footer .socialmedia {
		position: absolute;
		top: 6.25rem;
		right: 0;
		padding: 1.5625rem .9375rem;
		display: inline-block;
		box-shadow: .625rem 1.25rem 2.5rem 0 rgba(38, 38, 39, .12);
		background: #57c9e8;
		background: -webkit-linear-gradient(left, #57c9e8 0, #57c9e8 65%, #1a9cbf 100%);
		background: -o-linear-gradient(left, #57c9e8 0, #57c9e8 65%, #1a9cbf 100%);
		background: linear-gradient(to right, #57c9e8 0, #57c9e8 65%, #1a9cbf 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57c9e8', endColorstr='#1a9cbf', GradientType=1)
	}
	
	#footer .socialmedia a {
		display: inline-block;
		padding: 0 .625rem;
		color: #fff
	}
	
	#footer .socialmedia a:hover {
		color: rgba(255, 255, 255, .7)
	}
}
#footer_bottom {
	/*overflow:hidden*/
}
#footer_bottom .inner {
	font-family: "Roboto Condensed", sans-serif!important;
	font-size: .8rem;
	color: rgba(135, 138, 141, .7);
	padding: 0.025rem
}
#footer_bottom .inner.menu {
	height: 7rem
}
#footer_bottom .inner.menu p {
	margin-bottom: 0;
	line-height: normal;
	font-family: "Roboto Condensed", sans-serif!important;
	font-size: .71875rem;
	color: rgba(135, 138, 141, .7)
}
#footer_bottom .inner.menu a {
	display: inline-block;
	padding: 0 0 0 .6125rem
}
@media screen and (max-width:64em) {
	#footer_bottom .inner.menu a {
		padding: 0.625rem
	}
}
#footer_bottom .inner.menu .created {
	padding: 0 0 0 .8125rem
}
@media screen and (max-width:64em) {
	#footer_bottom .inner.menu .created {
		padding: 0 .625rem
	}
}
@media screen and (max-width:81.25rem) {
	#footer_bottom .inner.menu .created {
		display: block
	}
}
#footer_bottom .inner.menu .created a {
	padding: 0
}
@media screen and (max-width:64em) {
	#footer_bottom .inner.menu .created a {
		padding: 0
	}
}
#footer_bottom .inner.copyright {
	height: 7rem
}
#footer_bottom .inner.copyright p {
	margin-bottom: 0;
	line-height: normal;
	font-family: "Roboto Condensed", sans-serif!important;
	font-size: .81875rem;
	color: rgba(135, 138, 141, .7)
}
#footer_bottom .inner a {
	color: #5c6670
}
#footer_bottom .inner a:hover {
	color: #57c9e8
}
#footer_bottom .inner strong {
	font-weight: 400;
	color: #5c6670
}
@media screen and (max-width:64em) {
	#footer_bottom .inner {
		line-height: 3.125rem!important;
		display: block
	}
}
#footer_bottom .become-placeholder {
	line-height: 7rem;
	display: block;
	width: 100%;
	padding: 0 .9375rem;
	text-align: center
}
@media screen and (min-width:64.0625em) {
	#footer_bottom .become-placeholder {
		text-align: left
	}
}
#footer_bottom .become-placeholder img {
	height: 6.75rem;
	display: inline-block
}
@media screen and (max-width:64em) {
	#footer_bottom .become-placeholder img {
		padding: 0 .625rem
	}
}
@media screen and (min-width:64.0625em) {
	#footer_bottom .become-placeholder img {
		padding: 0 0 0 0;
	}
}
#footer_bottom .become {
	line-height: 6.25rem;
	font-family: "Roboto Condensed", sans-serif!important;
	font-size: .875rem;
	background: #5c6670;
	display: block;
	font-weight: 700;
	padding: 0 1.875rem;
	color: #fff;
	position: relative
}
#footer_bottom .become:hover {
	background: #57c9e8
}
#footer_bottom .unops-logo {
	display: inline-block;
	-webkit-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
	padding: 0 .1875rem 0 .3125rem;
	height: .9375rem!important
}
.row-news {
	padding-right: .625rem;
	padding-left: .625rem
}
.news-single {
	margin-bottom: 3.125rem!important
}
.news-single .news-cover {
	width: 100%;
	min-height: 21.875rem;
	position: relative;
	background-color: #2abbe2
}
.news-single .news-cover.afterbg:before {
	display: none!important
}
.news-single .news-cover.afterbg .title h2 {
	font-size: 1.875rem!important;
	margin: 0!important
}
.news-single .news-cover .title {
	position: absolute;
	bottom: 0;
	;
	left: 0;
	width: 100%;
	padding: 0 1.5625rem 1.25rem 1.5625rem;
	z-index: 8
}
.news-single .news-cover .status {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1.5rem 1rem 0rem 4.2rem;
	z-index: 8;
	background-color: rgba(24, 24, 32, 0.2);
}
.news-single .news-cover .title2 {
	position: relative;
	top: 20%;
	left: 0;
	width: 100%;
	padding: 0 1.5625rem 1.25rem 1.5625rem;
	z-index: 8
}
.news-single .news-cover .title h2 {
	font-weight: 400!important;
	font-size: 1.25rem!important;
	color: #fff!important;
	margin-bottom: .9375rem!important;
	background: 0 0!important;
	padding: 0!important
}
.news-single .news-cover .title2 h2 {
	font-weight: 400!important;
	font-size: 1.25rem!important;
	color: #fff!important;
	margin-bottom: .9375rem!important;
	background: 0 0!important;
	padding: 0!important
}
.news-single .news-cover .status h4 {
	font-weight: 400!important;
	font-size: 1.15rem!important;
	color: #fff!important;
	margin-bottom: .9375rem!important;
	background: 0 0!important;
	padding: 0!important
}
.news-single .news-cover .title span {
	font-weight: 700;
	font-size: .8125rem;
	color: #fff;
	font-family: "Roboto Condensed", sans-serif!important
}
.news-single .news-cover:before {
	background: rgba(38, 38, 39, .72);
	background: -webkit-linear-gradient(top, rgba(38, 38, 39, 0), rgba(38, 38, 39, .72));
	background: -o-linear-gradient(top, rgba(38, 38, 39, 0), rgba(38, 38, 39, .72));
	background: linear-gradient(to bottom, rgba(38, 38, 39, 0), rgba(38, 38, 39, .72));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='rgba(38, 38, 39, 0)', EndColorStr='rgba(38, 38, 39, 0.72)');
	z-index: 1
}
.news-single .news-cover:after {
	background: rgba(26, 156, 191, .85);
	background: -webkit-linear-gradient(top, rgba(87, 201, 232, 0), rgba(26, 156, 191, .85));
	background: -o-linear-gradient(top, rgba(87, 201, 232, 0), rgba(26, 156, 191, .85));
	background: linear-gradient(to bottom, rgba(87, 201, 232, 0), rgba(26, 156, 191, .85));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='rgba(87, 201, 232, 0)', EndColorStr='rgba(26, 156, 191, 0.85)');
	z-index: 1;
	opacity: 0
}
.news-single:hover .news-cover:before {
	opacity: 0
}
.news-single:hover .news-cover:after {
	opacity: 1
}
.news-single .news-text {
	padding: 0 1.25rem;
	position: relative
}
.news-single .news-text.izq:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #fff;
	border-width: 10px;
	margin-top: -10px;
	z-index: 30
}
.news-single .news-text.der:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #fff;
	border-width: 10px;
	margin-bottom: -10px;
	z-index: 30
}
@media screen and (max-width:64em) {
	.news-single .news-text:after {
		display: none
	}
}
.news-single .news-text.news-text-left:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #fff;
	border-width: 10px;
	margin-top: -10px;
	z-index: 30
}
@media screen and (max-width:64em) {
	.news-single .news-text.news-text-left:after {
		display: none
	}
}
@media screen and (max-width:39.9375em) {
	.news-single .news-text {
		padding: 1.25rem 0
	}
}
.news-single .news-text:before {
	content: "";
	width: 100%;
	height: .0625rem;
	background: #57c9e8;
	position: absolute;
	bottom: 0;
	left: 0
}
@media screen and (max-width:39.9375em) {
	.news-single .news-text:before {
		bottom: 0
	}
}
.single-top {
	height: 30rem;
	position: relative
}
@media screen and (max-width:64em) {
	.single-top {
		height: 22.5rem
	}
}
.single-top .single-title {
	position: absolute;
	background: #fff;
	padding: 3.125rem 1.25rem 0 1.25rem;
	width: 100%;
	max-width: 77.5rem;
	text-align: center;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(50px);
	-o-transform: translateX(-50%) translateY(50px);
	transform: translateX(-50%) translateY(50px)
}
.wp-pagenavi {
	font-size: 1rem;
	font-family: "Roboto Condensed", sans-serif!important;
	color: #878a8d;
	font-weight: 700
}
.wp-pagenavi a,
.wp-pagenavi span {
	padding: 0 .625rem;
	display: inline-block;
	color: #878a8d
}
.wp-pagenavi .extend {
	color: rgba(135, 138, 141, .5)
}
.wp-pagenavi .current {
	color: #57c9e8
}
.wp-pagenavi a:hover {
	color: #57c9e8
}
.single-bottom {
	border-top: .0625rem solid #f1f1f1;
	border-bottom: .0625rem solid #f1f1f1
}
.single-bottom p {
	color: rgba(135, 138, 141, .7);
	font-weight: 300;
	font-family: "Roboto Condensed", sans-serif!important
}
.single-bottom span a {
	font-weight: 300;
	color: #878a8d;
	font-size: .875rem
}
.single-bottom span a:hover {
	color: #57c9e8
}
.share-socialmedia a {
	display: inline-block;
	width: 2.875rem;
	height: 2.875rem;
	line-height: 2.875rem;
	border-radius: 50%;
	color: #57c9e8;
	margin: 0 .3125rem;
	box-shadow: inset 0 0 0 .125rem #57c9e8;
	text-align: center
}
.share-socialmedia a:hover {
	box-shadow: inset 0 0 0 1.875rem #57c9e8;
	color: #fff!important
}
.onepage-nav.fixed-nav {
	position: fixed;
	top: 6.25rem;
	left: 0;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #fff!important;
	border-bottom: .0625rem solid #f1f1f1;
	z-index: 40
}
.onepage-nav ul {
	text-align: center
}
.onepage-nav ul li {
	color: #5c6670;
	font-family: "Roboto Condensed", sans-serif!important;
	font-size: .875rem;
	font-weight: 700;
	line-height: 5rem;
	display: inline-block;
	margin: 0 1.25rem 0 0;
	position: relative;
	cursor: pointer
}
.onepage-nav ul li ul {
	display: none
}
.onepage-nav ul li:hover ul {
	display: block
}
.onepage-nav ul li.menu-item-has-children {
	padding: 0 .9375rem 0 0
}
.onepage-nav ul li.menu-item-has-children:before {
	content: "\f107";
	font-family: FontAwesome;
	color: #57c9e8;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}
.onepage-nav ul li a {
	color: #5c6670;
	font-family: "Roboto Condensed", sans-serif!important;
	font-size: .875rem;
	font-weight: 700;
	line-height: 5rem;
	display: inline-block;
	position: relative
}
.onepage-nav ul li a:hover {
	color: #57c9e8
}
.onepage-nav ul li ul {
	position: absolute;
	top: 100%;
	left: -.9375rem;
	background: #fff;
	padding: .625rem .9375rem;
	width: 13.75rem;
	text-align: left;
	z-index: 50
}
.onepage-nav ul li ul li {
	float: none!important;
	display: block;
	padding: 0!important
}
.onepage-nav ul li ul li:last-child a {
	border-bottom: none
}
.onepage-nav ul li ul li a {
	padding: 0;
	margin: 0;
	line-height: normal;
	display: block;
	padding: .625rem 0;
	border-bottom: .0625rem solid #f1f1f1
}
.membership-list p small {
	font-size: .8125rem;
	line-height: normal;
	font-family: "Roboto Condensed", sans-serif!important;
	display: inline-block;
	color: rgba(135, 138, 141, .6)
}
.page-title {
	height: 26.75rem;
	width: 100%;
	position: relative
}
.page-title:before {
	background-color: rgba(38, 38, 39, .5)
}
.page-title .page-title-inner {
	z-index: 50
}
.page-title .page-title-inner * {
	color: #fff
}
.page-title .page-title-inner h2 {
	font-family: "Roboto Condensed", sans-serif!important;
	font-weight: 300;
	margin: 0
}
#mosaic {
	-webkit-transform: translateY(-.0625rem);
	-o-transform: translateY(-.0625rem);
	transform: translateY(-.0625rem)
}
@media screen and (min-width:64.0625em) {
	#mosaic.new-mosaic .mosaic-large {
		height: calc(100vh - 260px)
	}
}
@media screen and (min-width:64.0625em) and (max-height:48rem) {
	#mosaic.new-mosaic .mosaic-large {
		height: 43.75rem
	}
}
@media screen and (min-width:64.0625em) {
	#mosaic.new-mosaic .mosaic-small {
		height: calc(50vh - 130px)
	}
}
@media screen and (min-width:64.0625em) and (max-height:48rem) {
	#mosaic.new-mosaic .mosaic-small {
		height: 21.875rem
	}
}
.mosaic-box {
	position: relative;
	overflow: hidden;
	border: 1px solid #fff
}
.mosaic-box:before {
	background: rgba(38, 38, 39, .72);
	background: -webkit-linear-gradient(top, rgba(38, 38, 39, 0), rgba(38, 38, 39, .72));
	background: -o-linear-gradient(top, rgba(38, 38, 39, 0), rgba(38, 38, 39, .72));
	background: linear-gradient(to bottom, rgba(38, 38, 39, 0), rgba(38, 38, 39, .72));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='rgba(38, 38, 39, 0)', EndColorStr='rgba(38, 38, 39, 0.72)');
	z-index: 1
}
.mosaic-box:after {
	background: rgba(26, 156, 191, .85);
	background: -webkit-linear-gradient(top, rgba(87, 201, 232, 0), rgba(26, 156, 191, .85));
	background: -o-linear-gradient(top, rgba(87, 201, 232, 0), rgba(26, 156, 191, .85));
	background: linear-gradient(to bottom, rgba(87, 201, 232, 0), rgba(26, 156, 191, .85));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='rgba(87, 201, 232, 0)', EndColorStr='rgba(26, 156, 191, 0.85)');
	z-index: 1;
	opacity: 0
}
.mosaic-box .mosaic-inner {
	position: absolute;
	width: 100%;
	bottom: 1.875rem;
	z-index: 8;
	padding: 0 .9375rem;
	-webkit-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px);
	text-align: center
}
@media screen and (max-width:64em) {
	.mosaic-box .mosaic-inner {
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

/*.mosaic-box .mosaic-inner h2{color:#fff;margin-bottom:.9375rem;background:url(../../dist/images//shape_1_white.svg) no-repeat top center;background-size:6rem .75rem;padding:1.875rem 0 0 0;font-size:1.25rem}*/
.mosaic-box .mosaic-inner h2 {
	color: #fff;
	margin-bottom: .9375rem;
	background-size: 6rem .75rem;
	padding: 1.875rem 0 0 0;
	font-size: 1.25rem
}
@media screen and (min-width:64.0625rem) and (max-width:80rem) {
	.mosaic-box .mosaic-inner h2 {
		font-size: 1.1875rem
	}
}
.mosaic-box .mosaic-inner p {
	margin-bottom: 0;
	color: #fff;
	font-family: "Roboto Condensed", sans-serif!important;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%)
}
@media screen and (max-width:64em) {
	.mosaic-box .mosaic-inner p {
		opacity: 1;
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}
@media screen and (min-width:64.0625rem) and (max-width:80rem) {
	.mosaic-box .mosaic-inner p {
		font-size: .8125rem
	}
}
.mosaic-box:hover .mosaic-inner {
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}
.mosaic-box:hover p {
	opacity: 1;
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}
.mosaic-box:hover:before {
	opacity: 0
}
.mosaic-box:hover:after {
	opacity: 1
}
@media screen and (min-width:64.0625em) {
	.mosaic-box.mosaic-large {
		height: calc(100vh - 180px)
	}
}
@media screen and (min-width:40em) and (max-width:64em) {
	.mosaic-box.mosaic-large {
		height: 25rem
	}
}
@media screen and (max-width:39.9375em) {
	.mosaic-box.mosaic-large {
		height: 20rem
	}
}
@media screen and (min-width:64.0625em) {
	.mosaic-box.mosaic-small {
		height: calc(50vh - 90px)
	}
}
@media screen and (min-width:40em) and (max-width:64em) {
	.mosaic-box.mosaic-small {
		height: 25rem
	}
}
@media screen and (max-width:39.9375em) {
	.mosaic-box.mosaic-small {
		height: 20rem
	}
}
.readmorediv {
	margin-bottom: 5px;
}
.readmore {
	color: #57c9e8;
	position: relative;
	float: right;
	font-weight: 700;
	font-size: .8125rem;
	font-family: "Roboto Condensed", sans-serif!important
}
.readmore .fa {
	-webkit-animation: readmore 2s infinite;
	-o-animation: readmore 2s infinite;
	animation: readmore 2s infinite
}
.readmore2 {
	color: #57c9e8;
	position: relative;
	float: left;
	font-weight: 700;
	font-size: .8125rem;
	font-family: "Roboto Condensed", sans-serif!important
}
.readmore2 .fa {
	-webkit-animation: readmore 2s infinite;
	-o-animation: readmore 2s infinite;
	animation: readmore 2s infinite
}
#breadcrumbs {
	font-size: .8125rem;
	font-weight: 300;
	color: rgba(135, 138, 141, .7);
	font-family: "Roboto Condensed", sans-serif!important
}
#breadcrumbs span {
	color: #57c9e8
}
#breadcrumbs a {
	color: #5c6670!important;
	display: inline-block;
	padding: 0 .3125rem
}
#breadcrumbs a:hover {
	color: #57c9e8!important
}
#breadcrumbs .breadcrumb_last {
	color: #5c6670;
	padding: 0 .3125rem
}
.small-grid img {
	box-shadow: none!important;
	width: 100%;
	height: auto
}
.article-content {
	min-height: calc(100vh - 180px)
}
.wpcf7-form-control-wrap.name:before {
	background: 0 0
}
#mc-embedded-subscribe {
	margin: 0 0 1.25rem 0!important;
	top: 0;
	clear: both
}
#mce-error-response,
.mce_inline_error {
	font-size: 1.0625rem!important;
	color: #c53146!important;
	background: 0 0!important;
	border: .125rem solid #c53146!important;
	padding: .625rem .9375rem!important;
	margin: 1.25rem 0!important;
	border-radius: 0!important;
	top: 0;
	clear: both
}
input.mce_inline_error {
	font-size: 1.0625rem!important;
	color: #c53146!important;
	background: 0 0!important;
	border: .125rem solid #c53146!important;
	top: 0;
	clear: both;
	margin: 1.25rem 0!important
}
#mce-success-response {
	font-size: 1.0625rem!important;
	border-radius: 0!important;
	color: #bfd623!important;
	background: 0 0!important;
	border: .125rem solid #bfd623!important;
	padding: .625rem .9375rem!important;
	font-size: 1.0625rem!important;
	margin: 1.25rem 0!important;
	top: 0;
	clear: both
}
.screen-reader-response {
	display: none!important;
	top: 0;
	clear: both;
	margin: 1.25rem 0 0 0
}
.wpcf7-response-output {
	margin: 0!important
}
.wpcf7-form-control-wrap {
	font-size: 1.0625rem!important;
	text-transform: none;
	top: 0;
	clear: both;
	margin: 1.25rem 0!important
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	font-size: 1.0625rem!important;
	padding: .625rem .9375rem!important;
	border-radius: 0!important;
	color: #c53146!important;
	background: 0 0!important;
	border: .125rem solid #c53146!important;
	position: relative;
	display: block;
	top: 0;
	clear: both;
	margin: 1.25rem 0!important
}
.wpcf7-validation-errors {
	font-size: 1.0625rem!important;
	padding: .625rem .9375rem!important;
	border-radius: 0!important;
	color: #c53146!important;
	background: 0 0!important;
	border: .125rem solid #c53146!important;
	display: block;
	top: 0;
	clear: both;
	margin: 1.25rem 0!important
}
.wpcf7-mail-sent-ok {
	font-size: 1.0625rem!important;
	padding: .625rem .9375rem!important;
	border-radius: 0!important;
	color: #bfd623!important;
	background: 0 0!important;
	border: .125rem solid #bfd623!important;
	display: block;
	top: 0;
	clear: both;
	margin: 1.25rem 0!important
}
span.wpcf7-list-item {
	margin-left: 0!important
}
body#tinymce {
	margin: 12px!important
}
.wppb-form-field label,
#wppb-login-wrap .login-username label,
#wppb-login-wrap .login-password label {
	float: left;
	min-height: 1px;
	width: 100%;
}
.wppb-user-forms ul li::before {
	color: #57c9e8;
	content: "";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 0.625rem;
	padding: 0 0 0 0;
}
.flex-content h1,
.flex-content h2,
.flex-content h3,
.flex-content h4,
.flex-content h5,
.flex-content h6 {
	background: none;
	padding: 0 0 0 0;
}
checkclme {}
.wppb-user-forms ul li:first-child {
	padding: 0 0 0 0;
}
.wppb-user-forms ul li {
	padding: 0 0 0 0;
}
.wppb-checkboxes li {
	display: block;
	float: left;
	width: 50%;
}
.wppb-checkboxes li input {
	float: left;
	min-width: 0;
	width: auto;
	vertical-align: middle;
}
.wppb-checkboxes2 ul li {
	display: block;
	float: left;
	width: 100%;
}
.wppb-checkboxes2 ul li input {
	float: left;
	min-width: 0;
	width: auto;
	vertical-align: middle;
}
.wppb-rpf-add {
	background: #ddd none repeat scroll 0 0;
	color: #222;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 27px;
	right: -15px;
	width: 30px;
}
.padding-topup {
	padding-top: 0px;
}

/*********PPI*********/
.imageSAP {
	box-shadow: 0rem 0rem 0rem 0rem!important;
}
#searchtext {
	border: .125rem solid #1cbce3!important;
}
.wpas-orderby {
	width: 40%!important;
	display: inline!important;
	padding-top: 0px!important;
	width: 60%!important;
	display: inline!important;
	float: left!important;
}
.wpas-posts_per_page {
	padding-top: 0px!important;
	width: 40%!important;
	display: inline!important;
	float: right!important;
}
#wpas-matadata_document>div>label,
#wpas-searchtext>div>label,
#wpas-posts_per_page>div>label,
#wpas-orderby>div>label {
	display: inline!important;
	padding-top: 10px!important;
	padding-bottom: 10px!important;
	color: #5c6670 !important;
	font-size: 1rem !important;
	line-height: 120% !important;
	font-family: Montserrat !important;
	font-weight: 700 !important;
}
#orderby {
	height: 2rem!important;
	width: 95%!important;
	padding-right: 0px!important;
	padding-left: 0px!important;
	line-height: normal!important;
	font-weight: 100!important;
	font-size: 0.8rem!important;
}
#posts_per_page {
	height: 2rem!important;
	width: 100%!important;
	padding-right: 0px!important;
	padding-left: 0px!important;
	line-height: normal!important;
	font-weight: 100!important;
}
.wpas-generic ul li::before {
	color: #57c9e8;
	content: "";
	font-family: FontAwesome;
	left: 0;
	padding-left: 0px;
	position: absolute;
	top: 0.625rem;
}
.wpas-generic {
	clear: both;
}
.wpas-generic-checkbox-container input {
	float: left;
	min-width: 0;
	width: auto;
	vertical-align: middle;
}
.wpas-generic-checkbox-container {
	background-color: #FFF;
	border-radius: 4px;
	float: left;
	/*padding:0px 0px 3px 0px!important;*/
	
	width: 50%;
	line-height: 1px;
}
.wpas-generic-checkbox-container label {
	background-color: #FFF;
	color: #CCC;
	text-align: left;
	display: inline-block!important;
	/*padding:3px;*/
	
	margin-right: 3px!important;
	margin-left: 0px;
	border: thin #CCC;
}
.wpas-filtertitle {
	width: 100%;
	clear: both;
}
.wpas-filtertitle2 {
	width: 100%;
	clear: both;
}
.wpas-filtertitle3 {
	width: 100%;
	clear: both;
}
.wpas-filtertitle4 {
	width: 100%;
	clear: both;
}
#filtertitle {
	display: none;
}
#filtertitle2 {
	display: none;
}
#filtertitle3 {
	display: none;
}
#filtertitle4 {
	display: none;
}

/*.wpas-generic-checkbox-container input{
	border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
  position: absolute;
    width: 1px;
}
.wpas-generic-checkbox-container input:checked + label{
    background-color:#57c9e8!important;
    color:#FFF !important;
}*/
.wpas-tax_ppi_geoscope ul li::before {
	color: #57c9e8;
	content: "";
	font-family: FontAwesome;
	left: 0;
	padding-left: 0px;
	position: absolute;
	top: 0.625rem;
}
.wpas-tax_ppi_geoscope {
	padding-top: 0px;
	clear: both;
}
.wpas-tax_ppi_geoscope div {
	padding-top: 0px;
}
.wpas-tax_ppi_geoscope-checkbox-container {
	background-color: #FFF;
	border-radius: 4px;
	float: left;
	padding: 0px 0px 3px 0px!important;
	width: 50%;
	line-height: 1px;
}
.wpas-tax_ppi_geoscope-checkbox-container label {
	background-color: #FFF;
	color: #CCC;
	text-align: left;
	display: inline-block!important;
	/*padding:3px;*/
	
	margin-right: 3px!important;
	margin-left: 0px;
	border: thin #CCC;
}
.wpas-tax_ppi_status ul li::before {
	color: #57c9e8;
	content: "";
	font-family: FontAwesome;
	left: 0;
	padding-left: 0px;
	position: absolute;
	top: 0.625rem;
}
.wpas-tax_ppi_status {
	clear: both;
}
.wpas-tax_ppi_status-checkbox-container {
	background-color: #FFF;
	border-radius: 4px;
	float: left;
	padding: 0px 0px 3px 0px!important;
	width: 50%;
	line-height: 1px;
}
.wpas-tax_ppi_status-checkbox-container label {
	background-color: #FFF;
	color: #CCC;
	text-align: left;
	display: inline-block!important;
	/*padding:3px;*/
	
	margin-right: 3px!important;
	margin-left: 0px;
	border: thin #CCC;
}
.wpas-ppi_sap ul li::before {
	color: #57c9e8;
	content: "";
	font-family: FontAwesome;
	left: 0;
	padding-left: 0px;
	position: absolute;
	top: 0.625rem;
}
.wpas-ppi_sap {
	clear: both;
}
.wpas-ppi_sap-checkboxes {
	padding-left: 30px;
}
.wpas-ppi_sap-checkbox-container {
	background-color: #FFF;
	border-radius: 4px;
	float: left;
	padding: 0px 0px 3px 0px!important;
	width: 100%;
	line-height: 1px;
}
.wpas-ppi_sap-checkbox-container label {
	background-color: #FFF;
	color: #CCC;
	text-align: left;
	display: inline-block!important;
	/*padding:3px;*/
	
	margin-right: 3px!important;
	margin-left: 0px;
	border: thin #CCC;
}
.wpas-tax_regional_issues ul li::before {
	color: #57c9e8;
	content: "";
	font-family: FontAwesome;
	left: 0;
	padding-left: 0px;
	position: absolute;
	top: 0.625rem;
}
.wpas-tax_regional_issues {
	clear: both;
}
.wpas-tax_regional_issues-checkboxes {
	padding-left: 30px;
}
.wpas-tax_regional_issues-checkbox-container {
	background-color: #FFF;
	border-radius: 4px;
	float: left;
	padding: 0px 0px 3px 0px!important;
	width: 100%;
	line-height: 1px;
}
.wpas-tax_regional_issues-checkbox-container label {
	background-color: #FFF;
	color: #CCC;
	text-align: left;
	display: inline-block!important;
	/*padding:3px;*/
	
	margin-right: 3px!important;
	margin-left: 0px;
	border: thin #CCC;
}
.wpas-tax_other_comm ul li::before {
	color: #57c9e8;
	content: "";
	font-family: FontAwesome;
	left: 0;
	padding-left: 0px;
	position: absolute;
	top: 0.625rem;
}
.wpas-tax_other_comm {
	clear: both;
}
.wpas-tax_other_comm-checkbox-container {
	background-color: #FFF;
	border-radius: 4px;
	float: left;
	padding: 0px 0px 3px 0px!important;
	width: 50%;
	line-height: 1px;
}
.wpas-tax_other_comm-checkbox-container label {
	background-color: #FFF;
	color: #CCC;
	text-align: left;
	display: inline-block!important;
	/*padding:3px;*/
	
	margin-right: 3px!important;
	margin-left: 0px;
	border: thin #CCC;
}

/*.wpas-tax_ppi_status-checkbox-container input{
	border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
   position: absolute;
    width: 1px;
}
.wpas-tax_ppi_status-checkbox-container input:checked + label{
    background-color:#57c9e8!important;
    color:#FFF !important;
}
*/
.wpas-id_ppi_status {
	/*clear: both;*/
	
	max-width: 100%;
	text-align: right;
}
.wpas-id_ppi_status-checkbox-container {
	max-width: 100%;
	background-color: #FFF;
	border-radius: 4px;
	float: right;
}
.wpas-id_ppi_status-checkbox-container label {
	background-color: #FFF;
	color: #CCC;
	text-align: center;
	display: inline;
	padding: 3px;
	margin-right: 3px!important;
	margin-left: 0px;
	border: 1px solid #CCC!important;
}
.wpas-id_ppi_status-checkbox-container input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.wpas-id_ppi_status-checkbox-container input:checked+label {
	background-color: rgba(204, 204, 204, 0.3)!important;
	color: #FFF !important;
}
.wpas-tax_ppi_status ul li:first-child {
	padding: 0 0 0 0;
}
.wpas-tax_ppi_countries ul li::before {
	color: #57c9e8;
	content: "";
	font-family: FontAwesome;
	left: 0;
	padding-left: 0px;
	position: absolute;
	top: 0.625rem;
}
.wpas-tax_ppi_countries {
	clear: both;
}
.wpas-tax_ppi_countries-checkboxes {
	margin-left: 2rem!important;
}
.wpas-tax_ppi_countries-checkbox-container {
	margin: 0px 0px 2px 0px!important;
	padding: 0px 0px 0px 0px!important;
	float: left;
}
.wpas-tax_ppi_countries-checkbox-container label {
	background-color: #CCC!important;
	color: #333 !important;
	border-radius: 4px;
	text-align: center;
	display: inline;
	padding: 3px;
	margin-right: 3px!important;
	margin-left: 0px;
	margin-bottom: 3px!important;
}
.wpas-tax_ppi_countries-checkbox-container input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.wpas-tax_ppi_countries-checkbox-container input:checked+label {
	background-color: #57c9e8!important;
	color: #FFF !important;
}
.wpas-id_ppi_regcountry {
	clear: both;
}
.wpas-id_ppi_regcountry-checkbox-container {
	margin: 0px 0px 2px 0px!important;
	padding: 0px 0px 0px 0px!important;
	float: left;
}
.wpas-id_ppi_regcountry-checkbox-container label {
	background-color: #CCC!important;
	color: #333 !important;
	border-radius: 4px;
	text-align: center;
	display: inline;
	padding: 3px;
	margin-right: 3px!important;
	margin-left: 0px;
	margin-bottom: 3px!important;
}
.wpas-id_ppi_regcountry-checkbox-container input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.wpas-id_ppi_regcountry-checkbox-container input:checked+label {
	background-color: #57c9e8!important;
	color: #FFF !important;
}
.wpas-id_ppi_countries {
	/*clear: both;*/
	
	max-width: 100%;
	text-align: right;
}
.wpas-id_ppi_countries-checkbox-container {
	max-width: 100%;
	background-color: transparent!important;
	color: #333;
	float: right;
	padding-top: 15px!important;
}
.wpas-id_ppi_countries-checkbox-container label {
	text-align: center;
	display: inline;
	padding: 3px;
	margin-right: 3px!important;
	margin-left: 0px;
	border: thin #CCC!important;
	border-radius: 4px!important;
}
.wpas-id_ppi_countries-checkbox-container input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.wpas-id_ppi_countries-checkbox-container input:checked+label {
	background-color: #666!important;
	color: #FFF !important;
}
.wpas-order-radio-container {
	background-color: #FFF;
	border-radius: 4px;
	float: left;
	padding: 5px 0px 3px 0px!important;
	width: 25%;
	line-height: 1px;
}
.wpas-order-radio-1-container {
	width: 30%!important;
}
.wpas-order-radio-container label {
	background-color: #FFF;
	color: #CCC;
	text-align: left;
	display: inline-block!important;
	/*padding:3px;*/
	
	margin-right: 3px!important;
	margin-left: 0px;
	border: thin #CCC;
}

/************************/
.wpas-meta_status_ppi {
	padding-top: 80px;
	text-align: left;
}
.wpas-meta_status_ppi-checkbox-container {
	display: block;
	float: left;
	width: 50%;
}
.wpas-meta_status_ppi-checkbox-container input {
	float: left;
	min-width: 0;
	width: auto;
	vertical-align: middle;
}
.wpas-posts_per_page-field {
	padding: 0 0 15px 0;
}
.wpas-posts_per_page-field {
	padding: 15px 0 15px 0;
}
form:not(#adminbarsearch) input[type="reset"] {
	margin: 0px;
	background: #57c9e8 none repeat scroll 0 0;
	border: medium none;
	cursor: pointer;
	font-family: Montserrat, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	padding: 1.5625rem 1.5rem;
	text-align: center;
	width: auto;
	margin-left: 5px;
	display: inline;
}
form:not(#adminbarsearch) input[type="submit"] {
	padding: 1.5625rem 1.5rem!important;
}
.registro_document form:not(#adminbarsearch) input[type="submit"] {
	padding: 0px !important;
	padding: 12px 15px !important;
}
.wp-advanced-search input[type="submit"] {
	width: 15%;
	padding: 5px;
	display: inline;
}
.wp-advanced-search input[type="reset"] {
	width: auto;
	padding: 5px;
	display: inline;
}
#wpas-reset {
	width: 27%;
	padding: 4px;
	display: inline;
	margin-left: 5px;
}
#wpas-submit {
	width: 33%;
	padding: 5px;
	display: inline;
}
.label-container {
	padding: 10px 0 10px 0;
}
.lineasearch {
	display: flex;
}
//
.table_ppi {
	height: 280px;
	width: 456px;
	overflow: hidden;
	white-space: nowrap;
}

/*****Dopcument Library*******/
#search_query {
	border: .125rem solid #1cbce3!important;
}
.wpas-matadata_document {
	padding-top: 0px!important;
}
.wp-advanced-search ul li:before {
	color: #57c9e8;
	content: "";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 0.625rem;
	padding: 0 0 0 0;
}
.wpas-tax_intitivate {
	clear: both;
}
.wpas-tax_intitivate-checkbox-container {
	background-color: #FFF;
	border-radius: 4px;
	float: left;
	padding: 0px 0px 3px 0px!important;
}
.wpas-tax_intitivate-checkbox-container label {
	background-color: #CCC !important;
	color: #333 !important;
	text-align: center;
	border-radius: 4px;
	display: inline;
	padding: 3px;
	margin-right: 3px!important;
	margin-left: 0px;
	margin-top: 7px!important;
	border: thin #CCC;
}
.wpas-tax_intitivate-checkbox-container input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.wpas-tax_intitivate-checkbox-container input:checked+label {
	background-color: #57c9e8!important;
	color: #FFF !important;
}
.wpas-tax_dl_product_of {
	clear: both;
}
.wpas-tax_dl_product_of-checkbox-container {
	background-color: #FFF;
	border-radius: 4px;
	float: left;
	padding: 0px 0px 3px 0px!important;
}
.wpas-tax_dl_product_of-checkbox-container label {
	background-color: #CCC !important;
	color: #333 !important;
	text-align: center;
	border-radius: 4px;
	display: inline;
	padding: 3px;
	margin-right: 3px!important;
	margin-left: 0px;
	margin-top: 7px!important;
	border: thin #CCC;
}
.wpas-tax_dl_product_of-checkbox-container input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.wpas-tax_dl_product_of-checkbox-container input:checked+label {
	background-color: #57c9e8!important;
	color: #FFF !important;
}
#wpas-tax_ppi_status {
	clear: both;
}
#wpas-dl_filetype_name {
	clear: both;
}
.wpas-tax_dl_type_of_document {
	clear: both;
	padding-top: 3px!important;
}
.wpas-tax_dl_type_of_document>div:first-child {
	padding-top: 3px!important;
}
.wpas-tax_dl_type_of_document-checkboxes {
	margin-top: 0px!important;
}
.wpas-tax_dl_type_of_document-checkbox-container {
	background-color: #FFF;
	border-radius: 4px;
	float: left;
	padding: 0px 0px 0px 0px!important;
}
.wpas-tax_dl_type_of_document-checkbox-container label {
	background-color: #CCC !important;
	color: #333 !important;
	text-align: center;
	border-radius: 4px;
	display: inline;
	padding: 3px;
	margin-right: 3px!important;
	margin-left: 0px;
	margin-top: 7px!important;
	border: thin #CCC;
}
.wpas-tax_dl_type_of_document-checkbox-container input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.wpas-tax_dl_type_of_document-checkbox-container input:checked+label {
	background-color: #57c9e8!important;
	color: #FFF !important;
}
.wpas-tax_dl_type_of_doc_meet {
	clear: both;
	padding-top: 3px!important;
}
.wpas-tax_dl_type_of_doc_meet>div:first-child {
	padding-top: 3px!important;
}
.wpas-tax_dl_type_of_doc_meet-checkbox-container {
	background-color: #FFF;
	border-radius: 4px;
	float: left;
	padding: 0px 0px 0px 0px!important;
}
.wpas-tax_dl_type_of_doc_meet-checkbox-container label {
	background-color: #CCC !important;
	color: #333 !important;
	text-align: center;
	border-radius: 4px;
	display: inline;
	padding: 3px;
	margin-right: 3px!important;
	margin-left: 0px;
	margin-top: 7px!important;
	border: thin #CCC;
}
.wpas-tax_dl_type_of_doc_meet-checkbox-container input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.wpas-tax_dl_type_of_doc_meet-checkbox-container input:checked+label {
	background-color: #57c9e8!important;
	color: #FFF !important;
}
.wpas-tax_dl_type_of_doc_projec {
	clear: both;
	padding-top: 3px!important;
}
.wpas-tax_dl_type_of_doc_projec>div:first-child {
	padding-top: 3px!important;
}
.wpas-tax_dl_type_of_doc_projec-checkbox-container {
	background-color: #FFF;
	border-radius: 4px;
	float: left;
	padding: 0px 0px 0px 0px!important;
}
.wpas-tax_dl_type_of_doc_projec-checkbox-container label {
	background-color: #CCC !important;
	color: #333 !important;
	text-align: center;
	border-radius: 4px;
	display: inline;
	padding: 3px;
	margin-right: 3px!important;
	margin-left: 0px;
	margin-top: 7px!important;
	border: thin #CCC;
}
.wpas-tax_dl_type_of_doc_projec-checkbox-container input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.wpas-tax_dl_type_of_doc_projec-checkbox-container input:checked+label {
	background-color: #57c9e8!important;
	color: #FFF !important;
}
.wpas-tax_dl_type_of_doc_tech {
	clear: both;
	padding-top: 3px!important;
}
.wpas-tax_dl_type_of_doc_tech>div:first-child {
	padding-top: 3px!important;
}
.wpas-tax_dl_type_of_doc_tech-checkbox-container {
	background-color: #FFF;
	border-radius: 4px;
	float: left;
	padding: 0px 0px 0px 0px!important;
}
.wpas-tax_dl_type_of_doc_tech-checkbox-container label {
	background-color: #CCC !important;
	color: #333 !important;
	text-align: center;
	border-radius: 4px;
	display: inline;
	padding: 3px;
	margin-right: 3px!important;
	margin-left: 0px;
	margin-top: 7px!important;
	border: thin #CCC;
}
.wpas-tax_dl_type_of_doc_tech-checkbox-container input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.wpas-tax_dl_type_of_doc_tech-checkbox-container input:checked+label {
	background-color: #57c9e8!important;
	color: #FFF !important;
}
.wpas-tax_dl_type_of_doc_news {
	clear: both;
	padding-top: 3px!important;
}
.wpas-tax_dl_type_of_doc_news>div:first-child {
	padding-top: 3px!important;
}
.wpas-tax_dl_type_of_doc_news-checkbox-container {
	background-color: #FFF;
	border-radius: 4px;
	float: left;
	padding: 0px 0px 0px 0px!important;
}
.wpas-tax_dl_type_of_doc_news-checkbox-container label {
	background-color: #CCC !important;
	color: #333 !important;
	text-align: center;
	border-radius: 4px;
	display: inline;
	padding: 3px;
	margin-right: 3px!important;
	margin-left: 0px;
	margin-top: 7px!important;
	border: thin #CCC;
}
.wpas-tax_dl_type_of_doc_news-checkbox-container input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.wpas-tax_dl_type_of_doc_news-checkbox-container input:checked+label {
	background-color: #57c9e8!important;
	color: #FFF !important;
}
.wpas-tax_dl_type_of_doc_train {
	clear: both;
	padding-top: 3px!important;
}
.wpas-tax_dl_type_of_doc_train>div:first-child {
	padding-top: 3px!important;
}
.wpas-tax_dl_type_of_doc_train-checkbox-container {
	background-color: #FFF;
	border-radius: 4px;
	float: left;
	padding: 0px 0px 0px 0px!important;
}
.wpas-tax_dl_type_of_doc_train-checkbox-container label {
	background-color: #CCC !important;
	color: #333 !important;
	text-align: center;
	border-radius: 4px;
	display: inline;
	padding: 3px;
	margin-right: 3px!important;
	margin-left: 0px;
	margin-top: 7px!important;
	border: thin #CCC;
}
.wpas-tax_dl_type_of_doc_train-checkbox-container input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.wpas-tax_dl_type_of_doc_train-checkbox-container input:checked+label {
	background-color: #57c9e8!important;
	color: #FFF !important;
}
.wpas-tax_dl_format {
	clear: both;
	padding-top: 3px!important;
}
.wpas-tax_dl_format>div:first-child {
	padding-top: 3px!important;
}
.wpas-tax_dl_format-checkbox-container {
	background-color: #FFF;
	/*border-radius:4px;*/
	
	float: left;
	/*padding-bottom:3px!important;*/
	
	line-height: 1px!important;
	display: inline-block!important;
	width: 50%;
}
.wpas-tax_dl_format-checkbox-container label {
	background-color: #FFF;
	color: #CCC;
	margin: 0px!important;
	display: inline-block!important;
	padding-top: 0px!important;
	/*display:inline-block;
	 padding:3px;
	 margin-right:3px!important;*/
	/* margin:0px;
	 float:none;
	 border:thin #CCC;*/
}

/*.wpas-tax_dl_format-checkbox-container input{
	border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.wpas-tax_dl_format-checkbox-container input:checked + label{
    background-color:#57c9e8!important;
    color:#FFF !important;
}*/
.wpas-id_project_of {
	clear: both;
}
.wpas-id_project_of {
	max-width: 100%;
	text-align: right;
}
.wpas-id_project_of-checkbox-container {
	background-color: #FFF;
	border-radius: 4px;
	float: right;
	margin-right: 5px;
}
.wpas-id_project_of-checkbox-container label {
	background-color: #FFF;
	color: #CCC;
	text-align: center;
	display: inline;
	padding: 4px;
	margin-right: 0px!important;
	margin-left: 0px;
	border: thin #878a8d!important;
	border-radius: 4px!important;
	border-style: solid !important;
}
.wpas-id_project_of-checkbox-container input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.wpas-id_project_of-checkbox-container input:checked+label {
	background-color: #CCC!important;
	color: #FFF !important;
}
.wpas-id_project_of-checkboxes {
	padding-top: 3px!important;
}
.wpas-id_product_of {
	clear: both;
}
.wpas-id_product_of {
	max-width: 100%;
	text-align: right;
}
.wpas-id_product_of-checkbox-container {
	background-color: #FFF;
	border-radius: 4px;
	float: right;
	margin-right: 5px;
}
.wpas-id_product_of-checkbox-container label {
	background-color: #FFF;
	color: #CCC;
	text-align: center;
	display: inline;
	padding: 4px;
	margin-right: 0px!important;
	margin-left: 0px;
	border: thin #878a8d!important;
	border-radius: 4px!important;
	border-style: solid !important;
}
.wpas-id_product_of-checkbox-container input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.wpas-id_product_of-checkbox-container input:checked+label {
	background-color: #CCC!important;
	color: #FFF !important;
}
.wpas-id_product_of-checkboxes {
	padding-top: 3px!important;
}
.wpas-tax_dl_format-checkbox-container {
	padding: 0px!important;
}
.wpas-id_format_of {
	clear: both;
}
.wpas-id_format_of {
	max-width: 100%;
	text-align: right;
}
.wpas-id_format_of-checkbox-container {
	background-color: #FFF;
	border-radius: 4px;
	float: right;
	margin-right: 5px;
}
.wpas-id_format_of-checkbox-container label {
	background-color: #FFF;
	color: #CCC;
	text-align: center;
	display: inline;
	padding: 3px;
	margin-right: 3px!important;
	margin-left: 0px;
	border: thin #878a8d!important;
	border-radius: 4px!important;
	border-style: solid !important;
}
.wpas-id_format_of-checkbox-container input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.wpas-id_format_of-checkbox-container input:checked+label {
	background-color: #CCC!important;
	color: #FFF !important;
}
.wpas-dl_product_of_all {
	max-width: 100%;
	text-align: right;
	clear: both;
}
.wpas-dl_product_of_all-checkbox-container {
	max-width: 100%;
	background-color: #FFF;
	border-radius: 4px;
	float: right;
}
.wpas-dl_product_of_all-checkbox-container label {
	background-color: #FFF;
	color: #CCC;
	text-align: center;
	display: inline;
	padding: 3px;
	margin-right: 3px!important;
	margin-left: 0px;
	border: thin #CCC;
}
.wpas-dl_product_of_all-checkbox-container input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.wpas-dl_product_of_all-checkbox-container input:checked+label {
	background-color: #CCC!important;
	color: #FFF !important;
}
.wpas-id_type_of {
	clear: both;
	max-width: 100%;
	text-align: right;
	padding-top: 6px!important;
}
.wpas-id_type_of-checkbox-container {
	max-width: 100%;
	background-color: #FFF;
	border-radius: 4px;
	float: right;
	margin-right: 5px;
}
.wpas-id_type_of-checkbox-container label {
	background-color: #FFF;
	color: #CCC;
	text-align: center;
	display: inline;
	padding: 3px;
	margin-right: 3px!important;
	margin-left: 0px;
	border: thin #878a8d!important;
	border-radius: 4px!important;
	border-style: solid !important;
}
.wpas-id_type_of-checkbox-container input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.wpas-id_type_of-checkbox-container input:checked+label {
	background-color: #CCC!important;
	color: #FFF !important;
}
.wpas-id_type_of_2 {
	clear: both;
	max-width: 100%;
	text-align: right;
	padding-top: 6px!important;
}
.wpas-id_type_of_2-checkbox-container {
	max-width: 100%;
	background-color: #FFF;
	border-radius: 4px;
	float: right;
	margin-right: 5px;
}
.wpas-id_type_of_2-checkbox-container label {
	background-color: #FFF;
	color: #CCC;
	text-align: center;
	display: inline;
	padding: 3px;
	margin-right: 3px!important;
	margin-left: 0px;
	border: thin #878a8d!important;
	border-radius: 4px!important;
	border-style: solid !important;
}
.wpas-id_type_of_2-checkbox-container input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.wpas-id_type_of_2-checkbox-container input:checked+label {
	background-color: #CCC!important;
	color: #FFF !important;
}
.wpas-id_type_of_3 {
	clear: both;
	max-width: 100%;
	text-align: right;
	padding-top: 6px!important;
}
.wpas-id_type_of_3-checkbox-container {
	max-width: 100%;
	background-color: #FFF;
	border-radius: 4px;
	float: right;
	margin-right: 5px;
}
.wpas-id_type_of_3-checkbox-container label {
	background-color: #FFF;
	color: #CCC;
	text-align: center;
	display: inline;
	padding: 3px;
	margin-right: 3px!important;
	margin-left: 0px;
	border: thin #878a8d!important;
	border-radius: 4px!important;
	border-style: solid !important;
}
.wpas-id_type_of_3-checkbox-container input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.wpas-id_type_of_3-checkbox-container input:checked+label {
	background-color: #CCC!important;
	color: #FFF !important;
}
.wpas-id_type_of_4 {
	clear: both;
	max-width: 100%;
	text-align: right;
	padding-top: 3px!important;
}
.wpas-id_type_of_4-checkbox-container {
	max-width: 100%;
	background-color: #FFF;
	border-radius: 4px;
	float: right;
	margin-right: 5px;
}
.wpas-id_type_of_4-checkbox-container label {
	background-color: #FFF;
	color: #CCC;
	text-align: center;
	display: inline;
	padding: 3px;
	margin-right: 3px!important;
	margin-left: 0px;
	border: thin #878a8d!important;
	border-radius: 4px!important;
	border-style: solid !important;
}
.wpas-id_type_of_4-checkbox-container input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.wpas-id_type_of_4-checkbox-container input:checked+label {
	background-color: #CCC!important;
	color: #FFF !important;
}
.wpas-id_type_of_5 {
	clear: both;
	max-width: 100%;
	text-align: right;
	padding-top: 3px!important;
}
.wpas-id_type_of_5-checkbox-container {
	max-width: 100%;
	background-color: #FFF;
	border-radius: 4px;
	float: right;
	margin-right: 5px;
}
.wpas-id_type_of_5-checkbox-container label {
	background-color: #FFF;
	color: #CCC;
	text-align: center;
	display: inline;
	padding: 3px;
	margin-right: 3px!important;
	margin-left: 0px;
	border: thin #878a8d!important;
	border-radius: 4px!important;
	border-style: solid !important;
}
.wpas-id_type_of_5-checkbox-container input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.wpas-id_type_of_5-checkbox-container input:checked+label {
	background-color: #CCC!important;
	color: #FFF !important;
}
.wpas-id_type_of_6 {
	clear: both;
	max-width: 100%;
	text-align: right;
	padding-top: 6px!important;
}
.wpas-id_type_of_6-checkbox-container {
	max-width: 100%;
	background-color: #FFF;
	border-radius: 4px;
	float: right;
	margin-right: 5px;
}
.wpas-id_type_of_6-checkbox-container label {
	background-color: #FFF;
	color: #CCC;
	text-align: center;
	display: inline;
	padding: 3px;
	margin-right: 3px!important;
	margin-left: 0px;
	border: thin #878a8d!important;
	border-radius: 4px!important;
	border-style: solid !important;
}
.wpas-id_type_of_6-checkbox-container input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.wpas-id_type_of_6-checkbox-container input:checked+label {
	background-color: #CCC!important;
	color: #FFF !important;
}
.wpas-tax_dl_languages {
	clear: both;
	padding-top: 3px!important;
}
.wpas-tax_dl_languages>div:first-child {
	padding-top: 3px!important;
}
.wpas-tax_dl_languages-checkboxes ul li:first-child {
	padding: 0 0 0 0 !important;
}
.wpas-tax_dl_languages-checkboxes ul li {
	padding: 0 0 0 0 !important;
}
.wpas-tax_dl_languages-checkbox-container {
	background-color: #FFF;
	/*border-radius:4px;*/
	
	float: left;
	/*padding-bottom:3px!important;*/
	
	line-height: 1px!important;
	display: inline-block!important;
	width: 50%;
}
.wpas-tax_dl_languages-checkbox-container label {
	background-color: #FFF;
	color: #CCC;
	margin: 0px!important;
	display: inline-block!important;
	padding-top: 0px!important;
	/*display:inline-block;
	 padding:3px;
	 margin-right:3px!important;*/
	/* margin:0px;
	 float:none;
	 border:thin #CCC;*/
}
.wpas-id_language_of {
	clear: both;
	max-width: 100%;
	text-align: right;
}
.wpas-id_language_of-checkbox-container {
	max-width: 100%;
	background-color: #FFF;
	border-radius: 4px;
	float: right;
	margin-right: 5px;
}
.wpas-id_language_of-checkbox-container label {
	background-color: #FFF;
	color: #CCC;
	text-align: center;
	display: inline;
	padding: 3px;
	margin-right: 3px!important;
	margin-left: 0px;
	border: thin #878a8d!important;
	border-radius: 4px!important;
	border-style: solid !important;
}
.wpas-id_language_of-checkbox-container input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.wpas-id_language_of-checkbox-container input:checked+label {
	background-color: #CCC!important;
	color: #FFF !important;
}
.wpas-tax_dl_tags_theme {
	clear: both;
}
.wpas-tax_dl_tags_theme-checkboxes ul li:first-child {
	padding: 0 0 0 0 !important;
}
.wpas-tax_dl_tags_theme-checkboxes ul li {
	padding: 0 0 0 0 !important;
}
.wpas-tax_dl_tags_theme-checkbox-container {
	background-color: #FFF;
	/*border-radius:4px;*/
	
	float: left;
	/*padding-bottom:3px!important;*/
	
	line-height: 1px!important;
	display: inline-block!important;
	width: 50%;
}
.wpas-tax_dl_tags_theme-checkbox-container label {
	background-color: #FFF;
	color: #CCC;
	margin: 0px!important;
	display: inline-block!important;
}

/*.wpas-tax_dl_tags_theme-checkbox-container input{
	border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.wpas-tax_dl_tags_theme-checkbox-container input:checked + label{
    background-color:#57c9e8!important;
    color:#FFF !important;
}*/
.wpas-id_tags_theme {
	clear: both;
	max-width: 100%;
	text-align: right;
}
.wpas-id_tags_theme-checkbox-container {
	max-width: 100%;
	background-color: #FFF;
	border-radius: 4px;
	float: right;
	margin-right: 5px;
}
.wpas-id_tags_theme-checkbox-container label {
	background-color: #FFF;
	color: #CCC;
	text-align: center;
	display: inline;
	padding: 3px;
	margin-right: 3px!important;
	margin-left: 0px;
	border: thin #878a8d!important;
	border-radius: 4px!important;
	border-style: solid !important;
}
.wpas-id_tags_theme-checkbox-container input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.wpas-id_tags_theme-checkbox-container input:checked+label {
	background-color: #CCC!important;
	color: #FFF !important;
}
.wpas-tax_dl_geoscope {
	clear: both;
}
.wpas-tax_dl_geoscope-checkboxes ul li:first-child {
	padding: 0 0 0 0 !important;
}
.wpas-tax_dl_geoscope-checkboxes ul li {
	padding: 0 0 0 0 !important;
}
.wpas-tax_dl_geoscope-checkbox-container {
	background-color: #FFF;
	/*border-radius:4px;*/
	
	float: left;
	/*padding-bottom:3px!important;*/
	
	line-height: 1px!important;
	display: inline-block!important;
	width: 100%;
}
.wpas-tax_dl_geoscope-checkbox-container label {
	background-color: #FFF;
	color: #CCC;
	margin: 0px!important;
	display: inline-block!important;
}

/*.wpas-tax_dl_geoscope-checkbox-container input{
	border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.wpas-tax_dl_geoscope-checkbox-container input:checked + label{
    background-color:#57c9e8!important;
    color:#FFF !important;
}*/
.wpas-id_tags_geoscope {
	clear: both;
	max-width: 100%;
	text-align: right;
}
.wpas-id_tags_geoscope-checkbox-container {
	max-width: 100%;
	background-color: #FFF;
	border-radius: 4px;
	float: right;
	margin-right: 5px;
}
.wpas-id_tags_geoscope-checkbox-container label {
	background-color: #FFF;
	color: #CCC;
	text-align: center;
	display: inline;
	padding: 3px;
	margin-right: 3px!important;
	margin-left: 0px;
	border: thin #878a8d!important;
	border-radius: 4px!important;
	border-style: solid !important;
}
.wpas-id_tags_geoscope-checkbox-container input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.wpas-id_tags_geoscope-checkbox-container input:checked+label {
	background-color: #CCC!important;
	color: #FFF !important;
}
.wpas-tax_dl_countries {
	clear: both;
}
.wpas-tax_dl_countries-checkbox-container {
	background-color: #FFF;
	border-radius: 4px;
	float: left;
	padding: 0px 0px 3px 0px!important;
}
.wpas-tax_dl_countries-checkbox-container label {
	background-color: #FFF;
	color: #CCC;
	text-align: center;
	display: inline;
	padding: 3px;
	margin-right: 5px!important;
	margin-left: 0px;
	margin-top: 7px!important;
	border: thin #CCC;
}
.wpas-tax_dl_countries-checkbox-container input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.wpas-tax_dl_countries-checkbox-container input:checked+label {
	background-color: #57c9e8!important;
	color: #FFF !important;
}
.wpas-id_tags_countries {
	clear: both;
	max-width: 100%;
	text-align: right;
}
.wpas-id_tags_countries-checkbox-container {
	max-width: 100%;
	background-color: #FFF;
	border-radius: 4px;
	float: right;
	margin-right: 5px;
}
.wpas-id_tags_countries-checkbox-container label {
	background-color: #FFF;
	color: #CCC;
	text-align: center;
	display: inline;
	padding: 3px;
	margin-right: 3px!important;
	margin-left: 0px;
	border: thin #CCC;
}
.wpas-id_tags_countries-checkbox-container input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.wpas-id_tags_countries-checkbox-container input:checked+label {
	background-color: #57c9e8!important;
	color: #FFF !important;
}
.wpas-tax_dl_yearp {
	clear: both;
}
.wpas-tax_dl_yearp-checkbox-container {
	background-color: #FFF;
	/*border-radius:4px;*/
	
	float: left;
	/*padding-bottom:3px!important;*/
	
	line-height: 1px!important;
	display: inline-block!important;
	width: 50%;
}
.wpas-tax_dl_yearp-checkbox-container label {
	background-color: #FFF;
	color: #CCC;
	margin: 0px!important;
	display: inline-block!important;
}
.wpas-matadata_document {
	padding-top: 20px;
	margin-top: 10px;
	clear: both;
	border-top: 2px solid #44c8e8!important;
}
.wpas-matadata_document-radio-buttons {
	clear: both;
}
.wpas-matadata_document-radio-container {
	background-color: #FFF;
	/*border-radius:4px;*/
	
	float: left;
	/*padding-bottom:3px!important;*/
	
	line-height: 1px!important;
	display: inline-block!important;
	width: 50%;
}
.wpas-matadata_document-radio-container label {
	background-color: #FFF;
	color: #CCC;
	margin: 0px!important;
	display: inline-block!important;
}
.wpas-dl_organization_name-radio-buttons {
	clear: both;
}
.wpas-dl_organization_name-radio-container {
	background-color: #FFF;
	/*border-radius:4px;*/
	
	float: left;
	/*padding-bottom:3px!important;*/
	
	line-height: 1px!important;
	display: inline-block!important;
	width: 50%;
}
.wpas-dl_organization_name-radio-container label {
	background-color: #FFF;
	color: #CCC;
	margin: 0px!important;
	display: inline-block!important;
}
.wpas-dl_filetype_name-radio-buttons {
	clear: both;
}
.wpas-dl_filetype_name-radio-container {
	background-color: #FFF;
	/*border-radius:4px;*/
	
	float: left;
	/*padding-bottom:3px!important;*/
	
	line-height: 1px!important;
	display: inline-block!important;
	width: 50%;
}
.wpas-dl_filetype_name-radio-container label {
	background-color: #FFF;
	color: #CCC;
	margin: 0px!important;
	display: inline-block!important;
}

/*.wpas-tax_dl_yearp-checkbox-container input{
	border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
   position: absolute;
    width: 1px;
}
.wpas-tax_dl_yearp-checkbox-container input:checked + label{
    background-color:#57c9e8!important;
    color:#FFF !important;
}*/
.wpas-id_tags_yearp {
	clear: both;
	max-width: 100%;
	text-align: right;
}
.wpas-id_tags_yearp-checkbox-container {
	max-width: 100%;
	background-color: #FFF;
	border-radius: 4px;
	float: right;
}
.wpas-id_tags_yearp-checkbox-container label {
	background-color: #FFF;
	color: #CCC;
	text-align: center;
	display: inline;
	padding: 3px;
	margin-right: 3px!important;
	margin-left: 0px;
	border: thin #CCC;
}
.wpas-id_tags_yearp-checkbox-container input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.wpas-id_tags_yearp-checkbox-container input:checked+label {
	background-color: #CCC!important;
	color: #FFF !important;
}
.wp-advanced-search label {
	font-size: 13px!important;
}

/******************/
.cssdoctitle {
	color: #57c9e8;
}
.cssimage {
	float: left;
}
.wpas-tax_documentl_category ul li::before {
	color: #57c9e8;
	content: "";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 0.625rem;
}

/* STRUCTURE */
#pagewrapdoc {
	padding: 5px;
	/*width: 800px;*/
	width: 100%;
	margin: 10px auto;
	border: 1px;
}
headerdoc {
	height: 100px;
	padding: 0 15px;
}
#contentdoc {
	/*width: 150px;*/
	width: 15%;
	float: left;
	padding: 5px 15px;
}
#middledoc {
	/*width: 505px;*/
	width: 60%;
	/* Account for margins + border values */
	
	float: left;
	padding: 5px 15px;
	margin: 0px 5px 5px 5px;
	text-align: justify;
	text-justify: inter-word;
	font-size: 10px;
}
#middledoc p {
	font-size: 10px;
}
#middledoc {
	font-size: 11px;
}
#middledoc h4 {
	color: #57c9e8;
}
#sidebardoc {
	/*width: 100px;*/
	width: 5%;
	padding: 5px 15px;
	float: left;
}
#sidebardoc p {
	font-size: 10px;
}
footerdoc {
	clear: both;
	padding: 0 15px;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/

/* for 980px or less */
@media screen and (max-width: 980px) {
	#pagewrapdoc {
		width: 98%;
	}
	
	#contentdoc {
		width: 25%;
		padding: 1% 4%;
	}
	
	#middledoc {
		width: 55%;
		padding: 1% 4%;
		margin: 0px 0px 5px 5px;
		float: right;
	}
	
	#sidebardoc {
		clear: both;
		padding: 1% 4%;
		width: auto;
		float: none;
	}

	#sidebardoc {
    	width: 15%;
    	padding: 5px 5px;
	}
	
	headerdoc,
	footerdoc {
		padding: 1% 4%;
	}
}

/* for 700px or less */
@media screen and (max-width: 600px) {
	#contentdoc {
		width: 100%;		
		float: none;
		min-width: 100%;
	}
	
	#middledoc {
		width: auto;
		float: none;
		margin-left: 0px;
		padding: 1% 10px;
	}
	
	#sidebardoc {
		width: 100%;
		width: auto;
		float: none;
	}

	#contentdoc img {
    width: 45%;
    margin: 0 auto;
    display: block;
	}

	.my-documents-button .elementor-icon-box-icon,
	.my-documents-button .elementor-icon-box-content{
		display: inline-block;
	}

	.my-documents-button .elementor-icon-box-wrapper{
		text-align: right !important;
	}

	.my-documents-button .elementor-icon-box-content{
		vertical-align: top;
		padding-top: 3px;
		padding-left: 3px;
	}

	.document-thumbnail,
	.documents-buttons,
	.document-title {
	    font-size: 14px;
	}

	body .edit-document .acf-field.acf-field-taxonomy {
	    max-width: 100%;
	    display: inline-block;
	}

	body  .edit-document .select2-container--default .select2-selection--multiple .select2-selection__choice {
	    padding: 0px 3px 0px 5px;
	    font-size: 0.9rem;
	    line-height: 1.5em;
	}

	body  .edit-document form:not(#adminbarsearch) input[type="search"]{
		height: 2.325rem;
	}

	body  .edit-document .acf-fields > .acf-field {
	    position: relative;
	    margin: 0;
	    padding: 0px 10px 20px 10px;
	    max-width: 100% !important;
    }

    body .edit-document div.acf-field:nth-of-type(3), body .edit-document div.acf-field:nth-of-type(4), body .edit-document div.acf-field:nth-of-type(5), body .edit-document div.acf-field:nth-of-type(6), body .edit-document div.acf-field:nth-of-type(7), body .edit-document div.acf-field:nth-of-type(8) {
	    min-height: auto !important;
	}

	body .document-thumbnail img {
	    max-width: 80px;
	}

	body .registro_document .gform_wrapper .top_label li.gfield.gf_right_half {
	    padding-left: 0px !important;
	}

	body .registro_document li.gfield.gf_right_half > div, body .registro_document li.gfield.gf_right_half > label {
	    padding-left: 0em !important;
	}

	body .registro_document .gform_wrapper .top_label li.gfield.gf_left_half{
		padding-right: 0px !important;
	}

	body  .registro_document a.chosen-single {
    	padding: 0px 20px !important;
    }

    body  .registro_document form:not(#adminbarsearch){
    	padding: 0 0.7rem;
    }

    body  .registro_document .gform_wrapper .ginput_container span:not(.ginput_price) {
    	margin-bottom: 0px;    	
    }

    body  .registro_document .gfield_checkbox li {
	    display: inline-block;
	    width: 31%;
	    vertical-align: top;
	    font-size: 14px;
	    line-height: 1.1em;
	}
}

/* for 480px or less */
@media screen and (max-width: 480px) {
	headerdoc {
		height: auto;
	}
	
	h1doc {
		font-size: 2em;
	}
	
	#sidebardoc {
		display: none;
	}
}
#contentdoc {
	background: #f8f8f8;
}
headerdoc,
#contentdoc,
#middledoc,
#sidebardoc {
	margin-bottom: 5px;
}
#pagewrapdoc,
headerdoc,
#contentdoc,
#middledoc,
#sidebardoc,
footerdoc {
	border: none;
}

/*********************************/

/***************event short code front page********************/
ol.wpp-list {
	list-style-type: none;
	list-style-type: decimal !ie;
	/*IE 7- hack*/
	
	margin: 0;
	margin-left: 3em;
	padding: 0;
	counter-reset: li-counter;
}
ol.wpp-list>li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 0.5em;
	min-height: 3em;
	border-left: 2px solid #CCCCCC;
}
ol.wpp-list>li:before {
	position: absolute;
	top: 0;
	left: -1em;
	width: 0.8em;
	font-size: 3em;
	line-height: 1;
	font-weight: bold;
	text-align: right;
	color: #464646;
	content: counter(li-counter);
	counter-increment: li-counter;
}
ol.wpp-list li span.wpp-stats {
	display: block;
}

/**************************************/
hr.style_hub {
	border-top: 2px solid #44c8e8;
	text-align: center;
	width: 100%;
	max-width: 100%!important;
}
hr.style_hub:after {
	content: '';
	display: inline-block;
	position: relative;
	top: -20px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #44c8e8;
	font-size: 18px;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	transform: rotate(60deg);
}
hr.style_hub2 {
	border-top: 1px solid #CCC;
	text-align: center;
}
hr.style_hub2:after {
	content: '';
	display: inline-block;
	position: relative;
	top: -14px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #44c8e8;
	font-size: 18px;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	transform: rotate(60deg);
}
hr.style_hub3 {
	text-align: center;
	padding-top: 15px;
}
.wpas-search_query {
	max-width: 100%;
	clear: both!important;
	padding-top: 20px;
}
.wpas-search_query label {
	clear: both;
	text-align: left;
}
.wpas-search_query input {
	clear: both;
}
.wpas-orderby {
	clear: both;
	text-align: left;
}
.wpas-searchtext {
	clear: both;
	text-align: left;
}
.wpas-searchtext label,
.wpas-orderby label,
.wpas-posts_per_page label,
.wpas-filtertitle label,
f label,
{
	color: #5c6670!important;
	font-size: 1rem!important;
	line-height: 120%!important;
	font-family: Montserrat!important;
	font-weight: 700!important;
	border-top: 2px solid #44c8e8!important;
	padding-top: 15px!important;
}
#wpas-filtertitle label,
#wpas-filtertitle2 label,
#wpas-filtertitle3 label {
	color: #5c6670!important;
	font-size: 1rem!important;
	line-height: 120%!important;
	font-family: Montserrat!important;
	font-weight: 700!important;
	padding-top: 15px!important;
	border-top: 2px solid #44c8e8!important;
}
#wpas-filtertitle4 label {
	color: #5c6670!important;
	font-size: 0.5rem!important;
	line-height: 120%!important;
	font-family: Montserrat!important;
	padding-top: 0px!important;
}
#wpas-filtertitle4 label p {
	font-size: 0.9rem!important;
	text-align: justify;
}
#wpas-generic>div>label {
	color: #5c6670!important;
	font-size: 1rem!important;
	line-height: 120%!important;
	font-family: Montserrat!important;
	font-weight: 700!important;
	border-top: 2px solid #44c8e8;
	padding-top: 10px;
}
.wpas-posts_per_page {
	padding-top: 30px;
}
.wpas-order {
	margin-top: 15px;
}
#wpas-order .label-container {
	display: none!important;
}

/*cahgen ul in results ppi ul li*/
.resultppi ul li::before {
	content: "";
}



.linon {
	content: ""!important;
	margin-left: 0px!important;
	padding-left: 0px!important;
}
.linon li::before {
	content: ""!important;
	margin-left: 0px!important;
	padding-left: 0px!important;
}
.menu-resp {
	display: block;
	margin-top: -65px;
}
.menu-resp ul li {
	display: block;
	width: 100%;
	text-align: right;
}
.elementor-nav-menu--dropdown.elementor-nav-menu__container {
	margin-top: 50px
}
#header .menu-resp ul li a {
    color: #5c6670;
    font-family: Monserrat, "Roboto Condensed", sans-serif !important;
    font-size: 1em !important;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 10px;
}
#header .elementor-nav-menu--dropdown.elementor-nav-menu__container {
	overflow: scroll;
}
#header .menu-resp ul ul li a {
    margin: 7px 0 !important;
    text-align: right;
    font-size: 14px;
    padding: 5px 15px;
    font-weight: 500;
}
.menu-resp .elementor-nav-menu {
	text-align: right;
	overflow: auto;
}
.menu-resp .elementor-nav-menu--dropdown .elementor-item.highlighted {
	background: #73808b;
	background-color: rgb(115, 128, 139);
	color: #fff !important;
}
#header .menu-resp ul li.menu-item-has-children a:hover::after {
	display: none;
}
.menu-resp .button.menu-item {
	display: inline-block;
	width: auto;
	text-align: center;
	padding: 6px;
	margin: 5px;
}
#header .menu-resp ul li.button.menu-item a {
	margin-bottom: 0px;
}
#header .menu-resp ul li.button.menu-item a a:hover {
	background: transparent;
}
.menu-resp .button.menu-item {
	color: #fff;
}
.menu-resp .elementor-item:focus {
	background-color: #73808B !important;
	color: #FFFFFF !important;
}
.menu-resp .elementor-menu-toggle {
	position: absolute;
	right: 10px;
	z-index: 999;
}

/*
.current-menu-item a {
	background-color:#5c6670;
}
.current-menu-item a:link {
    color:#FFF !important;
}
*/

/* visited link */

/*
.current-menu-item a:visited {
    color: #FFF !important;
}
*/

/* mouse over link */

/*
.current-menu-item a:hover {
    color: #44c8e8 !important;
}
*/

/* selected link */

/*
.current-menu-item a:active {
    color: #FFF !important;
}
*/

/*************************************/

/*****EVENTS*******/
.tribe_events ul li::before {
	color: #57c9e8;
	content: "";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 0.625rem;
}
.tribe_events ul li:first-child {
	padding: 0 0 0 0;
}
a.tribe-events-ical,
a.tribe-events-gcal {
	margin-top: 0px;
}
#tribe-events-pg-template .tribe-events-content ul li,
#tribe-events-pg-template .tribe-events-content ol li,
.tribe-events-before-html ul li,
.tribe-events-before-html ol li,
.tribe-events-after-html ul li,
.tribe-events-after-html ol li {
	line-height: 1.7;
	margin: 0 0 0px;
}
#tribe-events-header .tribe-events-sub-nav li {
	display: inline-block !important;
}
.tribe-events-month #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a,
.tribe-events-month #tribe-events-header .tribe-events-sub-nav li {
	display: block;
}
.tribe-events-month #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous a,
.tribe-events-month #tribe-events-header .tribe-events-sub-nav li {
	display: block;
}
.tribe-events-week-grid #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a,
.tribe-events-week #tribe-events-header .tribe-events-sub-nav li {
	display: block;
}
.tribe-events-week-grid #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous a,
.tribe-events-week #tribe-events-header .tribe-events-sub-nav li {
	display: block;
}
.label-tribe-bar-date {
	display: none!important;
}
.label-tribe-bar-search {
	display: none!important;
}
.label-tribe-bar-geoloc {
	display: none!important;
}
.tribe-bar-views-inner ul {
	display: inline;
	float: right!important;
	left: 75%;
}
#tribe-bar-form .tribe-bar-views-inner label {
	padding: 20px;
	text-align: left;
	display: inline;
}
.post-type-archive-tribe_events div#header #headerimg {
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 0;
}
#tribe-bar-form #tribe-bar-views {
	width: 20%;
	left: 80%;
}
#tribe_events_filters_wrapper.tribe-events-filters-horizontal input[type=submit] {
	line-height: 4px;
	padding: 20px 20px !important;
	height: 20px !important;
}
label.tribe-events-filters-label {
	padding-top: 20px !important;
}
.tribe-events-filters-content.tribe-clearfix {
	padding-bottom: 20px;
}
#tribe-events-content-wrapper #tribe-bar-form .tribe-bar-filters {
	float: left;
	margin: 0;
	position: initial;
	width: 100%;
}
#tribe-bar-form #tribe-bar-views+.tribe-bar-filters {}
.tribe-bar-views-inner {
	background: none;
	line-height: 2;
	margin-bottom: 5px;
	padding: 25px 0 5px;
}
#tribe-bar-views .tribe-bar-views-list {
	float: right;
	left: 50%;
	width: 50%;
}
.tribe-events-sub-nav {
	display: block !important;
}
#tribe-events-bar {
	clear: none;
	height: auto;
	margin-bottom: 0px!important;
	min-width: 220px;
	position: relative;
	width: 100%;
}
#tribe_events_filters_wrapper.tribe-events-filters-horizontal,
.tribe-filters-closed #tribe_events_filters_wrapper.tribe-events-filters-horizontal {
	background: #f5f5f5 none repeat scroll 0 0;
	margin: -1.5em 0 2.5em;
	padding: 0px 0px!important;
	position: static;
	width: auto;
}
#tribe-events-bar {
	clear: none;
	height: auto;
	margin-bottom: 0px!important;
	min-width: 220px;
	position: relative;
	width: 100%;
}
.teccc-legend {
	padding-top: 20px!important;
}
#legend_box {
	font: bold 10px/4em sans-serif;
	text-align: left;
	padding-top: 20px!important;
}
#legend {
	margin-left: 0px!important;
}
#legend li {
	margin-bottom: 0px!important;
}
#tribe-events #legend li {
	display: inline-block;
	list-style-type: none;
	margin-left: 0px;
	padding: 3px;
}
.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
	border-bottom: 1px solid #e7e7e7;
	margin: 0 0;
	padding: 6px 8px;
}
#partnerscalendars {
	max-width: 100%;
	display: inline-block;
	float: left;
	margin-bottom: 5px!important;
}
#generalcalendars {
	clear: both;
	max-width: 100%;
	display: inline-block;
	float: left;
	margin-bottom: 5px!important;
}
#holidayscalendars {
	border: 1px solid #999;
	padding: 2px;
	max-width: 100%;
	display: inline-block;
	float: right;
	margin-bottom: 5px!important;
}
.datepicker {
	z-index: 240!important;
}
.tribe-events-list #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a,
.tribe-events-list #tribe-events-header .tribe-events-sub-nav li {
	display: block;
}
#tribe-bar-views .tribe-bar-views-list {
	float: right;
	left: 40%;
	width: 60%;
}
#tribe-bar-views {
	width: 15%!important;
	left: 85%!important;
}
#tribe-bar-form .tribe-bar-views-inner label {
	padding-right: 0px!important;
	padding-left: 0px!important;
}
.tribe-bar-filters {
	left: auto;
	right: 15%!important;
	width: 80%;
}
.tribe-events-visuallyhidden {
	padding-right: 2px!important;
}
.tribe-events-filters-horizontal #tribe_events_filter_control {
	float: left!important;
	margin-left: 20px!important;
}

/*************************************/

/******************FORM PARTNER******/
.wppb-user-forms ul {
	max-width: 100%!important;
}
.SusPartHeading1 {
	text-align: center;
	background-color: #FFF!important;
	padding-bottom: 20px!important;
	padding-top: 20px!important;
}
.SusOrg-li {
	display: inline-block!important;
	/*float:left!important;*/
	
	width: 50%!important;
}
.SusAcro-li {
	display: inline!important;
	float: right!important;
	width: 45%!important;
}
.SusTextPart {
	text-align: justify;
	text-justify: inter-word;
}
.SusTextPart li {
	font-size: 16px;
	text-align: justify;
	text-justify: inter-word;
	list-style-type: square!important;
	margin-left: 12px!important;
}
.SusEspcTextPart {
	font-size: 12px;
	text-align: justify;
	text-justify: inter-word;
}
.Suslogotxt-li {
	max-height: 150px!important;
}
.Susprimrol-li {
	display: inline-block!important;
	/*float:left!important;*/
	
	width: 50%!important;
}
.SusprimTitle-li {
	display: inline!important;
	float: right!important;
	width: 45%!important;
}
.Susprimname-li {
	display: inline-block!important;
	/*float:left!important;*/
	
	width: 50%!important;
}
.Susprimlast-li {
	display: inline!important;
	float: right!important;
	width: 45%!important;
}
.Susprimphone-li {
	display: inline-block!important;
	/*float:left!important;*/
	
	width: 50%!important;
}
.Susprimemail-li {
	display: inline!important;
	float: right!important;
	width: 45%!important;
}
.Sussecrol-li {
	display: inline-block!important;
	/*float:left!important;*/
	
	width: 50%!important;
}
.SussecTitle-li {
	display: inline!important;
	float: right!important;
	width: 45%!important;
}
.Sussecname-li {
	display: inline-block!important;
	/*float:left!important;*/
	
	width: 50%!important;
}
.Susseclast-li {
	display: inline!important;
	float: right!important;
	width: 45%!important;
}
.Sussecphone-li {
	display: inline-block!important;
	/*float:left!important;*/
	
	width: 50%!important;
}
.Sussecemail-li {
	display: inline!important;
	float: right!important;
	width: 45%!important;
}
.SusNotesTextPart {
	font-size: 9px!important;
	text-align: justify;
	text-justify: inter-word;
}
.SusTextPart2 {
	font-size: 10px!important;
	text-align: justify;
	text-justify: inter-word;
}
.SusTextPart2 li {
	font-size: 14px!important;
	text-align: justify;
	text-justify: inter-word;
}
.CSS_PROJECT a {
	color: #C00!important;
}
.CSS_PROJECT a:link {
	color: #C00!important;
}
.CSS_PROJECT a:visited {
	color: #C00!important;
}
.CSS_PROJECT a:hover {
	color: #C00!important;
}
.CSS_PROJECT a:active {
	color: #C00!important;
}

/*************************************/

/******************LIST PARTNER******/
ul.wppb-profile li {
	position: inherit;
	list-style-type: none!important;
}

/*
path {
  stroke: #FFFFFF;
  strokeWidth:0px;
}
**********************************/

/*************************************/

/******************LIST PARTNER******/

/* Tooltip container */
.tooltipform {
	position: relative;
	display: inline-block;
	width: 100%;
	/*border-bottom: 1px dotted black;*/
	/* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltipform .tooltiptext {
	visibility: hidden;
	width: 220px;
	background-color: #555;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	/* Position the tooltip text */
	
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
	/* Fade in tooltip */
	
	opacity: 0;
	transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltipform .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipform:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

/* Tooltip container */
.tooltipform2 {
	position: relative;
	display: inline-block;
	width: 100%;
	/*border-bottom: 1px dotted black;*/
	/* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltipform2 .tooltiptext2 {
	visibility: hidden;
	width: 420px;
	background-color: #555;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	/* Position the tooltip text */
	
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
	/* Fade in tooltip */
	
	opacity: 0;
	transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltipform2 .tooltiptext2::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipform2:hover .tooltiptext2 {
	visibility: visible;
	opacity: 1;
}

/*new css about feature projects*/
.display-table-row {
	vertical-align: top!important;
	text-align: justify!important;
	font-size: 0.9rem!important;
}
.data-table {
	padding-bottom: 1.2rem !important;
}
.newsdes {
	padding: 0!important;
	border-bottom: none!important;
}
.newsdes p {
	text-align: justify!important;
	font-size: 0.9rem!important;
	margin-bottom: 0!important;
}
.news-cover afterbg title h2 {
	font-size: 1.775rem !important;
}
.linksarchive {
	margin-top: -20px;
	padding: 0rem 1.25rem;
}
.ghost-button {
	display: inline-block;
	width: 200px;
	padding: 8px;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	outline: none;
	text-decoration: none;
}
.containerNR {
	position: relative;
	margin: 0 auto;
	/* Center it */
}
.containerNR .contentNR {
	position: absolute;
	/* Position the background text */
	
	bottom: 0;
	/* At the bottom. Use top:0 to append it to the top */
	
	background: rgba(0, 0, 0, 0.5);
	/* Black background with 0.5 opacity */
	
	color: #f1f1f1;
	/* Grey text */
	
	width: 100%;
	/* Full width */
	
	padding: 20px 20px 5px 20px;
	/* Some padding */
}
.containerNR img {
	width: 100%!important;
	height: 270px!important;
}
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13 {
	padding-top: 10px;
}
.wpas-order-radio--container label {
	font-size: 25px !important;
}
.wpas-order-radio-1-container label {
	font-size: 25px !important;
}
.achivppiul {
	margin-left: 0px!important;
}
.achivppiul li {
	padding: 0 0 0 0.5625rem!important;
}
.wpas-tax_dl_countries-checkbox-container {
	margin: 0px 0px 2px 0px!important;
	padding: 0px 0px 0px 0px!important;
	float: left;
}
.wpas-tax_dl_countries-checkbox-container label {
	background-color: #CCC!important;
	color: #333 !important;
	border-radius: 4px;
	text-align: center;
	display: inline;
	padding: 3px;
	margin-right: 3px!important;
	margin-left: 0px;
	margin-bottom: 3px!important;
}
.wpas-tax_dl_countries-checkbox-container input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.wpas-tax_dl_countries-checkbox-container input:checked+label {
	background-color: #57c9e8!important;
	color: #FFF !important;
}
.wpas-id_tags_countries-checkbox-container {
	max-width: 100%;
	background-color: transparent!important;
	color: #333;
	float: right;
	padding-top: 15px!important;
}
.wpas-id_tags_countries-checkbox-container label {
	text-align: center;
	display: inline;
	padding: 3px;
	margin-right: 3px!important;
	margin-left: 0px;
	border: thin #878a8d!important;
	border-radius: 4px!important;
	border-style: solid !important;
}
.wpas-id_tags_countries-checkbox-container input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.wpas-id_tags_countries-checkbox-container input:checked+label {
	background-color: #666!important;
	color: #FFF !important;
}
[data-tip] {
	position: relative;
}
[data-tip]:before {
	content: '';
	/* hides the tooltip when not hovered */
	
	display: none;
	content: '';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #44c8e8;
	position: absolute;
	top: -25px;
	left: 35px;
	z-index: 8;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}
[data-tip]:after {
	display: none;
	content: attr(data-tip);
	position: absolute;
	top: -30px;
	left: 0px;
	padding: 5px 8px;
	background: #44c8e8;
	color: #fff;
	z-index: 9;
	font-size: 0.5em;
	height: 58px;
	line-height: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: normal;
	word-wrap: normal;
}
[data-tip]:hover:before,
[data-tip]:hover:after {
	display: block;
}
[data-tip2] {
	position: relative;
}
[data-tip2]:before {
	content: '';
	/* hides the tooltip when not hovered */
	
	display: none;
	content: '';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #44c8e8;
	position: absolute;
	top: -25px;
	left: 35px;
	z-index: 8;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}
[data-tip2]:after {
	display: none;
	content: attr(data-tip2);
	position: absolute;
	top: -30px;
	left: 0px;
	padding: 5px 8px;
	background: #44c8e8;
	color: #fff;
	z-index: 9;
	font-size: 0.6em;
	height: 38px;
	line-height: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: normal;
	word-wrap: normal;
}
[data-tip2]:hover:before,
[data-tip2]:hover:after {
	display: block;
}
[data-tip3] {
	position: relative;
}
[data-tip3]:before {
	content: '';
	/* hides the tooltip when not hovered */
	
	display: none;
	content: '';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #44c8e8;
	position: absolute;
	top: -55px;
	left: 35px;
	z-index: 8;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}
[data-tip3]:after {
	display: none;
	content: attr(data-tip3);
	position: absolute;
	top: -60px;
	left: 0px;
	padding: 5px 8px;
	background: #44c8e8;
	color: #fff;
	z-index: 9;
	font-size: 0.5em;
	height: 58px;
	line-height: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: normal;
	word-wrap: normal;
}
[data-tip3]:hover:before,
[data-tip3]:hover:after {
	display: block;
}
.strip {
	color: white;
	height: 40px!important;
	display: flex;
}
.stripsearch {
	float: left;
	display: inline-block;
	width: 70%;
}
.striplang {
	padding-right: 10px;
	display: inline-block;
	width: 45%;
	vertical-align: top;
}

/* HEADER */
#header .striplang ul li a {
	font-family: Monserrat, "Roboto Condensed", sans-serif!important;
	font-weight: 700;
	line-height: 2.05rem;
	display: inline-block;
	top: 5px;
}
.header-inline-search {
	max-width: 250px;
	position: relative;
	padding: 0 .4em;
	float: left;
	width: 300px;
	position: relative;
	padding: 0 .4em;
	float: none;
	display: inline-block;
}
.header-inline-search:before {
	content: "\f002";
	font-family: FontAwesome;
	font-weight: 100;
	float: left;
	margin-right: .2em;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
}
.header-inline-search form input[type=search] {
	width: 200px!important;
	font-size: 14px!important;
	line-height: 1.7em!important;
	font-style: italic!important;
	font-weight: 100!important;
	padding: 5px!important;
	color: #FFFFFF!important;
	-webkit-transition: all .3s ease .1s!important;
	transition: all .3s ease .1s!important;
	border: none!important;
	background: 0 0!important;
	height: 2.7rem!important;
}
.header-inline-search form input[type=search]::-webkit-input-placeholder {
	/* Edge */
	
	color: white!important;
}
.header-inline-search form input[type=search]:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	
	color: white!important;
}
.header-inline-search form input[type=search]::placeholder {
	color: white!important;
}
.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
	display: inline-block;
	position: initial;
	width: auto;
	vertical-align: middle;
}
#header .account-menu ul li a {
	padding: 0px;
	color: #fff;
	height: auto;
	line-height: 0;
	margin-left: 8px;
}
.account-menu {
	display: inline-block;
	vertical-align: top;
	width: auto;
}
.account-menu .elementor-nav-menu {
	width: 100%;
	padding-right: 30px;
	text-align: right;
}
.account-menu .elementor-nav-menu {
	float: none;
}
#header .account-menu ul li a:after {
	display: none;
}

/*SMART THINK*/
.elementor.elementor-90267.elementor-location-footer {
    position: inherit !important;
}
/*SMART THINK*/
.imghvr-wrapper .imghvr-content-wrapper.imghvr-content-center.imghvr-anim-none {
	min-height: 400px;
}
.imghvr-wrapper .imghvr-overlay.imghvr-anim-fade-in.imghvr-anim-single {
	min-height: 400px;
}

/*15/12/21*/
.imghvr-wrapper .imghvr {
	min-height: 350px;
	height: calc(50vh - 130px);
}
.padding-top100 {
	padding-top: 3.25rem;
}
.page-id-92628 .padding-top100 {
	padding-top: 0;
}
.page-id-92628 .padding-top100 .flex-content {
	display: none;
}
.page-id-92628 #header {
	background-color: #bec2c2;
}
.page-id-92628 #menu-home-navigation a {
	color: #fff !important;
}
.page-id-88153 .padding-top100 {
	padding-top: 0;
}
.page-id-88153 .padding-top100 .flex-content {
	display: none;
}
.page-id-88173 .padding-top100 {
	padding-top: 0;
}
.page-id-88173 .padding-top100 .flex-content {
	display: none;
}
.page-id-88245 .padding-top100 {
	padding-top: 0;
}
.page-id-88245 .padding-top100 .flex-content {
	display: none;
}

/*.page-id-86707 #header.partnership .logo span {
    background-image: url('https://clmeplus.org/app/themes/clme-theme/dist/images/clme-globe-white.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.page-id-86707 #header.partnership .logo span img {
    display: none;
}
.page-id-86707 #header.partnership .logo span::after {
    content: 'hola';
    display: block;
    margin-left: 16%;
}
.page-id-86707 #header.partnership .logo span::after {
    content: '';
    display: block;
    margin-left: 24%;
    background-image: url('https://clmeplus.org/app/uploads/2020/12/header-fondo4.png');
    background-size: contain;
    width: 70%;
    height: 70px;
    background-repeat: no-repeat;
}*/
.globe {
	position: relative;
}
.globe::after {
    content: '';
    display: block;
    margin-left: 24%;
    background-image: url('https://clmeplus.org/app/uploads/2020/12/header-fondo4.png');
    background-size: contain;
    width: 260px;
    height: 70px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 31px;
    right: -255px;
}

.logo-esp {
    display: inline-block;
	position: absolute;
	line-height: 1.2em;
	width: 300px;
	top: 28px;
	text-align: left;
	right: -300px;
	color: #fff;
	font-size: 1.2em;
}

.gray {
    color: #73808b;
    letter-spacing: 0.06em;
    font-size: 0.9em;
}

.lang_esp .globe::after{
	display: none;
}

@media screen and (max-width: 1100px) {
	.globe::after {
		width: 240px;
		right: -250px;
	}
}
.page-id-92628 #header.partnership .logo span img {
	display: none;
}
.page-id-92628 #header .logo img {
	max-height: 4em;
}
.page-id-92628 #header.partnership .logo img.logo-new {
	display: block !important;
}
.imghvr-content-wrapper.imghvr-content-center.imghvr-anim-none:hover .imghvr-title {
	padding-bottom: 20px;
}
.imghvr:hover .imghvr-subtitle {
	padding-bottom: 80px;
}
.imghvr-title {
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 26px !important;
}
.page-id-92628 .jet-carousel__content, .page-id-92633 .jet-carousel__content {
	display: none;
}

/*Other projects*/
.page-id-89637 .elementor-element .imghvr-title,
.page-id-92343 .elementor-element .imghvr-title {
	text-align: left;
}
.page-id-89637 span.elementor-button-content-wrapper:hover i,
.page-id-92343 span.elementor-button-content-wrapper:hover i {
	-webkit-animation: readmore 2s infinite;
	-o-animation: readmore 2s infinite;
	animation: readmore 2s infinite;
}

/* HOME NEW */
.imghvr {
	max-height: 348px;
}

/*HEADER */
.sfm-navicon-button {
	display: none;
}
#sfm-sidebar .sfm-search-form input[type=text] {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff !important;
	font-weight: 500 !important;
}

.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
    margin-top: 5px;
}

/* UM */
.section-head.page-head {
	display: none;
}
.gform_wrapper .top_label li.gfield.gf_left_half {
	padding-right: 16px !important;
}
.gform_wrapper .top_label li.gfield.gf_right_half {
	padding-left: 16px !important;
}
form:not(#adminbarsearch) input[type="submit"]#um-submit-btn {
	padding: 15px !important;
	font-size: 14px;
}
form:not(#adminbarsearch) label {
	color: #5c6670;
	line-height: 1.7em;
}

/* REGISTRO */
.gform_wrapper .ginput_container ul li:last-child {
	margin: 0 0 0 0 !important;
	padding-left: 10px !important;
}
.gfield_radio li {
	display: inline-block;
	vertical-align: top;
	margin-top: 0px !important;
	padding-left: 10px !important;
}
.registro .gform_wrapper .gfield_description {
	font-size: 0.95em;
	color: rgb(92, 102, 112);
	margin-top: .625rem;
	font-family: "Roboto Condensed", sans-serif !important;
	font-weight: 500;
	padding: 0 !important;
	display: block;
}
.gform_wrapper .field_sublabel_below .giçnput_complex.ginput_container label {
	color: rgb(92, 102, 112);
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
	color: #5c6670 !important;
}

/* PPI */
#pgstatus option:nth-child(2) {
	display: none;
}
.role-um_usuario-icm #pgstatus option:nth-child(2) {
	display: block;
}

/* DOCUMENTS LIBRARY*/
.single-doculibrary .article-content {
	padding-top: 60px;
}

/* NUEVO DOCUMENTS LIBRARY*/
.registro_document .gfield_checkbox li {
	display: inline-block;
	width: 24%;
	vertical-align: top;
}
.registro_document .gform_wrapper form li>label {
	font-weight: bold !important;
}
.registro_document .gfield_checkbox li input {
	width: 15%;
	margin: 0px 5px 0px 0px !important;
}
.registro_document .gform_wrapper .ginput_container label {
	display: inline-block !important;
	margin-bottom: 0 !important;
	font-weight: 400 !important;
	max-width: 75% !important;
	font-size: 0.85em !important;
}
.registro_document .gform_wrapper .ginput_container ul li {
	margin: 0.425rem 0 !important;
}
.registro_document .gform_wrapper .ginput_container ul li:last-child {
	padding-left: 0px !important;
}
.registro_document li.gfield.gf_right_half>div,
.registro_document li.gfield.gf_right_half>label {
	padding-left: 1.5em !important;
}
.registro_document .years li,
.registro_document .countries li {
	width: 25%;
}
.registro_document .gform_wrapper .gfield_description {
	font-size: .85rem;
	color: rgb(92, 102, 112);
}
.registro_document .chosen-container.chosen-container-multi {
	min-width: 100%;
}
.registro_document .chosen-search-input.default {
	height: auto !important;
}
.registro_document .gform_wrapper .chosen-container-multi .chosen-choices {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 3px 5px;
	width: 100%;
	height: auto;
	border: 1px solid #dfdfdf;
}
.registro_document ul li.search-choice span {
	padding: 3px 18px 3px 5px !important;
	margin: 3px !important;
	display: block;
	font-size: 0.9em;
}
.registro_document .gform_wrapper .ginput_container ul li {
	margin: 0.825rem 3px !important;
}
.registro_document .gform_wrapper .ginput_container .chosen-drop ul.chosen-results li {
	margin: 0rem 3px !important;
	padding: 8px !important;
}
.registro_document .chosen-container-multi .chosen-choices {
	background-image: none !important;
}
.registro_document .chosen-container.chosen-container-single {
	min-width: 100%;
	padding: ;
}
.registro_document a.chosen-single {
	padding: 14px !important;
	height: auto !important;
	background: #fff !important;
	font-size: 1.3em;
	border-color: #dfdfdf !important;
}
.registro_document .gfield_label {
	display: inline-block !important;
	margin-bottom: 0px !important;
	margin-top: 8px;
}
.registro_document .gform_wrapper .chosen-container-single .chosen-single div {
	top: 16px
}
.ginput_container.ginput_container_radio {
	margin-top: 0px !important;
}

/* FORMATO A MULTISELECTS**/
.drop {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.drop.open {
	z-index: 100;
}
.drop.open .drop-screen {
	z-index: 100;
	display: block;
}
.drop.open .drop-options {
	z-index: 200;
	max-height: 200px;
}
.drop.open .drop-display {
	z-index: 200;
	border-color: #465;
}
.drop select {
	display: none;
}
.drop .drop-screen {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	top: 0px;
	left: 0px;
	opacity: 0;
	display: none;
	z-index: 1;
}
.link {
	text-align: center;
	margin: 20px 0px;
	color: #8CACD7;
}
.drop .drop-display {
	position: relative;
	padding: 0px 20px 5px 5px;
	border: 4px solid #444;
	width: 100%;
	background: #FFF;
	z-index: 1;
	margin: 0px;
	font-size: 16px;
	min-height: 58px;
}
.drop .drop-display:hover:after {
	opacity: 0.75;
}
.drop .drop-display:after {
	font-family: 'Material Icons';
	content: "\e5c6";
	position: absolute;
	right: 10px;
	top: 12px;
	font-size: 24px;
	color: #444;
}
.drop .drop-display .item {
	position: relative;
	display: inline-block;
	border: 2px solid #333;
	margin: 5px 5px -4px 0px;
	padding: 0px 25px 0px 10px;
	overflow: hidden;
	height: 40px;
	line-height: 36px;
}
.drop .drop-display .item .btnclose {
	color: #444;
	position: absolute;
	font-size: 16px;
	right: 5px;
	top: 10px;
	cursor: pointer;
}
.drop .drop-display .item .btnclose:hover {
	opacity: 0.75;
}
.drop .drop-display .item.remove {
	-webkit-animation: removeSelected 0.2s, hide 1s infinite;
	animation: removeSelected 0.2s, hide 1s infinite;
	-webkit-animation-delay: 0s, 0.2s;
	animation-delay: 0s, 0.2s;
}
.drop .drop-display .item.add {
	-webkit-animation: addSelected 0.2s;
	animation: addSelected 0.2s;
}
.drop .drop-display .item.hide {
	display: none;
}
.drop .drop-options {
	background: #444;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	position: absolute;
	width: 100%;
	max-height: 0px;
	overflow-y: auto;
	transition: all 0.25s linear;
	z-index: 1;
}
.drop .drop-options a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0px 20px;
	color: white;
	position: relative;
	max-height: 40px;
	transition: all 1s;
	overflow: hidden;
}
.drop .drop-options a:hover {
	background: #465;
	cursor: pointer;
}
.drop .drop-options a.remove {
	-webkit-animation: removeOption 0.2s;
	animation: removeOption 0.2s;
	max-height: 0px;
}
.drop .drop-options a.add {
	-webkit-animation: addOption 0.2s;
	animation: addOption 0.2s;
}
.drop .drop-options a.hide {
	display: none;
}

/* Editar Documents Library  */
.edit-document form:not(#adminbarsearch) label {
	font-weight: bold;
}
.edit-document .acf-field.acf-field-taxonomy {
	max-width: 49%;
	display: inline-block;
}
.edit-document .select2-container--default .select2-selection--multiple .select2-selection__choice {
	padding: 0px 3px 0px 5px;
	font-size: 0.9rem;
}

/*.edit-document div.acf-field:nth-of-type(3), .edit-document div.acf-field:nth-of-type(4),
.edit-document div.acf-field:nth-of-type(5), .edit-document div.acf-field:nth-of-type(6),
.edit-document div.acf-field:nth-of-type(7), .edit-document div.acf-field:nth-of-type(8){
	min-height: 200px;
}*/
.edit-document div.acf-field:nth-of-type(9) {
	width: 100%;
}
.edit-document div.acf-field:nth-of-type(10),
.edit-document div.acf-field:nth-of-type(11),
.edit-document div.acf-field:nth-of-type(12),
.edit-document div.acf-field:nth-of-type(13),
.edit-document div.acf-field:nth-of-type(14),
.edit-document div.acf-field:nth-of-type(15) {
	display: none;
}
.edit-document form:not(#adminbarsearch) input[type="submit"] {
	padding: 1rem 1.5rem !important;
	margin-top: 30px;
	margin-left: 10px;
}
.document-thumbnail img {
	max-width: 100px;
}
.document-thumbnail {
	width: 12%;
	text-align: center;
}
.documents-buttons {
	text-align: center;
}
.edit-document h3 {
	text-align: center;
	clear: both;
	margin-top: ;
	display: block;
}

/* SEARCH */
.page-template-search .article-content {
    padding: 60px 0px;
}

.page-template-search .large-12.columns{
	display: block;
    float: none;
}
/* MY CONTACTS **/
.page-template-page-rcd-my-contacts #rcd_search {
	max-width: 1180px;
	display: block;
	margin: auto;
}
.result-item {
	display: flex;
	align-items: center;
	color: #5c6670;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	justify-content: space-between;
}
.page-template-page-rcd-my-contacts  div > h2{
	padding: 0px 15px;
}
.page-template-page-rcd-my-contacts .result-item{
	padding: 10px 15px;
}
.page-template-page-rcd-my-contacts .result-item .left_col {
	display: flex;
	align-items: center;
}
.page-template-page-rcd-my-contacts .result-item .img-wrap {
	width: 75px;
	display: block;
	height: 75px;
	border: 1px solid #ddd;
	margin-right: 15px;
	transition: all 0.3s ease-in-out;
}
.page-template-page-rcd-my-contacts .result-item .text-info {
	font-size: 14px;
	line-height: 22px;
}
.page-template-page-rcd-my-contacts .rcd-btn {
	border: 0 !important;
	cursor: pointer !important;
	text-align: center !important;
	color: #fff !important;
	background: #5C6670 !important;
	padding: 10px 15px !important;
	font-size: 14px !important;
	font-weight: normal !important;
	letter-spacing: 0.03em !important;
	font-family: 'Montserrat', sans-serif !important;
	border-radius: 0 !important;
	display: inline-flex !important;
	line-height: 18px !important;
}
@-webkit-keyframes pop {
	from {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes pop {
	from {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes removeOption {
	from {
		max-height: 40px;
	}
	
	to {
		max-height: 0px;
	}
}
@keyframes removeOption {
	from {
		max-height: 40px;
	}
	
	to {
		max-height: 0px;
	}
}
@-webkit-keyframes addOption {
	from {
		max-height: 0px;
	}
	
	to {
		max-height: 40px;
	}
}
@keyframes addOption {
	from {
		max-height: 0px;
	}
	
	to {
		max-height: 40px;
	}
}
@-webkit-keyframes removeSelected {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	to {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}
@keyframes removeSelected {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	to {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}
@-webkit-keyframes addSelected {
	from {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes addSelected {
	from {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes hide {
	from,
	to {
		max-height: 0px;
		max-width: 0px;
		padding: 0px;
		margin: 0px;
		border-width: 0px;
	}
}
@keyframes hide {
	from,
	to {
		max-height: 0px;
		max-width: 0px;
		padding: 0px;
		margin: 0px;
		border-width: 0px;
	}
}


.eael-advance-tabs .eael-tabs-nav>ul {
    display: block;
}
.eael-advance-tabs .eael-tabs-nav>ul > li {
    display: inline !important;
}

.home-nav ul li #menu-item-94029{
	display: none !important;
}
#menu-item-94031, #menu-item-94032, li#menu-item-94029{
	display: none !important;
}
.menu-resp {
	display: none;
}
@media only screen and (max-width: 1024px) {
	.menu-resp {
		display: block;
	}
	
	#menu-item-94031, #menu-item-94032, li#menu-item-94029{
		display: initial !important;
	}

	.eael-advance-tabs .eael-tabs-nav>ul > li {
	    margin-bottom: 0px;
	}
	
	.page-id-92628 #header.partnership .logo span::after {
		margin-left: 14%;
		width: 60%;
		height: 40px;
	}
	
	.sfm-navicon-button {
		display: block;
	}
	
	.home .row.expanded .large-12 {
		background: #fff;
	}

	.resultppi .large-3.columns:nth-child(2) > div{
		width: 150px;
		display: block !important;
		margin: 0 auto !important;
	}

	.resultppi .large-3.columns:nth-child(2){
		text-align: center;
		display: block !important;
	}

	.resultppi .large-3.columns:nth-child(2) > div > div {
	    min-width: 60px;
	}


	.page-template-SearchDocument_new  article.article-content{
		display: grid;
	}

	.page-template-SearchDocument_new  div#hub{
		order: 2;
	}

	.page-template-SearchDocument_new  article.article-content div.elementor{
		order: 3;
	}
	#header .striplang ul li a {
		top: 25px;
		right: 20px;
	}
	.elementor-heading-title.elementor-size-default {
		font-size: 18px !important;
	}

}
@media only screen and (max-width: 760px) {
	.page-id-92628 #header.partnership .logo span::after {
		margin-left: 22%;
	}

	.page-template-page-rcd-my-contacts-php .container > div {
        padding: 0px 10px;
    }

    .page-template-page-rcd-my-contacts .container > div > a.rcd-btn.map-link.rcd-submit-form,
    .page-template-page-rcd-my-contacts .container > div > a.rcd-btn.map-link {
        font-size: 12px !important;
    }
    .page-template-page-rcd-my-contacts  div > h2{
            text-align: center;
    }
    .page-template-page-rcd-my-contacts .result-item{
        display: block;
        width: 100%;
        padding: 10px 15px;
    }

    .page-template-page-rcd-my-contacts .rcd-btn {
        margin-top: 10px;
    }
    .page-template-page-rcd-my-contacts a.rcd-btn b {
        font-size: 11px !important;
    }

    .page-template-page-rcd-my-contacts .result-item .text-info {
        font-size: 13px;
        line-height: 22px;
        display: inline-block;
    }

    .page-template-page-rcd-my-contacts .result-item .img-wrap {
        width: 65px;
        display: inline-block;
        height: 65px;
    }
}
@media only screen and (max-width: 500px) {
	.page-id-92628 #header.partnership .logo span::after {
		margin-left: 27%;
	}
	.page-id-57819 div.active:nth-child(3) > h3:nth-child(16) {
		width: 100%;
		display: block;
		clear: both;
	}
	.page-id-70949 div.active:nth-child(3) > h3:nth-child(16) {
		width: 100%;
		display: block;
		clear: both;
	}
	.page-id-70949 div.active:nth-child(3) > h3:nth-child(10) {
		width: 100%;
		display: block;
		clear: both;
	}
	.elementor-page-1246 .wpv-sort-control-select select{
		font-size: 0.8em;
	}
	.elementor-page-54620 .wpv-sort-control-select select{
		font-size: 0.8em;
	}
	
	
}
@media only screen and (max-width: 768px) {
	#header .logo img {
		max-height: 1.0875rem !important;
	}
	
	
	#footer_bottom .small-12 {
		min-width: 100% !important;
		width: 100%;
		text-align: center;
	}
	
	
	body #footer_bottom .become-placeholder {
		text-align: center !important;
	}
	#header .menu-resp ul li a {
		text-align: left;
	}
	#preloader .lazyloaded {
		max-height: 360px !important;
	}
	#Njc4OjI0Mg\=\=-1 {
		height: 400px;
	}
	.resultppi {
		padding: 0 10px;
	}
	.elementor-90267 .elementor-element.elementor-element-cdb7e0b .elementor-nav-menu .elementor-item {
		line-height: 1.3em;
		padding: 5px 0;
	}
	.elementor-90267 .elementor-element.elementor-element-82369c1 .elementor-nav-menu .elementor-item {
		line-height: 1.3em;
		padding: 3px 0;
	}
	.page-id-93832 .res-controls.bottom {
		display: none;
	}

	.page-template-search  div#contentdoc {
	    display: none;
	}
	
}
@media only screen and (max-width: 807px) {
	#tribe-bar-views-toggle {
		display: block;
		width: 250px !important;
		margin-bottom: 20px;
	}
	#tribe-bar-form .tribe-bar-views-inner label {
		padding-right: 0px !important;
		padding-left: 0px !important;
		width: 260px;
		display: block;
	}
}




 .upload_icon {padding-top:10px; background-image: url(https://clmeplus.org/app/uploads/2018/07/Upload_icon.fw_.png) ; background-repeat: no-repeat;!important; background-position:top!important; background-size: 5rem 5rem!important; vertical-align:top; text-align:right; } 
  .upload_icon::after { margin-top:2rem; font-size:0.9rem;  content: "\A\ Easily create and manage your own online Project Profile. Allow others to explore and learn about your work"; color:#FFF; } .ppi_icon {padding-top:10px; background-image: url(https://clmeplus.org/app/uploads/2018/07/Ppi_database_icon.png) ; background-repeat: no-repeat;!important; background-position:top!important; background-size: 5rem 5rem!important; vertical-align:top; text-align:right; } 
  .ppi_icon::after { margin-top:2rem; font-size:0.9rem;  content: "\A\ Find out which projects are doing what, and where…then connect, and collaborate!"; color:#FFF; } .feature_ppi_icon {padding-top:10px; background-image: url(https://clmeplus.org/app/uploads/2018/07/featureppi_icon.fw_.png) ; background-repeat: no-repeat;!important; background-position:top!important; background-size: 5rem 5rem!important; vertical-align:top; text-align:right; }  
  .feature_ppi_icon::after { margin-top:2rem; font-size:0.9rem;  content: "\A\ A set of featured projects. Browse, click…and find out more!"; color:#FFF; } .clmeproj_icon {padding-top:10px; background-image: url(https://clmeplus.org/app/uploads/2018/07/feature_ppi_icon.png) ; background-repeat: no-repeat;!important; background-position:top!important; background-size: 5rem 5rem!important; vertical-align:top; text-align:right; }  .clmeproj_icon::after { margin-top:2rem; font-size:0.9rem;  content: "\A\ The website of the UNDP/GEF CLME+ Project, central to the implementation of the CLME+ SAP"; color:#FFF; } .igo_mea_projects_icon {padding-top:10px; background-image: url(https://clmeplus.org/app/uploads/2018/07/hub_icon.fw_.png) ; background-repeat: no-repeat;!important; background-position:top!important; background-size: 5rem 5rem!important; vertical-align:top; text-align:right; }  .igo_mea_projects_icon::after { margin-top:2rem; font-size:0.9rem;  content: "\A\ Countries engaging in Inter-Governmental Organizations, Multilateral Environmental Agreements, and Projects"; color:#FFF; } .cm_icon {padding-top:10px; background-image: url(https://clmeplus.org/app/uploads/2018/07/hub_icon.fw_.png) ; background-repeat: no-repeat;!important; background-position:top!important; background-size: 5rem 5rem!important; vertical-align:top; text-align:right; }  .cm_icon::after { margin-top:2rem; font-size:0.9rem;  content: "\A\ Consolidating coordination and collaboration platforms for the Wider Caribbean"; color:#FFF; } .currentpart_icon {padding-top:10px; background-image: url(https://clmeplus.org/app/uploads/2018/07/currpartner_icon.fw_.png) ; background-repeat: no-repeat;!important; background-position:top!important; background-size: 5rem 5rem!important; vertical-align:top; text-align:right; }  .currentpart_icon::after { margin-top:2rem; font-size:0.9rem;  content: "\A\ "; color:#FFF; } .aboutalliance_icon {padding-top:10px; background-image: url(https://clmeplus.org/app/uploads/2018/07/hub_icon.fw_.png) ; background-repeat: no-repeat;!important; background-position:top!important; background-size: 5rem 5rem!important; vertical-align:top; text-align:right; }  .aboutalliance_icon::after { margin-top:2rem; font-size:0.9rem;  content: "\A\ An interactive, dynamic and evolving partnership for a healthy marine environment"; color:#FFF; } .somee_icon {padding-top:10px; background-image: url(https://clmeplus.org/app/uploads/2018/07/hub_icon.fw_.png) ; background-repeat: no-repeat;!important; background-position:top!important; background-size: 5rem 5rem!important; vertical-align:top; text-align:right; }  .somee_icon::after { margin-top:2rem; font-size:0.9rem;  content: "\A\ "; color:#FFF; } .supportininterna_icon {padding-top:10px; background-image: url(https://clmeplus.org/app/uploads/2018/07/hub_icon.fw_.png) ; background-repeat: no-repeat;!important; background-position:top!important; background-size: 5rem 5rem!important; vertical-align:top; text-align:right; }  .supportininterna_icon::after { margin-top:2rem; font-size:0.9rem;  content: "\A\ The UN 2030 Sustainable Development Agenda, CBD, Samoa Pathway and Senday Framework..."; color:#FFF; } .aregionwide_icon {padding-top:10px; background-image: url(https://clmeplus.org/app/uploads/2018/07/aregionwide_icon.fw_.png) ; background-repeat: no-repeat;!important; background-position:top!important; background-size: 5rem 5rem!important; vertical-align:top; text-align:right; }  .aregionwide_icon::after { margin-top:2rem; font-size:0.9rem;  content: "\A\ A 10-year Strategic Action Programme to tackle marine pollution, habitat degradation and unsustainable fisheries, in a changing climate"; color:#FFF; } 
 .asharedvision_icon {padding-top:10px; background-image: url(https://clmeplus.org/app/uploads/2018/07/ashare_icon.fw_.png) ; background-repeat: no-repeat;!important; background-position:top!important; background-size: 5rem 5rem!important; vertical-align:top; text-align:right; }  .asharedvision_icon::after { margin-top:2rem; font-size:0.9rem;  content: "\A\ A healthy sea will support livelihoods, economic growth and reduce impacts from natural disasters"; color:#FFF; }
  .clmehub_icon {padding-top:10px; background-image: url(https://clmeplus.org/app/uploads/2018/07/hub_icon.fw_.png) ; background-repeat: no-repeat;!important; background-position:top!important; background-size: 5rem 5rem!important; vertical-align:top; text-align:right; } 
   .clmehub_icon::after { margin-top:2rem; font-size:0.9rem;  content: "\A\ Why this HUB and what can it do for you?"; color:#FFF; }
  .clmeregion_icon {padding-top:10px; background-image: url(https://clmeplus.org/app/uploads/2018/07/hub_icon.fw_.png) ; background-repeat: no-repeat;!important; background-position:top!important; background-size: 5rem 5rem!important; vertical-align:top; text-align:right; }  .clmeregion_icon::after { margin-top:2rem; font-size:0.9rem;  content: "\A\ The Caribbean and North Brazil Shelf LME's and the revolutionary CLME+ INITIATIVE "; color:#FFF; } .regionalseas_icon {padding-top:10px; background-image: url(https://clmeplus.org/app/uploads/2018/07/seas_icon.fw_.png) ; background-repeat: no-repeat;!important; background-position:top!important; background-size: 5rem 5rem!important; vertical-align:top; text-align:right; }  .regionalseas_icon::after { margin-top:2rem; font-size:0.9rem;  content: "\A\ A brief description of the UN Environment's Regional Seas Program"; color:#FFF; }
 .lme_icon {padding-top:10px; background-image: url(https://clmeplus.org/app/uploads/2018/07/lme_icon.fw_.png) ; background-repeat: no-repeat;!important; background-position:top!important; background-size: 5rem 5rem!important; vertical-align:top; text-align:right; }  .lme_icon::after { margin-top:2rem; font-size:0.9rem;  content: "\A\ The LME approach for ecosystem based management of transboundary marine space"; color:#FFF; }
 .whyoceans_icon {padding-top:10px; background-image: url(https://clmeplus.org/app/uploads/2018/07/seas_icon.fw_.png) ; background-repeat: no-repeat;!important; background-position:top!important; background-size: 5rem 5rem!important; vertical-align:top; text-align:right; } 
 .whyoceans_icon::after { margin-top:2rem; font-size:0.9rem;  content: "\A\ On the global importance of oceans and seas for human societies and our Planet"; color:#FFF; }
.widercaribbean_icon {padding-top:10px; background-image: url(https://clmeplus.org/app/uploads/2018/07/hub_icon.fw_.png) ; background-repeat: no-repeat;!important; background-position:top!important; background-size: 5rem 5rem!important; vertical-align:top; text-align:right; } 
.widercaribbean_icon::after { margin-top:2rem; font-size:0.9rem;  content: "\A\ Its riches, geopolitical complexities and how it relates to IGO's and LME's"; color:#FFF; }
.default_icon {padding-top:10px; background-image: url(https://clmeplus.org/app/uploads/2018/07/hub_icon.fw_.png) ; background-repeat: no-repeat;!important; background-position:top!important; background-size: 5rem 5rem!important; vertical-align:top; text-align:right; }  .default_icon::after { margin-top:2rem; font-size:0.9rem;  content: "\A\ "; color:#FFF; }
.calendar_icon {padding-top:10px; background-image: url(https://clmeplus.org/app/uploads/2020/04/Calendar_icon_2.fw_.png) ; background-repeat: no-repeat;!important; background-position:top!important; background-size: 5rem 5rem!important; vertical-align:top; text-align:right; }  .calendar_icon::after { margin-top:2rem; font-size:0.9rem;  content: "\A\ The calendars from multiple organizations, combined in one place"; color:#FFF; }
.library_icon {padding-top:10px; background-image: url(https://clmeplus.org/app/uploads/2020/04/docs-library-icon-sin-fondo-blanco.png) ; background-repeat: no-repeat;!important; background-position:top!important; background-size: 5rem 5rem!important; vertical-align:top; text-align:right; }  .library_icon::after { margin-top:2rem; font-size:0.9rem;  content: "\A\ Agreements, reports, awareness raising materials, and much more"; color:#FFF; }
.contacts_icon {padding-top:10px; background-image: url(https://clmeplus.org/app/uploads/2020/04/contact.png) ; background-repeat: no-repeat;!important; background-position:top!important; background-size: 5rem 5rem!important; vertical-align:top; text-align:right; }  .contacts_icon::after { margin-top:2rem; font-size:0.9rem;  content: "\A\ A community-managed database of professionals working on the marine environment"; color:#FFF; }
.cma2_icon {padding-top:10px; background-image: url(https://clmeplus.org/app/uploads/2020/04/CMA_white.png) ; background-repeat: no-repeat;!important; background-position:top!important; background-size: 5rem 5rem!important; vertical-align:top; text-align:right; }  .cma2_icon::after { margin-top:2rem; font-size:0.9rem;  content: "\A\ A repository of maps and geospatial data on ocean governance and ICZM"; color:#FFF; }
.csap_icon {padding-top:10px; background-image: url(https://clmeplus.org/app/uploads/2018/07/hub_icon.fw_.png) ; background-repeat: no-repeat;!important; background-position:top!important; background-size: 5rem 5rem!important; vertical-align:top; text-align:right; }  .csap_icon::after { margin-top:2rem; font-size:0.9rem;  content: "\A\ Civil society coming together to make our shared vision reality"; color:#FFF; }
.somee_icon {padding-top:10px; background-image: url(https://clmeplus.org/app/uploads/2018/07/hub_icon.fw_.png) ; background-repeat: no-repeat;!important; background-position:top!important; background-size: 5rem 5rem!important; vertical-align:top; text-align:right; }  .somee_icon::after { margin-top:2rem; font-size:0.9rem;  content: "\A\ Integrated reporting on the marine environment and its contributions to human well-being "; color:#FFF; }
.saptracker_icon {padding-top:10px; background-image: url(https://clmeplus.org/app/uploads/2020/12/SAP-Tracking-logo.png) ; background-repeat: no-repeat;!important; background-position:top!important; background-size: 5rem 5rem!important; vertical-align:top; text-align:right; }  .saptracker_icon::after { margin-top:2rem; font-size:0.9rem;  content: "\A\ Status of implementation of the CLME+ Strategic Action Programme"; color:#FFF; }
.projectstosap_icon {padding-top:10px; background-image: url(https://clmeplus.org/app/uploads/2018/07/hub_icon.fw_.png) ; background-repeat: no-repeat;!important; background-position:top!important; background-size: 5rem 5rem!important; vertical-align:top; text-align:right; }  .projectstosap_icon::after { margin-top:2rem; font-size:0.9rem;  content: "\A\ See which projects contribute to which SAP Actions, and learn about their progress"; color:#FFF; }
.champions_icon {padding-top:10px; background-image: url(https://clmeplus.org/app/uploads/2018/07/hub_icon.fw_.png) ; background-repeat: no-repeat;!important; background-position:top!important; background-size: 5rem 5rem!important; vertical-align:top; text-align:right; }  .champions_icon::after { margin-top:2rem; font-size:0.9rem;  content: "\A\ See which projects are already working together, giving us more for our bucks..."; color:#FFF; }
.NICs_icon {padding-top:10px; background-image: url(https://clmeplus.org/app/uploads/2018/07/hub_icon.fw_.png) ; background-repeat: no-repeat;!important; background-position:top!important; background-size: 5rem 5rem!important; vertical-align:top; text-align:right; }  .NICs_icon::after { margin-top:2rem; font-size:0.9rem;  content: "\A\ Cross-sectoral Coordination for national-level integrated ocean governance"; color:#FFF; }
.RGF_icon {padding-top:10px; background-image: url(https://clmeplus.org/app/uploads/2018/07/hub_icon.fw_.png) ; background-repeat: no-repeat;!important; background-position:top!important; background-size: 5rem 5rem!important; vertical-align:top; text-align:right; }  .RGF_icon::after { margin-top:2rem; font-size:0.9rem;  content: "\A\ Building blocks for integrated ocean governance across multiple geographic scales"; color:#FFF; }
.WG_icon {padding-top:10px; background-image: url(https://clmeplus.org/app/uploads/2018/07/hub_icon.fw_.png) ; background-repeat: no-repeat;!important; background-position:top!important; background-size: 5rem 5rem!important; vertical-align:top; text-align:right; }  .WG_icon::after { margin-top:2rem; font-size:0.9rem;  content: "\A\ An overview of Working Groups, Advisory Committees and Activity Centers in the region"; color:#FFF; }
.SGCM_icon {padding-top:10px; background-image: url(https://clmeplus.org/app/uploads/2018/07/hub_icon.fw_.png) ; background-repeat: no-repeat;!important; background-position:top!important; background-size: 5rem 5rem!important; vertical-align:top; text-align:right; }  .SGCM_icon::after { margin-top:2rem; font-size:0.9rem;  content: "\A\ Small Grants supporting Civil Society action towards achieving the CLME+ Vision"; color:#FFF; }
.WGandMore_icon {padding-top:10px; background-image: url(https://clmeplus.org/app/uploads/2018/07/hub_icon.fw_.png) ; background-repeat: no-repeat;!important; background-position:top!important; background-size: 5rem 5rem!important; vertical-align:top; text-align:right; }  .WGandMore_icon::after { margin-top:2rem; font-size:0.9rem;  content: "\A\ An overview of the working groups advisory committees and activity centres in the region"; color:#FFF; }









 