/*
Theme Name: RSVP Schwan
Theme URI: http://rsvpteam.co.il
Author: RSVP TEAM - Tom Rusko
Author URI: http://rsvpteam.co.il
Description: RSVP Team's Schwan Theme 
Version: 1.0
License: my code - private!!!, open source code - by their license

Text Domain: schwan
*/
@font-face {
	font-family: 'Alef';
	src: url('fonts/Alef-bold.eot');
	src: url('fonts/Alef-bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Alef-bold.woff') format('woff'),
		url('fonts/Alef-bold.ttf') format('truetype'),
		url('fonts/Alef-bold.svg#alefbold') format('svg');
	font-weight: bold;
	font-style: normal;

}


@font-face {
	font-family: 'Alef';
	src: url('fonts/Alef-regular.eot');
	src: url('fonts/Alef-regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Alef-regular.woff') format('woff'),
		url('fonts/Alef-regular.ttf') format('truetype'),
		url('fonts/Alef-regular.svg#alefregular') format('svg');
	font-weight: normal;
	font-style: normal;

}


iframe[name="google_conversion_frame"] {
	display: none;
}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

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

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

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

@-webkit-keyframes bounce {

	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes bounce {

	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes flash {

	from,
	50%,
	to {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {

	from,
	50%,
	to {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1)
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1)
	}

	65% {
		-webkit-transform: scale3d(.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, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1)
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1)
	}

	65% {
		-webkit-transform: scale3d(.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;
	animation-name: rubberBand
}

@-webkit-keyframes shake {

	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

@keyframes shake {

	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}

	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}

	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(.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;
	animation-name: tada
}

@-webkit-keyframes wobble {
	from {
		-webkit-transform: none;
		transform: none
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes wobble {
	from {
		-webkit-transform: none;
		transform: none
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

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

@-webkit-keyframes jello {

	from,
	11.1%,
	to {
		-webkit-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
	}
}

@keyframes jello {

	from,
	11.1%,
	to {
		-webkit-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
	}
}

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

@-webkit-keyframes bounceIn {

	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}

	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 {

	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}

	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;
	animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInDown {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

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

@-webkit-keyframes bounceInLeft {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInLeft {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

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

@-webkit-keyframes bounceInRight {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInRight {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

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

@-webkit-keyframes bounceInUp {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInUp {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.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;
	animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

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

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

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

	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes fadeOutDown {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes fadeOutDownBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes fadeOutLeft {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes fadeOutLeftBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRight {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes fadeOutRightBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes fadeOutUpBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.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
	}
}

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

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@-webkit-keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

@-webkit-keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}

	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}

	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
	from {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOut {
	from {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge
}

@-webkit-keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes rollOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

@keyframes rollOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.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;
	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(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	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(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	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(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

.zoomInDown {
	-webkit-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(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	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(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	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(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

.zoomInLeft {
	-webkit-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(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	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(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	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(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

.zoomInRight {
	-webkit-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(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	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(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	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(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

.zoomInUp {
	-webkit-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
	}
}

@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;
	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(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	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(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	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(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

.zoomOutDown {
	-webkit-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
	}
}

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

.zoomOutLeft {
	-webkit-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
	}
}

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

.zoomOutRight {
	-webkit-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(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	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(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	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(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
.bx-wrapper {
	position: relative;
	margin: 0x;
	padding: 0;
	*zoom: 1
}

.bx-wrapper img {
	max-width: 100%;
	display: block
}

.bx-wrapper .bx-viewport {
	background: #fff;
	direction: ltr;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0)
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 30px;
	width: 100%
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: 700;
	color: #666;
	padding-top: 20px;
	direction: ltr
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: transparent;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 7px;
	outline: 0;
	border: 4px solid #fff;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff
}

.bx-wrapper .bx-prev {
	left: 10px
}

.bx-wrapper .bx-next {
	right: 10px
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none
}

.bx-wrapper .bx-controls-auto {
	text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px
}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(80, 80, 80, 0.75);
	width: 100%
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px
}

.bx-wrapper .bx-pager.bx-default-pager a {
	border-radius: 0;
	border: 0;
	width: 8px;
	margin: 0 5px;
	height: 26px;
	background-color: rgba(211, 211, 211, 0.4);
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
	border-radius: 0;
	border: 0;
	background-color: rgba(211, 211, 211, 1);
}

/*!
 *  Font Awesome 4.5.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.5.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
	font-weight: normal;
	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.33333333em;
	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.28571429em;
	text-align: center
}

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

.fa-ul>li {
	position: relative
}

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

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

.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;
	animation: fa-spin 2s infinite linear
}

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

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

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

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

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

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

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	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: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

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

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

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

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-text:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

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

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

.fa-inbox:before {
	content: "\f01c"
}

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

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

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

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

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

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

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

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

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

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

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

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

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

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

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

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

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

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-date:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

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

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

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

.fa-comments:before {
	content: "\f086"
}

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

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

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

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

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

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

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

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

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

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

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

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

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

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

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

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

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

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

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

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

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

.fa-paperclip:before {
	content: "\f0c6"
}

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

.fa-square:before {
	content: "\f0c8"
}

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

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

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

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

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

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

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

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

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

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

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

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

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

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

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

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

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

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

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

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

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

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

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

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

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

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

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

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

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

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

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

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

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

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

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

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

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

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

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

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

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

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

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

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

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

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

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

.fa-gbp:before {
	content: "\f154"
}

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

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

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

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

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

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

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

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

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

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

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

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

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

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

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

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

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

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

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

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

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

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

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

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

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

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

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

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

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

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

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

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper:before {
	content: "\f1a7"
}

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

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

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

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

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

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

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

.fa-ra:before,
.fa-rebel:before {
	content: "\f1d0"
}

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

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

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

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

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

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

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

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

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

.fa-bomb:before {
	content: "\f1e2"
}

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

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

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

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

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

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

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

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

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

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

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

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

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-edge:before {
	content: "\f282"
}

.fa-credit-card-alt:before {
	content: "\f283"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-modx:before {
	content: "\f285"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-pause-circle-o:before {
	content: "\f28c"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stop-circle-o:before {
	content: "\f28e"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-percent:before {
	content: "\f295"
}

/* icons */
@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot?s67q7a');
	src: url('fonts/icomoon.eot?s67q7a#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf?s67q7a') format('truetype'),
		url('fonts/icomoon.woff?s67q7a') format('woff'),
		url('fonts/icomoon.svg?s67q7a#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-drink-01:before {
	content: "\e90a";
}

.icon-arrow:before {
	content: "\e900";
}

.icon-arrowright:before {
	content: "\e901";
}

.icon-deserticon:before {
	content: "\e902";
}

.icon-logosymbol:before {
	content: "\e903";
}

.icon-Oval7:before {
	content: "\e904";
}

.icon-Ovalfull:before {
	content: "\e905";
}

.icon-petitsymbol:before {
	content: "\e906";
}

.icon-ramenicon:before {
	content: "\e907";
}

.icon-sidedishicon:before {
	content: "\e908";
}

.icon-ykitoriicon:before {
	content: "\e909";
}


@font-face {
	font-family: 'Oswald-Regular';
	font-weight: 400;
	/*(light)*/
	font-style: normal;
	src: url('fonts/Oswald-Regular.ttf');
	unicode-range: U+0041-005A, U+0061-007A;
}


@font-face {
	font-family: 'Oswald-Regular';
	font-weight: 300;
	/*(light)*/
	font-style: normal;
	src: url('fonts/Oswald-Light.ttf');
	unicode-range: U+0041-005A, U+0061-007A;
}




@font-face {
	font-family: 'almoni-dltzaar';
	font-weight: 400;
	/*(bold)*/
	font-style: normal;
	src: url('fonts/almoni-tzar-aaa-regular.eot');
	src: url('fonts/almoni-tzar-aaa-regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/almoni-tzar-aaa-regular.ttf') format('truetype'),
		url('fonts/almoni-tzar-aaa-regular.woff') format('woff'),
		url('fonts/almoni-tzar-aaa-regular.svg#almoni-dltzaar-700') format('svg');
}

@font-face {
	font-family: 'almoni-dltzaar';
	font-weight: 300;
	/*(bold)*/
	font-style: normal;
	src: url('fonts/almoni-tzar-aaa-light.otf');

}

.alf {
	font-family: 'Oswald-Regular', 'Alef', sans-serif;
	font-weight: 400;
}

.alfb {
	font-family: 'Oswald-Regular', 'Alef', sans-serif;
	font-weight: 700;
}

.lato {
	font-family: 'Oswald-Regular', sans-serif;
}

.almbl {
	font-family: 'Oswald-Regular', 'almoni-dltzaar', sans-serif;
}

.almb {
	font-family: 'Oswald-Regular', 'almoni-dltzaar', sans-serif;
	font-weight: 700;
}

.osw {
	font-family: 'Oswald-Regular', sans-serif;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Oswald-Regular', 'almoni-dltzaar';
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

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

img {
	display: block;
}

input,
textarea {
	resize: none;
	outline: none;
	-webkit-appearance: none;
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	text-decoration: none;
}

a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.easing-all {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.easing-opacity {
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #000;
	font-size: 18px;
	font-family: 'Oswald-Regular', 'Alef', sans-serif;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #000;
	font-size: 18px;
	font-family: 'Oswald-Regular', 'Alef', sans-serif;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #000;
	font-size: 18px;
	font-family: 'Oswald-Regular', 'Alef', sans-serif;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #000;
	font-size: 18px;
	font-family: 'Oswald-Regular', 'Alef', sans-serif;
}

i {
	vertical-align: middle;
}

.flc {
	clear: both;
}

.flr {
	float: right;
}

.fll {
	float: left;
}

.overflowhidden {
	overflow: hidden;
}

.fixed {
	position: fixed;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.static {
	position: static;
}


.grayhover {
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	/* Firefox 10+, Firefox on Android */
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(100%);
	/* Chrome 19+, Safari 6+, Safari 6+ iOS */

}

.grayhover:hover {
	filter: none;
	/* IE6-9 */
	-webkit-filter: grayscale(0);
	/* Chrome 19+, Safari 6+, Safari 6+ iOS */


}


.patt_hp {
	width: 100%;
	height: 100%;
	z-index: 1;
	right: 0;
	top: 0;
	background: url('img/patt.png');
}

.vid_credit {
	z-index: 2;
	font-weight: 300;
	bottom: 20px;
	right: 20px;
	color: #fff;
	font-size: 12px;
}

.loader-outer {
	top: 0;
	right: 0;
	z-index: 40000;
	opacity: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-color: #000;
	text-align: center;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.loader-outer img {
	margin: auto;
}

.loader-outer.inactive {
	opacity: 0;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}


.new_tl_title {
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	line-height: 60px;
	z-index: 500;
	top: 0;
	right: 0;
}

.grayhover:hover .new_tl_title {
	text-decoration: underline;
	color: #db6449;
}

.grayhover:hover .gallery_events {
	text-decoration: underline;
}

/* containers start fullwidth is 1600 */
.fixed-wrap {
	width: 1270px;
	margin: auto;
}

.fullwidth {
	width: 100%;
}

.halfwidth {
	width: 50%;
	min-height: 2px;
}

.half {
	width: 50%
}

.col-1-1 {
	width: 100%
}

.container-1380 {
	margin: auto;
	width: 86.25%;
}

.container-640 {
	margin: auto;
	width: 40%;
}

/* containers end */
.alignmiddle {
	top: 50%;
	transform: translateY(-50%);
}

.aligncenter {
	text-align: center;
}



.giftcatd-wrap {
	width: 900px;
	margin: auto;
}

.giftcatd-wrap iframe {
	width: 100%;
	height: 1550px;
}




.page_wrap {
	margin: auto;
}

.header_outer {
	height: 90px;
}

.header_inner,
.footer_row_23 {
	padding: 0 2.5%;
	width: 95%;
}

.header {
	top: 0;
	right: 0;
	height: 90px;
	z-index: 30000;
}

.header.inner_pages {
	background-color: #2a2b2b;
}

.menu-toggle {
	width: 22px;
	width: 30px;
	margin-top: 31px;
	margin-left: 25px;
}

.menu-toggle small {
	width: 30px;
	height: 2px;
	background-color: #fff;
	margin-bottom: 8px;
	-moz-transform: rotate(0deg);
	top: 0px;
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.menu_mask {
	width: 0;
	opacity: 0;
	height: 0;
	z-index: 29000;
	top: 0;
	right: 0;
	background-color: rgba(42, 43, 43, 0.8);
}

.menu_mask.active {
	opacity: 1;
	width: 100%;
	height: 100%;
}

.menu-toggle small:last-child {
	margin-bottom: 0;
}

.menu-toggle:hover small {
	background-color: #db6449;
}

.table-toggle {
	width: 87px;
	margin-left: 5px
}

.menu-toggle.active small:nth-child(2) {
	opacity: 0;
}

.menu-toggle.active small:nth-child(1) {
	top: 9px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu-toggle.active small:nth-child(3) {
	top: -11px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.langs_ul {
	margin: 31px 30px 0 20px;
}

.langs_ul li a {
	margin-left: 5px;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 29px;
	font-family: Oswald-Regular, 'almoni-dltzaar';
	font-size: 17px;

	color: #d4d4d4;
}

.langs_ul li a.lang_he {
	font-size: 21px;
	line-height: 26px;
}

.langs_ul li a.current,
.langs_ul li a:hover {
	background-color: #d8d8d8;
	color: #1e1e1e;
}

.header-nav {
	height: 0;
	text-align: center;
}

.nav-menu {
	width: 400px;
	overflow: hidden;
	max-height: 0px;
	margin: 170px auto 0 auto;
	text-align: center;
}

.nav-menu.active {
	max-height: 430px;
}

.nav-menu li {
	margin-bottom: 14px;
}

.nav-menu li a {
	font-size: 32px;
	line-height: 40px;
	color: #d4d4d4;
}

.nav-menu li a:hover {
	color: #db6449;
	text-decoration: underline;
}



.head_social {
	margin-top: 28px;
	width: 30px;
	border-radius: 50px;
	margin-left: 15px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: solid 2px #e8e8e8;
}

.head_social i {
	font-size: 20px;
	line-height: 29px;
	color: #e8e8e8;
}

.head_social:hover {
	border-color: #db6449;
}

.head_social:hover i {
	color: #db6449;
}

.head_social.ic-fa-tripadvisor {
	margin-top: 28px;
	border-color: transparent;
}

.head_social.ic-fa-tripadvisor i {
	line-height: 24px;
	font-size: 27px;
}

.site_logo {
	z-index: 29000;
	left: 2.5%;
	top: 106px;
	width: 11%;
	margin-top: 0px;
	margin-right: 0px;
}

.site_logo.static {
	margin-top: 9px;
	top: 0;
	left: 0;
	width: 24px;
	height: 72px;
	margin-right: 24px;
}

.site_logo.static img:nth-child(2) {
	opacity: 0;
}

.giftcard-toggle {
	margin-top: 21px;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #fff;
	line-height: 36px;
	width: 90px;
	text-align: center;
	font-size: 14px;
}

.giftcard-toggle:hover {
	border-color: #db6449;
	color: #db6449;
}

.phonenumber_head {
	margin-top: 21px;
	margin-left: 24px;
	border-radius: 2px;
	color: #fff;
	line-height: 38px;
	width: auto;
	text-align: center;
	font-size: 24px;
}

.phonenumber_head:hover {
	border-color: #db6449;
	color: #db6449;
}


.footer {
	background-color: #1e1e1e;
	padding: 0px 0;
}

.footer_credit {
	color: #d4d4d4;
	bottom: 0;
	right: 0;
	text-align: center;
	font-size: 14px;
	line-height: 50px;
}

.footer_credit a {
	color: #d4d4d4;
	font-size: 14px;
	line-height: 50px;
	text-decoration: underline;
}



.header-social {
	margin-top: 21px;
	border: 2px solid #e8e8e8;
	border-radius: 26px;
	width: 26px;
	height: 26px;
	margin-right: 10px;
}

.header-social i {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
}

.header-social:hover {
	background-color: #fff;
}

.header-social:hover i {
	color: #1e1e1e;
}



.footer-logo.site-logo {
	margin-top: 0;
}

.footer-right {
	width: 1169px;
	margin-top: 30px;
}

.footer_rpw {
	height: 1px;
	background-color: #d4d4d4;
}

.taizu_logo {
	height: 36px;
	margin: 18px 20px 0 15px;
}

.taizu_logo:hover {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.taizu_logo img {
	height: 36px;
	width: auto;
}

.h_sperator {
	width: 1px;
	height: 72px;
	background-color: rgba(255, 255, 255, 0.5);
}


.outer-animated-header small {
	margin: auto;
	display: block;
	opacity: 0;
	height: 72px;
	width: 0;
}

.header.sticky .outer-animated-header small {
	width: 100%;
	opacity: 1;
	background-color: #1e1e1e;
}

.header.sticky .outer-animated-header small.home_page-eas {
	width: 100%;
	opacity: 0.7;
	;
	background-color: #1e1e1e;
}

.outer-animated-header {
	z-index: -35;
}


.footer .nav-menu {
	width: auto;
	margin: 0;
	max-height: none;
}

.footer .nav-menu li {
	margin-left: 30px;
	margin-bottom: 0;
}

.footer .nav-menu li a {
	font-weight: 400;
	color: #d4d4d4;
	font-size: 18px;
	line-height: 24px;
}

.footer .head_social {
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 0;
}

.footer_logo {
	width: 100px;
	height: 110px;
	border-right: 1px solid #d4d4d4;
}

.footer_logo img {
	width: 26px;
	margin-top: 20px;
}

.callus,
.callus span,
.callus a,
.callus address {
	display: inline;
	color: #d4d4d4;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
}

.callus {
	margin: 25px 0 0 20px;
	text-align: center;
}

.footer-nav {
	margin-top: 25px;
}

.callus a:hover,
.footer .nav-menu li a:hover {
	color: #db6449;
}

/* homepage start here */

.fav_links_hp {
	background-color: #2a2b2b;
}

.fav_links_hp li a {
	font-size: 40px;
	color: #fff;
	line-height: 130px;
}

.fav_links_hp li:not(.flc) {
	text-align: center;
}

.fav_links_hp li a:hover {
	background-color: #fff;
	color: #2a2b2b;
}

.proms_slider {
	width: 20000px;
	right: 0;
}

.proms_slider li {
	width: 600px;
	background-image: linear-gradient(217deg, #7a2e35, #cc254c, #e64b2c);
}

.masked_hover {
	width: 100%;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.5);
	height: 100%;
	opacity: 0;
}

.proms_slider li:hover a+.masked_hover {
	opacity: 1;
}

.upper_bx_content {
	z-index: 50;
	top: 0;
	right: 0;
	padding: 10% 0%;
	height: 80%;
	margin: 0 10%;
	width: 72%;
}

.upper_bx_content h3 {
	font-weight: 700;
	color: #fff;
	margin-bottom: 39px;
	font-size: 31px;
	line-height: 40px;
}

.upper_bx_content .bx_spr {
	margin-bottom: 40px;
	width: 27%;
	height: 2px;
	background-color: #fff;
}

.upper_bx_content p {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 26px;
	color: #fff;
}

.upper_bx_content span {
	bottom: 22%;
	right: 0;
	padding: 0 20px;
	border: 2px solid #fff;
	font-size: 30px;
	line-height: 46px;
	color: #fff;
}

.evcontrollershp i {
	color: #fff;
	font-size: 32px;
}

.evcontrollershp {
	left: 3%;
	z-index: 5000;
}


.video_content {
	z-index: 500;
}

.mia_logo {
	margin: auto;
	width: 39%;
}

.mia-vid-link {
	display: inline-block;
	margin: 67px 6px 60px 6px;
	color: #fff;
	font-size: 24px;
	width: 175px;
	height: 59px;
	border: 3px solid #fff;
	border-radius: 2px;
	line-height: 59px;
}

.mia-vid-link:hover {
	color: #1e1e1e;
	background-color: #fff;
}

.video_content address {
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	text-shadow: 0 0 8px #000000;
}

.hp-under.icon-petitsymbol {
	margin-bottom: 60px;
	color: #1e1e1e;
	font-size: 32px;
}

.hp-under-video {
	margin-bottom: 60px;
}

.hp-parts-list {
	margin-top: 60px;
}

.hp-parts-list li {
	margin-bottom: 15px;
	width: 33.3%;
	height: 90px;
}

.hp-parts-list li img {
	display: inline-block;
}

.dyncont p {
	font-size: 19px;
	line-height: 24px;
	color: #1c232f;
}

.hp-under-video.dyncont p {
	margin-bottom: 24px;
}

.slider-outer {
	display: block;
	overflow: hidden;
}

.instgram-out li {
	width: 14.285%;
}


.mia_outer {
	/* height: 0px; */
	/* margin-top: -75px; */
	z-index: 5000;
	height: 150px;
	float: right;
	direction: ltr;
	width: 100%;
	background-color: #1e1e1e;
}

.instgram-out h6 {
	line-height: 150px;
	display: inline;
	color: #fff;
	font-size: 124px;
	color: #fff;
	font-size: 124px;
}

.inst-left-bord,
.inst-right-bord {
	width: 1px;
	background-color: #fff;
	z-index: 500;
	height: 100%;
	left: 0;
	top: 0;
}

.inst-right-bord {
	left: auto;
	right: 0;
}

.inst-bottom-bord,
.inst-top-bord {
	width: 100%;
	background-color: #fff;
	z-index: 500;
	height: 1px;
	left: 0;
	top: 0;
}

.inst-top-bord {
	top: auto;
	bottom: 0;
}

.inst_mask {
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 300;
	background-color: rgba(30, 30, 30, 0.7)
}

.instgram-out li:hover .inst_mask {
	opacity: 0;
}

.slider-outer .fa-chevron-left {
	left: 6.875%;
	color: #fff;
	font-size: 32px;
}

.slider-outer .fa-chevron-right {
	right: 6.875%;
	color: #fff;
	font-size: 32px;
}

.slider-controller-dir {
	color: #fff;
	font-size: 80px;
}

.slider-controller-dir a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
}

.mobile-map.map-outer {
	display: none;
}

/* menu start here */
.newbrd {
	background-color: #fff;
	width: 1px;
	height: 100%;
	z-index: 600;
	right: 0;
	top: 0;
}

.newbrd[data-position="left"] {
	left: 0;
	right: auto;
}

.newbrd[data-position="top"] {
	width: 100%;
	height: 1px;
}

.newbrd[data-position="bottom"] {
	top: auto;
	bottom: 0;
	width: 100%;
	height: 1px;
}

.menu-subnav_outer {
    height: 120px;
}

.menu-subnav {
	background-color: #2a2b2b;
	border-top: 1px solid #fff;
	/*border-bottom: 1px solid #fff;*/
	z-index: 2000;
	/*height: 60px;*/
	top: 90px;
}

.menu-subnav li {
	height: 60px;
	float: right;
	width:16.665%;
	text-align: center;
        border-bottom: 1px solid #fff;
}

.menu-subnav li a {
	font-size: 30px;
	font-weight: 700;
	display: block;
	height: 60px;
	color: #fff;
	font-size: 24px;
	line-height: 60px;
}

.menu-subnav li a:hover,
.menu-subnav li a.current {
	background-image: linear-gradient(to bottom, #e64b2c, #cc254c);
}

.menu-content {
	width: 50%;
	float: left;
}

.menu-content_inner {
	width: 69%;
	padding: 0 11% 0 20%;
}

.menu-content h2 {
	font-size: 60px;
	line-height: 70px;
	color: #1e1e1e;
	font-family: 'Oswald-Regular', 'almoni-dltzaar';
	margin: 0px 0 20px 0;
}

.menu_descr {
	margin-bottom: 40px;
}

.menu_descr p {
	font-family: 'Alef', sans-serif;
	text-align: right;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 40px;
}

.menu_descr p strong {
	font-weight: 700;
}

.menu_descr ul {
	list-style-type: disc;
	padding: 0 30px 0 0;
}

.menu_descr ul li {
	font-family: 'Alef', sans-serif;
	text-align: right;
	font-size: 16px;
	line-height: 20px;
}

.menu-content .meni-icon {
	font-size: 34px;
	margin-bottom: 20px;
}

.menu-list-ul {
	margin-top: 35px;
}

.menu-list-ul li {
	margin-bottom: 20px;
}

.rec_m_title,
.rec_m_price {
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
}

.rec_m_des {
	font-size: 16px;
	line-height: 20px;
	max-width: 70%;
}

.rec_m_bigtitle {
	font-size: 36px;
	font-weight: 700;
	margin: 27px 0 6px;
	line-height: 60px;
	border-bottom: 2px solid #1e1e1e;
	color: #1e1e1e;
}

.menu-list-ul li,
.menu-list-ul li span {
	font-size: 17px;
	line-height: 24px
}

.menu-list-ul li span {
	font-weight: 300;
}

.section_controller {
	width: 40px;
	left: 4%;
	bottom: 15px;
}

.section_controller a img {
	vertical-align: middle;
	width: 22px;
	display: inline-block;
}

.section_controller a {
	background-color: #fff;
	text-align: center;
	line-height: 40px;
	width: 40px;
	border-radius: 50px;
	height: 40px;
	border: solid 2px #2a2b2b;
	margin-bottom: 20px;
}


.section_controller.gototop {
	bottom: 120px;
}

.section_controller.gototop a {
	margin-bottom: 0;
}

.contact-rich {
	width: 60%;
	margin: 51px auto;
}

.contact-rich p {
	font-family: 'Oswald-Regular', 'Alef', sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #1c232f;
}

.contact-rich h3 {
	font-size: 22px;
	margin-top: 72px;
	margin-bottom: 22px;
	line-height: 26px;
	color: #1e1e1e;
}

.contact-rich h4 {
	font-size: 60px;
	line-height: 70px;
	color: #1c232f;
}

.map-outer {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.map-outer iframe {
	height: 100%;
	width: 100%;
}

#map-canvas,
#map-canvas2 {
	height: 100%;
	top: 0;
	left: 0;
	z-index: 500;
}

.m_bxk {
	z-index: -1;
	opacity: 0;
}

.text-contact-abov {
	z-index: 500;
}

.text-contact-abov h1 {
	font-weight: 700;
	font-size: 60px;
	color: #fff;
	line-height: 46px;
	margin-bottom: 35px;
}

.text-contact-abov p {
	color: #fff;
	font-family: 'Oswald-Regular', 'Alef', sans-serif;
	text-align: center;
	font-size: 22px;
	line-height: 32px;
}

.form-inner {
	width: 27%;
	left: 11.5%;
	margin: auto;
}

.form-inner h4 {
	margin: 38px 0 18px 0;
	text-align: center;
	line-height: 70px;
	font-size: 60px;
	color: #1e1e1e;
	font-family: 'Oswald-Regular', 'almoni-dltzaar';
}

.form-inner input,
.form-inner textarea {
	background-color: #fff;
	font-family: 'Oswald-Regular', 'almoni-dltzaar';
	margin-bottom: 24px;
	width: 95.6%;
	border: 1px solid #000;
	height: 16px;
	color: #000;
	font-size: 15px;
	padding: 4px 2%;
}

.form-inner input.narrow {
	width: 44%;
}

.form-inner textarea {
	resize: none;
	height: 64px;
}

.form-inner input[type="submit"] {
	border: 3px solid #000;
	width: auto;
	padding: 0;
	line-height: 65px;
	padding: 0 71px;
	border-radius: 2px;
	cursor: pointer;
	font-size: 24px;
	height: 65px;
}

.form-inner input[type="submit"]:hover {
	background-color: black;
	color: white;
}

.form-message {
	overflow: hidden;
	z-index: 1000;
	top: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.8);
	width: 0;
	height: 0;
}

.form-message.active {
	width: 101%;
	height: 100%;
	opacity: 1;
}

.form-message-inner {
	width: 80%;
	padding: 0 10%;
}

#rep_msg,
.form-close {
	color: #000;
	font-size: 22px;
}

#rep_msg.redtext {
	color: red;
}

.form-close {
	margin-top: 20px;
}

.form-career-outer {
	z-index: 500;
}

.form-career {
	width: 426px;
	margin: auto;
}

.care_spr {
	width: 26%;
	margin-bottom: 29px;
	height: 2px;
	background-color: #2a2b2b;
}

.form-career p {
	font-size: 40px;
	line-height: 60px;
	color: #1e1e1e;
	margin-bottom: 15px;
}

.form-career p.note_e {
	font-size: 18px;
	line-height: 24px;
	margin: 0;
}

.form-career input[type="text"],
.form-career textarea {
	resize: none;
	margin: 0;
	padding: 10px;
	border-radius: 1px;
	width: 402px;
	height: 17px;
	margin-bottom: 24px;
	border: solid 2px #2a2b2b;
	color: #444444;
	font-size: 18px;
}

.form-career input[type="text"].half_inp {
	width: 231px
}

.form-career input[type="text"].treo_inp {
	width: 183px;
	margin-left: 12px;
}

.form-career input[type="text"].treo_inp.lstinp {
	margin-left: 0px;
}

.form-career textarea {
	height: 46px;
}

.check_out_full {
	width: 99%;
	overflow: hidden;
	height: 35px;
	border: 2px solid #2a2b2b;
	margin-bottom: 24px;
}

.check_out {
	width: 20%;
}

.choises_4 .check_out {
	width: 25%;
}

.check_out input {
	display: none;
}

.check_out label {
	cursor: pointer;
	width: 100%;
	background-color: #fff;
	color: #000;
	font-size: 15px;
	text-align: center;
	line-height: 35px;
	height: 35px;
}

.check_out input:checked+label {
	position: relative;
	z-index: 1;
	box-shadow: 0px 0px 6.6px 3.4px rgba(0, 0, 0, 0.5);
	color: #fff;
	background-color: #000000;
}

.form-career input[type="submit"] {
	font-family: 'Oswald-Regular', 'almoni-dltzaar';
	color: #fff;
	background-color: #2a2b2b;
	outline: none;
	width: 300px;
	padding: 0;
	height: 80px;
	font-weight: 700;
	line-height: 80px;
	cursor: pointer;
	border: 1px solid #2a2b2b;
	font-size: 40px;
	text-align: center;
}

.form-career input[type="submit"]:hover {
	background-color: #fff;
	color: #2a2b2b;
}

.checkbox_label {
	display: flex;
	align-items: center;
	margin-bottom: 24px;
	gap: 4px;
}
.checkbox_label input[type="checkbox"] {
	-webkit-appearance: checkbox;
	border: 0;
	width: 15px;
	height: 15px;
	accent-color: #2a2b2b;
}



.sitelogo {
	left: 3%;
	width: 10%;
}

.text-events-abov {
	width: 48%;
	padding: 0 26%;
}

.text-events-abov h1 {
	color: #fff;
	font-size: 60px;
	line-height: 46px;
	margin-bottom: 35px;
}

.text-events-abov p {
	color: #fff;
	font-size: 22px;
	line-height: 27px;
	font-family: 'Alef', sans-serif;
	font-weight: 400;
}
.text-events-abov.page-evetns-with-btn a{
	display: inline-block;
		height: 53px;
		text-align: center;
		line-height: 53px;
		padding: 0 40px;
		width: auto;
		background-color: #2A2B2B;
		color: #FFFFFF;	
		margin-top: 15px;
			font-size: 30px;	font-weight: 700;
}
.innerborder {
	background-color: #fff;
	top: 0;
	right: 0;
	width: 100%;
	height: 1px;
}

.innerborder.inleft {
	right: auto;
	left: 0;
	width: 1px;
	height: 100%;
}

.innerborder.inright {
	width: 1px;
	height: 100%;
}

.events_content {
	width: 330px;
	padding: 15px;
	background-color: #fff;
	z-index: 500;
}

.events_content h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 60px;
	border-bottom: 1px solid #1e1e1e;
	margin-bottom: 23px;
}

.events_content p {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 22px;
	font-family: 'Alef', sans-serif;
	font-weight: 400;
}

.events-list {
	border-bottom: 1px solid #fff;
}

.gallery_events {
	font-size: 40px;
	color: #fff;
	line-height: 50px;
	width: 55%;
	text-align: center;
	left: 4%;
}

.gallery_events img {
	display: inline-block;
	margin-right: 18px;
	vertical-align: middle;
}

.event_mask {
	width: 0;
	height: 0;
	z-index: 40000;
	top: 0;
	right: 0;
	opacity: 0;
	background-color: rgba(42, 43, 43, 0.9);
}

.event_mask.active {
	width: 100%;
	height: 100%;
	opacity: 1;
}

.event_content {
	width: 0;
	height: 0;
	z-index: 40200;
	top: 0;
	right: 0;
	opacity: 0;
	text-align: center;
	overflow: hidden;
}

.event_content.active {
	width: 100%;
	height: 100%;
	opacity: 1;
}

.event_inner {
	margin: 0px auto;
}

.event_inner2 {
	margin: 30px auto 20px auto;
	height: 20px;
}

.gallery_event ul li,
.event_inner,
.event_inner2 {
	width: 1116px;
}

.gallery_event ul li img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.gallery_event ul li {
	height: 500px;
	text-align: center;
}

.gallery_event {
	width: 100%;
	overflow: hidden;
}

.gallery_event ul {
	width: 30000px;
	right: 0;
	-webkit-transition: right 0.5s ease-in-out;
	-moz-transition: right 0.5s ease-in-out;
	-o-transition: right 0.5s ease-in-out;
	transition: right 0.5s ease-in-out;
}

.slider_controller {
	text-align: center;
	margin-top: 45px;
}
.slider_arrows a{
	color: inherit;
}
.slider_arrows{
    position: absolute;
    display: flex;
    top: 215px;
    right: -5%;
    left: 0;
    margin: auto;
    width: 110%;
    color: #fff;
    font-size: 32px;
    justify-content: space-between;
}
.slider_controller a {
	display: inline-block;
	margin: 0 5px;
	width: 8px;
	height: 26px;
	background-color: rgba(211, 211, 211, 0.4);
}

.slider_controller a.current {
	background-color: #fff;
}


.newcol-2-3 {
	width: 66.65%;
}

.newcol-1-3 {
	width: 33.35%;
}


.newcol-1-4 {
	width: 25%;
}

.newcol-3-4 {
	width: 75%;
}


.awards-list {
	width: 630px;
}

.awards-list ul li {
	width: 143px;
	margin-left: 60px;
	margin-bottom: 25px;
}

.awards-list ul li span {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}

.about-text-section {
	margin-top: 40px;
	margin-bottom: 80px;
}

.about-right {
	width: 27%;
}

.about-right p {
	font-family: 'Oswald-Regular', 'Alef', sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #1c232f;
}

.publicationul {
	margin-bottom: 45px;
}

.publicationul li {
	width: 28%;
	margin-bottom: 40px;
	margin-left: 8%;
	border-bottom: 2px solid #2a2b2b;
}

.publicationul li:nth-child(3n) {
	margin-left: 0;
}

.publicationul li a span {
	white-space: nowrap;
	font-size: 18px;
	color: #1c232f;
	line-height: 24px;
}

.publicationul li.flc {
	margin: 0;
	border: 0px solid #000;
}


/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspPane {
	position: absolute;
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
	display: none;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag,
.jspHorizontalBar {
	display: none;
}

.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap {
	display: none;
}

.jspHorizontalBar .jspCap {
	float: left;
}

.jspTrack {
	background: #dde;
	position: relative;
}

.jspDrag {
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow {
	height: 16px;
}

.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

.scroll-pane {
	outline: none;
	position: absolute;
	width: 100%;
	top: 8%;
	left: 0;
	height: 84%;
}

.toprint,
.printablearea {
	display: none;
}


@media print {

	.page_wrap,
	.menu-subnav_outer,
	.menu-list,
	.footer {
		display: none;
	}

	.toprint {
		display: block;
	}

	.printablearea {
		max-width: 800px;
		display: block;
	}
}



.general_content {
	width: 68%;
	margin: 40px auto 40px auto;
}

.general_content.absolute {
	margin: 0;
	right: 0%;
	width: 34%;
	padding: 0 8%;
}

.general_content h1 {
	line-height: 60px;
	font-size: 40px;
	color: 1e1e1e;
	font-weight: 700;
}

.general_content .defspr {
	margin-bottom: 33px;
	width: 26%;
	height: 2px;
	background-color: #2a2b2b;
}

.general_content p {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 24px;
	font-family: 'Oswald-Regular', 'Alef', sans-serif;
	font-weight: 400;
}

.giftcard_content_inner p {
	margin-top: 48px;
	margin-bottom: 20px;
	font-size: 26px;
	color: #fff;
	line-height: 24px;
        font-weight: 700;
}

.giftcard_content_inner a {
	font-size: 40px;
	line-height: 60px;
	font-weight: 700;
	color: #fff;
	width: 214px;
	height: 60px;
	border: 2px solid #fff;
	display: block;
	margin: auto;
}

.giftcard_content_inner a:hover {
	background-color: #fff;
	color: #2a2b2b;
}

.giftcard_content_inner img {
	margin: auto;
	margin-bottom: 20px;
}

.giftcard_content_inner {
	margin: auto;
	width: 100%;
}

.gift_closer,
.vid_closer {
	top: 20px;
	right: 20px;
}

.giftcard_mask {
	width: 0;
	height: 0;
	z-index: 90000;
	top: 0;
	right: 0;
	opacity: 0;
	background-color: rgba(42, 43, 43, 0.8);
}

.giftcard_mask.active {
	height: 100%;
	width: 100%;
	opacity: 1;
}

.giftcard_content {
	width: 0;
	height: 0;
	z-index: 90500;
	top: 0;
	right: 0;
	opacity: 0;
	text-align: center;
	overflow: hidden;
}

.giftcard_content.active {
	height: 100%;
	width: 100%;
	opacity: 1;
}

.giftcard_content_ininer {
	margin: auto;
	margin-top: 60px;
	border: solid 1px #ffffff;
	width: 500px;
	height: 416px;
	background-color: #2a2b2b;
}

.giftcard_content_ininer iframe {
	float: right;
	width: 100%;
	height: 750px;
	margin-top: 50px;
}

.vid_mask {
	width: 0;
	height: 0;
	z-index: 90000;
	top: 0;
	right: 0;
	opacity: 0;
	background-color: rgba(42, 43, 43, 0.8);
}

.vid_mask.active {
	height: 100%;
	width: 100%;
	opacity: 1;
}

.vid_content {
	width: 0;
	height: 0;
	z-index: 90500;
	top: 0;
	right: 0;
	opacity: 0;
	text-align: center;
	overflow: hidden;
}

.vid_content.active {
	height: 100%;
	width: 100%;
	opacity: 1;
}

.vid_content_ininer {
	margin: auto;
	margin-top: 100px;
	width: 760px;
	height: 440px;
}

.vid_content_ininer iframe {
	width: 100%;
	height: 410px;
	margin-top: 10px;
}


.gotopmenu {
	left: 10px;
	bottom: 120px;
	z-indeX: 9000;
}

/* evnet new   form*/
.fullwidth--event {
	height: calc(100vh - 201px);
}

.event-left {
	overflow: hidden;
	height: 100%;
	/* max-height: calc(100vh - 201px); */
	position: relative;

}
.event-left img.fullwidth{
	height: 100%;
	object-fit: cover
}

.event-right {
	height: 100%
}

.event-right__inner {
	max-width: 423px;
	margin: auto;
	padding: 30px 0 58px
}

.event__title {
	color: #1E1E1E;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
}

.event__subtitle * {
	font: inherit;
}

.event__subtitle {
	color: #000000;
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 24px;
	margin-bottom: 24px;
	position: relative;
}

.event__subtitle::after {
	position: absolute;
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	max-width: 110px;
	bottom: 0;
	right: 0;
	background: #2A2B2B;
}

.event__form {
	width: 100%
}

.event__form .input::placeholder {
	font: inherit;
}

.event__form .input {
	height: 40px;
	border: 2px solid #2A2B2B;
	color: #000000;
	font-size: 18px;
	margin-bottom: 10px;
	box-sizing: border-box;
	padding: 0 5px;
}

.event__form .input--date.fll {
	float: left
}

.event__form .input--date .input {
	display: block;
	border: 0;
	height: 100%;
	width: 100%
}

.event__form .input--date {
	height: 40px;
	border: 2px solid #2A2B2B;
	color: #000000;
	font-size: 18px;
	margin-bottom: 10px;
	box-sizing: border-box;
	padding: 0 5px;
	display: block;
	width: 48.5%;
	float: right;
}

.event__form .half {
	width: 48.5%
}

.event__checkbox {
	display: flex;
	height: 40px;
	line-height: 40px;
	margin-bottom: 31px
}

.event__checkbox legend {
	flex: 1;
	line-height: inherit;
}



.event__checkbox label {
	height: 40px;
	width: 292px;
	border: 2px solid #2A2B2B;
	box-sizing: border-box;
	flex: 1;
	position: relative;
	text-align: center;
	font-size: 18px;
}

.event__checkbox input:checked+label {
	background: #2A2B2B;
	color: #fff
}

.event__checkbox input:checked+label:after {
	content: '\f00c';
	position: absolute;
	display: block;
	top: 0;
	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;
	right: 18px;
	line-height: 40px;
	font-size: 32px;
}

.small {
	display: block;
	color: red;
	margin: 5px 0;
}

.js-label-date {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	line-height: 40px;
	padding: 0 5px;
	box-sizing: border-box;
	display: flex;
	width: 100%;
	justify-content: space-between;
	font-family: 'Oswald-Regular', 'Alef', sans-serif;
	align-items: center;
}

.event__checkbox input {
	position: relative;
	display: none
}

.event__submit:hover {
	background: #fff;
	color: #000;
}

.event__submit {
	height: 80px;
	width: 300px;
	background-color: #2A2B2B;
	color: #FFFFFF;
	font-size: 40px;
	border: 0;
	padding: 0;
	font-family: inherit;
	font-weight: 700;
	border: 2px solid #2A2B2B;
	box-sizing: border-box;
	/* crusir:poiunter */
}

.event-form__logo {
	position: absolute;
	top: 19px;
	left: 45px;
	z-index: 1;
}

/* evnet new  */
@media (max-width: 1053px){
     .footer .nav-menu li a {
        font-size: 12px;
        
    }
    .callus a{
        font-size: 12px;
    }
    
}
@media (max-width:1940px){
    .footer .nav-menu li a {
        font-size: 14px;
        
    }
    .callus a{
        font-size: 14px;
    }
}

@media (max-height: 853px) {
	.event-right__inner{
		padding: 0 4vw;
		}
	.fullwidth--event{
		height: auto;
	}
	
}
@media (max-width: 1600px) {

	.menu-content h2 {
		margin-bottom: 5px;
	}

	.menu-list-ul {
		margin-top: 10px;
	}

	.menu-list-ul li {
		margin-bottom: 20px;
	}
}

@media (max-width: 1500px) {

	.pr_date_inhp {
		display: none;
	}
}

@media (max-width: 1400px) {
	.menu-content h2 {
		margin: 10px 0;
	}

	.contact-rich {
		width: 80%;
	}

	.menu-list-ul li {
		margin-bottom: 10px;
	}
}
@media (max-width:1301px){
    .footer .head_social {
		display: none;
	}
}

@media (max-width: 1270px) {
	.event_row {
		overflow: hidden;
	}

	.fixed-wrap {
		width: 1000px;
	}

	.footer-right {
		width: 899px;
	}

	.contact-rich h4 {
		font-size: 50px;
		line-height: 60px;
	}

	.menu-content h2 {
		margin: 4px 0;
		font-size: 40px;
		line-height: 50px;
	}

	.menu-list-ul li,
	.menu-list-ul li span {
		line-height: 17px;
	}

	.menu-list-ul li {
		margin-bottom: 10px;
	}

	.menu-list-ul {
		margin-top: 10px;
	}

	.event_row img.bgev_go {
		height: 520px;
	}

	.contact-rich h3 {
		margin-top: 50px;
	}

	.upper_bx_content h3,
	.upper_bx_content .bx_spr {
		margin-bottom: 20px;
	}

	.upper_bx_content {
		width: 60%;
		margin: 0 10%;
	}

	.upper_bx_content p {
		font-size: 14px;
		line-height: 20px;
	}
}

@media (max-width: 1150px) {
	.footer .nav-menu li {
		margin-left: 15px;
	}

	.nav-menu {
		margin-top: 70px;
	}

	.upper_bx_content span {
		position: static;
	}

	.contact-rich h4 {
		font-size: 35px;
		line-height: 40px;
	}

	.menu-content .meni-icon {
		margin-bottom: 10px;
	}

	.menu-list-ul {
		margin-top: 4px;
	}

	.menu-list-ul li {
		margin-bottom: 10px;
	}

	.contact-rich h3 {
		margin-top: 30px;
	}
}

@media (max-width: 1120px) and (min-width: 993px) {
	.form-inner h4 {
		line-height: 40px;
		font-size: 40px;
		margin: 8px 0;
	}

	.form-inner input,
	.form-inner textarea {
		margin-bottom: 14px;
	}

	.container-1380 {
		width: 90%;
	}
}

@media (max-width: 1101px) {

	.newcol-1-4,
	.newcol-3-4 {
		width: 50%;
	}
}

@media (max-width: 1000px) {
	.grayhover{
		filter: unset
	}
	.gallery_eventsbutton {
		display: none;
	}

	.event_row img.bgev_go {
		height: 320px;
		width: auto;
	}

	.form-career-outer,
	.general_content.absolute {
		z-index: 500;
		width: 100%;
		position: static;
		top: 0;
		transform: translateY(0%);
		margin: 100px auto;
	}

	#map-canvas,
	#map-canvas2 {
		height: 550px;
		position: static;
	}

	.when_template .halfwidth {
		width: 100%;
	}

	.fixed-wrap {
		width: 90%;
		padding: 0 5%;
	}

	.awards-list {
		width: 60%;
	}

	.awards-list ul li {
		margin-left: 60px;
	}

	.footer-right {
		width: 87%;
	}

	.footer .nav-menu li {
		margin-left: 15px;
	}

	.footer_logo {
		width: 12%;
	}

	.events_content {
		padding: 0;
		margin-top: 70px;
		width: 100%;
	}

	.events_content,
	.gallery_events {
		position: static;
		top: 0;
		transform: translateY(0%);
	}

	.gallery_events {
		color: #1e1e1e;
		font-size: 33px;
	}

	.contact-wrap {
		width: 100%;
	}

	.career_left_img {
		display: none;
	}

	.site_logo {
		position: static;
		margin-top: 9px;
		max-width: 200px;
		top: 0;
		left: 0;
		width: 24px;
		height: 72px;
		margin-right: 24px;
	}

	.gallery_event ul li,
	.event_inner,
	.event_inner2 {
		width: 640px;
	}

	.gallery_event ul li {
		height: 450px;
	}

	.scroll-pane {
		position: static;
	}

	.scroll-pane {
		width: 100%;
		height: auto;
	}

	.menu-content_inner {
		width: 100%;
		padding: 0;
	}
}

@media (max-width: 992px) {
	.phonenumber_head {
		margin-left: 8px;
                font-size:18px;
	}

	.head_social {
		display:none;
	}

	.langs_ul {
		margin: 31px 0px 0 10px;
	}

	.header {
		background-color: #2a2b2b;
	}

	.videowraper {
		margin-top: 90px;
	}

	.about-right {
		width: 100%;
		margin-bottom: 40px;
	}

	.awards-list {
		width: 100%;
	}

	.awards-list ul {
		text-align: center;
	}

	.awards-list ul li {
		float: none;
		margin: 0 30px;
		vertical-align: top;
		display: inline-block;
	}

	.special-grid {
		overflow: hidden;
	}

	.special-grid li img {
		display: none;
	}

	.special-grid li:not(.flc) {
		height: 320px;
	}

	.loader-outer .header_gif_outer {
		top: 0%;
		transform: translateY(0%);
	}

	.container-1380 {
		width: 96%;
	}

	.loader-outer img {
		width: 130px;
		margin-top: 40xp;
	}

	.menu-list-ul-li .halfwidth.menu-p-image img {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.container-640 {
		width: 60%;
	}

	.menu-content {
		width: 100%;
	}

	.form-inner,
	.menu-content {
		position: static;
		top: 0%;
		transform: translateY(0%);
	}

	.menu-list-ul li {
		margin-bottom: 13px;
	}

	.contact-p-img {
		display: none;
	}

	.menu-list-ul-li .halfwidth.menu-p-image {
		width: 100%;
		display: block;
		overflow: hidden;
		float: right;
		padding: 0;
		height: 280px;
	}

	.menu-list-ul-li .halfwidth,
	.contact-wrap .halfwidth {
		position: static;
		top: 0%;
		transform: translateY(0%);
		width: 80%;
		padding: 0 10%;
		margin-bottom: 100px;
	}

	.menu-content h2 {
		font-size: 60px;
		line-height: 70px;
		margin: 36px 0 20px 0;
	}

	.menu-content p,
	.menu_descr ul li {
		font-size: 19px;
	}

	.menu-list-ul {
		margin-top: 35px;
	}

	.menu-list-ul li,
	.menu-list-ul li span {
		font-size: 17px;
		line-height: 24px;
	}

	.career-outer {
		height: 800px;
		overflow: hidden;
	}

	.career-outer img {
		height: 100%;
		width: auto;
	}
}

@media (max-width: 930px) {
	.event__submit {
		margin-bottom: 30px;
		width: 100%;
	}
	.event__checkbox input:checked+label:after {
		font-size: 19px;
	}
	.event-right,
	.event-left {
		width: 100%;
		float: none
	}
	.event-left{
		height: 250px;
	}
	.event-form__logo img{
		height: 100%;
	}
	.event-form__logo{
		height: 75%;
	}
	.fullwidth--event {
		height: auto;
	}

	.giftcatd-wrap {
		width: 500px;
		margin: auto;
	}

	.giftcatd-wrap iframe {
		width: 100%;
		height: 3000px;
	}


	.footer-nav.nav-menu-outer,
	.callus {
		display: none;
	}

	.hp-parts-list li {
		width: 100%;
	}

	.map-outer {
		display: none;
	}

	.mobile-map.map-outer {
		display: block;
		margin-bottom: 0;
	}

	.taizu_logo {
		margin: 18px 25px 0 25px;
	}


	.hp-under.icon-petitsymbol {
		font-size: 44px;
	}

	.menu-toggle {
		display: block;
	}

	.header .header-social {
		display: none;
	}

	.mia-vid-link {
		margin: 30px 5px;
		font-size: 22px;
		width: 28%;
	}

	.footer_credit {
		line-height: 110px;
	}

	.text-contact-abov p a {
		color: #fff;
	}



	.container-640 {
		width: 80%;
	}

	.instgram-out li {
		width: 33.33%;
	}

	.menu-subnav li a {
		font-size: 17px;
	}

	.contact-head-image {
		height: 457px;
		overflow: hidden;
	}

	.contact-head-image img {
		height: 100%;
		width: auto;
		position: relative;
		right: -40%;
	}

	.contact-rich {
		width: 100%;
	}

	.map-outer {
		height: 500px;
	}

	.header-social {
		margin-top: 0;
	}
}

@media (max-width:800px) {
	.nav-menu li {
		margin-bottom: 0;
	}

	.vid_content_ininer {
		width: 560px;
	}

	.vid_content_ininer iframe {
		height: 320px;
	}

	.newcol-1-3,
	.newcol-2-3 {
		width: 100%;
	}




}


@media (max-width:700px) {


	.footer-logo.site-logo {
		margin-top: 0;
		margin: auto;
		font-size: 45px;
		width: 100%;
		text-align: center;
	}

	.footer-nav.nav-menu-outer {
		width: 92%;
		padding: 0;
		margin: 0;
	}

	.footer-right {
		margin-top: 15px;
	}

	.footer-nav.nav-menu-outer .nav-menu {
		width: 100%;
		text-align: center;
	}

	.footer-nav.nav-menu-outer .nav-menu li {
		margin: 0 4px;
	}

	.nav-menu-outer.footer-nav ul li a {
		font-size: 17px;
	}
}


@media (max-width:640px) {
	.gallery_event ul li {
		height: 140px;
		width: 260px;
	}

	.gallery_event ul li,
	.event_inner,
	.event_inner2 {
		width: 260px;
	}

	.newcol-1-4,
	.newcol-3-4 {
		width: 100%;
	}


	.giftcard_content,
	.giftcard_mask {
		display: none;
	}
}

@media (max-width:550px) {
	.giftcardbutton {
		display: none;
	}

	.giftcatd-wrap {
		width: 322px;
		margin: auto;
	}

	.giftcatd-wrap iframe {
		width: 100%;
		height: 2500px;
	}


	.vid_content_ininer iframe {
		height: 250px;
	}

	.menu-subnav_outer {
		height: auto;
	}

	.menu-subnav {
		height: auto;
	}

	.menu-subnav li {
		width: 100%;
	}

	.header_inner .head_social {
		display: none;
	}

	.menu-list-ul-li .halfwidth.menu-p-image img {
		position: static;
		transform: translate(0, 0);
	}

	.nav-menu {
		width: 100%;
		margin-top: 100px;
	}

	.vid_content_ininer {
		width: 90%;
		margin: 20px 5%;
	}

	.text-events-abov {
		width: 90%;
		padding: 0 5%;
	}

	.giftcard_content_inner {
		width: 90%
	}

	.vid_content_inner {
		width: 90%
	}

	.giftcard_content_inner img {
		width: 100%;
	}

	.nav-menu {
		width: 100%;
		margin-top: 105px;
	}

	.nav-menu.active {
		max-height: 480px;
	}

	.publicationul li {
		width: 100%;
		margin-left: 0;
	}

	.menu-list-ul-li .halfwidth.menu-p-image {
		height: 100%;
	}

	.mobile {
		display: block;
	}

	.upper_bx_content {
		width: 74%;
		margin: 0 13%;
	}

	.desktop {
		display: none;
	}

	.awards-list ul li {
		margin: 0 20%;
		width: 60%;
	}

	.text-events-abov {
		width: 96%;
		padding: 2%;
		top: 9%;
		transform: translateY(0%);
	}

	.gallery_eventsbutton {
		display: none;
	}

	.event_row {
		overflow: hidden;
	}

	.footer-right {
		width: 100%;
		text-align: center;
	}


	.menu-subnav .newbrd {
		display: none;
	}

	.form-career {
		width: 90%;
	}

	.general_content.absolute,
	.general_content {
		width: 90%;
		padding: 0 5%;
	}

	.career-outer {
		height: auto;
	}

	.form-career input[type="text"],
	.form-career textarea,
	.form-career input[type="text"].treo_inp {
		margin-left: 0;
		padding: 2%;
		width: 96%;
		margin-right: -2px;
	}

	.contact-rich h4 {
		font-size: 40px;
		line-height: 50px;
	}

	.form-inner input.narrow {
		width: 95.6%;
		float: right;
	}

	.form-inner h4 {
		font-size: 54px;
	}

	.form-career input[type="submit"] {
		width: 100%;
	}

	.bx-wrapper img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}

	.bx-wrapper .bx-pager,
	.bx-wrapper .bx-controls-auto {
		position: absolute;
		bottom: 10px;
		width: 100%;
	}

	.menu-subnav nav {
		background-color: #2a2b2b;
	}

	.menu-subnav {
		border-width: 0;
		top: 0px;
		position: static;
	}

	.menu-subnav li a {
		font-size: 25px;
	}

	.check_out_full {
		margin-bottom: 24px;
	}

	.contact-rich h3 {
		margin-top: 40px;
	}

	.form-inner input[type="submit"] {
		width: 100%;
	}

	.menu-list-ul-li .halfwidth,
	.contact-wrap .halfwidth {
		margin-bottom: 60px;
		width: 90%;
		padding: 0 5%;
	}




	.footer {
		text-align: center;
	}

	.check_out {
		width: 100%;
	}

	.check_out_full,
	.check_out label {
		height: auto;
	}

	.video_content {
		margin-top: 0px;
		top: 15%;
		transform: translateY(0%);
	}

	.mia-vid-link {
		margin: 0 0 20px 0;
		width: 90%;
		font-size: 29px;
	}

	.form-career-outer {
		top: 40px;
		width: 100%;
		transform: translateY(0%);
	}

	.mia_logo {
		margin: auto;
		width: 90%;
		margin-bottom: 40px;
	}

	.video_content address {
		margin-top: 20px;
	}

	.slider-controller-dir {
		font-size: 30px;
	}

	.icon-arrow {
		left: 3%;
	}

	.icon-arrowright {
		right: 3%;
	}

	.instgram-out h6 {
		font-size: 50px;
	}

	.upper_bx_content p {
		font-size: 21px;
		line-height: 24px;
	}

}




/* popup */
.modalurgent{display: none;
 background-color: rgba(0,0,0,0.8);
   width: 100%;
    position: fixed; z-index: 200000;    height: 100%;
    top:0; right:0; opacity: 0; visibility: hidden;
}
.modalurgent .alignmiddle{
    position: absolute;
}
.active.modalurgent{
 display: block;   opacity: 1; visibility: visible;  
}
.modalurgent_in2{
background-color: #fff;
 padding: 0;
        width: 600px; position: relative;  
    align-self: center; margin:auto;  
}   
/* .modalurgent_close {
    top: 25px;
    right: 40px;
    width: 15px;
    z-index: 10;
}
.modalurgent_close img{width:100%;} */

.modalurgent_close {
  position: absolute;
  right: -40px;
  top: -30px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.modalurgent_close:hover {
  opacity: 1;
}
.modalurgent_close:before, .modalurgent_close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #fff;
}
.modalurgent_close:before {
  transform: rotate(45deg);
}
.modalurgent_close:after {
  transform: rotate(-45deg);
}

.modalurgent_in *{
    color:#fff;
}
.modalurgent_in_text{
    background-color: rgba(0,0,0,0.4);
    padding:40px 30px 15px 30px; box-sizing: border-box;
        
    top:15px; right:10px; 
    width:300px; z-index: 5;
    height:calc(100% - 30px);
}
.modalurgent_in_text , 
.modalurgent_in_text *{
    font-size:20px; line-height: 24px; 
}
.modalurgent_in_text strong{font-weight: 700;}
.modalurgent_in_text p{margin-bottom:15px;}
.modalurgent_in_link{
    border:1px solid #000;
    width:170px;    font-weight: 700;
    height:33px; line-height: 33px;
    color:#000; background-color:#fff;
    text-align: center; font-size:20px;
       box-shadow: -3px 3px 8px rgba(0,0,0,0.8);
       position: relative;
}
.modalurgent_in_link:after{
    content:'';
    display: block; position:absolute;
    left:-2px;top:0; width:2px; height:100%; z-index: 3;
         box-shadow: 2px 0 6px rgba(0,0,0,1);

}
.modalurgent_in_link:before{
    content:'';
    display: block; position:absolute;
    bottom:-2px;left:0; width:100%; height:2px; z-index: 3;
box-shadow: 0px -2px 6px rgba(0,0,0,1);

}
.modalurgent_in  > img{width:100%; height:auto;}



@media screen and (min-width:200px) and (max-width:550px){
    .modalurgent_close { right: 0; top: -40px; opacity: 1;}
    .modalurgent_in_text p{margin-bottom:15px;}
    .modalurgent_in2{width:100%;}
    .modalurgent_in_text{background-color: transparent; top:95px; right: 0;  width:246px;   padding: 0px 30px 15px 0px;}
    .modalurgent_in_text, .modalurgent_in_text * {
        font-size: 18px;
        line-height: 20px;
    }
    .modalurgent_in_link{line-height: 33px;}
}
 
@media screen and (min-width:360px) and (max-width:550px){
   .modalurgent_in_text, .modalurgent_in_text * {
        font-size: 20px;
        line-height: 24px;
    }
     .modalurgent_in_link{line-height: 33px;}
}
@media screen and (min-width:410px) and (max-width:550px){
    .modalurgent_in_text{top:115px;}
     .modalurgent_in_text, .modalurgent_in_text * {
        font-size: 21px;
        line-height: 25px;
    }
     .modalurgent_in_link{line-height: 33px;}
}
@media screen and (min-width:430px) and (max-width:550px){
    .modalurgent_in_text{top:130px;}
    .modalurgent_in_text, .modalurgent_in_text * {
        font-size: 22px;
        line-height: 26px;
    }
    .modalurgent_in_link{line-height: 33px;}
}

 
/* popup */

 /* del */
 .menu_del_btn{
     margin-left:10px;
     background: url('img/btn.jpg') no-repeat;
     background-size:100% 100%; text-align: center;
     padding:0; box-sizing: border-box; height:50px; line-height: 50px; 
     color:#fff;  font-size: 25px; min-width:150px; max-width: 200px;
 
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.58);
 margin-bottom: 30px;

 }
 @media (max-width:1024px){
      .menu_del_btn{width:calc(50% - 5px); min-width: unset; max-width: unset;}
      .menu_del_btn + .menu_del_btn{margin-left:0;}
 }
 /* del */
 .head_markol{
     background: #fb9bf2;
     display: flex;
     justify-content: center;
     align-items: center;
     height: 75px;
 }
 .head_markol h2,
 .head_markol h1{
    color: #04640d;
    font-size: 40px;
    letter-spacing: 9.6px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 75px;
    position: relative;
    top: 3px;
 }
 
 .img_foods{
     width: 50%;
      
 }
 .img_foodss{
     width:50%;
         position: relative;
    z-index: 10;
 }

 
 .con_markol_r{
     width:100%; top:0; right:0;
 }
 .con_markol_l{
     width:100%; bottom:0;left:0;
 }
 .con_markol_text{
width: 495px;
    color: #04640d;
    font-size: 18px;
    font-weight: 400;
    margin-top: 22px;
    line-height: 25px;
    width: 50%;
    box-sizing: border-box;
    padding-left:  70px;
 }
 .con_markol_text.fll{
             padding: 0 70px;
 }
 .txt_recp{
     color: #ffffff;
    font-size: 40px; position: absolute;
     font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0 61px;
 }
 .pantxt{
width: 502px;
color: #04640d;
font-size: 18px;
font-weight: 400;    line-height: 26px;
 }
 .markol_grid{
     display: grid;
     grid-gap:16px;
     grid-template-columns: 1fr 1fr 1fr;
     margin-top:34px;
 }
 .markol_item{
     width: 370px;
     height: 275px;
 }
 .markol_item_txt{
     height: 100px;
     width: 370px;
     background: #fb9bf2;
     position:absolute;
     bottom:0;
 }
 .markol_item_h3{
color: #04640d;
font-size: 40px;
font-weight: 400;
text-transform: uppercase;
margin: 17px 29px 0 29px;
text-align: center;
 }
 .markol_item_p{
color: #04640d;
font-size: 18px;
font-weight: 400;
text-align: center;
margin:0 65px 16px 64px;
 }
 .img_purch{
     display:block;
     margin-top:30px;
 }
 
 
 .mrk_products{
     display: grid;
     grid-template-columns:1fr 1fr 1fr;
     margin-top:34px;
     grid-gap:16px;direction: ltr;
 }
 .mrk_products_item_layer{
     position: absolute; bottom:0; right:0; 
     z-index: 100;
     background-color:rgba(251,155,242,0.8); width:100%; 
     box-sizing: border-box;
     text-align: center; padding:15px 20px 10px;
 }
 .mrk_products_item_layer h3{
     color: #04640d;font-size: 40px; line-height: 40px; font-weight: 700;
     
 }
 .mrk_products_item_layer p{
     color: #04640d;font-size: 18px; line-height: 22px;
     
 }
 
 .mrk_product_b_o{
     width:100%; position: absolute; top:0; right:0;
 }
 .mrk_product_b h1{
     color: #04640d;
font-size: 40px; line-height: 42px;
font-weight: 700; margin-bottom:10px;
 }
 .mrk_ing_stats span{
     direction: ltr;
    display: inline-block;
 }
 .mrk_ing_stats,.mrk_ing_stats *{font-weight: 400;
     font-size: 18px;
     color: #04640d; text-align: right;
 }
 .mrk_product_b_row{
     padding:15px 0;
      border-bottom: 3px solid #04640d;
 }
 .con_markol_row_b{
     border-bottom: 3px solid #04640d; margin-bottom: 20px;
 }
 .mrk_product_b_row.mrk_product_b_row_last{border:0;}
 .mrk_product_b_o2{
     width:50%; padding-left: 40px; box-sizing: border-box;
 }
 .con_markol_s_l{
        width:50%; height:528px;
 }
 .mrk_product_b_rich,.mrk_product_b_rich *{
     color: #04640d; font-size: 18px; line-height: 24px;
 }
 .mrk_product_b_rich h2{
     font-weight: 700;
  }
 .mrk_product_b_list h2{
          font-weight: 700;
     color: #04640d; font-size:18px; margin-bottom:10px;
 }
 .mrk_product_b_list ul li  {
     position: relative;
     color: #04640d; width:calc(50% - 15px); float:right;
     padding-right: 10px;
     font-size: 18px; line-height: 22px;
 }
 .mrk_product_b_list ul li:nth-child(2n){
     float:left;
 }
 .mrk_product_b_list ul:after{
     clear:both; display: block; content: '';
 }
 .mrk_product_b_list ul li:before{
     content:'•'; position: absolute; right:0; top:0;
     
 }
 
 .mrk_product_b_list .img_purch{margin-top:15px;}
 
  .mrk_product_b_bc li,
 .mrk_product_b_bc,.mrk_product_b_bc *{
     font-size: 16px;color: #04640d; line-height:20px;
     
 }
 .mrk_product_b_bc li span,
 .mrk_product_b_bc li a{
     display: block;
 }
 .mrk_product_b_bc li{
     float:right;
 
 }
 .mrk_product_b_bc li.current{
     font-weight: 700;
 }
 .mrk_product_b_bc li.current:before{
     background-color: #04640d; float:right; margin:1px 5px 0;
     content: ''; display: block; height: 15px; width:2px; 
 }
 .mrk_product_b_bc li img{
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    position: relative;
    top: -2px;
    margin-right: 5px;
 }
 .mrk_product_b_bc ul:after{
     content: '';
     display: block; clear: both;
 }
 
 
 .mrk_steps_box_in{
     display: flex; justify-content: space-between;
 }
 .mrk_steps_box_r,.mrk_steps_box_l{
     width:calc(50% - 60px);
 }
 
 
 .mrk_steps_box,.mrk_steps_box *{
     color: #04640d;
     font-size: 18px; line-height: 24px;
 }
   .mrk_steps_box ul,
 .mrk_steps_box p{
     margin-bottom:10px;
 }
  .mrk_steps_box ul li  {
     position: relative;
     padding-right: 10px;
 } 
 .mrk_steps_box ul li:before{
     content:'•'; position: absolute; right:0; top:0;
     
 }
 .mrk_steps_box{
     margin-bottom:100px;
 }
 .mrk_steps_box h2,
 .mrk_steps_box h3,
 .mrk_steps_box strong{
     font-weight: 700;
 }
 .mrk_steps_box > h2 {
     margin-bottom:10px;
 }
 
 .mrk_btn_walt{
     width:175px; display: block; margin-top:25px;
     height:40px; box-sizing: border-box;
     border:3px solid #04640d;
     line-height: 33px; text-align: center;
 }
 .mrk_btn_walt:hover{
     background-color:#ec99f1 ;
 }
 .mrk_btn_walt span{
     color:#04640d;    vertical-align: top;
     font-size: 18px; font-weight: 700;
       line-height: 34px;
       display: inline-block; vertical-align: middle;
 }
 .mrk_btn_walt img{
     display: inline-block; vertical-align: middle;width:44px; margin-right: 4px;
     position: relative;
    top: -2px;
 }

 
 @media (max-width:1270px){
     .mrk_products_item_layer h3 {
    font-size: 30px;}
 }
 
 
 @media (max-width:1024px){
     .con_markol_s_l{height:400px;}
     .mrk_steps_box_r, .mrk_steps_box_l,
     .img_foods,.con_markol_r,.img_foodss,.pantxt,.con_markol_s_l,
     .mark_m_cover img,.con_markol_text,.mrk_product_b_o2,.mrk_product_b_list ul li,
     .mark_m_cover{
         width:100%;
     }
     .mrk_product_b_list ul li:nth-child(2n),
     .mrk_product_b_list ul li{float: none; display: block;}
     .con_markol_l,.mrk_product_b_o,
     .con_markol_r{
         position: static;    clear: both;
     }
     .con_markol_text.fll,.mrk_product_b_o2,
      .con_markol_text{padding:20px 0; margin:0;}
      .mrk_products a,.mrk_steps_box_in,
      .mrk_products{display: block;}
     .mrk_products a{margin-bottom: 20px;}
     .mrk_products_item_layer h3{     line-height: 35px;   font-size: 30px;}
 }
iframe.buyme-giftcard-iframe {
width: 100%;
height: auto;
min-height: 1200px;
border: none;
 }
 
 @media screen and (min-width: 1100px) {
    iframe.buyme-giftcard-iframe {
        min-width: 1100px;
    }
}
.form-career textarea {
    height: 72px;
    white-space: pre-wrap;
}

@media (min-width:1024px){
    .check_out_full{height:auto;}
    .check_out {
        width: 25%;
    }
}










   /* modal */
   .modal{
    top:0; right:0; z-index: -500;
	height: 0; width: 0; 
    visibility: hidden;opacity:0; overflow: hidden;
 background-color: rgba(66, 45, 28, 0.5);
    -webkit-transition: opacity 0.3s cubic-bezier(.26, .12, 0, 1);
-moz-transition: opacity 0.3s cubic-bezier(.26, .12, 0, 1);
-o-transition: opacity 0.3s cubic-bezier(.26, .12, 0, 1);
transition: opacity 0.3s cubic-bezier(.26, .12, 0, 1);
}
.modal.active{
	width:100%; height: 100%; 
    z-index: 50000000;  visibility: visible; opacity: 1;  display: flex; align-items: center; justify-content: center;
}
.modal_in{
    width: 760px;
height: 437px; display: flex;align-items:center; justify-content:center;
    top:-50px;  border: 2px solid #FFF;

background: rgba(0, 0, 0, 0.70);

backdrop-filter: blur(12px);

padding: 0;
	-webkit-transition: top 0.5s cubic-bezier(.26, .12, 0, 1);
	-moz-transition: top 0.5s cubic-bezier(.26, .12, 0, 1);
	-o-transition: top 0.5s cubic-bezier(.26, .12, 0, 1);
	transition: top 0.5s cubic-bezier(.26, .12, 0, 1);
}
.modal.active .modal_in{
    top:0rem; 
}
.modal-close svg{width: 28px;
height: 28px;}
.modal-close{position: absolute;top:11px; 
	left:11px; border:0;
	  width: 28px; padding:0; display: block; margin:0;
height: 28px; background-color:transparent;
cursor: pointer;
}
html[dir="rtl"] .modal-close{left:auto; right:11px;}
.modal_in{z-index: 10;}

.modal_layer{
	z-index: 1; width:100%; height:100%;
	top:0; inset-inline-start:0;
}
.modal_in_html{
    width: 452px;
    margin: auto;
}

.modal-close:hover svg path{
    stroke:#FF6900;
}
.modal h2{
    color: #FFF;
    font-family: 'Oswald-Regular', 'almoni-dltzaar';
text-align: center; 
font-size: 55px;
font-style: normal;
font-weight: 600;white-space:nowrap;
line-height: 62px;
border-bottom:3px solid #fff; margin-bottom: 34px;
padding-bottom:10px;
}
.modal h2 span{
    font-size: 54px;white-space:inherit;
    font-family:inherit;
    color:inherit; 
    line-height: inherit;
}
.modal_footer{
    width: 100%; position: absolute; bottom:0; right:0;
height: 24px;
    background: linear-gradient(270deg, #CF2E2E 40.91%, #FF6900 101.49%);
}
.gift-cols a img{
    width: 178px;
height: auto;
}
.gift-cols a + a img{
    width: 107px;


}
.gift-cols a img.gift_hov{display:none;}
 
.gift-cols a{ 
width: 214px;border: 1px solid #FFF; display: flex; align-items:center;justify-content:center;
height: 149px;
}
 
.gift-cols{
    display: flex;  justify-content:space-between;  
}
.modal_in_in  {width:100%;}
.modal *{box-sizing: border-box;}
@media (hover:hover){
    .gift-cols a:hover{background-color:#fff;}
    .gift-cols a:hover img{display:none;}
    .gift-cols a:hover img.gift_hov{display:block;}

}
@media (max-width:900px){
    .gift-cols{  gap:14px;  flex-direction: column-reverse; margin-bottom: 26px;
}
    .modal_in{
        width:300px; height: auto;
    }
    .modal-close,
    .modal-close svg {
        width: 18px;
        height: 18px;
    }
    .modal_in_html{width: 219px; padding: 39px 0 26px;}
    .modal h2{   font-size: 26px;
    line-height: 26px;   }
    .modal h2 span {    font-size: 27px;}
    .gift-cols a{ background-color:#fff;width: 100%;height: 149px;}
    .gift-cols a img{display: none; width: 178px;  }
    .gift-cols a img.gift_hov{ display: block;  }
    .gift-cols a + a img{   width: 107px;
   } 
   .gift-cols{
		gap: 14px;
	margin-bottom: 26px;
	display: grid;
	grid-template-columns: 1fr;
	}
	.gift-cols a:nth-child(2){order:1;}


 
}


@media (max-width:460px){
	.modal h2 {
		font-size: 24px;
		line-height: 26px;
	}
	.modal h2 span {
		font-size: 23px;
	}

 
}

@media (max-width:390px){
	.phonenumber_head{
		margin-top: 21px;
		border: 0px solid #fff;
		border-radius: 2px;
		color: #fff;
		line-height: 36px;
	 
		text-align: center;
		font-size: 13px;
	}
	.site_logo{    margin-right: 15px;}
	.menu-toggle {
		margin-left: 10px;
	}
}
/* modal  */

.page-not-found-template {
	min-height: calc(100vh - 201px);
}

.page-not-found-template h1 {
	font-size: 40px;
	color:white;
}

@media (min-width:560px){
    .page-not-found-template{
        white-space: nowrap;
    }
}