.carousel.carousel-fit.slide, .mfp-bg {
	overflow: hidden
}
.carousel.carousel-fit .carousel-inner>.item, .mfp-container {
	text-align: center
}
.mfp-container, .slick-slider, img.mfp-img {
	box-sizing: border-box
}
.mfp-arrow, .slick-slider {
	-webkit-tap-highlight-color: transparent
}
.container {
	width: 100%;
	max-width: 1440px
}
body {
	font-family: 'Roboto Condensed', sans-serif!important;
	font-weight: 400!important;
	letter-spacing: -.5px
}
.flip-container {
	perspective: 1000px
}
.flip-container.hover .flipper, .flip-container:hover .flipper {
	transform: rotateY(180deg)
}
.back, .flip-container, .front {
	width: 320px;
	height: 480px
}
.flipper {
	transition: .6s;
	transform-style: preserve-3d;
	position: relative
}
.back, .front {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0
}
.front {
	z-index: 2;
	transform: rotateY(0)
}
.back {
	transform: rotateY(180deg)
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}
.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}
@-webkit-keyframes bounce {
	20%, 53%, 80%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		animation-timing-function: cubic-bezier(.755, .050, .855, .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 {
	20%, 53%, 80%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		animation-timing-function: cubic-bezier(.755, .050, .855, .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 {
	50%, from, to {
		opacity: 1
	}
	25%, 75% {
		opacity: 0
	}
}
@keyframes flash {
	50%, from, to {
		opacity: 1
	}
	25%, 75% {
		opacity: 0
	}
}
.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}
@-webkit-keyframes pulse {
	from, to {
		-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)
	}
}
@keyframes pulse {
	from, to {
		-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)
	}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}
@-webkit-keyframes rubberBand {
	from, to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
}
@keyframes rubberBand {
	from, to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
}
.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, to {
		-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)
	}
}
@keyframes tada {
	from, to {
		-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)
	}
}
.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}
@-webkit-keyframes wobble {
	from, to {
		-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)
	}
}
@keyframes wobble {
	from, to {
		-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)
	}
}
.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}
@-webkit-keyframes jello {
	11.1%, from, to {
		-webkit-transform: none;
		transform: none
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}
@keyframes jello {
	11.1%, from, to {
		-webkit-transform: none;
		transform: none
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}
.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center
}
@-webkit-keyframes bounceIn {
	20%, 40%, 60%, 80%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}
@keyframes bounceIn {
	20%, 40%, 60%, 80%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}
.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}
@-webkit-keyframes bounceInDown {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}
@keyframes bounceInDown {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}
@-webkit-keyframes bounceInLeft {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}
@keyframes bounceInLeft {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}
@-webkit-keyframes bounceInRight {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}
@keyframes bounceInRight {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}
@-webkit-keyframes bounceInUp {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}
@keyframes bounceInUp {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}
.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
}
.flipInY, .flipOutX {
	-webkit-backface-visibility: visible!important
}
@-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 {
	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;
	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(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
.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(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
.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(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
.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(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
.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(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
.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(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
.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
}
.modal-backdrop {
	background-color: #fff
}
.carousel.carousel-fit {
	position: relative
}
.carousel.carousel-fit .carousel-inner>.next, .carousel.carousel-fit .carousel-inner>.prev {
	bottom: 0
}
.carousel.carousel-fit .carousel-inner>.item>img {
	display: inline-block
}
.carousel.carousel-fit .carousel-inner>.item>.carousel-caption {
	bottom: 0;
	left: 0;
	right: 0
}
.modal.modal-fullscreen .modal-content, .modal.modal-fullscreen .modal-dialog {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}
.mfp-bg, .mfp-wrap {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%
}
.modal.modal-fullscreen .modal-dialog {
	margin: 0;
	width: 100%
}
.modal.modal-fullscreen .modal-content {
	border: none;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: inherit;
	-moz-box-shadow: inherit;
	-o-box-shadow: inherit;
	box-shadow: inherit
}
.modal.modal-fullscreen.force-fullscreen .modal-body {
	padding: 0
}
.modal.modal-fullscreen.force-fullscreen .modal-footer, .modal.modal-fullscreen.force-fullscreen .modal-header {
	border: none
}
.modal.modal-fullscreen.force-fullscreen .modal-header {
	top: 0
}
.modal.modal-fullscreen.force-fullscreen .modal-footer {
	bottom: 0
}
.mfp-bg {
	z-index: 1042;
	background: #fff;
	opacity: .95
}
.mfp-wrap {
	z-index: 1043;
	outline: 0!important;
	-webkit-backface-visibility: hidden
}
.mfp-container {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}
.mfp-align-top .mfp-container:before {
	display: none
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}
.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}
.mfp-ajax-cur {
	cursor: progress
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
	cursor: auto
}
.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}
.mfp-loading.mfp-figure {
	display: none
}
.mfp-hide {
	display: none!important
}
.mfp-preloader {
	color: #8d8d8b;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}
.mfp-preloader a, .mfp-preloader a:hover {
	color: #8d8d8b
}
.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
	display: none
}
button.mfp-arrow, button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation
}
button::-moz-focus-inner {
	padding: 0;
	border: 0
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #000;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}
.mfp-close:focus, .mfp-close:hover {
	opacity: 1
}
.mfp-close:active {
	top: 1px
}
.mfp-close-btn-in .mfp-close {
	color: #333
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
	color: #000;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #8d8d8b;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}
.mfp-arrow-left:after, .mfp-arrow-right:after {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	color: #000;
	font-size: 4em;
	text-decoration: inherit
}
.mfp-figure, img.mfp-img {
	line-height: 0
}
.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: -55px 0 0;
	top: 50%;
	padding: 0;
	width: 90px;
	height: 110px
}
.mfp-arrow:active {
	margin-top: -54px
}
.mfp-arrow:focus, .mfp-arrow:hover {
	opacity: 1
}
.mfp-arrow:after, .mfp-arrow:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: inset transparent
}
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}
.mfp-arrow-left {
	left: 0
}
.mfp-arrow-left:after {
	content: "\f104"
}
.mfp-arrow-right {
	right: 0
}
.mfp-arrow-right:after {
	content: "\f105"
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}
.mfp-image-holder .mfp-content, img.mfp-img {
	max-width: 100%
}
.mfp-iframe-holder .mfp-close {
	top: -40px
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(255, 255, 255, .6);
	background: #fff
}
.mfp-figure:after, img.mfp-img {
	width: auto;
	height: auto;
	display: block
}
img.mfp-img {
	padding: 40px 0;
	margin: 0 auto
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	right: 0;
	z-index: -1;
	background: #444
}
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px
}
.mfp-figure figure {
	margin: 0
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #000;
	word-wrap: break-word;
	padding-right: 36px
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}
@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 1);
		position: fixed;
		text-align: center;
		padding: 0
	}
}
@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75)
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	transition: all .15s ease-out
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: .8
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	transition: all .15s ease-out
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0
}
html.magnifying>body {
	overflow-x: hidden!important
}
.lens-mobile, .magnify, .magnify-mobile, .magnify>.magnify-lens {
	min-width: 0;
	min-height: 0;
	animation: none;
	border: none;
	float: none;
	margin: 0;
	opacity: 1;
	outline: 0;
	overflow: visible;
	padding: 0;
	text-indent: 0;
	transform: none;
	transition: none
}
.magnify {
	position: relative;
	width: auto;
	height: auto;
	box-shadow: none;
	display: inline-block;
	z-index: inherit
}
.magnify>.magnify-lens {
	position: absolute;
	width: 200px;
	height: 200px;
	border-radius: 100%;
	box-shadow: 0 0 0 7px rgba(255, 255, 255, .85), 0 0 7px 7px rgba(0, 0, 0, .25), inset 0 0 40px 2px rgba(0, 0, 0, .25);
	cursor: none;
	display: none;
	z-index: 99
}
.magnify>.magnify-lens.loading {
	background: #333!important;
	opacity: .8
}
.magnify>.magnify-lens.loading:after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #fff;
	content: 'Loading...';
	font: italic 400 16px/1 Calibri, sans-serif;
	letter-spacing: 1px;
	margin-top: -8px;
	text-align: center;
	text-shadow: 0 0 2px rgba(51, 51, 51, .8);
	text-transform: none
}
.yamm .dropdown-menu {
	text-transform: none
}
.yamm .dropdown-menu strong {
	font-weight: 400;
	color: #8d8d8b;
	text-transform: uppercase;
	text-align: left!important
}
#banner-effetto, #banner-effetto .flipper .back, #contact_button, #download_block, #eucookielaw, .carousel div, .slick-dots, .slick-dots li button:before {
	text-align: center
}
.yamm .dropdown-menu strong:before {
	content: "\f063";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	color: #8d8d8b;
	font-size: 1em;
	float: left;
	margin-right: 2px;
	-webkit-text-stroke: 2px #FFF
}
.yamm .dropdown-menu .line-break {
	margin-top: 1rem;
	margin-bottom: 1rem
}
.yamm .dropdown-menu ul {
	list-style: none;
	padding-left: 0
}
.yamm .dropdown-menu ul li a {
	text-transform: none;
	display: inline-block;
	line-height: 2em;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	color: #000
}
.carousel .slick-slide img, a.button {
	-moz-transition: all .3s;
	-webkit-transition: all .3s
}
.yamm .dropdown-menu ul li a:hover {
	color: #845f44
}
.yamm .dropdown-menu.custom {
	right: 0;
	left: inherit;
	width: auto;
	max-width: 800px
}
.yamm .dropdown-menu.custom .item {
	width: 240px
}
.yamm .collapse, .yamm .dropdown, .yamm .dropup, .yamm .nav {
	position: static
}
.slick-list, .slick-slider, .slick-track, .yamm .container {
	position: relative
}
.yamm .dropdown-menu {
	left: auto
}
.yamm .yamm-content {
	padding: 20px 30px
}
@media (max-width:767px) {
	.yamm .dropdown-menu.custom .item {
		width: 100%
	}
	.yamm .yamm-content {
		padding: 0 10px;
		border-bottom: 1px dashed #d8d8d8
	}
}
.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0
}
.slick-slider {
	display: block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y
}
.slick-list {
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: 0
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.slick-track {
	left: 0;
	top: 0;
	display: block
}
.slick-track:after, .slick-track:before {
	content: "";
	display: table
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}
[dir=rtl] .slick-slide {
	float: right
}
.slick-slide img {
	display: block;
	width: auto;
	min-height: inherit!important
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block;
	overflow: hidden
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none
}
@media (max-width:767px) {
	.slick-slide img {
		width: 100%
	}
	.slick-next, .slick-prev {
		display: none!important
	}
}
.carousel img {
	max-width: 100%;
	height: auto
}
.carousel .slick-slide {
	-webkit-opacity: .5;
	-moz-opacity: .5;
	opacity: .5
}
.carousel .slick-slide img {
	-webkit-transform: scale(.7);
	-moz-transform: scale(.7);
	-ms-transform: scale(.7);
	-o-transform: scale(.7);
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}
.slick-next, .slick-prev {
	height: 80px;
	width: 35px;
	line-height: 0;
	font-size: 0;
	top: 50%;
	padding: 5px;
	border: none;
	z-index: 2;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	position: absolute;
	display: block;
	cursor: pointer;
	outline: 0
}
.carousel .slick-current {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1
}
.carousel .slick-current img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1)
}
.slick-loading .slick-list {
	background: url(ajax-loader.gif) center center no-repeat #fff
}
.slick-next {
	background: 0 0;
	color: transparent;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	opacity: 1!important;
	transition: all .2s;
	right: 0
}
.slick-next:focus, .slick-next:hover {
	outline: 0;
	background: #000;
	color: transparent;
	opacity: 1
}
.slick-next:focus:before, .slick-next:hover:before {
	opacity: 1;
	color: #FFF;
	-webkit-text-stroke: 1px #FFF
}
.slick-next.slick-disabled:before {
	opacity: .25
}
.slick-prev {
	background: 0 0;
	color: transparent;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	opacity: 1!important;
	transition: all .2s;
	left: 0
}
.slick-prev:focus, .slick-prev:hover {
	outline: 0;
	background: #000;
	color: transparent;
	opacity: 1
}
.slick-prev:focus:before, .slick-prev:hover:before {
	opacity: 1;
	color: #FFF;
	-webkit-text-stroke: 1px #FFF
}
.slick-prev.slick-disabled:before {
	opacity: .25
}
.slick-next:before, .slick-prev:before {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
	font-family: FontAwesome;
	font-size: 55px;
	line-height: 1;
	color: #ccc;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-weight: lighter;
	text-decoration: inherit
}
.slick-next:before {
	content: "\f105"
}
.slick-prev:before {
	content: "\f104"
}
.slick-dotted .slick-slider {
	margin-bottom: 30px
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	width: 100%
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}
.slick-dots li button {
	border: 0;
	background: 0 0;
	display: block;
	height: 20px;
	width: 20px;
	outline: 0;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer
}
.radio input[type=radio]:disabled+label::before, .radio input[type=checkbox]:disabled+label::before {
	cursor: not-allowed
}
.slick-dots li button:focus, .slick-dots li button:hover {
	outline: 0
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
	opacity: 1
}
.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "â€¢";
	width: 20px;
	height: 20px;
	font-family: FontAwesome;
	font-size: 18px;
	line-height: 20px;
	color: #000;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
	color: #000;
	opacity: 1
}
#SearchModal .group, #contact_form .group {
	position: relative;
	margin-bottom: 45px
}
#SearchModal input[type=text], #SearchModal input[type=email], #SearchModal input[type=password], #contact_form input[type=text], #contact_form input[type=email], #contact_form input[type=password] {
	font-size: 18px;
	padding: 10px 10px 10px 5px;
	display: block;
	width: 100%;
	border: none;
	border-bottom: 1px solid #d8d8d8
}
#SearchModal input[type=text]:focus, #SearchModal input[type=email]:focus, #SearchModal input[type=password]:focus, #contact_form input[type=text]:focus, #contact_form input[type=email]:focus, #contact_form input[type=password]:focus {
	outline: 0
}
#SearchModal .group label, #contact_form .group label {
	color: #8d8d8b;
	font-size: 18px;
	font-weight: 400;
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: 10px;
	transition: .2s ease all;
	-moz-transition: .2s ease all;
	-webkit-transition: .2s ease all
}
#SearchModal input[type=text]:not(:required)~label, #contact_form input[type=text]:not(:required)~label {
	top: 10px!important;
	color: #8d8d8b!important
}
#SearchModal input[type=text]:not(:required):focus~label, #SearchModal input[type=text]:not(:required):not(:empty):valid~label, #SearchModal input[type=text]:not(:required)~label.value_set, #contact_form input[type=text]:not(:required):focus~label, #contact_form input[type=text]:not(:required):not(:empty):valid~label, #contact_form input[type=text]:not(:required)~label.value_set {
	top: -20px!important;
	color: #008c70!important
}
#SearchModal input[type=text]:focus~label, #SearchModal input[type=text]:valid~label, #SearchModal input[type=email]:focus~label, #SearchModal input[type=email]:valid~label, #SearchModal input[type=password]:focus~label, #SearchModal input[type=password]:valid~label, #contact_form input[type=text]:focus~label, #contact_form input[type=text]:valid~label, #contact_form input[type=email]:focus~label, #contact_form input[type=email]:valid~label, #contact_form input[type=password]:focus~label, #contact_form input[type=password]:valid~label {
	top: -20px;
	font-size: 14px;
	color: #008c70
}
#SearchModal .has-error input[type=text]~label, #SearchModal .has-error input[type=email]~label, #SearchModal .has-error input[type=password]~label, #contact_form .has-error input[type=text]~label, #contact_form .has-error input[type=email]~label, #contact_form .has-error input[type=password]~label {
	color: #c00
}
#SearchModal .has-error .bar:after, #SearchModal .has-error .bar:before, #contact_form .has-error .bar:after, #contact_form .has-error .bar:before {
	background: #c00
}
#SearchModal .bar, #contact_form .bar {
	position: relative;
	display: block;
	width: 100%
}
#SearchModal .bar:after, #SearchModal .bar:before, #contact_form .bar:after, #contact_form .bar:before {
	content: '';
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #008c70;
	transition: .2s ease all;
	-moz-transition: .2s ease all;
	-webkit-transition: .2s ease all
}
#SearchModal .bar:before, #contact_form .bar:before {
	left: 50%
}
#SearchModal .bar:after, #contact_form .bar:after {
	right: 50%
}
#SearchModal input[type=text]:focus~.bar:after, #SearchModal input[type=text]:focus~.bar:before, #SearchModal input[type=email]:focus~.bar:after, #SearchModal input[type=email]:focus~.bar:before, #SearchModal input[type=password]:focus~.bar:after, #SearchModal input[type=password]:focus~.bar:before, #contact_form input[type=text]:focus~.bar:after, #contact_form input[type=text]:focus~.bar:before, #contact_form input[type=email]:focus~.bar:after, #contact_form input[type=email]:focus~.bar:before, #contact_form input[type=password]:focus~.bar:after, #contact_form input[type=password]:focus~.bar:before {
	width: 50%
}
#SearchModal .highlight, #contact_form .highlight {
	position: absolute;
	height: 60%;
	width: 100px;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: .5
}
#SearchModal input[type=text]:focus~.highlight, #SearchModal input[type=email]:focus~.highlight, #SearchModal input[type=password]:focus~.highlight, #contact_form input[type=text]:focus~.highlight, #contact_form input[type=email]:focus~.highlight, #contact_form input[type=password]:focus~.highlight {
	-webkit-animation: inputHighlighter .3s ease;
	-moz-animation: inputHighlighter .3s ease;
	animation: inputHighlighter .3s ease
}
@-webkit-keyframes inputHighlighter {
	from {
		background: #008c70
	}
	to {
		width: 0;
		background: 0 0
	}
}
@-moz-keyframes inputHighlighter {
	from {
		background: #008c70
	}
	to {
		width: 0;
		background: 0 0
	}
}
@keyframes inputHighlighter {
	from {
		background: #008c70
	}
	to {
		width: 0;
		background: 0 0
	}
}
.radio-primary input[type=radio]+label::after, .radio-primary input[type=radio]:checked+label::after {
	background-color: #845f44
}
.radio input[type=radio] {
	opacity: 0;
	outline: 0;
	-moz-appearance: none;
	-webkit-appearance: none
}
.radio input[type=radio]:checked+label::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1)
}
.radio input[type=radio]:disabled+label {
	opacity: .65
}
.radio-primary input[type=radio]:checked+label::before {
	border-color: #845f44
}
.radio-danger input[type=radio]+label::after, .radio-danger input[type=radio]:checked+label::after {
	background-color: #d9534f
}
.radio-danger input[type=radio]:checked+label::before {
	border-color: #d9534f
}
.radio-info input[type=radio]+label::after, .radio-info input[type=radio]:checked+label::after {
	background-color: #008c70
}
.radio-info input[type=radio]:checked+label::before {
	border-color: #008c70
}
.radio-warning input[type=radio]+label::after, .radio-warning input[type=radio]:checked+label::after {
	background-color: #f0ad4e
}
.radio-warning input[type=radio]:checked+label::before {
	border-color: #f0ad4e
}
.radio-success input[type=radio]+label::after, .radio-success input[type=radio]:checked+label::after {
	background-color: #5cb85c
}
.radio-success input[type=radio]:checked+label::before {
	border-color: #5cb85c
}
.radio {
	padding-left: 20px
}
.radio label {
	display: block;
	position: relative;
	padding-left: 5px;
	font-size: 1em
}
.radio label::after, .radio label::before {
	display: inline-block;
	position: absolute;
	margin-left: -20px
}
.radio label::before {
	content: "";
	width: 17px;
	height: 17px;
	left: 0;
	border: 1px solid #ccc;
	border-radius: 50%;
	background-color: #d8d8d8;
	-webkit-transition: border .15s ease-in-out;
	-o-transition: border .15s ease-in-out;
	transition: border .15s ease-in-out
}
.radio label::after {
	content: " ";
	width: 11px;
	height: 11px;
	left: 3px;
	top: 3px;
	border-radius: 50%;
	background-color: #555;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
	-moz-transition: -moz-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
	-o-transition: -o-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
	transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33)
}
.radio-primary input[type=checkbox]+label::after, .radio-primary input[type=checkbox]:checked+label::after {
	background-color: #845f44
}
a.button, a.button.arrow-right:after {
	-o-transition: all .3s;
	-ms-transition: all .3s
}
.radio input[type=checkbox] {
	opacity: 0;
	outline: 0;
	-moz-appearance: none;
	-webkit-appearance: none
}
.radio input[type=checkbox]:checked+label::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1)
}
.radio input[type=checkbox]:disabled+label {
	opacity: .65
}
.radio.radio-inline {
	margin-top: 0
}
.radio-primary input[type=checkbox]:checked+label::before {
	border-color: #845f44
}
.radio-danger input[type=checkbox]+label::after, .radio-danger input[type=checkbox]:checked+label::after {
	background-color: #d9534f
}
.radio-danger input[type=checkbox]:checked+label::before {
	border-color: #d9534f
}
.radio-info input[type=checkbox]+label::after, .radio-info input[type=checkbox]:checked+label::after {
	background-color: #008c70
}
.radio-info input[type=checkbox]:checked+label::before {
	border-color: #008c70
}
.radio-warning input[type=checkbox]+label::after, .radio-warning input[type=checkbox]:checked+label::after {
	background-color: #f0ad4e
}
.radio-warning input[type=checkbox]:checked+label::before {
	border-color: #f0ad4e
}
.radio-success input[type=checkbox]+label::after, .radio-success input[type=checkbox]:checked+label::after {
	background-color: #5cb85c
}
.radio-success input[type=checkbox]:checked+label::before {
	border-color: #5cb85c
}
@media (max-width:1024px), (max-width:767px) {
	#prodotto table, #prodotto tbody, #prodotto td, #prodotto th, #prodotto thead, #prodotto tr {
		display: block
	}
	#prodotto thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px
	}
	#prodotto tr {
		border: 1px solid #d8d8d8;
		border-bottom: none
	}
	#prodotto td {
		border: none;
		position: relative;
		padding-left: 50%!important
	}
	#prodotto td:first-child {
		background: #d8d8d8
	}
	#prodotto td:before {
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%;
		max-width: 45%;
		padding-right: 10px;
		white-space: nowrap
	}
	#prodotto #formati table.it td:nth-of-type(1):before {
		display: block;
		content: "Formato (cm)"
	}
	#prodotto #formati table.it td:nth-of-type(2):before {
		display: block;
		content: "Variante"
	}
	#prodotto #formati table.it td:nth-of-type(3):before {
		display: block;
		content: "Codice"
	}
	#prodotto #formati table.it td:nth-of-type(4):before {
		display: block;
		content: "Coefficiente anti-scivolo"
	}
	#prodotto #formati table.it td:nth-of-type(5):before {
		display: block;
		content: "Finitura"
	}
	#prodotto #formati table.it td:nth-of-type(6):before {
		display: block;
		content: "Spessore (cm)"
	}
	#prodotto #pezzi_speciali table.it td:nth-of-type(1):before {
		display: block;
		content: "Formato (cm)"
	}
	#prodotto #pezzi_speciali table.it td:nth-of-type(2):before {
		display: block;
		content: "Codice"
	}
	#prodotto #pezzi_speciali table.it td:nth-of-type(3):before {
		display: block;
		content: "Coefficiente anti-scivolo"
	}
	#prodotto #pezzi_speciali table.it td:nth-of-type(4):before {
		display: block;
		content: "Finitura"
	}
	#prodotto #pezzi_speciali table.it td:nth-of-type(5):before {
		display: block;
		content: "Descrizione"
	}
	#prodotto #formati table.en td:nth-of-type(1):before {
		display: block;
		content: "Size (cm/in)"
	}
	#prodotto #formati table.en td:nth-of-type(2):before {
		display: block;
		content: "Variant"
	}
	#prodotto #formati table.en td:nth-of-type(3):before {
		display: block;
		content: "Code"
	}
	#prodotto #formati table.en td:nth-of-type(4):before {
		display: block;
		content: "Skid resistance Din 51130"
	}
	#prodotto #formati table.en td:nth-of-type(5):before {
		display: block;
		content: "Finish"
	}
	#prodotto #formati table.en td:nth-of-type(6):before {
		display: block;
		content: "Thickness (cm)"
	}
	#prodotto #pezzi_speciali table.en td:nth-of-type(1):before {
		display: block;
		content: "Size (cm/in)"
	}
	#prodotto #pezzi_speciali table.en td:nth-of-type(2):before {
		display: block;
		content: "Code"
	}
	#prodotto #pezzi_speciali table.en td:nth-of-type(3):before {
		display: block;
		content: "Skid resistance Din 51130"
	}
	#prodotto #pezzi_speciali table.en td:nth-of-type(4):before {
		display: block;
		content: "Finish"
	}
	#prodotto #pezzi_speciali table.en td:nth-of-type(5):before {
		display: block;
		content: "Description"
	}
	#prodotto #formati table.de td:nth-of-type(1):before {
		display: block;
		content: "Format (cm)"
	}
	#prodotto #formati table.de td:nth-of-type(2):before {
		display: block;
		content: "Variante"
	}
	#prodotto #formati table.de td:nth-of-type(3):before {
		display: block;
		content: "Kode"
	}
	#prodotto #formati table.de td:nth-of-type(4):before {
		display: block;
		content: "Rutschfestigkeit Din 51130"
	}
	#prodotto #formati table.de td:nth-of-type(5):before {
		display: block;
		content: "OberflÃ¤che"
	}
	#prodotto #formati table.de td:nth-of-type(6):before {
		display: block;
		content: "Dicke (cm)"
	}
	#prodotto #pezzi_speciali table.de td:nth-of-type(1):before {
		display: block;
		content: "Format (cm)"
	}
	#prodotto #pezzi_speciali table.de td:nth-of-type(2):before {
		display: block;
		content: "Kode"
	}
	#prodotto #pezzi_speciali table.de td:nth-of-type(3):before {
		display: block;
		content: "Rutschfestigkeit Din 51130"
	}
	#prodotto #pezzi_speciali table.de td:nth-of-type(4):before {
		display: block;
		content: "OberflÃ¤che"
	}
	#prodotto #pezzi_speciali table.de td:nth-of-type(5):before {
		display: block;
		content: "Beschreibung"
	}
	#prodotto #formati table.fr td:nth-of-type(1):before {
		display: block;
		content: "Format (cm)"
	}
	#prodotto #formati table.fr td:nth-of-type(2):before {
		display: block;
		content: "Variant"
	}
	#prodotto #formati table.fr td:nth-of-type(3):before {
		display: block;
		content: "Code"
	}
	#prodotto #formati table.fr td:nth-of-type(4):before {
		display: block;
		content: "Nature lissante Din 51130"
	}
	#prodotto #formati table.fr td:nth-of-type(5):before {
		display: block;
		content: "Finition"
	}
	#prodotto #formati table.fr td:nth-of-type(6):before {
		display: block;
		content: "Epaisseur (cm)"
	}
	#prodotto #pezzi_speciali table.fr td:nth-of-type(1):before {
		display: block;
		content: "Format (cm)"
	}
	#prodotto #pezzi_speciali table.fr td:nth-of-type(2):before {
		display: block;
		content: "Code"
	}
	#prodotto #pezzi_speciali table.fr td:nth-of-type(3):before {
		display: block;
		content: "Nature lissante Din 51130"
	}
	#prodotto #pezzi_speciali table.fr td:nth-of-type(4):before {
		display: block;
		content: "Finition"
	}
	#prodotto #pezzi_speciali table.fr td:nth-of-type(5):before {
		display: block;
		content: "Description"
	}
	#prodotto #formati table.es td:nth-of-type(1):before {
		display: block;
		content: "Formato (cm)"
	}
	#prodotto #formati table.es td:nth-of-type(2):before {
		display: block;
		content: "Variante"
	}
	#prodotto #formati table.es td:nth-of-type(3):before {
		display: block;
		content: "CÃ³digo"
	}
	#prodotto #formati table.es td:nth-of-type(4):before {
		display: block;
		content: "Antideslizante Din 51130"
	}
	#prodotto #formati table.es td:nth-of-type(5):before {
		display: block;
		content: "Acabado"
	}
	#prodotto #formati table.es td:nth-of-type(6):before {
		display: block;
		content: "Espesor (cm)"
	}
	#prodotto #pezzi_speciali table.es td:nth-of-type(1):before {
		display: block;
		content: "Formato (cm)"
	}
	#prodotto #pezzi_speciali table.es td:nth-of-type(2):before {
		display: block;
		content: "CÃ³digo"
	}
	#prodotto #pezzi_speciali table.es td:nth-of-type(3):before {
		display: block;
		content: "Antideslizante Din 51130"
	}
	#prodotto #pezzi_speciali table.es td:nth-of-type(4):before {
		display: block;
		content: "Acabado"
	}
	#prodotto #pezzi_speciali table.es td:nth-of-type(5):before {
		display: block;
		content: "DescripciÃ³n"
	}
}
#banner-effetto, .line-break {
	border-top: 1px solid #d8d8d8
}
body .nopaddinglateral, body .nopaddingleft {
	padding-left: 0!important
}
.relative, a.button {
	position: relative
}
body .nopaddinglateral, body .nopaddingright {
	padding-right: 0!important
}
body .lowercase {
	text-transform: lowercase
}
.uppercase, a.button {
	text-transform: uppercase
}
body .floatleft {
	float: left
}
body .floatright {
	float: right
}
body .nomarginall {
	margin: 0!important
}
body .nomargintop {
	margin-top: 0!important
}
body .nomarginright {
	margin-right: 0!important
}
body .nomarginbottom {
	margin-bottom: 0!important
}
body .nomarginleft {
	margin-left: 0!important
}
body .nopaddingall {
	padding: 0!important
}
body .nopaddingtop {
	padding-top: 0!important
}
body .nopaddingbottom {
	padding-bottom: 0!important
}
body .spacer {
	height: 1px
}
body .clear {
	width: 100%;
	height: 1px;
	visibility: hidden;
	padding: 0;
	margin: 0;
	clear: both;
	float: none
}
.bg-gradient-white-left {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dffffff', endColorstr='#00ffffff', GradientType=1)
}
#homepage #slider-homepage .caption.black, .bg-gradient-white-right {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#4dffffff', GradientType=1)
}
.bg-gradient-white-right {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 100%)
}
.bg-gradient-black-left {
	background: -moz-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=1)
}
.bg-gradient-black-right {
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=1)
}
.bg-gradient-black-top {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0)
}
.bg-gradient-white-top {
	background: -moz-linear-gradient(top, rgba(255, 255, 255, .65) 0, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, .65) 0, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, .65) 0, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6ffffff', endColorstr='#00ffffff', GradientType=0)
}
.bg-gradient-white-bottom {
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, .8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ccffffff', GradientType=0)
}
.bg-gradient-black-bottom {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 50%, rgba(0, 0, 0, .8) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 50%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 50%, rgba(0, 0, 0, .8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0)
}
.no-text-shadow {
	text-shadow: none!important
}
.lazy {
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center
}
.line-break {
	width: 100%
}
a.button {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transition: all .3s;
	background: #d0d0d0;
	color: #000;
	display: inline-block;
	line-height: 3em;
	padding-left: 3rem;
	padding-right: 3rem;
	letter-spacing: -.5px;
	font-size: .9em
}
a.button.dark {
	background: #000;
	color: #FFF!important;
	text-decoration: none!important
}
a.button.dark:hover {
	background: #d0d0d0!important;
	color: #000!important;
	text-decoration: none
}
a.button:hover {
	background: #000;
	color: #FFF;
	text-decoration: none
}
a.button.arrow-down:hover:after, a.button.arrow-right:after, a.button.arrow-right:hover:after {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	font-size: .9em
}
a.button.arrow-right:hover:after {
	content: "\f061";
	color: #FFF;
	-webkit-text-stroke: 1px #000
}
a.button.arrow-right:after {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	content: "\f061";
	color: #000;
	position: absolute;
	right: 1rem;
	-webkit-text-stroke: 1px #d0d0d0
}
a.button.arrow-down:hover:after {
	content: "\f063";
	color: #FFF;
	-webkit-text-stroke: 1px #000
}
a.button.arrow-down:after {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	content: "\f063";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	color: #000;
	font-size: .9em;
	position: absolute;
	right: 1rem;
	-webkit-text-stroke: 1px #d0d0d0
}
a.button.arrow-left:before, a.button.arrow-left:hover:before {
	content: "\f060";
	font-family: FontAwesome;
	font-style: normal;
	font-size: .9em;
	text-decoration: inherit;
	font-weight: 400
}
a.button.arrow-left:hover:before {
	color: #FFF;
	-webkit-text-stroke: 1px #000
}
a.button.arrow-left:before {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	color: #000;
	position: absolute;
	left: 1rem;
	-webkit-text-stroke: 1px #d0d0d0
}
#banner-effetto h2 a, #contact_button a {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s
}
.lowercase {
	text-transform: lowercase
}
.spacer[data-size="1"] {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem
}
.spacer[data-size="2"] {
	margin-top: 3rem;
	margin-bottom: 3rem
}
.spacer[data-size="3"] {
	margin-top: 4.5rem;
	margin-bottom: 4.5rem
}
.spacer[data-size="4"] {
	margin-top: 6rem;
	margin-bottom: 6rem
}
.BgCover {
	background-size: cover!important
}
.italic {
	font-style: italic
}
.no-p {
	padding: 0
}
@media (max-width:767px) {
	.no-mobile {
		display: none!important;
		margin: 0!important;
		padding: 0!important
	}
}
#contact_button, #contact_button a, #eucookielaw p {
	display: block;
	color: #FFF
}
strong .light {
	color: #666
}
.tooltip-inner {
	max-width: 100%;
	width: 100%;
	padding: 20px
}
#eucookielaw {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	min-width: 100%;
	height: auto;
	z-index: 100000;
	font-size: 13px;
	line-height: 18px;
	background-color: #000
}
#eucookielaw p {
	margin: auto;
	padding: 40px 40px 15px;
	border: 0;
	outline: 0;
	font-size: 1em;
	vertical-align: baseline;
	background: 0 0;
	font-family: 'Roboto Condensed', sans-serif;
	max-width: 875px
}
#eucookielaw a {
	color: #FFF!important;
	text-decoration: underline
}
#removecookie {
	display: block;
	position: absolute;
	top: 12px;
	right: 10px;
	width: 25px;
	height: 25px;
	background: url(img/cookie-close.png) no-repeat;
	background-size: contain;
	cursor: pointer;
	z-index: 100001
}
#contact_button {
	background: #845f44;
	font-size: 2em;
	line-height: 2.5em;
	text-transform: uppercase
}
#contact_button a {
	-moz-transition: all .3s;
	transition: all .3s
}
#contact_button a:hover {
	background: #008c70;
	color: #FFF;
	text-decoration: none
}
#breadcrums {
	margin-top: 2rem
}
@media (max-width:767px) {
	#contact_button {
		font-size: 1.3em
	}
	#breadcrums {
		margin-top: 4rem
	}
	#download_block .item.equalHeights_download {
		height: auto!important;
		border-bottom: 1px solid #d8d8d8
	}
}
#breadcrums ul, #breadcrums ul li a {
	color: #8d8d8b
}
#breadcrums ul:before {
	content: "\f015";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	color: 1em;
	font-size: #8d8d8b
}
#breadcrums ul li {
	padding-right: 0
}
#breadcrums ul li:after {
	content: " / ";
	color: #8d8d8b;
	margin-left: .5rem
}
#breadcrums ul li:last-child:after {
	content: ""
}
#breadcrums ul li.current_page {
	color: #845f44
}
#banner-effetto .item {
	border-left: 1px solid #d8d8d8
}
#banner-effetto .item:last-of-type {
	border-right: 1px solid #d8d8d8
}
#banner-effetto h2 {
	font-size: 1.2em;
	line-height: 3em;
	text-transform: uppercase;
	letter-spacing: -.75px;
	font-weight: 400
}
#banner-effetto h2 a {
	-moz-transition: all .3s;
	transition: all .3s;
	color: #000
}
#banner-effetto h2 a:hover {
	text-decoration: underline;
	color: #845f44
}
#banner-effetto .back, #banner-effetto .flip-container, #banner-effetto .front {
	min-height: 400px;
	width: 100%
}
#banner-effetto .flipper .front {
	overflow: hidden
}
#banner-effetto .flipper .front img {
	min-height: 400px;
	min-width: 100%
}
#banner-effetto .flipper .back {
	padding: 40% 10px 10px;
	background: #fcfcfc
}
#banner-effetto .flipper .back p {
	font-size: 1.1em
}
#banner-effetto .flipper .back h3 {
	text-transform: uppercase;
	font-size: 1.5em
}
#banner-effetto .flipper .back h3 a {
	color: #000;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}
#banner-effetto .flipper .back h3 a:hover {
	text-decoration: underline;
	color: #845f44
}
#download_block {
	border: 1px solid #d8d8d8;
	border-left: none
}
#download_block .item {
	border-left: 1px solid #d8d8d8;
	padding-top: 2rem;
	min-height: 380px
}
#download_block .item h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 700
}
#download_block #item-1 img {
	width: auto;
	max-width: 100%;
	margin: 0 1rem 2rem 0
}
#download_block #item-1 ul, #download_block #item-2 ul {
	list-style: none;
	padding: 0
}
#download_block #item-1 ul li>a, #download_block #item-2 ul li>a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}
#download_block #item-1 ul li>a:hover, #download_block #item-2 ul li>a:hover {
	color: #845f44;
	text-decoration: underline
}
#download_block #item-3 img {
	max-width: 100%;
	height: auto;
	width: inherit
}
.text-columns {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 4rem;
	-moz-column-gap: 4rem;
	column-gap: 4rem
}
@media (max-width:1024px) {
	.text-columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0
	}
}
@media (max-width:767px) {
	#download_block #item-1 ul li>a, #download_block #item-2 ul li>a {
		line-height: 2em
	}
	.text-columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0
	}
}
#main-menu {
	position: relative;
	margin: 4rem 0 0;
	padding-top: 1rem;
	background: #fff;
	text-transform: uppercase;
	color: #000;
	border: none;
	border-top: 1px solid #d8d8d8;
	min-height: 80px!important
}
#main-menu .navbar-collapse, #main-menu .navbar-header, #main-menu .navbar-nav {
	margin-left: 0;
	margin-right: 0
}
#main-menu a#lang_mobile, #main-menu a#search_mobile {
	float: right;
	display: inline-block;
	margin-top: 1rem;
	margin-right: 1rem;
	height: 32px;
	width: 32px;
	text-align: center;
	line-height: 32px;
	border: 1px solid #d8d8d8;
	color: #000
}
#main-menu #main_menu_nav {
	float: right
}
@media (max-width:767px) {
	#main-menu #main_menu_nav {
		float: none!important;
		border-bottom: 4px solid #d8d8d8;
		padding-bottom: 2rem;
		margin-bottom: 0
	}
	#main-menu {
		font-size: 1.2em;
		margin-top: 0
	}
}
#main-menu #navbar-collapse-main-menu {
	padding: 0;
	margin-top: 10px
}
#main-menu .dropdown-menu {
	-webkit-box-shadow: none;
	box-shadow: none
}
#main-menu .dropdown-menu .item strong {
	text-align: left!important;
	display: block
}
#main-menu .dropdown-menu img {
	width: auto!important;
	max-height: 220px!important
}
#main-menu .dropdown-menu li>a {
	font-size: 1.1em;
	text-align: left;
	display: block
}
@media (max-width:767px) {
	#main-menu .dropdown-menu li>a {
		font-size: 1.4em;
		line-height: 2.2em;
		padding-top: 0
	}
	#main-menu .dropdown-menu img {
		display: none
	}
}
#main-menu .dropdown-menu .item {
	margin-bottom: 2rem
}
#main-menu .open>a {
	background: 0 0
}
#main-menu a.navbar-brand {
	padding: 0;
	margin-left: 0
}
#main-menu a.navbar-brand img {
	height: 65px;
	width: auto
}
#main-menu a[data-toggle=dropdown]:after {
	-webkit-opacity: .5;
	-moz-opacity: .5;
	opacity: .5;
	content: "\f078";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	font-size: .5em;
	width: 100%;
	display: block;
	margin-top: -10px;
	text-align: center
}
#main-menu .navbar-nav>li>a {
	color: #000;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 0;
	font-size: 1.1em;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}
#main-menu .navbar-nav>li>a:hover {
	background: 0 0;
	color: #845f44
}
#top_menu_nav {
	position: absolute;
	top: -6rem;
	left: 0
}
#top_menu_nav li>a {
	font-size: 1em!important;
	color: #8d8d8b!important
}
@media (max-width:767px) {
	#main-menu a[data-toggle=dropdown]:after {
		display: inline;
		width: auto;
		margin-top: inherit;
		text-align: inherit;
		margin-left: 1rem
	}
	#main-menu .navbar-nav>li>a {
		line-height: 2.2em;
		padding-top: 0
	}
	#top_menu_nav {
		position: inherit;
		top: inherit;
		left: inherit;
		float: none!important;
		background: #d8d8d8;
		padding-top: 2rem;
		margin-top: 0;
		margin-bottom: 0
	}
	#top_menu_nav li>a {
		color: #000!important;
		font-size: 1.1em!important;
		padding-top: 0
	}
}
#top_menu_nav .dropdown-menu {
	-webkit-box-shadow: none;
	box-shadow: none
}
#top_menu_nav .dropdown-menu li>a {
	font-size: 1.2em
}
#lang_search_menu {
	position: absolute;
	top: -6rem;
	right: 0
}
@media (max-width:767px) {
	#top_menu_nav .dropdown-menu li>a {
		font-size: 1.2em!important
	}
	#lang_search_menu {
		position: inherit;
		top: inherit;
		left: inherit;
		float: none!important;
		background: #d8d8d8;
		padding-top: 2rem;
		padding-bottom: 2rem;
		margin-top: 0;
		margin-bottom: 0
	}
	#lang_search_menu li {
		width: auto;
		float: right
	}
	#homepage #slider-homepage {
		min-height: 100vh
	}
}
.navbar-toggle, .navbar-toggle:hover {
	background: 0 0!important
}
.navbar-toggle {
	border: none
}
.navbar-toggle .icon-bar {
	width: 22px;
	transition: all .2s
}
.navbar-toggle .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
	background-color: #845f44!important
}
.navbar-toggle .middle-bar {
	opacity: 0
}
.navbar-toggle .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
	background-color: #845f44!important
}
.navbar-toggle.collapsed .bottom-bar, .navbar-toggle.collapsed .top-bar {
	transform: rotate(0);
	background-color: #8d8d8b!important
}
.navbar-toggle.collapsed .middle-bar {
	opacity: 1;
	background-color: #8d8d8b!important
}
@media (max-width:767px), (max-width:1024px) {
	#sidebar {
		margin-top: 3rem;
		padding: 0
	}
}
#sidebar strong.title {
	text-transform: uppercase;
	font-size: 1.2em
}
#sidebar img {
	max-width: 100%;
	width: 100%;
	height: auto
}
#sidebar ul.related_links {
	padding-left: 0;
	padding-top: 1rem
}
#sidebar ul.related_links li {
	list-style: none
}
#sidebar ul.related_links li a {
	color: #000;
	font-size: 1.1em;
	line-height: 2em;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}
#sidebar ul.related_links li a.active:before, #sidebar ul.related_links li a:before {
	font-weight: 400;
	text-decoration: inherit;
	font-size: .9em;
	font-family: FontAwesome;
	font-style: normal
}
#sidebar ul.related_links li a.active {
	color: #845f44
}
#sidebar ul.related_links li a.active:before {
	content: "\f00c";
	color: #845f44
}
#sidebar ul.related_links li a:before {
	content: "\f061";
	color: #000;
	-webkit-text-stroke: 1px #FFF;
	float: left;
	margin-right: 1rem
}
#sidebar ul.related_links li a:hover {
	color: #845f44;
	text-decoration: none
}
#sidebar #next_events .evento {
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #d8d8d8
}
#sidebar #next_events .evento:last-child {
	border-bottom: none
}
#sidebar #contact_form .select-container, #sidebar #contact_form input {
	border-bottom: 1px solid #FFF
}
#sidebar #next_events .evento .data {
	font-size: 1.1em;
	text-transform: uppercase;
	display: block
}
#sidebar #next_events .evento .nome_evento {
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: 700;
	display: block
}
#sidebar #next_events .evento .stand {
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 700;
	display: block
}
#sidebar #address {
	background: #000;
	color: #FFF;
	padding: 20px
}
#sidebar #address a, #sidebar #contact_form .group label {
	color: #FFF!important
}
#sidebar #address a {
	display: inline-block
}
#sidebar #contact_form {
	background: #845f44;
	padding: 1rem
}
#sidebar #contact_form .group {
	position: relative;
	margin-bottom: 3rem
}
#sidebar #contact_form .group label, #sidebar #contact_form .group select {
	font-size: 1em
}
#sidebar #contact_form h2 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 2.5em;
	margin-bottom: 2rem;
	color: #FFF
}
#sidebar #contact_form .form-control {
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: inherit;
	line-height: inherit;
	color: #FFF;
	background-color: inherit
}
#sidebar #contact_form select:focus, #sidebar #contact_form textarea:focus {
	border-bottom: 2px solid #caad97
}
#sidebar #contact_form select {
	border: none;
	height: 46px!important;
	padding: 10px 5px;
	background: #845f44!important;
	color: #FFF!important;
	width: 100%;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}
#sidebar #contact_form .has-error label, #sidebar #contact_form .has-error select {
	color: #f33!important
}
#sidebar #contact_form .has-error .bar {
	background: #f33!important
}
#sidebar #contact_form span {
	color: #FFF;
	font-size: 1em
}
#sidebar #contact_form textarea {
	width: 100%;
	height: 15rem;
	border: 1px solid #FFF;
	padding: 2rem;
	outline: 0;
	background: 0 0
}
#sidebar #contact_form label[for=privacy], #sidebar #contact_form label[for=privacy] a {
	color: #FFF
}
#sidebar #contact_form .radio {
	margin-top: 0;
	margin-bottom: 0
}
#sidebar #contact_form .help-block {
	position: absolute;
	bottom: -3rem;
	left: 0;
	margin-top: 0;
	margin-bottom: 0
}
#sidebar #contact_form input[type=submit] {
	background: #FFF;
	color: #000;
	font-size: 1.4em;
	line-height: 2.5em;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	padding-left: 4rem;
	padding-right: 4rem;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}
#sidebar #contact_form input[type=submit]:hover {
	background: #845f44
}
#homepage #slider-homepage video {
	width: 100%;
	background: #000;
	height: 800px
}
#homepage #slider-homepage .caption {
	z-index: 9;
	position: absolute;
	height: 800px;
	right: 0;
	top: 0;
	padding-left: 20px;
	padding-bottom: 40px;
	padding-right: 40px;
	display: table;
	text-align: right
}
#homepage #slider-homepage .caption .caption_content {
	display: table-cell;
	vertical-align: bottom
}
#homepage #slider-homepage .caption p {
	font-size: 1.3em
}
#homepage #slider-homepage .caption.black {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 100%)
}
#homepage #slider-homepage .caption.black h1, #homepage #slider-homepage .caption.black h2 {
	color: #000
}
@media (max-width:767px) {
	#homepage #slider-homepage .caption .caption_content {
		vertical-align: top
	}
	#homepage #slider-homepage .caption {
		height: auto;
		min-height: auto;
		padding: 5vh 20px 20px
	}
	#homepage #slider-homepage .caption.black {
		background: -moz-linear-gradient(top, rgba(255, 255, 255, .65) 0, rgba(255, 255, 255, 0) 100%);
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, .65) 0, rgba(255, 255, 255, 0) 100%);
		background: linear-gradient(to bottom, rgba(255, 255, 255, .65) 0, rgba(255, 255, 255, 0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6ffffff', endColorstr='#00ffffff', GradientType=0)
	}
	#homepage #slider-homepage .caption.black h1, #homepage #slider-homepage .caption.black h2 {
		font-size: 2.5em
	}
}
#homepage #slider-homepage .caption.black h1 small, #homepage #slider-homepage .caption.black h2 small {
	font-size: .5em;
	color: #000;
	display: inline-block;
	line-height: 1.2em
}
#homepage #slider-homepage .caption.black h1 a, #homepage #slider-homepage .caption.black h2 a, #homepage #slider-homepage .caption.black p {
	color: #000
}
@media (max-width:767px) {
	#homepage #slider-homepage .caption.black p {
		background: rgba(255, 255, 255, .5);
		padding: 1px 0;
		display: inline;
		text-shadow: none!important
	}
}
#homepage #slider-homepage .caption.black p a {
	color: #000
}
#homepage #box_search h2, #homepage #slider-homepage .caption.white h1, #homepage #slider-homepage .caption.white h1 a, #homepage #slider-homepage .caption.white h2, #homepage #slider-homepage .caption.white h2 a, #homepage #slider-homepage .caption.white p, #homepage #slider-homepage .caption.white p a {
	color: #FFF
}
#homepage #slider-homepage .caption.white {
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=1)
}
#homepage #news-homepage .item-container .item.black, #video_correlati .item-container .item.black {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0)
}
@media (max-width:767px) {
	#homepage #slider-homepage .caption.white {
		background: -moz-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
		background: linear-gradient(to bottom, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0)
	}
	#homepage #slider-homepage .caption.white h1, #homepage #slider-homepage .caption.white h2 {
		font-size: 2.5em
	}
}
#homepage #slider-homepage .caption.white h1 small, #homepage #slider-homepage .caption.white h2 small {
	font-size: .5em;
	color: #FFF;
	display: inline-block;
	line-height: 1.2em
}
#homepage #slider-homepage .caption h1, #homepage #slider-homepage .caption h2 {
	font-weight: 700;
	font-size: 3.5em;
	line-height: 1em;
	letter-spacing: -.5px;
	text-transform: uppercase
}
#homepage #slider-homepage .caption h1 a, #homepage #slider-homepage .caption h2 a {
	text-decoration: none
}
#homepage #slider-homepage .caption strong.subtitle {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.3em
}
@media (max-width:767px) {
	#homepage #slider-homepage .caption.white p {
		background: rgba(0, 0, 0, .5);
		padding: 1px 0;
		display: inline;
		text-shadow: none!important
	}
	#homepage #slider-homepage img {
		width: 100%
	}
}
#homepage #box_search {
	background: #000;
	padding: 40px;
	text-align: center
}
#homepage #box_search h2 {
	text-transform: uppercase;
	font-size: 2em;
	font-weight: 400;
	letter-spacing: -.75px
}
@media (max-width:767px) {
	#homepage #box_search {
		padding: 0
	}
	#homepage #box_search h2 {
		font-size: 1.5em;
		max-width: 100%
	}
}
#homepage #box_search p {
	color: #d8d8d8;
	font-size: 1.2em;
	max-width: 100%
}
#homepage #box_search .panel {
	color: #FFF;
	background: 0 0;
	border: none
}
#homepage #box_search .panel .panel-heading {
	background: 0 0;
	border: none
}
#homepage #box_search .panel .panel-heading a {
	color: #d8d8d8;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: 0 0;
	border: none;
	border-left: 1px solid #FFF;
	border-right: none!important;
	text-transform: uppercase
}
#homepage #box_search .panel .panel-heading a:last-of-type {
	border-right: 1px solid #FFF!important
}
#homepage #box_search .panel .panel-heading a:after {
	content: "\f063";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	color: #FFF;
	font-size: 1em;
	-webkit-text-stroke: 2px #000;
	margin-left: 1rem
}
@media (max-width:767px) {
	#homepage #box_search .panel .panel-heading a {
		border-right: none!important;
		border-left: none!important
	}
	#homepage #box_search .panel .panel-heading a:last-of-type {
		border-right: none!important
	}
	#homepage #box_search .panel .tab-content #tab1, #homepage #box_search .panel .tab-content #tab2 {
		text-align: center
	}
}
#homepage #box_search .panel .panel-heading ul {
	border: none
}
#homepage #box_search .panel .panel-heading ul li.active>a {
	border: none;
	color: #FFF;
	text-decoration: underline
}
#homepage #box_search .panel .tab-content .radio {
	border-bottom: 1px solid #8d8d8b;
	margin-bottom: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-transform: uppercase
}
#homepage #box_search .panel .tab-content a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 1.2em;
	line-height: 2em
}
#homepage #box_search button {
	background: 0 0;
	font-size: 2em;
	color: #FFF;
	border: none;
	text-transform: uppercase
}
#homepage #box_search button:after {
	content: "\f054";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	color: #FFF;
	font-size: .8em;
	-webkit-text-stroke: 3px #000;
	line-height: 1em;
	margin-left: 1rem
}
#homepage #news-homepage .item-container {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	padding: 0;
	min-height: 50vh
}
@media (max-width:767px) {
	#homepage #news-homepage .item-container.equalHeights {
		height: auto!important
	}
}
#homepage #news-homepage .item-container .item {
	height: 100%;
	text-align: center;
	padding: 1rem 3rem 8rem
}
#homepage #news-homepage .item-container .item p {
	font-size: 1.1em
}
#homepage #news-homepage .item-container .item.black {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
	color: #FFF
}
#homepage #news-homepage .item-container .item.black a {
	color: #FFF
}
#homepage #news-homepage .item-container .item.white {
	background: -moz-linear-gradient(top, rgba(255, 255, 255, .65) 0, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, .65) 0, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, .65) 0, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6ffffff', endColorstr='#00ffffff', GradientType=0);
	color: #000
}
#homepage #news-homepage .item-container .item.white a {
	color: #000
}
#homepage #news-homepage .item-container .button-container {
	position: absolute;
	bottom: 4rem;
	left: 0;
	text-align: center;
	width: 100%
}
#homepage #eventi-homepage {
	background: #845f44;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px
}
#homepage #eventi-homepage h2 {
	font-size: 4em;
	font-weight: 700;
	text-align: right;
	margin-bottom: 0
}
#homepage #eventi-homepage a {
	color: #FFF;
	float: right;
	position: relative
}
@media (max-width:767px) {
	#homepage #news-homepage .item-container .button-container {
		bottom: 2rem
	}
	#homepage #eventi-homepage h2 {
		text-align: left
	}
	#homepage #eventi-homepage a {
		float: left;
		margin-bottom: 3rem
	}
}
#homepage #eventi-homepage a:after {
	content: "\f061";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	color: #FFF;
	font-size: 1em;
	-webkit-text-stroke: 1px #845f44;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}
#homepage #eventi-homepage a:hover {
	text-decoration: underline
}
#homepage #eventi-homepage a:hover:after {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	margin-left: 1rem
}
#homepage #eventi-homepage .data {
	font-size: 1.2em;
	margin-bottom: 1rem
}
#homepage #eventi-homepage .data:before {
	content: "\f063";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	color: #FFF;
	font-size: 1.2em;
	-webkit-text-stroke: 3px #845f44;
	margin-right: 1rem
}
#homepage #eventi-homepage .event {
	margin-top: 1rem;
	font-size: 1em
}
@media (max-width:767px) {
	#homepage #eventi-homepage .item {
		margin-bottom: 2rem
	}
}
#homepage #focus {
	font-size: 1.1em
}
#homepage #focus strong.title {
	font-size: 2em;
	color: #000;
	font-weight: 400;
	text-transform: uppercase
}
#homepage #focus img {
	max-width: 100%
}
#homepage #focus .item {
	display: block;
	padding: 20px;
	margin: 0!important;
	background-size: cover
}
#homepage #focus .item h2 {
	text-transform: uppercase
}
#homepage #focus .item h2 a {
	color: #000;
	font-size: 1.5em;
	font-weight: 700
}
#homepage #focus .text-columns {
	padding: 20px;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 2rem;
	-moz-column-gap: 2rem;
	column-gap: 2rem
}
#footer #utility_links {
	display: block;
	padding: 5rem 10rem
}
#footer #utility_links .item {
	border-left: 1px solid #d8d8d8
}
@media (max-width:767px) {
	#homepage #focus .text-columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0
	}
	#footer #utility_links {
		padding-left: 0;
		padding-right: 0;
		text-align: center
	}
	#footer #utility_links .item {
		border-bottom: 1px solid #d8d8d8;
		padding-bottom: 2rem;
		margin-bottom: 4rem
	}
	#footer #utility_links .item.equalHeights_item_footer {
		height: auto!important
	}
}
#collezione .item img, #prodotto #prod_sx .item img {
	height: auto;
	width: 100%;
	max-width: 100%
}
#footer #utility_links .item strong {
	text-transform: uppercase;
	font-size: 1.3em;
	margin-bottom: 1rem;
	display: block;
	color: #8d8d8b;
	font-weight: 400
}
#footer #utility_links .item ul {
	padding-left: 0;
	list-style: none
}
#footer #utility_links .item ul li:before {
	content: "â€¢ ";
	color: #8d8d8b
}
#footer #utility_links .item ul li a {
	color: #8d8d8b;
	line-height: 2.5rem
}
#footer #utility_links .item ul li a:hover {
	color: #845f44
}
#footer #footer_social {
	padding-left: 10rem;
	padding-right: 10rem;
	padding-bottom: 5rem
}
#footer #footer_social .fa {
	font-size: 1.7em;
	margin-left: 1.2rem;
	margin-right: 1.2rem;
	color: #000;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}
#video_correlati .item-container, #video_correlati .item-container .play_button:after {
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s
}
#footer #footer_social .fa:hover {
	color: #845f44
}
#footer #footer_company, #footer #footer_company a {
	color: #8d8d8b
}
#collezione #content {
	padding-left: 80px;
	padding-right: 80px
}
@media (max-width:767px) {
	#footer #footer_social {
		padding-left: 0;
		padding-right: 0;
		text-align: center
	}
	#collezione #content {
		padding-left: 0;
		padding-right: 0
	}
}
#collezione #content p {
	font-size: 1.2em;
	line-height: 1.5em
}
#collezione #content .text-columns {
	text-align: justify;
	font-size: 1.1em;
	padding: 20px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 2rem;
	-moz-column-gap: 2rem;
	column-gap: 2rem
}
#collezione #content .small-text {
	text-align: justify;
	padding-left: 25rem;
	padding-right: 25rem
}
#collezione .item, #prodotto #prod_sx .item {
	text-align: center
}
@media (max-width:1024px) {
	#collezione #content .small-text {
		padding-left: 15rem;
		padding-right: 15rem
	}
}
#collezione .item .name {
	padding-top: 1rem;
	min-height: 75px
}
#collezione .item .name a {
	text-transform: uppercase;
	color: #000;
	font-size: 1.1em;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}
#collezione .item .name a:hover {
	text-decoration: none;
	color: #845f44
}
@media (max-width:767px) {
	#collezione #content .text-columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0
	}
	#collezione #content .small-text {
		padding-left: 20px;
		padding-right: 20px
	}
	#prodotto #content {
		padding-left: 0;
		padding-right: 0
	}
}
#prodotto #content .text-columns {
	font-size: 1.1em;
	padding: 20px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 2rem;
	-moz-column-gap: 2rem;
	column-gap: 2rem
}
#prodotto #prod_sx .item img {
	padding-right: 1rem
}
#prodotto #prod_dx h2 {
	font-size: 2em;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 1rem
}
#prodotto #prod_dx p {
	font-size: 1.2em
}
#prodotto #prod_dx #progetti_correlati .slide-progetti-correlati div, #prodotto #prod_dx #stonalizzazione img {
	margin-right: 1rem
}
#prodotto #prod_dx #progetti_correlati .slide-progetti-correlati div img {
	width: 100%
}
#prodotto #prod_dx #progetti_correlati .slide-progetti-correlati div a {
	text-align: center;
	font-size: .9em;
	color: #000
}
#prodotto #prod_dx #materiali_correlati .item {
	display: inline-block;
	float: left;
	width: 90px;
	text-align: center;
	min-height: 130px;
	margin-bottom: 1rem
}
#prodotto #prod_dx #materiali_correlati .item a {
	color: #000;
	font-size: .9em
}
#prodotto #prod_dx #materiali_correlati .item a.active {
	color: #008c70
}
#prodotto #prod_dx #materiali_correlati .item .circle-container {
	width: 60px;
	height: 60px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	overflow: hidden;
	display: inline-block;
	text-align: center
}
#prodotto #varianti .finitura, #prodotto #varianti .lettera {
	position: absolute;
	top: .5rem;
	left: .5rem;
	color: #FFF;
	height: 25px;
	text-align: center;
	line-height: 25px;
	background: #000;
	display: inline-block
}
#prodotto #prod_dx #materiali_correlati .item .circle-container.active {
	border: 4px solid #008c70
}
#prodotto #TabelleProdotto table tbody tr, #prodotto .panel {
	border-bottom: 1px solid #d8d8d8
}
#prodotto #prod_dx #materiali_correlati .item .circle-container img {
	margin: auto
}
#prodotto #varianti .lettera {
	width: 25px;
	-webkit-border-radius: 12.5px;
	-moz-border-radius: 12.5px;
	border-radius: 12.5px
}
#prodotto #varianti .finitura {
	padding-left: 1rem;
	padding-right: 1rem
}
@media (max-width:767px) {
	#prodotto #content .text-columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0
	}
	#prodotto #varianti {
		margin-top: 2rem
	}
	#prodotto #varianti .slick-slide img {
		margin: auto
	}
}
#prodotto .panel {
	-webkit-box-shadow: inherit;
	box-shadow: inherit
}
#prodotto #TabelleProdotto {
	text-align: left
}
#prodotto #TabelleProdotto table {
	width: 100%
}
#prodotto #TabelleProdotto table thead {
	background: #d8d8d8
}
#prodotto #TabelleProdotto table tbody tr td, #prodotto #TabelleProdotto table thead th {
	padding: .5rem
}
#prodotto #TabelleProdotto table tbody tr td a.info {
	color: #000;
	text-decoration: none
}
#prodotto #TabelleProdotto table tbody tr td a.info:before {
	content: "\f129";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	color: #000;
	font-size: 1em;
	-webkit-text-stroke: 1px #FFF;
	margin-right: 1rem
}
#prodotto #TabelleProdotto table tbody tr td a.wall_application {
	color: #000;
	text-decoration: none;
	margin-left: 1rem
}
#prodotto #TabelleProdotto table tbody tr td span {
	background: #000;
	color: #FFF;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	line-height: 20px
}
#prodotto #TabelleProdotto button {
	font-size: 2em;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 2rem;
	background: 0 0;
	width: 100%;
	display: block;
	color: #000;
	text-align: left;
	border: none
}
#prodotto #TabelleProdotto button:after, #video_correlati .item-container .play_button:after {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	color: #000
}
#prodotto #TabelleProdotto button:after {
	content: "\f063";
	font-size: .8em;
	clear: both;
	float: left;
	display: block;
	width: 100%;
	-webkit-text-stroke: 3px #FFF
}
#video_correlati .item-container {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .3s;
	padding: 0;
	min-height: 50vh
}
#video_correlati .item-container .play_button {
	position: absolute;
	bottom: 6rem;
	left: 0;
	text-align: center;
	width: 100%
}
#video_correlati .item-container .play_button:after {
	content: "\f04b";
	font-size: 1em;
	background: #FFF;
	padding: .5rem 4rem;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transition: all .3s
}
#effetto #filter .panel-body a, #video .item h2 a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s
}
#video_correlati .item-container .play_button:hover:after {
	background: #845f44;
	color: #FFF
}
@media (max-width:767px) {
	#video_correlati .item-container .play_button {
		bottom: 2rem
	}
	#video_correlati .item-container.equalHeights {
		height: auto!important
	}
}
#video_correlati .item-container .item {
	height: 100%;
	text-align: center;
	padding: 8rem 3rem 6rem
}
#video_correlati .item-container .item h2 {
	text-transform: uppercase;
	font-size: 1.5em
}
#video_correlati .item-container .item h2 small {
	font-size: .8em;
	text-transform: none
}
#video_correlati .item-container .item a {
	height: 100%;
	display: block
}
#video_correlati .item-container .item p {
	font-size: 1.1em
}
#video_correlati .item-container .item.black {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
	color: #FFF
}
#video_correlati .item-container .item.black a, #video_correlati .item-container .item.black a small {
	color: #FFF
}
#video_correlati .item-container .item.white {
	background: -moz-linear-gradient(top, rgba(255, 255, 255, .65) 0, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, .65) 0, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, .65) 0, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6ffffff', endColorstr='#00ffffff', GradientType=0);
	color: #000
}
#video_correlati .item-container .item.white a, #video_correlati .item-container .item.white a small {
	color: #000
}
#video .black_play, #video .red_play {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9;
	min-height: inherit!important;
	width: inherit
}
#video .black_play {
	width: 49px!important;
	height: 35px!important
}
#video .item {
	margin-bottom: 2rem;
	padding-left: 0
}
@media (max-width:767px) {
	#video .item {
		padding-right: 0
	}
	#effetto #filter .panel-heading li.title {
		text-align: center
	}
}
#video .item .img_container {
	padding: 0
}
#video .item .img_container img {
	width: 100%;
	height: auto
}
#video .item .data {
	font-size: 1em;
	color: #8d8d8b;
	margin-top: .5rem
}
#video .item h2 {
	padding-top: 3rem;
	font-size: 1.2em;
	font-weight: 700
}
#video .item h2 a {
	color: #000;
	transition: all .3s
}
#video .item h2 a:hover {
	text-decoration: underline;
	color: #845f44
}
.youtube-banner {
	background: #fcfcfc;
	background: -moz-linear-gradient(top, #fcfcfc 0, #dbdbdb 100%);
	background: -webkit-linear-gradient(top, #fcfcfc 0, #dbdbdb 100%);
	background: linear-gradient(to bottom, #fcfcfc 0, #dbdbdb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#dbdbdb', GradientType=0);
	color: #000;
	text-align: center
}
.youtube-banner a {
	color: #000
}
.youtube-banner h2 {
	margin-top: 15rem
}
#effetto #filter .panel {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
#effetto #filter .panel-heading {
	background: 0 0;
	border: none
}
#effetto #filter .panel-heading li {
	text-transform: uppercase;
	font-size: 1em;
	line-height: 2em
}
#effetto #filter .panel-heading li.active a {
	color: #000;
	border-top: none;
	border-right: none
}
#effetto #filter .panel-heading li.title {
	color: #000;
	font-size: 1.2em;
	padding-right: 1rem
}
#effetto #filter .panel-heading li.title:before {
	content: "\f00c";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	color: #000;
	font-size: 2em;
	-webkit-text-stroke: 4px #FFF
}
#downloads #content ul#download_list li a span:after, #effetto #content .item .toggle-prod-window.open:after, #effetto #filter .panel-heading li a:after {
	content: "\f063";
	font-family: FontAwesome;
	font-style: normal
}
#effetto #filter .panel-heading li a {
	color: #8d8d8b;
	border-bottom: none;
	border-left: 1px solid #d8d8d8
}
@media (max-width:767px) {
	#effetto #filter .panel-heading li a {
		font-size: 1.2em;
		border-left: none
	}
}
#effetto #filter .panel-heading li a.selected, #effetto #filter .panel-heading li a.selected:after {
	color: #845f44
}
#effetto #filter .panel-heading li a:after {
	font-weight: 400;
	text-decoration: inherit;
	color: #8d8d8b;
	font-size: 1em;
	-webkit-text-stroke: 1px #FFF;
	margin-left: 1rem
}
#effetto #filter .panel-heading li a:hover {
	background: 0 0;
	border-top: none;
	border-right: none
}
#effetto #filter .panel-body {
	padding: 0
}
#effetto #filter .panel-body a {
	color: #000;
	line-height: 2em;
	text-transform: uppercase;
	transition: all .3s
}
#effetto #content .item h2 a, #eventi #content .item .evento .site a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}
#effetto #filter .panel-body a:hover {
	color: #845f44;
	text-decoration: underline
}
#effetto #filter .panel-body .tab-pane {
	padding-bottom: 2rem;
	padding-top: 2rem;
	border-bottom: 1px solid #845f44;
	margin-bottom: 2rem
}
@media (max-width:767px) {
	#effetto #filter .panel-body a {
		font-size: 1.2em
	}
	#effetto #filter .panel-body .tab-pane#tab1 {
		text-align: center
	}
}
#effetto #content #content-first p {
	font-size: 1.2em;
	line-height: 1.5em
}
#effetto #content #content-first .text-columns {
	text-align: justify;
	font-size: 1.1em;
	padding: 20px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 2rem;
	-moz-column-gap: 2rem;
	column-gap: 2rem
}
#effetto #content .item {
	padding-bottom: 8rem;
	margin-bottom: 8rem;
	position: relative
}
@media (max-width:767px) {
	#effetto #content #content-first .text-columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0
	}
	#effetto #content .item {
		min-height: inherit;
		height: auto!important;
		padding-bottom: 2rem;
		margin-bottom: 2rem
	}
}
#effetto #content .item img.default {
	width: 100%;
	max-width: 100%;
	height: auto
}
#effetto #content .item h2 {
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: 700
}
#effetto #content .item h2 a {
	-ms-transition: all .3s;
	transition: all .3s;
	color: #000
}
#effetto #content .item p {
	color: #8d8d8b;
	font-size: 1.1em
}
#effetto #content .item .prod-container {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 80px;
	padding-top: 20px;
	padding-right: 60px;
	overflow: hidden;
	display: block;
	background: #FFF;
	z-index: 2;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s
}
@media (max-width:767px) {
	#effetto #content .item .prod-container {
		padding-right: 0;
		position: inherit;
		bottom: inherit;
		left: inherit;
		height: auto;
		overflow: visible
	}
}
#effetto #content .item .prod-container strong {
	font-size: 1.3em;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	display: none
}
#effetto #content .item .prod-container .prod_thumb a, #effetto #content .item .prod-container.open strong {
	display: block
}
#effetto #content .item .prod-container.open {
	padding-right: 0;
	padding-bottom: 80px;
	height: auto;
	overflow: visible
}
#effetto #content .item .prod-container .prod_thumb {
	height: 60px;
	width: 60px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	float: left;
	margin-right: 1rem;
	line-height: 60px;
	overflow: hidden;
	margin-bottom: 1rem
}
#editoriale #content iframe, #editoriale_prodotto #content iframe, #editoriale_prodotto #gallery .img-4 {
	margin-bottom: 2rem
}
#effetto #content .item .prod-container .prod_thumb img {
	height: 65px
}
#effetto #content .item .toggle-prod-window {
	height: 60px;
	width: 60px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #FFF;
	color: #000;
	border: 1px solid #000;
	text-align: center;
	line-height: 60px;
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: pointer;
	z-index: 3
}
#effetto #content .item .toggle-prod-window.open {
	background: #000;
	border: 1px solid #FFF;
	font-size: 1px;
	letter-spacing: -1px;
	color: transparent
}
#downloads #content ul#download_list li, #eventi #content .item:after {
	border-bottom: 1px solid #d8d8d8
}
#effetto #content .item .toggle-prod-window.open:after {
	font-weight: 400;
	text-decoration: inherit;
	font-size: 20px;
	letter-spacing: normal;
	color: #FFF;
	-webkit-text-stroke: 3px #000
}
#eventi #content .item:after, #news_elenco #news_filter ul li:last-child:after {
	content: ""
}
#editoriale_prodotto #content p {
	font-size: 1.1em;
	line-height: 1.5em
}
#editoriale_prodotto #content p a {
	color: #000;
	text-decoration: underline
}
#editoriale_prodotto #content p a:hover {
	color: #845f44
}
#editoriale_prodotto #content h2 {
	font-size: 1.5em;
	margin-top: 2rem
}
#editoriale_prodotto #content ul.lista {
	font-size: 1.1em;
	line-height: 1.5em;
	list-style: disc
}
#editoriale_prodotto .text-columns {
	font-size: 1.1em;
	line-height: 1.5em;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 2rem;
	-moz-column-gap: 2rem;
	column-gap: 2rem
}
#editoriale_prodotto .text-columns h2 {
	margin-top: 0
}
#editoriale_prodotto .text-columns a {
	color: #000;
	text-decoration: underline
}
#editoriale #content p a:hover, #editoriale_prodotto .text-columns a:hover {
	color: #845f44
}
@media (max-width:767px) {
	#effetto #content .item .toggle-prod-window {
		display: none
	}
	#editoriale_prodotto .text-columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0
	}
}
#editoriale_prodotto #carousel p {
	font-size: 1.1em
}
#editoriale_prodotto #carousel p strong {
	text-transform: uppercase;
	color: #8d8d8b;
	font-size: 1.4em
}
#editoriale_prodotto #carousel p span {
	color: #000;
	font-size: 1.4em;
	text-transform: uppercase;
	display: block;
	font-weight: 700
}
#editoriale_prodotto #gallery h2 {
	clear: both;
	font-size: 1.5em;
	text-transform: uppercase
}
#editoriale_prodotto #gallery .img-2 {
	display: inline-block;
	margin-bottom: 2rem
}
#editoriale_prodotto #gallery .img-2 img {
	width: 49%;
	height: auto;
	float: left
}
@media (max-width:767px) {
	#editoriale_prodotto #gallery .img-2 img {
		width: 100%
	}
}
#editoriale_prodotto #gallery .img-4 {
	display: inline-block
}
#editoriale_prodotto #gallery .img-4 img {
	width: 24%;
	height: auto;
	float: left
}
#editoriale #content img {
	max-width: 100%;
	height: auto
}
#editoriale #content p {
	font-size: 1.1em;
	line-height: 1.5em
}
#editoriale #content p a {
	color: #000;
	text-decoration: underline
}
#editoriale #content h2 {
	font-size: 1.5em;
	margin-top: 2rem
}
#downloads #content p, #editoriale #content ul.lista, #editoriale .text-columns {
	font-size: 1.1em;
	line-height: 1.5em
}
#downloads .text-columns h2, #editoriale .text-columns h2 {
	margin-top: 0
}
#editoriale #content ul.lista {
	list-style: disc
}
#editoriale .text-columns {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 2rem;
	-moz-column-gap: 2rem;
	column-gap: 2rem
}
#editoriale .text-columns a {
	color: #000;
	text-decoration: underline
}
#downloads #content p a:hover, #editoriale .text-columns a:hover, #eventi #content p a:hover {
	color: #845f44
}
#editoriale #progetti_correlati h2 {
	text-transform: uppercase
}
#editoriale #progetti_correlati a {
	color: #000;
	text-transform: uppercase
}
#downloads #content p a {
	color: #000;
	text-decoration: underline
}
#downloads #content ul#download_list {
	padding: 0;
	margin: 0;
	list-style: none
}
#downloads #content ul#download_list li a {
	display: block;
	font-size: 1.2em;
	line-height: 3em;
	color: #000
}
@media (max-width:767px) {
	#editoriale_prodotto #gallery .img-4 img {
		width: 100%
	}
	#editoriale .text-columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0
	}
	#downloads #content ul#download_list li a {
		line-height: 1.5em;
		padding-top: 2rem;
		padding-bottom: 2rem
	}
	#downloads #content ul#download_list li a:after {
		content: "\f063";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: 400;
		text-decoration: inherit;
		color: #000;
		font-size: .9em;
		-webkit-text-stroke: 1px #FFF;
		float: right
	}
}
#downloads #content ul#download_list li a strong {
	font-weight: 400;
	color: #845f44
}
#downloads #content ul#download_list li a span {
	float: right;
	display: inline-block;
	font-size: .8em;
	color: #8d8d8b
}
#downloads #content ul#download_list li a span:after {
	font-weight: 400;
	text-decoration: inherit;
	color: #8d8d8b;
	font-size: .9em;
	-webkit-text-stroke: 1px #FFF;
	margin-left: 1rem
}
#downloads .text-columns {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 2rem;
	-moz-column-gap: 2rem;
	column-gap: 2rem
}
@media (max-width:767px) {
	#downloads #content ul#download_list li a span {
		display: none
	}
	#downloads .text-columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0
	}
}
#eventi #content p {
	font-size: 1.1em;
	line-height: 1.5em
}
#eventi #content p a {
	color: #000;
	text-decoration: underline
}
#eventi #content h2 {
	font-size: 3em;
	font-weight: 700
}
#eventi #content .item {
	border-right: 1px solid #d8d8d8;
	padding-top: 2rem;
	padding-bottom: 2rem;
	margin: 0;
	clear: both;
	position: relative
}
#eventi #content .item:after {
	width: 6rem;
	height: 1px;
	position: absolute;
	right: 0;
	top: 6rem
}
@media (min-width:768px) {
	#eventi #content .item:nth-child(odd) {
		float: right;
		border-right: none;
		border-left: 1px solid #d8d8d8;
		margin-right: 1px
	}
	#eventi #content .item:nth-child(odd):after {
		position: absolute;
		left: 0;
		top: 6rem
	}
	#eventi #content .item:nth-child(odd) .evento {
		float: left
	}
	#eventi #content .item:nth-child(odd) .evento div {
		text-align: left;
		margin-right: 0;
		margin-left: 5rem
	}
}
#eventi #content .item .evento {
	float: right
}
#eventi #content .item .evento div {
	display: block;
	text-align: right;
	margin-right: 5rem
}
#eventi #content .item .evento .data {
	font-size: 1.3em;
	text-transform: uppercase
}
#eventi #content .item .evento .nome_evento {
	font-size: 2em;
	text-transform: uppercase;
	font-weight: 700
}
#eventi #content .item .evento .stand {
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: 700
}
#eventi #content .item .evento .site {
	font-size: 1.2em
}
#eventi #content .item .evento .site a {
	text-decoration: none;
	color: #000;
	-ms-transition: all .3s;
	transition: all .3s
}
#news_elenco .item h2 a, #news_top h1 a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}
#eventi #content .item .evento .site a:hover {
	color: #845f44;
	text-decoration: underline
}
#news_top {
	text-align: right
}
#news_top #img_top_container {
	overflow: hidden
}
#news_top #img_top_container img {
	min-width: 100%;
	min-height: 600px;
	width: auto
}
@media (max-width:767px) {
	#news_top #img_top_container img {
		max-width: 100%;
		min-height: auto;
		width: auto;
		height: auto
	}
}
#news_top .caption {
	height: 600px;
	display: table
}
#news_top .caption .caption_content {
	display: table-cell;
	vertical-align: bottom
}
#news_top h1 {
	font-size: 4em;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
	color: #000
}
#news_dettaglio #content a.button, #progetti_dettaglio #content a.button {
	text-transform: uppercase;
	line-height: 3em;
	letter-spacing: -.5px;
	display: inline-block
}
@media (max-width:1024px), (max-width:767px) {
	#news_top #img_top_container img, #news_top h1 {
		padding-top: 4rem
	}
}
@media (max-width:767px) {
	#news_top .caption {
		height: auto
	}
	#news_top .caption .caption_content {
		display: inline-block
	}
	#news_top h1 {
		font-size: 3em;
		padding-top: 10vh
	}
	#news_elenco .item {
		padding-right: 0
	}
}
#news_top h1 small {
	display: inline-block;
	font-size: .5em;
	color: #000
}
#news_top h1 a {
	-ms-transition: all .3s;
	transition: all .3s;
	color: #000;
	text-decoration: none
}
#news_top h1 a:hover {
	color: #845f44
}
#news_top .data {
	color: #8d8d8b;
	font-size: 1.3em
}
#news_top p {
	color: #000;
	font-size: 1.3em
}
#news_top p a {
	color: #000
}
#news_elenco #news_filter {
	margin-top: 1rem;
	font-size: 1.2em
}
#news_elenco #news_filter ul, #news_elenco #news_filter ul li a {
	color: #8d8d8b
}
#news_elenco #news_filter ul li {
	padding-right: 0
}
#news_elenco #news_filter ul li:after {
	content: " / ";
	color: #8d8d8b;
	margin-left: .5rem
}
#news_elenco #news_filter ul li.current_page {
	color: #845f44
}
#news_elenco .item {
	margin-bottom: 2rem;
	padding-left: 0
}
#news_elenco .item .img_container {
	overflow: hidden;
	min-height: 170px;
	border: 1px solid #d8d8d8
}
#news_elenco .item .img_container img {
	min-width: 100%;
	min-height: 170px;
	height: auto
}
#news_elenco .item .data {
	font-size: 1em;
	color: #8d8d8b;
	margin-top: .5rem
}
#news_elenco .item h2 {
	font-size: 1.2em;
	font-weight: 700
}
#news_elenco .item h2 a {
	color: #000;
	-ms-transition: all .3s;
	transition: all .3s
}
#news_elenco .item h2 a:hover {
	text-decoration: underline;
	color: #845f44
}
#news_dettaglio h1 {
	font-size: 3em
}
#news_dettaglio #img_top_container {
	text-align: center
}
#news_dettaglio #img_top_container img {
	max-width: 100%;
	min-width: inherit;
	height: auto;
	min-height: inherit
}
#news_dettaglio #content a.button {
	background: #000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	color: #FFF;
	padding-left: 3rem;
	padding-right: 3rem;
	font-size: .9em;
	position: relative
}
#news_dettaglio #content a.button:hover {
	background: #d8d8d8;
	color: #000;
	text-decoration: none
}
#news_dettaglio #content a.button:after, #news_dettaglio #content a.button:hover:after {
	content: "\f061";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	font-size: .9em
}
#news_dettaglio #content a.button:hover:after {
	color: #000;
	-webkit-text-stroke: 1px #d8d8d8
}
#news_dettaglio #content a.button:after {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	color: #FFF;
	position: absolute;
	right: 1rem;
	-webkit-text-stroke: 1px #000
}
#news_dettaglio #content .text-columns {
	font-size: 1.2em;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 2rem;
	-moz-column-gap: 2rem;
	column-gap: 2rem
}
#news_dettaglio #content .text-columns h2 {
	margin-top: 0
}
#news_dettaglio #gallery img {
	max-height: 300px;
	width: auto;
	margin-left: 2rem;
	margin-right: 2rem
}
#progetti h1 {
	font-weight: 700
}
#progetti .item, #progetti_elenco .item {
	margin-bottom: 2rem;
	padding-left: 0
}
@media (max-width:767px) {
	#news_dettaglio #content .text-columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0
	}
	#progetti .item, #progetti_elenco .item {
		padding-right: 0
	}
}
#progetti .item .img_container, #progetti_elenco .item .img_container {
	overflow: hidden;
	min-height: 170px;
	border: 1px solid #d8d8d8
}
#progetti .item .img_container img, #progetti_elenco .item .img_container img {
	min-width: 100%;
	min-height: 170px
}
#progetti .item .data, #progetti_elenco .item .data {
	font-size: 1em;
	color: #8d8d8b;
	margin-top: .5rem
}
#progetti .item h2, #progetti_elenco .item h2 {
	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase
}
#progetti .item h2 a, #progetti_elenco .item h2 a {
	color: #000;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}
#progetti .item h2 a:hover, #progetti_elenco .item h2 a:hover {
	text-decoration: underline;
	color: #845f44
}
#progetti_dettaglio h1 {
	font-size: 3em
}
#progetti_dettaglio #img_top_container {
	text-align: center
}
#progetti_dettaglio #img_top_container img {
	max-width: 100%;
	min-width: inherit;
	height: auto;
	min-height: inherit
}
#progetti_dettaglio #content a.button {
	background: #000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	color: #FFF;
	padding-left: 3rem;
	padding-right: 3rem;
	font-size: .9em;
	position: relative
}
#progetti_dettaglio #content a.button:hover {
	background: #d8d8d8;
	color: #000;
	text-decoration: none
}
#progetti_dettaglio #content a.button:after, #progetti_dettaglio #content a.button:hover:after {
	content: "\f061";
	font-weight: 400;
	text-decoration: inherit;
	font-size: .9em;
	font-family: FontAwesome;
	font-style: normal
}
#progetti_dettaglio #content a.button:hover:after {
	color: #000;
	-webkit-text-stroke: 1px #d8d8d8
}
#progetti_dettaglio #content a.button:after {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	color: #FFF;
	position: absolute;
	right: 1rem;
	-webkit-text-stroke: 1px #000
}
#progetti_dettaglio h2, #punti_vendita #content h2 {
	font-weight: 700;
	text-transform: uppercase
}
#progetti_dettaglio #content .text-columns {
	font-size: 1.2em;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 2rem;
	-moz-column-gap: 2rem;
	column-gap: 2rem
}
#progetti_dettaglio #content .text-columns h2 {
	margin-top: 0
}
@media (max-width:767px) {
	#progetti_dettaglio #content .text-columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0
	}
}
#progetti_dettaglio #gallery img {
	max-height: 300px;
	height: 150px;
	width: auto;
	margin: 0 .2rem 0 0
}
#progetti_dettaglio #gallery {
	margin-top: .1rem
}
#progetti_dettaglio .text-columns {
	font-size: 1.2em;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 2rem;
	-moz-column-gap: 2rem;
	column-gap: 2rem
}
#progetti_dettaglio .text-columns h2 {
	margin-top: 0
}
#progetti_dettaglio #materiali_correlati .item {
	display: inline-block;
	float: left;
	width: 120px;
	text-align: center;
	margin-bottom: 1rem
}
#progetti_dettaglio #materiali_correlati .item a {
	color: #000;
	font-size: 1em;
	text-transform: uppercase
}
#progetti_dettaglio #materiali_correlati .item .circle-container {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
	display: inline-block;
	text-align: center
}
#progetti_dettaglio #materiali_correlati .item .circle-container img {
	margin: auto
}
#punti_vendita #content p {
	font-size: 1.1em;
	line-height: 1.5em
}
#punti_vendita #content p a {
	color: #000;
	text-decoration: underline
}
#punti_vendita #content p a:hover {
	color: #845f44
}
#punti_vendita #content h2 {
	font-size: 2em
}
#punti_vendita #content #nazioni, #punti_vendita #content #regioni {
	padding-top: 20px;
	padding-bottom: 40px;
	border-top: 1px solid #d8d8d8
}
#punti_vendita #content #nazioni strong, #punti_vendita #content #regioni strong {
	display: block;
	font-size: 2em;
	margin-top: 1rem;
	margin-bottom: 1rem
}
#punti_vendita #content #nazioni a, #punti_vendita #content #regioni a {
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 1.1em;
	line-height: 1.5em;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}
#punti_vendita #content #nazioni a:hover, #punti_vendita #content #regioni a:hover {
	color: #845f44;
	text-decoration: underline
}
#punti_vendita_dettaglio .caption {
	height: auto;
	padding-bottom: 20px;
	display: inline;
	top: inherit;
	background: 0 0
}
#punti_vendita_dettaglio .caption .caption_content {
	display: inline
}
#punti_vendita_dettaglio #map {
	width: 100%;
	height: 720px;
	background: #000
}
#punti_vendita_dettaglio #map a.directions {
	text-transform: uppercase;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #008c70;
	color: #FFF;
	padding-left: .5rem;
	padding-right: 1rem;
	line-height: 2em;
	margin-top: 1rem
}
#punti_vendita_dettaglio #map a.directions:hover {
	text-decoration: none
}
#punti_vendita_dettaglio #map a.directions:before {
	content: "\f018";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	color: #FFF;
	font-size: 1em;
	margin-left: .5rem;
	float: left;
	margin-right: .5rem
}
#punti_vendita_dettaglio .slider_top .caption {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 9
}
#punti_vendita_dettaglio #content h2 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2em
}
#punti_vendita_dettaglio #content .item {
	font-size: 1.1em;
	border-top: 1px solid #d8d8d8;
	padding-bottom: 4rem;
	padding-top: 4rem
}
#punti_vendita_dettaglio #content .item strong {
	font-size: 1.2em
}
#punti_vendita_dettaglio #content .item a {
	color: #000;
	line-height: 1.5em;
	display: inline-block;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}
#punti_vendita_dettaglio #content .item a:after {
	content: "\f061";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	color: #000;
	font-size: 1em;
	-webkit-text-stroke: 1px #FFF;
	margin-left: .5rem
}
#faq #content p a, #showroom #content a:hover {
	text-decoration: underline
}
#punti_vendita_dettaglio #content .item a:hover {
	color: #845f44
}
#punti_vendita_dettaglio #nazioni, #punti_vendita_dettaglio #regioni {
	padding-top: 20px;
	padding-bottom: 40px;
	border-top: 1px solid #d8d8d8
}
#punti_vendita_dettaglio #nazioni strong, #punti_vendita_dettaglio #regioni strong {
	display: block;
	font-size: 2em;
	margin-top: 1rem;
	margin-bottom: 1rem
}
#punti_vendita_dettaglio #nazioni a, #punti_vendita_dettaglio #regioni a {
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 1.1em;
	line-height: 1.5em;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}
#punti_vendita_dettaglio #nazioni a:hover, #punti_vendita_dettaglio #regioni a:hover {
	color: #845f44;
	text-decoration: underline
}
#showroom #content p, #showroom #content p strong {
	font-size: 1.1em
}
#showroom #content #map-container {
	position: relative;
	width: 100%;
	min-height: 500px
}
#showroom #content #map-container .box-container {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 999
}
#showroom #content #map-container .box-container .box {
	cursor: pointer;
	border: 1px solid #d8d8d8;
	width: 90px;
	float: left;
	background: rgba(255, 255, 255, .8);
	color: #000;
	text-align: center;
	font-size: .9em;
	padding: 2rem 1rem;
	margin-right: .5rem;
	min-height: 140px
}
#showroom #content #map-container .box-container .box a {
	display: block
}
#showroom #content #map-container .box-container .box img {
	width: auto;
	height: 36px;
	margin-bottom: .5rem
}
#showroom #content #map-container #map {
	width: 100%;
	min-height: 500px
}
#showroom #content a {
	color: #000
}
#faq #content h1 {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0
}
#faq #content h2 {
	font-size: 1.8em;
	font-weight: 700
}
#faq #content p {
	font-size: 1.1em;
	line-height: 1.5em
}
#faq #content p a {
	color: #000
}
#faq #content p a:hover, #insights #slider .caption_content h1 {
	color: #845f44
}
#insights #slider .caption {
	height: 800px!important
}
#insights #slider .caption_content h1 small {
	color: #FFF
}
#insights #content img {
	max-width: 100%;
	height: auto
}
#insights #content .item .inline-table {
	display: inline-table
}
#insights #content .item.item_dx .bottom, #insights #content .item.item_sx .bottom {
	display: table-cell;
	vertical-align: bottom
}
#insights #content .item.item_dx {
	text-align: right
}
#insights #content .item.item_sx {
	text-align: left
}
#insights #content .item .approfondisci {
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-top: 1rem;
	margin-bottom: 1rem
}
@media (max-width:767px) {
	#progetti_dettaglio .text-columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0
	}
	#insights #content .item .equalHeights {
		height: auto!important
	}
	#insights #content .item.item_dx {
		text-align: left
	}
	#insights #content .item .inline-table {
		float: none!important
	}
}
#insights #content .item .img-video-container {
	cursor: pointer;
	position: relative
}
#insights #content .item .img-video-container .white_play {
	cursor: pointer;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9;
	min-height: inherit!important;
	width: 87px;
	height: 65px
}
#insights #content .item h2 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 3.5em
}
#insights #content .item h2 strong {
	font-size: .6em
}
#insights #content .item h2 a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	color: #000;
	text-decoration: none
}
#insights #content .item h2 a:hover, #insights #content p a:hover, #insights_dettaglio #content p a:hover {
	color: #845f44
}
#insights #content p {
	font-size: 1.1em;
	line-height: 1.5em
}
#insights #content p a {
	color: #000;
	text-decoration: underline
}
#insights_dettaglio .insights {
	color: #845f44;
	font-size: 2em
}
#insights_dettaglio #slider .caption {
	height: 800px!important
}
#insights_dettaglio #content img {
	max-width: 100%;
	height: auto
}
#insights_dettaglio #content p {
	font-size: 1.2em;
	line-height: 1.5em
}
#insights_dettaglio #content p a {
	color: #000;
	text-decoration: underline
}
#insights_dettaglio .img-video-container {
	cursor: pointer;
	position: relative
}
#insights_dettaglio .img-video-container .white_play {
	cursor: pointer;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9;
	min-height: inherit!important;
	width: 87px;
	height: 65px
}
#insights_dettaglio .img-2, #insights_dettaglio .img-4 {
	margin-bottom: 2rem;
	display: inline-block
}
#insights_dettaglio h1 {
	color: #FFF
}
#insights_dettaglio h1 strong {
	font-size: .6em
}
#insights_dettaglio .text-columns {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 2rem;
	-moz-column-gap: 2rem;
	column-gap: 2rem
}
#insights_dettaglio .text-columns h2 {
	margin-top: 0
}
#insights_dettaglio .text-columns a {
	color: #000;
	text-decoration: underline
}
#contatti #content p a:hover, #insights_dettaglio .text-columns a:hover {
	color: #845f44
}
#insights_dettaglio .img-2 img {
	width: 49%;
	height: auto;
	float: left
}
@media (max-width:767px) {
	#insights_dettaglio .text-columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0
	}
	#insights_dettaglio .img-2 img {
		width: 100%
	}
}
#insights_dettaglio .img-4 img {
	width: 24%;
	height: auto;
	float: left
}
#contatti #content h1 {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0
}
#contatti #content p {
	font-size: 1.1em;
	line-height: 1.5em
}
#contatti #content p a {
	color: #000;
	text-decoration: underline
}
#contatti .text-columns {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 2rem;
	-moz-column-gap: 2rem;
	column-gap: 2rem
}
#contatti .text-columns h2 {
	margin-top: 0
}
#contatti #contact_form .group {
	position: relative;
	margin-bottom: 3rem
}
#contatti #contact_form .group label, #contatti #contact_form .group select {
	font-size: 1em
}
#contatti #contact_form h2 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.5em;
	margin-bottom: 2rem
}
#contatti #contact_form .form-control {
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: inherit;
	line-height: inherit;
	color: inherit;
	background-color: inherit
}
#contatti #contact_form .select-container {
	border-bottom: 1px solid #d8d8d8
}
#contatti #contact_form select:focus, #contatti #contact_form textarea:focus {
	border-bottom: 2px solid #008c70
}
#contatti #contact_form select {
	border: none;
	height: 46px!important;
	padding: 10px 5px;
	background: 0 0;
	color: #8d8d8b!important;
	width: 100%;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}
#contatti #contact_form .has-error select {
	color: #c00!important
}
#contatti #contact_form span {
	color: #8d8d8b;
	font-size: 1em
}
#contatti #contact_form textarea {
	width: 100%;
	height: 30rem;
	border: 1px solid #d8d8d8;
	padding: 2rem;
	outline: 0
}
#contatti #contact_form .radio {
	margin-top: 0;
	margin-bottom: 0
}
#contatti #contact_form .help-block {
	position: absolute;
	bottom: -3rem;
	left: 0;
	margin-top: 0;
	margin-bottom: 0
}
#contatti #contact_form input[type=submit] {
	background: #000;
	color: #FFF;
	font-size: 1.4em;
	line-height: 2.5em;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	padding-left: 4rem;
	padding-right: 4rem;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}
#arredo-elenco .item, #banner-arredo .item:last-of-type {
	border-right: 1px solid #d8d8d8
}
#banner-arredo .flipper .back h3 a, #banner-arredo h2 a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s
}
#contatti #contact_form input[type=submit]:hover {
	background: #845f44
}
#arredo h2 {
	font-size: 1.5em
}
#arredo #collezioni .item img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-bottom: 2rem
}
#arredo #collezioni .item a {
	font-size: 1.2em;
	color: #000;
	text-decoration: none
}
#arredo #collezioni .item a:hover {
	text-decoration: underline
}
#arredo #download-catalogo h3 {
	font-size: 3em
}
#banner-arredo {
	text-align: center;
	border-top: 1px solid #d8d8d8
}
#banner-arredo .item {
	border-left: 1px solid #d8d8d8
}
#banner-arredo h2 {
	font-size: 1.2em;
	line-height: 3em;
	text-transform: uppercase;
	letter-spacing: -.75px;
	font-weight: 400
}
#banner-arredo h2 a {
	transition: all .3s;
	color: #000
}
#banner-arredo h2 a:hover {
	text-decoration: underline;
	color: #845f44
}
#banner-arredo .back, #banner-arredo .flip-container, #banner-arredo .front {
	min-height: 400px;
	width: 100%
}
#banner-arredo .flipper .front {
	overflow: hidden
}
#banner-arredo .flipper .front img {
	min-height: 400px;
	min-width: 100%
}
#banner-arredo .flipper .back {
	padding: 40% 10px 10px;
	text-align: center;
	background: #fcfcfc
}
#banner-arredo .flipper .back p {
	font-size: 1.1em
}
#banner-arredo .flipper .back h3 {
	text-transform: uppercase;
	font-size: 1.5em
}
#banner-arredo .flipper .back h3 a {
	color: #000;
	transition: all .3s
}
#search #content #sidebar ul.filter_links li:hover, #search #content .item h2 a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s
}
#banner-arredo .flipper .back h3 a:hover {
	text-decoration: underline;
	color: #845f44
}
@media (max-width:767px) {
	#insights_dettaglio .img-4 img {
		width: 100%
	}
	#contatti .text-columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0
	}
	#arredo-elenco .equalHeights, #arredo-elenco .equalHeights1, #arredo-elenco .equalHeights2, #arredo-elenco .equalHeights3 {
		height: auto!important
	}
}
#arredo-elenco .item {
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 2rem
}
#arredo-elenco .item img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-bottom: 1rem
}
#arredo-elenco .item .item-title a {
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	font-size: 1.2em
}
#arredo-dettaglio #top-container {
	padding-top: 4rem;
	padding-bottom: 4rem;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0, #f9f9f9 100%);
	background: -webkit-linear-gradient(top, #fff 0, #f9f9f9 100%);
	background: linear-gradient(to bottom, #fff 0, #f9f9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0)
}
#arredo-dettaglio #top-container p {
	font-size: 1.3em
}
#arredo-dettaglio #top-container #zoom-gallery-container .img-container {
	text-align: right;
	width: 100%
}
#arredo-dettaglio #top-container #zoom-gallery-container .img-container img {
	width: auto;
	height: 150px
}
@media (max-width:767px) {
	#arredo-dettaglio #top-container #zoom-gallery-container .img-container {
		width: auto!important;
		float: left
	}
	#search #content .item {
		padding-right: 0
	}
}
#arredo-dettaglio #top-container #zoom-image-selected img {
	width: 100%;
	max-width: 100%;
	height: auto
}
#arredo-dettaglio #top-container #description {
	padding-left: 2rem
}
#arredo-dettaglio #top-container #description h1 {
	font-weight: 700;
	font-size: 2.5em;
	text-transform: uppercase
}
#arredo-dettaglio #materiali .item {
	display: inline-block;
	float: left;
	text-align: center;
	min-height: 130px;
	margin-bottom: 1rem
}
#arredo-dettaglio #materiali .item a {
	color: #000;
	font-size: .75em
}
#arredo-dettaglio #materiali .item a.active {
	color: #008c70
}
#arredo-dettaglio #materiali .item .circle-container {
	width: 60px;
	height: 60px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	overflow: hidden;
	display: inline-block;
	text-align: center
}
#arredo-dettaglio #materiali .item .circle-container.active {
	border: 4px solid #008c70
}
#arredo-dettaglio #materiali .item .circle-container img {
	margin: auto
}
#search #content h1 {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0
}
#search #content p {
	font-size: 1.1em;
	line-height: 1.5em
}
#search #content p a {
	color: #000;
	text-decoration: underline
}
#search #content p a:hover {
	color: #845f44
}
#search #content .item {
	margin-bottom: 2rem;
	padding-left: 0
}
#search #content .item .img_container {
	overflow: hidden;
	height: 170px;
	border: 1px solid #d8d8d8
}
#search #content .item .img_container img {
	width: 100%;
	height: auto
}
#search #content .item .data {
	font-size: 1em;
	color: #8d8d8b;
	margin-top: .5rem
}
#search #content .item h2 {
	font-size: 1.2em;
	font-weight: 700
}
#search #content .item h2 a {
	color: #000;
	transition: all .3s
}
#search #content .item h2 a:hover {
	text-decoration: underline;
	color: #845f44
}
#search #content #sidebar ul.filter_links {
	padding-left: 0
}
#search #content #sidebar ul.filter_links li {
	cursor: pointer;
	color: #000;
	border-bottom: 1px dotted #d8d8d8;
	line-height: 4rem;
	display: block;
	padding-left: .5rem;
	padding-right: .5rem
}
#search #content #sidebar ul.filter_links li:hover {
	transition: all .3s;
	background: #d8d8d8
}
#LangModal ul li, #LangModal ul li:hover a, #SearchModal ul li, #SearchModal ul li:hover a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s
}
#search #content #sidebar ul.filter_links li span {
	float: right;
	color: #8d8d8b
}
#error404 #content h1 {
	font-size: 8em;
	line-height: .7em;
	color: #000;
	font-weight: 700
}
#error404 #content h1 small, #thank_you #content h1 small {
	font-weight: 700;
	color: #000
}
#error404 #content p, #thank_you #content p {
	font-size: 1.1em;
	line-height: 1.5em
}
#error404 #content p a, #thank_you #content p a {
	color: #000;
	text-decoration: underline
}
#error404 #content p a:hover, #thank_you #content p a:hover {
	color: #845f44
}
#error404 #content img, #thank_you #content img {
	max-width: 100%
}
#thank_you #content h1 {
	font-size: 6em;
	line-height: .7em;
	color: #000;
	font-weight: 700
}
#LangModal #search_container, #SearchModal #search_container {
	margin-top: 20vh
}
#LangModal #lang_container, #SearchModal #lang_container {
	margin-top: 10vh
}
@media (max-width:767px) {
	#thank_you #content h1 {
		font-size: 5em
	}
	#LangModal, #SearchModal {
		background: #fff;
		height: 100vh;
		z-index: 9999
	}
	#LangModal #lang_container, #SearchModal #lang_container {
		margin-top: 0
	}
}
#LangModal .close, #SearchModal .close {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1
}
#LangModal .close .fa, #SearchModal .close .fa {
	-webkit-text-stroke: 8px #FFF;
	font-size: 2em;
	color: #000
}
#LangModal .group, #SearchModal .group {
	margin-bottom: 1rem
}
#LangModal button[name=cerca], #SearchModal button[name=cerca] {
	background: 0 0;
	font-size: 2em;
	color: #000;
	border: none;
	text-transform: uppercase
}
#LangModal button[name=cerca]:after, #SearchModal button[name=cerca]:after {
	content: "\f054";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	color: #000;
	font-size: .8em;
	-webkit-text-stroke: 3px #FFF;
	line-height: 1em;
	margin-left: 1rem
}
#LangModal .radio label, #SearchModal .radio label {
	text-transform: uppercase;
	color: #8d8d8b
}
#LangModal strong, #SearchModal strong {
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: 400;
	color: #000
}
#LangModal ul, #SearchModal ul {
	list-style: none;
	padding: 0
}
#LangModal ul li, #SearchModal ul li {
	line-height: 40px;
	border-bottom: 1px dotted #d8d8d8;
	margin-bottom: 2rem;
	padding: 1rem;
	transition: all .3s
}
#LangModal ul li.active, #SearchModal ul li.active {
	border-bottom: 1px solid #008c70;
	color: #008c70;
	text-transform: uppercase;
	font-size: 1.2em
}
#LangModal ul li:hover, #SearchModal ul li:hover {
	border-bottom: 1px solid #845f44
}
#LangModal ul li:hover a, #SearchModal ul li:hover a {
	transition: all .3s;
	color: #845f44
}
#LangModal ul li img, #SearchModal ul li img {
	height: 40px;
	width: auto;
	margin-right: 1rem
}
#LangModal ul li a, #SearchModal ul li a {
	text-transform: uppercase;
	font-size: 1.2em;
	display: block;
	color: #000;
	text-decoration: none
}
.modal-fullscreen .close {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1
}
.modal-fullscreen .close .fa {
	-webkit-text-stroke: 8px #FFF;
	font-size: 2em;
	color: #000
}
.modal-fullscreen iframe {
	width: 100%;
	height: 90vh
}
.slider_top {
	min-height: 400px
}
.slider_top div.lazy {
	background-size: cover
}
@media (max-width:767px) and only screen and (-webkit-max-device-pixel-ratio:1.5), only screen and (max--moz-device-pixel-ratio:1.5), only screen and (-o-max-device-pixel-ratio:3/2), only screen and (max-device-pixel-ratio:1.5) {
	.slider_top img {
		min-height: 600px!important;
		width: auto!important
	}
}
.slider_top .caption {
	position: absolute;
	height: 720px;
	right: inherit;
	top: 0;
	padding-left: 20px;
	padding-bottom: 40px;
	padding-right: 40px;
	display: table;
	text-align: right
}
@media (max-width:767px) {
	.slider_top .caption {
		height: auto;
		padding: 10px;
		padding-top: 20px!important
	}
}
@media only screen and (-webkit-max-device-pixel-ratio:1.5), only screen and (max--moz-device-pixel-ratio:1.5), only screen and (-o-max-device-pixel-ratio:3/2), only screen and (max-device-pixel-ratio:1.5) {
	.slider_top .caption {
		padding-top: 10px
	}
}
.slider_top .caption .caption_content {
	display: table-cell;
	vertical-align: bottom
}
.slider_top .caption p {
	font-size: 1.3em
}
.slider_top .caption.black {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#4dffffff', GradientType=1)
}
.slider_top .caption.black h1, .slider_top .caption.black h2 {
	color: #000
}
.slider_top .caption.black h1 small, .slider_top .caption.black h2 small {
	font-size: .5em;
	color: #000;
	display: inline-block;
	line-height: 1.2em
}
.slider_top .caption.black h1 a, .slider_top .caption.black h2 a {
	color: #000
}
.slider_top .caption.black p {
	color: #000;
	text-shadow: 1px 1px 1px #FFF
}
@media (max-width:767px) {
	.slider_top .caption .caption_content {
		vertical-align: top;
		padding: 0
	}
	.slider_top .caption {
		padding-top: 10vh;
		height: 600px
	}
	.slider_top .caption.black {
		background: -moz-linear-gradient(top, rgba(255, 255, 255, .65) 0, rgba(255, 255, 255, 0) 100%);
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, .65) 0, rgba(255, 255, 255, 0) 100%);
		background: linear-gradient(to bottom, rgba(255, 255, 255, .65) 0, rgba(255, 255, 255, 0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6ffffff', endColorstr='#00ffffff', GradientType=0)
	}
	.slider_top .caption.black p {
		background: rgba(255, 255, 255, .5);
		padding: 1px 0;
		display: inline;
		text-shadow: none!important
	}
}
.slider_top .caption.black p a {
	color: #000
}
.slider_top .caption.white {
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=1)
}
.slider_top .caption.white h1, .slider_top .caption.white h2 {
	text-shadow: 1px 1px 1px #000;
	color: #FFF
}
.slider_top .caption.white h1 small, .slider_top .caption.white h2 small {
	font-size: .5em;
	color: #FFF;
	display: inline-block;
	line-height: 1.2em
}
.slider_top .caption.white h1 a, .slider_top .caption.white h2 a {
	color: #FFF
}
.slider_top .caption.white p {
	color: #FFF;
	text-shadow: 1px 1px 1px #000
}
.slider_top .caption.white p a {
	color: #FFF
}
.slider_top .caption h1, .slider_top .caption h2 {
	font-weight: 700;
	font-size: 3.5em;
	line-height: 1em;
	letter-spacing: -.5px;
	text-transform: uppercase
}
@media (max-width:767px) {
	.slider_top .caption.white {
		background: -moz-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
		background: linear-gradient(to bottom, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0)
	}
	.slider_top .caption.white p {
		background: rgba(0, 0, 0, .5);
		padding: 1px 0;
		display: inline;
		text-shadow: none!important
	}
	.slider_top .caption h1, .slider_top .caption h2 {
		font-size: 2.5em
	}
}
.slider_top .caption h1 a, .slider_top .caption h2 a {
	text-decoration: none
}
.slider_top .caption strong.subtitle {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.3em
}
.slider-nav img {
	min-height: inherit!important
}
div #social-share {
	padding-top: 2rem;
	margin-top: 1rem;
	padding-bottom: 2rem;
	text-align: right;
	width: 100%
}
div #social-share strong {
	text-transform: uppercase;
	font-size: 1.2em;
	margin-bottom: .5rem
}
div #social-share i {
	font-size: 1.8em;
	margin-top: 1rem;
	margin-left: 2rem;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}
div #social-share a:hover i {
	color: #845f44
}
div.white #social-share {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF
}
div.white #social-share a, div.white #social-share strong {
	color: #FFF;
	text-shadow: 1px 1px 1px #000
}
div.black #social-share {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000
}
div.black #social-share a, div.black #social-share strong {
	color: #000;
	text-shadow: 1px 1px 1px #FFF
}